@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.wrapper {
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.expand {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

p {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.pop_text {
  color: var(--primaryY-dark);
  text-align: center;
}

.text_limit {
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcinline {
  display: inline;
}

.spinline {
  display: none;
}

/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* デフォルトのマージンを削除、作成するCSSの制御を改善するため */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* bodyのデフォルトを設定 */
body {
  min-height: 100vh;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* classを持たないa要素はデフォルトのスタイルを継承 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
}

/* inputやbuttonなどのfontは継承 */
input, button,
textarea, select {
  font: inherit;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 5ex;
}

a {
  text-decoration: none;
}

:root {
  --primaryB: #4da8e0;
  --primaryB-light: #83d1ff;
  --primaryB-dark: #01a0de;
  --primaryY: #ffb536;
  --primaryY-light: #ffd171;
  --primaryY-dark: #ff9606;
  --primaryG: #58ce9b;
  --primaryG-light: #62dba6;
  --primaryG-dark: #50BF8F;
  --primaryP: #FF8D8F;
  --primaryP-light: #ff9799;
  --primaryP-dark: #FF8181;
  --text-dark: #5e5e5e;
  --text-light: #ffffff;
  --error: #c5000f;
}

body {
  font-size: 62.5%;
  font-family: sans-serif, "BIZ UDPGothic";
  font-weight: 600;
  font-style: normal;
  color: #666666;
  line-height: 1.5rem;
}

span {
  display: inline-block;
}

h1 {
  font-size: clamp(1.5rem, 1.0714285714rem + 2.1428571429vw, 3rem);
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

h2 {
  font-size: clamp(1.25rem, 1.0357142857rem + 1.0714285714vw, 2rem);
  line-height: 2rem;
  letter-spacing: 0.08em;
}

h3 {
  font-size: clamp(1rem, 0.8571428571rem + 0.7142857143vw, 1.5rem);
  line-height: 1.5rem;
  letter-spacing: 0.08em;
}

p,
p span {
  font-size: clamp(0.875rem, 0.8035714286rem + 0.3571428571vw, 1.125rem);
}

.font-s,
.font-s span {
  font-size: clamp(0.625rem, 0.5178571429rem + 0.5357142857vw, 1rem);
  line-height: 1.8em;
}

.font-m,
.font-m span {
  font-size: clamp(0.875rem, 0.8035714286rem + 0.3571428571vw, 1.125rem);
  line-height: 1.89em;
  letter-spacing: 0.1em;
}

.font-l,
.font-l span {
  font-size: clamp(1rem, 0.9285714286rem + 0.3571428571vw, 1.25rem);
  line-height: 2em;
  letter-spacing: 0.08em;
}

.font-xl,
.font-xl span {
  font-size: clamp(1.125rem, 1.0535714286rem + 0.3571428571vw, 1.375rem);
  line-height: 1.65em;
  letter-spacing: 0.1em;
}

.font-xxl,
.font-xxl span {
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.125rem);
  line-height: 2em;
}

.l-header {
  width: 100vw;
  height: 125px;
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header__innar {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__left {
  padding: 1vw 0 0.6vw 5vw;
}
.l-header__left img {
  height: 75%;
  padding: 0.8vw 0;
}
.l-header__left p {
  padding-left: 0.5vw;
  font-size: clamp(10px, 1vw, 14vw);
  letter-spacing: 0.1rem;
}
.l-header__right {
  width: 68%;
}
.l-header__right--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  padding: 10px 10px 0 0;
}
.l-header__right--btn .form,
.l-header__right--btn .sns {
  width: 200px;
  height: 66px;
  border: solid 3px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0 0;
  color: #ffffff;
}
.l-header__right--btn .form p,
.l-header__right--btn .sns p {
  margin: auto 0;
  font-size: 1rem;
}
.l-header__right--btn .form {
  background-color: var(--primaryP);
  border-color: var(--primaryP-dark);
}
.l-header__right--btn .form img {
  height: 20px;
  margin: 20px 18px 20px 26px;
}
.l-header__right--btn .sns {
  width: 66px;
  background-color: var(--primaryG);
  border-color: var(--primaryG-dark);
}
.l-header__right--btn .sns img {
  height: 30px;
  margin: 15px;
}
.l-header__right--pcnav {
  width: 100%;
  float: right;
}
.l-header__hamburger {
  width: 40px;
  margin: auto 4vw;
  position: absolute;
  top: 30%;
  right: 0;
}

.l-mv {
  width: 100vw;
  height: auto;
  margin: auto;
}
.l-mv__sestubi, .l-mv__lesson, .l-mv__price, .l-mv__access, .l-mv__contact {
  width: 100vw;
  height: auto;
  margin: auto;
}
.l-mv__access {
  padding: 2vw 0 0;
}
.l-mv__access .access__map {
  width: 90%;
  height: 60vw;
  max-width: 800px;
  max-height: 500px;
  margin: auto;
}
.l-mv__access img {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  border-top-right-radius: 5vw;
  border-top-left-radius: 5vw;
}
.l-mv__slider {
  height: 42.5vw;
}
.l-mv__slider .mv__slider {
  position: absolute;
  width: 100%;
}
.l-mv__slider .mv__slider img {
  width: 94%;
  margin: 0.2rem auto;
  border-top-left-radius: 2.5vw;
  border-top-right-radius: 2.5vw;
  border: solid 4px #e6e6e6;
  border-bottom: none;
}
.l-mv__slider .mv__slider__img {
  width: inherit;
  position: absolute;
  top: 0; /*親要素内にフルサイズで配置*/
  z-index: 1;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover; /* 画像をスライド全体にカバー */
  -webkit-animation: change-img-anim 40s ease-in-out infinite;
          animation: change-img-anim 40s ease-in-out infinite; /*40秒で1サイクル */
}
.l-mv__slider .mv__slider__img:nth-of-type(1) {
  -webkit-animation: change-img-anim-first 40s ease-in-out infinite;
          animation: change-img-anim-first 40s ease-in-out infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.l-mv__slider .mv__slider__img:nth-of-type(2) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.l-mv__slider .mv__slider__img:nth-of-type(3) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.l-mv__slider .mv__slider__img:nth-of-type(4) {
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}
.l-mv__infomation {
  width: 94%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.l-mv__infomation--title, .l-mv__infomation--link, .l-mv__infomation--contact_btn {
  height: 16vw;
  max-height: 290px;
}
.l-mv__infomation--title {
  width: 25%;
  border-bottom: solid 4px #e6e6e6;
  border-left: solid 4px #e6e6e6;
  border-bottom-left-radius: 2.5vw;
  padding: 3.5vw;
}
.l-mv__infomation--title p {
  line-height: 2vw;
}
.l-mv__infomation--title span {
  display: block;
  text-align: center;
  margin: auto;
  letter-spacing: 0.15em;
}
.l-mv__infomation--title .title_ja {
  font-family: sans-serif;
  font-size: 2vw;
}
.l-mv__infomation--title .title_en {
  font-size: 1vw;
}
.l-mv__infomation--title button {
  width: 16vw;
  display: block;
  margin: 4% auto;
  padding: 4% 0;
  font-size: clamp(10px, 1.25vw, 18px) 1.25vw;
}
.l-mv__infomation--link {
  width: 50%;
  border-bottom: solid 4px #e6e6e6;
}
.l-mv__infomation--link .link_box {
  width: 100%;
  height: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.l-mv__infomation--link .link_box ul {
  padding-bottom: 0.5rem;
  height: 10%;
}
.l-mv__infomation--link .link_box li {
  width: 85%;
}
.l-mv__infomation--link .link_box p {
  width: 100%;
  max-width: 70vw;
  font-size: clamp(10px, 1.2vw, 22px);
  letter-spacing: 0.1em;
  color: var(--primaryB-dark);
  line-height: normal;
}
.l-mv__infomation--link .link_box p:hover {
  color: var(--primaryB-light);
}
.l-mv__infomation--link .link_box span {
  font-size: clamp(10px, 1vw, 20px);
  margin-right: 1rem;
  color: #999999;
}
.l-mv__infomation--link .link_box .datime {
  letter-spacing: 0.076rem;
}
.l-mv__infomation--link a {
  border-bottom: solid 0.5px #d2d2d2;
  cursor: pointer;
  width: auto;
  max-width: 700px;
}
.l-mv__infomation--contact_btn {
  width: 25%;
  background-color: #ffffff;
  border-bottom-right-radius: 2.5vw;
  position: relative;
  cursor: pointer;
  border-bottom: solid 4px #e6e6e6;
  border-right: solid 4px #e6e6e6;
}
.l-mv__infomation--contact_btn .contact_btn--innar {
  width: 90%;
  height: 10vw;
  border: solid 3.5px #66bce9;
  border-radius: 1.8vw;
  margin: 3vw auto 0 0;
  background-color: var(--primaryB-dark);
  background-image: url(../../../assets/img/mv/TOP/click_bg.png);
  background-size: 88%;
  background-repeat: no-repeat;
  background-position: center 50%;
}
.l-mv__infomation--contact_btn .contact_btn--innar:hover {
  background-color: #66bce9;
}
.l-mv__infomation--contact_btn p {
  color: #fff;
  line-height: 2.4vw;
  font-family: sans-serif;
  padding: 1.8vw 3.2vw 0;
  border-radius: 2vw;
  letter-spacing: 0.1rem;
}
.l-mv__infomation--contact_btn p span {
  color: #fff;
  line-height: 2vw;
  font-family: sans-serif;
  font-size: 1.4vw;
}
.l-mv__profile {
  max-width: 1200px;
  margin: auto;
}
.l-mv__profile img {
  overflow: auto;
}
.l-mv__contact img {
  width: 30vw;
  min-width: 300px;
  margin: auto;
  padding-left: 50px;
  padding-top: 2vw;
}
.l-mv .spmv_rinen, .l-mv .spmv_profile {
  position: relative;
}
.l-mv .spmv_rinen::before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-mv .spmv_rinen img {
  height: 125vw;
  bottom: 4%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv .spmv_rinen--title {
  width: 65%;
  position: absolute;
  bottom: 31%;
  right: 0;
}
.l-mv .spmv_jyosei {
  width: 100vw;
}
.l-mv .spmv_profile {
  width: 70vw;
  height: 80vw;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 40vw;
  border-top-left-radius: 1vw;
  border-bottom-left-radius: 21vw;
  border-bottom-right-radius: 12vw;
}
.l-mv .spmv_profile--name {
  width: 90vw;
  position: absolute;
  bottom: -25.5%;
  left: 6%;
}
.l-mv__infolist--title {
  padding: 4rem 0 3rem;
  background-image: url(../../assets/img/contents/news/newslist.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #888888;
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 5vw auto 5vw;
}
.l-mv__infolist--title span {
  display: block;
  text-align: center;
  margin: auto;
  letter-spacing: 0.15em;
}
.l-mv__infolist--title .title_ja {
  font-family: sans-serif;
  font-size: 24px;
}
.l-mv__infolist--title .title_en {
  font-size: 12px;
}

.l-content {
  width: 100%;
  max-width: 1200px;
  height: auto;
  font-family: sans-serif;
  margin: auto;
}
.l-content__home {
  width: 100%;
  margin: auto;
}
.l-content__home .home__important {
  background-image: url(../../../assets/img/contents/TOP/importantBG.png);
  background-repeat: no-repeat;
  background-position: center 73%;
  background-size: 80%;
  text-align: center;
  padding: 5vw 0;
}
.l-content__home .home__important img {
  width: 80vw;
  max-width: 400px;
  margin: auto;
}
.l-content__home .home__important h2 {
  padding-bottom: 2%;
  line-height: 2em;
}
.l-content__home .home__important .personality {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5vw auto;
  padding: 4vw;
}
.l-content__home .home__important .personality h1 {
  padding: 0 0 1rem;
  line-height: 1.5rem;
}
.l-content__home .home__important .personality h2 {
  padding-bottom: 1.5rem;
  color: var(--primaryG-dark);
  line-height: 1.5em;
}
.l-content__home .home__access {
  width: 92%;
  max-width: 1200px;
  background-color: #f4f9fc;
  border-radius: 2.5vw;
  padding: 10vw 0;
  margin: 10vw auto;
}
.l-content__home .home__access .access_title {
  width: 100%;
  margin: 0 auto 1vw;
}
.l-content__home .home__access .access_title p {
  font-size: clamp(40px, 18vw, 160px);
  color: #deeff9;
  margin-top: 5%;
  text-align: center;
}
.l-content__home .home__access .access_title h2 {
  padding: 6% 0 4%;
  margin: auto 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-content__home .home__access .access_title h2 span {
  aspect-ratio: 1;
  margin: 0.4rem;
  padding: 0.9em 0.3em 0.1em 0.3em;
  color: #fff;
  text-align: center;
  line-height: 0;
  border-radius: 50%;
  background-color: var(--primaryB);
}
.l-content__home .home__access .access_innar {
  width: 94%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.5vw;
  margin: 0 auto;
  background-color: #fff;
}
.l-content__home .home__access .access_innar .access-map {
  width: 94%;
  max-width: 500px;
  padding: 4vw 2vw;
}
.l-content__home .home__access .access_innar .access-address {
  width: 45vw;
  padding: 8vh 2vw;
}
.l-content__home .home__access .access_innar .access-address p {
  padding-bottom: 1.5rem;
  line-height: 1rem;
}
.l-content__home .home__access .access_innar .access-address .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-content__home .home__access .access_innar .access-address .c-btn .btn-more_b {
  margin: 0 auto;
}
.l-content__home .home__profile--innar {
  width: 92%;
  max-width: 1000px;
  border: solid 1px #dbdbdb;
  border-radius: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 0;
  margin: 0 auto 10vw;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 94% 0%;
}
.l-content__home .home__profile .risa {
  background-image: url(../../../assets/img/contents/TOP/name_bg.png);
}
.l-content__home .home__profile .kuri {
  background-image: url(../../../assets/img/contents/TOP/name_bg2.png);
}
.l-content__home .home__profile img {
  width: clamp(100px, 34%, 400px);
  height: clamp(100px, 34%, 400px);
  margin: auto 6%;
  aspect-ratio: 1;
  border-radius: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 18%;
  object-position: 18%;
}
.l-content__home .home__profile--text {
  display: block;
  width: 65%;
  max-width: 330px;
  margin: clamp(34px, 8%, 60px) 4%;
}
.l-content__home .home__profile--text .koushi {
  letter-spacing: 1vw;
}
.l-content__home .home__profile--text p {
  letter-spacing: 0.1rem;
  color: #777777;
}
.l-content__home .home__profile--text button {
  margin: 2vw 0 0;
  float: right;
}
.l-content__rinen {
  width: 90%;
  margin: 5vw auto 15vw;
}
.l-content__rinen--innar .important3 {
  margin-bottom: 10vw;
}
.l-content__rinen--innar .important3_1 {
  width: 24%;
  max-width: 200px;
  margin: auto;
  padding: 5vw 0;
}
.l-content__rinen--innar .important3_2 {
  width: 60%;
  max-width: 560px;
  margin: auto;
}
.l-content__rinen--innar .rinen_text2 .text {
  width: clamp(240px, 98%, 1000px);
  border: solid 0.5px;
  border-radius: 25px;
  padding: 8vw;
  margin: 10vw auto;
}
.l-content__rinen--innar .rinen_text2 .text h3 {
  display: block;
  padding-bottom: 1.5rem;
  line-height: 2rem;
}
.l-content__rinen--innar .rinen_text2 .point {
  border: solid 2px var(--primaryY-dark);
  border-radius: 2.5vw;
  padding: 5vw;
  margin: 5vw;
  color: var(--primaryY-dark);
}
.l-content__rinen--innar .rinen_text2 .like_it {
  border-color: var(--primaryP);
}
.l-content__rinen--innar .rinen_text2 .like_it h3 {
  color: var(--primaryP-dark);
}
.l-content__rinen--innar .rinen_text2 .love_self {
  border-color: var(--primaryY);
}
.l-content__rinen--innar .rinen_text2 .love_self h3 {
  color: var(--primaryY-dark);
}
.l-content__setsubi {
  margin: 5vw auto;
}
.l-content__setsubi .setsubi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-content__setsubi .setsubi_photo {
  margin: 2rem auto 0;
}
.l-content__setsubi .setsubi_photo-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-content__setsubi .setsubi_photo-goods .img_wi-fi {
  -o-object-fit: contain;
     object-fit: contain;
}
.l-content__setsubi .setsubi_photo-goods img {
  width: clamp(120px, 18vw, 240px);
  height: clamp(120px, 18vw, 240px);
  margin: 0 1rem;
}
.l-content__setsubi .setsubi_bouon, .l-content__setsubi .setsubi_piano {
  width: 46%;
  margin: 10vw auto;
}
.l-content__setsubi .setsubi_bouon p, .l-content__setsubi .setsubi_piano p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
  margin: 6vh auto 12vh;
}
.l-content__setsubi .setsubi_wating p {
  width: 80%;
  max-width: 500px;
  margin: 6vh auto 12vh;
}
.l-content__setsubi .setsubi_rain {
  width: 96%;
  margin: auto;
  padding: 8vw;
  border: solid 1px var(--primaryB);
  border-radius: 25px;
  background-image: url(assets/img/contents/setsubi/umbrella.png);
  background-repeat: no-repeat;
  background-size: 68%;
  background-position-x: 105%;
  background-position-y: 60%;
}
.l-content__setsubi .setsubi_rain h2 {
  border: none;
  margin: 0 0 1em -0.5em;
}
.l-content__setsubi .setsubi_rain h2::before {
  content: "● ";
  color: var(--primaryB);
}
.l-content__setsubi .setsubi_rain span {
  color: var(--primaryB);
}
.l-content__setsubi img {
  width: clamp(240px, 30vw, 500px);
  height: clamp(240px, 30vw, 500px);
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.l-content__setsubi h2 {
  width: 88%;
  margin: auto;
  border-bottom: solid 1px var(--primaryY-dark);
  padding-bottom: 0.2rem;
}
.l-content__setsubi h2::before {
  content: "● ";
  color: var(--primaryY-dark);
}
.l-content__jyosei {
  width: 98%;
  max-width: 900px;
  margin: 10vw auto 20vw;
  font-family: sans-serif;
}
.l-content__jyosei h2 {
  width: 90%;
  border-radius: 50vw;
  background-color: var(--primaryY);
  color: white;
  padding: 0.3rem 2rem;
  margin: 10vw auto 4vw;
  font-size: 1rem;
}
.l-content__jyosei h3 {
  margin: 0.3rem 0 0.3em 1rem;
}
.l-content__jyosei p {
  width: 96%;
  padding-bottom: 1em;
  margin: auto;
}
.l-content__jyosei a span {
  color: var(--primaryY-dark);
  margin: auto;
}
.l-content__jyosei a :hover {
  color: var(--primaryY-light);
}
.l-content__jyosei span {
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
}
.l-content__jyosei .target_text {
  text-align: center;
}
.l-content__jyosei .target_text .target::before {
  content: "●";
}
.l-content__jyosei table {
  width: 90%;
  border: 3px solid var(--primaryY);
  border-collapse: collapse;
  text-align: center;
  margin: 2rem auto 4rem;
  line-height: 1.2rem;
}
.l-content__jyosei caption {
  margin: 5%;
  border-top: 3px solid var(--primaryY);
  border-bottom: 3px solid var(--primaryY);
  line-height: 2rem;
}
.l-content__jyosei th {
  background-color: var(--primaryY);
  color: white;
}
.l-content__jyosei th, .l-content__jyosei td {
  font-size: 16px;
  border: 3px solid var(--primaryY);
  padding: 0.8rem 1rem;
}
.l-content__jyosei .jyosei_box {
  width: 80%;
  margin: auto;
}
.l-content__profile {
  max-width: 1200px;
  margin: 1rem auto;
}
.l-content__profile .profile {
  overflow: auto;
  margin: 5%;
}
.l-content__profile .profile .greetings {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 5%;
  padding-bottom: 15%;
  margin: auto;
}
.l-content__profile .profile .greetings p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-content__profile .profile .history {
  width: 100%;
  max-width: 900px;
  border: solid 1px var(--primaryY-dark);
  border-top-left-radius: clamp(200px, 30vw, 300px);
  border-bottom-right-radius: clamp(100px, 10vw, 200px);
  float: right;
  padding: clamp(20px, 5vw, 40px);
  margin: 0 auto;
}
.l-content__profile .profile .history_textbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15% 5% 10% 25%;
}
.l-content__profile .profile .history_textbox h3 {
  padding-bottom: 0.5rem;
  letter-spacing: 1rem;
}
.l-content__profile .profile .qualification {
  width: 80%;
  max-width: 600px;
  min-width: 260px;
  border-top-right-radius: clamp(120px, 20vw, 200px);
  border-bottom-left-radius: clamp(50px, 5vw, 100px);
  float: left;
  color: #fff;
  padding: clamp(20px, 5vw, 40px);
  margin: 0 auto 10%;
}
.l-content__profile .profile .qualification_textbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5% 5% 5% 20%;
}
.l-content__profile .profile .qualification_textbox h3 {
  padding-bottom: 0.5rem;
  letter-spacing: 1rem;
}
.l-content__profile .profile .prof1 {
  background-color: var(--primaryP);
}
.l-content__profile .profile .prof2 {
  background-color: var(--primaryG-dark);
}
.l-content__profile .sns_link {
  width: 82vw;
  max-width: 500px;
  margin: 0 auto 15vw;
}
.l-content__profile .sns_link-innar {
  border: solid 1px #999;
  border-radius: 2.5vw;
  padding: 5vw 3vw;
  margin: 1vw auto;
}
.l-content__profile .sns_link-innar a {
  display: inline-block;
}
.l-content__profile .sns_link-innar .sns_img {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}
.l-content__profile .sns_link-innar .sns_img img {
  width: clamp(120px, 20vw, 200px);
  aspect-ratio: 1;
  border-radius: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.l-content__profile .sns_link-innar .sns_img img:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 1px;
}
.l-content__profile .sns_link-innar p {
  text-align: center;
}
.l-content__lesson {
  width: 80%;
  max-width: 900px;
  margin: 10vw auto;
}
.l-content__lesson .lesson {
  margin: 10vw auto 15vw;
  max-width: 800px;
}
.l-content__lesson .lesson p {
  width: 94%;
  margin: auto;
}
.l-content__lesson .lesson_title {
  margin-bottom: 15vw;
}
.l-content__lesson .lesson_title h2 {
  max-width: 600px;
  text-align: center;
  padding: 0.3rem 1rem;
  color: #fff;
  border-radius: 50vw;
  background-color: var(--primaryG);
  margin: auto;
}
.l-content__lesson .lesson_title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5vw auto 10vw;
}
.l-content__lesson .lesson h3 {
  border-bottom: dotted 3px var(--primaryG-dark);
  padding-bottom: 0.2em;
  margin-bottom: 5%;
}
.l-content__lesson .lesson h3::before {
  content: "■ ";
  color: var(--primaryG-dark);
}
.l-content__lesson .sns_link {
  width: 82vw;
  max-width: 500px;
  margin: 0 auto 15vw;
}
.l-content__lesson .sns_link-innar {
  border: solid 1px #999;
  border-radius: 2.5vw;
  padding: 5vw 3vw;
  margin: 1vw auto;
}
.l-content__lesson .sns_link-innar a {
  display: inline-block;
}
.l-content__lesson .sns_link-innar .sns_img {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
}
.l-content__lesson .sns_link-innar .sns_img img {
  width: clamp(120px, 20vw, 200px);
  aspect-ratio: 1;
  border-radius: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.l-content__lesson .sns_link-innar .sns_img img:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 1px;
}
.l-content__lesson .sns_link-innar p {
  text-align: center;
}
.l-content__price {
  width: 86%;
  margin: 10vw auto;
}
.l-content__price .price {
  max-width: 600px;
  margin: 6vw auto 12vw;
}
.l-content__price .price h3 {
  border-bottom: dotted 5px var(--primaryP-dark);
  padding-bottom: 0.2em;
  margin-bottom: 4vw;
}
.l-content__price .price h3::before {
  content: "■ ";
  color: var(--primaryP-dark);
}
.l-content__price .price .lessonclass {
  text-align: center;
  padding: 0.4rem;
  margin: 6vw;
  color: #fff;
  border-radius: 50vw;
  background-color: var(--primaryP-dark);
}
.l-content__price .price p {
  text-align: center;
}
.l-content__price .price p .label::before {
  content: "※";
}
.l-content__access {
  width: 100%;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.l-content__access .access__map,
.l-content__access .access__address {
  margin: 10vw auto;
}
.l-content__access .access__address {
  background-image: url(assets/img/contents/access/train.png);
  background-repeat: no-repeat;
  background-size: clamp(160px, 25%, 300px);
  background-position: right bottom;
  width: 86%;
  max-width: 700px;
}
.l-content__access .access__address p {
  color: #777777;
  line-height: 2rem;
}
.l-content__access .access__address h3 {
  padding-bottom: 0.5rem;
}
.l-content__access .access__info {
  width: 90%;
  max-width: 800px;
  border: solid 1.2px #b4d9f3;
  border-collapse: collapse;
  line-height: 1.5rem;
  margin: 0 auto;
}
.l-content__access .access__info th, .l-content__access .access__info td {
  border: solid 1.2px #b4d9f3;
  border-width: 1px 0px;
}
.l-content__access .access__info th {
  width: 25%;
  padding: 2em 0;
  background-color: #c8e8ff;
  font-size: clamp(12px, 2vw, 16px);
}
.l-content__access .access__info td {
  padding: 1.5rem 0.5rem;
}
.l-content__infolist {
  max-width: 800px;
  height: auto;
  margin: 5vw auto 15vw;
}
.l-content__infolist--title button {
  width: 16vw;
  display: block;
  margin: 4% auto;
  padding: 4% 0;
}
.l-content__infolist .pick_up_news {
  width: 90%;
  border: solid 2px #ddebf7;
  border-radius: 10px;
  margin: auto;
  padding: 0;
}
.l-content__infolist .pick_up_news .hoken_link {
  text-align: center;
  margin: 1.2rem auto 1.5rem;
  font-size: clamp(14px, 1vw, 22px);
  letter-spacing: 0.1em;
  line-height: normal;
  color: #888888;
}
.l-content__infolist .pick_up_news .hoken_link a span {
  color: var(--primaryB-dark);
}
.l-content__infolist .pick_up_news .hoken_link a span:hover {
  color: var(--primaryB-light);
}
.l-content__infolist--link {
  width: 90%;
  margin: 10% auto;
}
.l-content__infolist--link .link_box ul {
  height: 80px;
  border-bottom: dotted 5px #ededed;
}
.l-content__infolist--link .link_box li {
  width: 85%;
}
.l-content__infolist--link .link_box p {
  width: 100%;
  max-width: 70vw;
  font-size: clamp(14px, 1vw, 22px);
  letter-spacing: 0.1em;
  color: var(--primaryB-dark);
  line-height: normal;
}
.l-content__infolist--link .link_box p:hover {
  color: var(--primaryB-light);
}
.l-content__infolist--link .link_box span {
  font-size: clamp(10px, 1vw, 20px);
  margin-right: 1rem;
  color: #999999;
}
.l-content__infolist--link .link_box .datime {
  letter-spacing: 0.076rem;
}
.l-content__infolist--link .link_box .pagination {
  color: #999999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 14px;
}
.l-content__infolist--link .link_box .pagination a {
  padding: 0 0.5rem;
  color: #777777;
}
.l-content__infolist--link .link_box .pagination a:hover {
  color: #777777;
}
.l-content__infolist--link .link_box .pagination .current {
  color: var(--primaryB);
  font-size: 16px;
}
.l-content__infolist--link .link_box .pagination .page_feed {
  font-size: 12px;
}
.l-content__infolist--link a {
  cursor: pointer;
  width: auto;
  max-width: 700px;
}
.l-content__news {
  padding: 1vw;
}
.l-content__news .news {
  width: clamp(240px, 95%, 800px);
  border: solid 0.5px;
  border-radius: 15px;
  padding: 8vw;
  margin: 5vw auto 5vw;
}
.l-content__news .news__time {
  margin-right: 4vw;
  text-align: end;
}
.l-content__news .news__title {
  width: 94%;
  font-size: clamp(14px, 4vw, 24px);
  margin: 5vw auto;
}
.l-content__news .news__content {
  width: 94%;
  margin: auto;
  font-weight: 600;
}
.l-content__news .news__content p {
  margin: 5vw auto;
}
.l-content__news .news__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3vw auto;
  font-size: 14px;
}
.l-content__news .news__btn button {
  margin: 1vw;
}

.l-footer {
  width: 100%;
  background: url(../../../assets/img/footer/dolphinline.jpg), -webkit-gradient(linear, left top, left bottom, color-stop(45%, #B5E0FF), to(#53B4F5));
  background: url(../../../assets/img/footer/dolphinline.jpg), linear-gradient(#B5E0FF 45%, #53B4F5);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
.l-footer__innar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15vw 0 5vw 0;
  max-width: 1400px;
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__logo .logo_circle {
  width: clamp(80px, 25vw, 300px);
  height: clamp(80px, 25vw, 300px);
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 6vw;
}
.l-footer__logo .logo_circle img {
  width: inherit;
  padding: 12% 20%;
}
.l-footer__logo .home_circle {
  width: clamp(60px, 7vw, 80px);
  height: clamp(60px, 7vw, 80px);
  aspect-ratio: 1;
  border: solid 1px #fff;
  border-radius: 50%;
  margin: 4vw auto;
}
.l-footer__logo .home_circle--link {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-footer__logo .home_circle img {
  width: 35%;
  position: absolute;
  top: 20%;
  left: 31.5%;
}
.l-footer__logo .home_circle .HOME_link {
  text-align: center;
  position: relative;
  top: 52%;
}
.l-footer .footer__nav {
  width: 60vw;
  margin: 2vw 6vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer .footer__nav--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.l-footer .footer__nav--box .nav1,
.l-footer .footer__nav--box .nav2 {
  padding-right: 2vw;
}
.l-footer .footer__nav--box .nav1 li,
.l-footer .footer__nav--box .nav2 li {
  width: 100%;
  padding: 1vw 0;
}
.l-footer .footer__nav--box a {
  line-height: 1.5rem;
}
.l-footer .footer__nav--box a:hover {
  color: var(--primaryB-dark);
}
.l-footer .footer__nav--box a p::before {
  content: "-";
}
.l-footer h3 {
  margin-bottom: 1vh;
  color: var(--primaryB-dark);
  font-size: 14px;
}
.l-footer__copyright {
  width: 100%;
  background-color: var(--primaryB-dark);
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 5px;
  font-size: 10px;
  margin-top: 30px;
}

.c-push__btn a {
  width: 150px;
  height: 104px;
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  z-index: 10;
}
.c-push__btn a:hover {
  transform: translate(0, 3px);
  -webkit-transform: translate(0, 3px);
  color: #251818;
}
.c-push__btn--click {
  width: 120px;
  padding: 30px 0 15px 0;
  background-color: #777777;
  border-radius: 15px;
  box-shadow: 0 5px 0 #000;
  -webkit-box-shadow: 0 5px 0 #000;
  margin: 0 10px;
}
.c-push__btn--click p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  margin: auto;
  letter-spacing: 1.8px;
  overflow-wrap: normal;
}
.c-push__btn--click p .account {
  overflow-wrap: break-word;
  font-size: 12px;
  position: relative;
  right: 5%;
}
.c-push__btn--label {
  width: 138px;
  margin: -68% 0;
  border: solid 1px #777777;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.c-push__btn--label:before, .c-push__btn--label:after {
  position: absolute;
  left: 41%;
  content: "";
}
.c-push__btn--label:before {
  bottom: 77px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #000 transparent;
}
.c-push__btn--label:after {
  bottom: 79px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.c-push__btn--label p {
  color: #777777;
  text-align: center;
  font-size: 12px;
  margin: 1px;
  letter-spacing: 1.8px;
}

.c-push__btn .color-label_form {
  border-color: var(--primaryP);
}
.c-push__btn .color-label_form p {
  color: var(--primaryP);
}
.c-push__btn .color-label_form:before {
  border-color: var(--primaryP-dark) transparent;
}
.c-push__btn .color-label_sns {
  border-color: var(--primaryG);
  color: var(--primaryG);
}
.c-push__btn .color-label_sns p {
  color: var(--primaryG);
}
.c-push__btn .color-label_sns:before {
  border-color: var(--primaryG-dark) transparent;
}
.c-push__btn .color-crick_form {
  background-color: var(--primaryP);
  box-shadow: 0 5px 0 var(--primaryP-dark);
  -webkit-box-shadow: 0 5px 0 var(--primaryP-dark);
}
.c-push__btn .color-crick_form:hover {
  background-color: var(--primaryP-light);
}
.c-push__btn .color-crick_sns {
  background-color: var(--primaryG);
  box-shadow: 0 5px 0 var(--primaryG-dark);
  -webkit-box-shadow: 0 5px 0 var(--primaryG-dark);
}
.c-push__btn .color-crick_sns:hover {
  background-color: var(--primaryG-light);
}

.btn-more_a {
  border: solid 1px #999;
  border-radius: 50vw;
  padding: 0.5rem 2rem;
  color: #777;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
  font-size: clamp(10px, 1.2vw, 16px);
}
.btn-more_a a {
  cursor: pointer;
}
.btn-more_a::after {
  content: " →";
}
.btn-more_a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 1px;
}

.btn-more_b {
  float: inline-end;
  font-weight: 700;
  line-height: 2;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -webkit-transition: center;
  transition: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 0.5rem 1.5rem;
  color: #fff;
  background: var(--primaryB-dark);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.btn-more_b span {
  position: relative;
}
.btn-more_b:before {
  position: absolute;
  top: 45%;
  left: 0;
  width: 500px;
  height: 500px;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-95%) translateY(-25%) rotate(45deg);
  background: var(--primaryB);
}
.btn-more_b:hover::before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.prev_btn,
.next_btn {
  margin: 1vw;
  border: none;
  border-radius: 50vw;
  padding: 0.5rem 2rem;
  background-color: var(--primaryB-dark);
  color: #fff;
  letter-spacing: 0.1rem;
}
.prev_btn:hover,
.next_btn:hover {
  background-color: var(--primaryB);
}

.p-hamburger {
  width: 78%;
  height: 100%;
  position: relative;
  z-index: 30;
  border: none;
  background-color: transparent;
  display: none;
}
.p-hamburger.-active .p-hamburger__line {
  background-color: transparent;
}
.p-hamburger.-active .p-hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
.p-hamburger.-active .p-hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
.p-hamburger.-active .p-hamburger__text::before {
  content: "CLOSE";
  color: #fff;
}
.p-hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 30%;
  background-color: #777777;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-hamburger__line .u-visuallyHidden {
  position: relative;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
.p-hamburger__line:before, .p-hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #777777;
  -webkit-transition: inherit;
  transition: inherit;
}
.p-hamburger__line:before {
  top: -10px;
}
.p-hamburger__line:after {
  top: 10px;
}
.p-hamburger__text {
  position: relative;
  bottom: -20px;
  width: 30px;
}
.p-hamburger__text::before {
  content: "MENU";
  text-align: center;
  color: #777777;
  font-size: 9.5px;
}

.p-navigation--area {
  width: 70%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9;
  height: 100vh;
  visibility: hidden;
  padding-top: 90px;
  z-index: 20;
  background-color: var(--primaryB);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-navigation--area.-active {
  right: 0;
  visibility: visible;
}

.global-navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-right: 10%;
}
.global-navigation__list > li {
  width: 200px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #fff;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  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;
  color: #fff;
  font-weight: 900;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  font-size: 0.875rem;
}
.global-navigation__link:hover {
  color: #c5e9ff;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.global-navigation__link.-active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}
.accordion__list li {
  font-size: 0.8rem;
}
.accordion__list li + li {
  margin-top: 21px;
}
.accordion__link {
  color: #fff;
}
.accordion__link:hover {
  color: #c5e9ff;
}

.p-contact__btn {
  width: 100%;
  padding-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pcnav {
  float: right;
  text-align: center;
  font-size: 14px;
}
.p-pcnav__list--item, .p-pcnav__list--item--hasdrop {
  width: 120px;
  height: 28px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.p-pcnav__list--item::after, .p-pcnav__list--item--hasdrop::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 120px;
  height: 3px;
  background: var(--primaryB);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-pcnav__list--item:hover, .p-pcnav__list--item--hasdrop:hover {
  color: var(--primaryB);
}
.p-pcnav__list--item:hover::after, .p-pcnav__list--item--hasdrop:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-pcnav__list--item {
  width: 120px;
  height: 28px;
}
.p-pcnav__list--item--hasdrop:hover .p-dropnav__list {
  opacity: 1;
  visibility: visible;
}
.p-pcnav .p-dropnav__list {
  width: 120px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px;
  position: absolute;
  top: 30px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--primaryB);
}
.p-pcnav .p-dropnav__list--item {
  padding: 7px 0;
  line-height: 1.1rem;
}
.p-pcnav .p-dropnav__list a {
  color: #fff;
  display: block;
}
.p-pcnav .p-dropnav__list a:hover {
  color: #a3d7ff;
}

/* スライド共通のスタイル */
.l-slider__menu {
  width: 100vw;
  height: auto;
  overflow: hidden;
  background-image: url(assets/img/contents/TOP/slider/notation_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 105%;
}

.splide__slide img {
  width: 100%; /* スライドのサイズ調整 */
  opacity: 0.6; /* 左右のスライドを薄くする */
  -webkit-transform: scale(0.65) rotate(0.001deg);
          transform: scale(0.65) rotate(0.001deg); /* 左右のスライドを小さくする */
  -webkit-transition: 0.7s;
  transition: 0.7s; /* ゆっくり小さくさせる */
  -webkit-filter: drop-shadow(2px 2px 2px #aaa);
          filter: drop-shadow(2px 2px 2px #aaa);
}

.splide__track {
  margin-bottom: 6vh;
}

/* アクティブなスライドのスタイル */
.splide__slide.is-active img {
  opacity: 1; /* 中央のスライドは薄くしない */
  -webkit-transform: scale(1);
          transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}

.commingsoon {
  opacity: 0.6;
}

.splide__pagination__page {
  width: 1vw;
  height: 1vw;
  margin: 1vw;
}
.splide__pagination__page.is-active {
  background: var(--primaryY-light);
}

/* 矢印のクリック範囲など */
.button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 30px;
  border: solid 2px var(--primaryY-dark);
}

/* 矢印共通のスタイル */
.button::before {
  background-color: var(--primaryY-dark);
  content: "";
  height: 20px;
  width: 10px;
}

/* 前の矢印 */
.prev::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  margin-right: 14%;
}

/* 次の矢印 */
.next::before {
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-left: 14%;
}

/* 次のスライドが無い場合の矢印 */
.button:disabled::before {
  background-color: #ccc;
}

.p-contact {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.p-contact__text {
  padding: 8%;
  width: 100%;
  margin: auto;
  line-height: 2rem;
}
.p-contact__text p {
  width: clamp(250px, 100%, 500px);
  margin: auto;
  text-align: center;
}
.p-contact form {
  max-width: 720px;
  margin: 0 auto 15vw;
  border: solid 1px var(--primaryB-dark);
  border-radius: 2.5vw;
  width: 90%;
  padding: 5vw 6vw 5vw;
  background-color: #fff;
}
.p-contact form .form-box {
  width: 96%;
  padding: 3rem 0;
  border-bottom: 1px solid #e3e5e6;
  border-top: none;
  border-right: none;
  border-left: none;
  margin: auto;
}
.p-contact form .form-box .form-label {
  font-weight: bold;
  padding: 2vh 0 1vh 0;
}
.p-contact form .form-box .form-label span {
  margin-left: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  color: #fff;
  background-color: var(--primaryB-dark);
}
.p-contact form .form-box .form-label .optional {
  background: none;
  color: gray;
}
.p-contact form .form-box input,
.p-contact form .form-box textarea {
  background-color: #ebf3fa;
  border: none;
  border-radius: 5px;
  padding: 1rem;
  color: #565656;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  font-size: 14px;
}
.p-contact form .form-box input::-webkit-input-placeholder, .p-contact form .form-box textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.p-contact form .form-box input::-moz-placeholder, .p-contact form .form-box textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.p-contact form .form-box input:-ms-input-placeholder, .p-contact form .form-box textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.p-contact form .form-box input::-ms-input-placeholder, .p-contact form .form-box textarea::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.p-contact form .form-box input::placeholder,
.p-contact form .form-box textarea::placeholder {
  color: #999;
  font-size: 14px;
}
.p-contact form .form-box input[type=text]:focus,
.p-contact form .form-box textarea[type=text]:focus {
  border-color: var(--primaryB);
  -webkit-box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
}
.p-contact form .form-box input {
  width: clamp(240px, 75vw, 350px);
  height: 50px;
}
.p-contact form .form-box select {
  background-color: #ebf3fa;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 14px;
  color: #565656;
}
.p-contact form .form-box select:invalid {
  color: #999;
}
.p-contact form .form-box textarea {
  width: 100%;
  height: 200px;
}
.p-contact form .form-box .form-radio {
  padding: 0 1rem;
}
.p-contact form .form-box .form-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
  position: relative;
  width: 210px;
  margin-bottom: 2.5vh;
  padding: 0.8rem;
  border: 1.5px solid var(--primaryB);
  border-radius: 25vw;
  background-color: rgba(73, 149, 215, 0.1490196078);
  cursor: pointer;
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 0.1rem;
}
.p-contact form .form-box .form-radio label:has(:checked) {
  background-color: var(--primaryB-dark);
  color: #fff;
}
.p-contact form .form-box .form-radio label::before, .p-contact form .form-box .form-radio label:has(:checked)::after {
  border-radius: 50%;
  content: "";
}
.p-contact form .form-box .form-radio label::before {
  width: clamp(18px, 1vw, 24px);
  height: clamp(18px, 1vw, 24px);
  background-color: #fff;
}
.p-contact form .form-box .form-radio label:has(:checked)::after {
  position: absolute;
  left: 8.1%;
  width: clamp(10px, 0.2vw, 20px);
  height: clamp(10px, 0.2vw, 20px);
  background-color: var(--primaryB-dark);
}
.p-contact form .form-box .form-radio input {
  display: none;
}
.p-contact form .form-box_email input {
  width: 100%;
}
.p-contact form .form-box_last {
  border: none;
}
.p-contact form .form-radio_btn {
  width: 240px;
}
.p-contact form .form-radio_btn .form-label {
  padding: 2vh;
  text-align: center;
}
.p-contact form table {
  width: 100%;
  max-width: 600px;
  overflow-wrap: anywhere;
}
.p-contact form table td,
.p-contact form table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 6.6666666667%;
  margin: 4vh auto;
}
.p-contact form table th {
  font-size: 14px;
  width: 80%;
  background-color: var(--primaryB);
  color: #fff;
  border-radius: 50vw;
}
.p-contact form table td {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
.p-contact button {
  cursor: pointer;
  border: none;
  border-radius: 50vw;
  color: #fff;
  font-weight: bold;
  background-color: var(--primaryB);
}
.p-contact button:hover {
  background-color: var(--primaryB-dark);
}
.p-contact button:active {
  background-color: var(--primaryB);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.p-contact .confirm_btn {
  width: 100%;
  margin-bottom: 5vh;
}
.p-contact .confirm_btn button {
  width: 220px;
  padding: 1rem 1.2rem;
  margin: auto;
  display: block;
}
.p-contact .back_send_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5vw auto;
}
.p-contact .back_send_btn button {
  width: 120px;
  padding: 0.5rem 1rem;
  margin: 0.4rem;
}

/*レスポンシブ対応*/
@media screen and (max-width: 1024px) {
  .wrapper .l-header {
    height: 90px;
    position: fixed;
  }
  .wrapper .l-header .p-hamburger {
    display: block;
  }
  .wrapper .l-header__right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
  }
  .wrapper .l-header__right--pcnav {
    display: none;
  }
  .wrapper .l-mv__slider {
    margin: 94px 0 0;
  }
  .wrapper .l-content__setsubi .setsubi {
    display: block;
  }
  .wrapper .l-content__setsubi .setsubi_bouon, .wrapper .l-content__setsubi .setsubi_piano {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .l-header {
    height: 80px;
  }
  .wrapper .l-mv {
    position: relative;
  }
  .wrapper .l-mv .pc {
    display: none;
  }
  .wrapper .l-mv .sp {
    display: block;
    margin: 0 auto;
  }
  .wrapper .l-mv__slider {
    height: 128vw;
  }
  .wrapper .l-mv__slider img {
    width: 100vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
  }
  .wrapper .l-mv__top {
    height: 230vw;
  }
  .wrapper .l-mv__infomation {
    display: block;
  }
  .wrapper .l-mv__infomation--title, .wrapper .l-mv__infomation--link, .wrapper .l-mv__infomation--contact_btn {
    width: 100%;
    height: 50vw;
    max-height: 180px;
    border-bottom: none;
    border-left: solid 1px var(--primaryB-dark);
    border-right: solid 1px var(--primaryB-dark);
  }
  .wrapper .l-mv__infomation--title {
    border-top-left-radius: 2.5vw;
    border-top-right-radius: 2.5vw;
    border-bottom-left-radius: 0%;
    height: 24vw;
    border-top: solid 1px var(--primaryB-dark);
  }
  .wrapper .l-mv__infomation--title p {
    position: relative;
    top: 20%;
  }
  .wrapper .l-mv__infomation--title p .title_ja {
    font-size: 5.2vw;
    margin-bottom: 2.8%;
  }
  .wrapper .l-mv__infomation--title p .title_en {
    font-size: 2.5vw;
  }
  .wrapper .l-mv__infomation--title button {
    width: 40%;
    padding: 0;
    margin: 6vw auto 0;
  }
  .wrapper .l-mv__infomation--link .link_box p {
    font-size: clamp(10px, 2vw, 24px);
  }
  .wrapper .l-mv__infomation--contact_btn {
    background-size: 48%;
    background-position: 44vw;
    border-bottom-left-radius: 2.5vw;
    padding: 0.3vw;
    height: 22vw;
    border-bottom: solid 1px var(--primaryB-dark);
  }
  .wrapper .l-mv__infomation--contact_btn .contact_btn--innar {
    width: 94%;
    height: 75%;
    margin: 0 auto 1vw;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 90%;
  }
  .wrapper .l-mv__infomation--contact_btn p {
    padding: 6% 0% 6% 7%;
    letter-spacing: 0.2em;
    font-size: 1vw;
  }
  .wrapper .l-mv__infomation--contact_btn p span {
    line-height: 3.4vw;
    font-size: 4.2vw;
  }
  .wrapper .l-content__home .home__access .access_innar {
    display: block;
    padding-bottom: 2rem;
  }
  .wrapper .l-content__home .home__access .access_innar .access-map {
    height: 300px;
    padding-bottom: 0;
    margin: auto;
    padding-top: 6vw;
  }
  .wrapper .l-content__home .home__access .access_innar .access-address {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .wrapper .l-content__profile .greetings {
    padding-top: clamp(60px, 30vw, 150px);
    padding-bottom: clamp(70px, 20vw, 160px);
  }
}
@media screen and (max-width: 450px) {
  .wrapper .l-header .p-navigation--area {
    width: 100%;
  }
  .wrapper .l-header .btn-label {
    width: 130%;
    left: -20%;
  }
  .wrapper .l-content .home__profile--innar {
    display: block;
    background-size: 70%;
    background-position: 92% 32%;
    margin: 30vw auto 25vw;
    padding: 0;
  }
  .wrapper .l-content .home__profile img {
    width: 180px;
    height: 180px;
    margin: -22% 14% -6%;
  }
  .wrapper .l-content .home__profile--text {
    width: 80%;
    margin: 12% 5% 34% 15%;
  }
  .wrapper .l-content .home__profile button {
    margin: 6%;
  }
  .wrapper .l-footer__logo {
    display: block;
    width: 40%;
    margin-left: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .wrapper .l-content {
    overflow: visible;
  }
  .wrapper .l-content__rinen .text {
    padding: 4%;
  }
}

.drop {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.marker {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.pcnav__list--item:nth-child(1):hover .drop {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pcnav__list--item:nth-child(1):hover ~ .marker {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.pcnav__list--item:nth-child(2):hover .drop {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pcnav__list--item:nth-child(2):hover ~ .marker {
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
}

.pcnav__list--item:nth-child(3):hover .drop {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pcnav__list--item:nth-child(3):hover ~ .marker {
  -webkit-transform: translate(240px, 0);
  transform: translate(240px, 0);
}

.pcnav__list--item:nth-child(4):hover .drop {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pcnav__list--item:nth-child(4):hover ~ .marker {
  -webkit-transform: translate(360px, 0);
  transform: translate(360px, 0);
}

.pcnav__list--item:nth-child(5):hover .drop {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pcnav__list--item:nth-child(5):hover ~ .marker {
  -webkit-transform: translate(480px, 0);
  transform: translate(480px, 0);
}

@-webkit-keyframes change-img-anim-first {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-img-anim-first {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}