@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  background-color: #000000;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

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

textarea {
  resize: 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 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}

body {
  color: #fff;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4611872146vw;
  }
}
@media (min-width: 1095px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

.header {
  height: 10.9375rem;
  max-width: 100vw;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .header {
    height: 16rem;
  }
}

.header__logo-wrapper {
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .header__logo-wrapper {
    margin-top: 2.25rem;
  }
}

.header__logo-img {
  display: flex;
  justify-content: center;
}

.header__logo-img img {
  width: 100%;
  max-width: 3.125rem;
  aspect-ratio: 82/97;
}
@media screen and (min-width: 768px) {
  .header__logo-img img {
    max-width: 5.125rem;
  }
}

.header__logo {
  margin-top: 0.7125rem;
  display: flex;
  justify-content: center;
}

.header__logo img {
  width: 100%;
  max-width: 11.25rem;
  aspect-ratio: 283/34;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    max-width: 17.6875rem;
  }
}

.header__inner {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    margin-top: 2.25rem;
  }
}

.header__nav {
  position: relative;
  z-index: 999;
}

.border__line {
  height: 0.0625rem;
  border: 0.0625rem solid #EE9493;
  background-clip: padding-box;
}

.header__insta, .header__ballet {
  width: 100%;
  max-width: 3.75rem;
  border-radius: 0.6875rem 0 0 0.6875rem;
  padding: 0.25rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__insta, .header__ballet {
    max-width: 5.9375rem;
    padding: 0.75rem 1.5625rem;
  }
}

.header__insta {
  background-color: #fff;
  position: absolute;
  top: 2.5rem;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .header__insta {
    top: 2.25rem;
  }
}

.header__ballet {
  background-color: #EE9493;
  position: absolute;
  top: 5.3125rem;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .header__ballet {
    top: 7.375rem;
  }
}

.header__hamburger {
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    position: static;
  }
}

.footer {
  padding-top: 3.6875rem;
  background-color: #270001;
}

.footer__logo-img,
.footer__logo {
  display: flex;
  justify-content: center;
  margin-top: 0.6875rem;
}

.footer__logo-img img {
  width: 100%;
  max-width: 3.125rem;
  aspect-ratio: 82/97;
}
@media screen and (min-width: 768px) {
  .footer__logo-img img {
    max-width: 5.125rem;
  }
}

.footer__logo img {
  width: 100%;
  max-width: 11.25rem;
  aspect-ratio: 283/34;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    max-width: 17.6875rem;
  }
}

.footer__name {
  text-align: center;
  font-family: "A-OTF Ryumin Pro", sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #C3C3C3;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .footer__name {
    font-size: 1.875rem;
  }
}

.footer__border-line {
  margin-top: 1.75rem;
}

.footer__copyright {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #000;
  text-align: center;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1rem;
    padding-top: 1.4375rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1095px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.section-title {
  font-family: "A-OTF Ryumin Pro", sans-serif;
  font-size: 1.5625rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.1875rem;
    line-height: 1.3428571429;
  }
}

.section-title__bottom {
  margin-top: 0.9375rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section-title__bottom {
    margin-top: 1.4375rem;
  }
}

.section-title__bottom img {
  width: 100%;
  max-width: 13.75rem;
  aspect-ratio: 286/86;
}
@media screen and (min-width: 768px) {
  .section-title__bottom img {
    max-width: 17.875rem;
  }
}

.header-nav__items {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    display: block;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 25rem;
    min-height: initial;
    flex-direction: row;
    position: relative;
    z-index: 999999;
  }
}

.header-nav__item {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.header-nav__item a {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    display: block;
    transition: all 0.3s;
    padding: 0 2.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item::before {
    content: "";
    display: inline-block;
    width: 0.0625rem;
    height: 1.4375rem;
    background-color: #fff;
    position: absolute;
    top: 0.3125rem;
    left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item:last-child::after {
    content: "";
    display: inline-block;
    width: 0.0625rem;
    height: 1.4375rem;
    background-color: #fff;
    position: absolute;
    top: 0.3125rem;
    left: 10.125rem;
  }
}

.header-nav__child ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav__child ul {
    display: block;
    width: 100%;
    max-width: 10.625rem;
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 2.8125rem;
    z-index: 4;
    /*形状を指定*/
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all 0.3s;
  }
}

/*hoverしたら表示*/
nav li.header-nav__child:hover > ul,
nav li.header-nav__child ul li:hover > ul,
nav li.header-nav__child:active > ul,
nav li.header-nav__child ul li:active > ul {
  display: none;
}
@media screen and (min-width: 768px) {
  nav li.header-nav__child:hover > ul,
nav li.header-nav__child ul li:hover > ul,
nav li.header-nav__child:active > ul,
nav li.header-nav__child ul li:active > ul {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.header-nav__child-item {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav__child-item {
    display: block;
    background-color: #EE9493;
    text-align: center;
    margin-top: 0.3125rem;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 1.5625;
  }
}

.header-nav__child-item-short {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav__child-item-short {
    display: block;
    background-color: #EE9493;
    text-align: center;
    margin-top: 0.3125rem;
    white-space: nowrap;
    font-size: 0.9rem;
    line-height: 1.5625;
  }
}

.header-nav__child-item-long {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav__child-item-long {
    display: none;
    background-color: #EE9493;
    text-align: center;
    margin-top: 0.3125rem;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.3888888889;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__child-item-long a {
    padding: 0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__child-item a {
    padding: 0.25rem 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__child-item-short a {
    padding: 0.1875rem 0;
  }
}

.header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: initial;
    height: inherit;
    overflow-y: initial;
    display: block;
    background-color: #000;
  }
}

.btn {
  max-width: 12.5rem;
  width: 100%;
  display: inline-block;
  padding: 0.625rem 3.125rem;
  text-align: center;
  border: 0.125rem solid #fff;
  border-radius: 0.4375rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .btn {
    max-width: 18.75rem;
    padding: 1.0625rem 6.0625rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.studio {
  margin-top: 12.5rem;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .studio {
    margin-top: 16rem;
    padding-top: 4.8125rem;
  }
}

.studio__inner {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .studio__inner {
    margin-top: 5.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .studio__item-left {
    display: flex;
    gap: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .studio__item-left .studio__item-img {
    margin-left: calc(50% - 50vw);
    flex: 1;
  }
}

.studio__item-left .studio__item-img img {
  width: 100%;
  max-width: 41.5625rem;
  aspect-ratio: 665/467;
}

.studio__item-text-wrapper {
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .studio__item-text-wrapper {
    flex: 0.75;
    margin-right: 2.75rem;
  }
}

.studio__item-text-wrapper h3 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .studio__item-text-wrapper h3 {
    font-size: 1.875rem;
  }
}

.studio__item-text-wrapper p {
  margin-top: 0.5625rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .studio__item-text-wrapper p {
    font-size: 1rem;
  }
}

.studio__item-text-address a {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1875;
  color: #EE9493;
  text-decoration-line: underline;
}
@media screen and (min-width: 768px) {
  .studio__item-text-address a {
    font-size: 1rem;
  }
}

.studio__item-text-bottom {
  margin-left: 4.0625rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .studio__item-text-bottom {
    margin-left: 4.9375rem;
    margin-bottom: 0;
  }
}

.studio__btn-wrapper {
  margin-top: 1.125rem;
}
.studio__btn {
  max-width: 18.75rem;
  padding: 0.4375rem 3.75rem;
}
.studio__item-left-second {
  margin-top: 3.125rem;
}
.studio__item-right {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .studio__item-right {
    display: flex;
    gap: 2.1875rem;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .studio__item-right .studio__item-img {
    margin-right: calc(50% - 50vw);
    flex: 1;
  }
}

.studio__item-right .studio__item-img img {
  width: 100%;
  max-width: 44.375rem;
  aspect-ratio: 710/467;
}

@media screen and (min-width: 768px) {
  .studio__item-right .studio__btn-wrapper {
    margin-left: 6.25rem;
  }
}

.studio__item-text-contact span {
  color: #EE9493;
}

.studio__item-text-address-bottom {
  margin-left: 3.125rem;
}
.studio__item {
  margin-top: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .studio__item {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .studio__item .studio__item-text-wrapper {
    flex: 0.75;
    margin-right: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .studio__item .studio__information-map {
    flex: 1;
  }
}

.studio__item .studio__information-map iframe {
  width: 100%;
  max-width: 37.5rem;
  aspect-ratio: 600/380;
}

.hiratsuka .studio__item .studio__item-text-wrapper {
  flex: 0.8;
  margin-right: 0;
}
.class {
  background-color: #2f2f2f;
}

.class__inner {
  padding-top: 3.875rem;
  padding-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .class__inner {
    padding-top: 5.125rem;
    padding-bottom: 4.5625rem;
  }
}

.class__item {
  margin-bottom: 3.25rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .class__item {
    margin-bottom: 4.5rem;
    margin-right: -0.625rem;
  }
}

.class__title {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 0.0625rem solid #EE9493;
  position: relative;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .class__title {
    font-size: 1.875rem;
  }
}

.class__title::before {
  content: "◆";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.class__text-wrapper {
  margin-top: 1.875rem;
}

.class__text-pink,
.class__text-top,
.class__text-bottom {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .class__text-pink,
.class__text-top,
.class__text-bottom {
    font-size: 1rem;
  }
}

.class__text-pink {
  color: #EE9493;
  font-weight: 700;
}

.class__text-bottom {
  margin-top: 3rem;
}

.membership__inner {
  margin-top: 6.3125rem;
  background-color: #fff;
  border-radius: 1.0625rem;
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .membership__inner {
    margin-top: 9.4375rem;
  }
}

.membership .section-title__wrapper {
  padding-top: 4.5625rem;
}

.membership__title {
  color: #EE9493;
}

.membership__items {
  color: #000;
  text-align: center;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .membership__items {
    margin: 3.375rem 6.0625rem 0 6.0625rem;
  }
}

.membership__item {
  margin-bottom: 2.3125rem;
}
.membership__item-title {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  border-bottom: 0.0625rem solid #EE9493;
}
@media screen and (min-width: 768px) {
  .membership__item-title {
    font-size: 1.25rem;
  }
}

.membership__item p {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .membership__item p {
    font-size: 1rem;
  }
}

.membership__text-top,
.membership__text-middle,
.membership__text-bottom {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .membership__text-top,
.membership__text-middle,
.membership__text-bottom {
    gap: 1.4375rem;
  }
}

.membership__advice {
  margin-top: 3.375rem;
  padding-bottom: 3.75rem;
  text-align: center;
  color: #000;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .membership__advice {
    font-size: 1rem;
    margin-top: 4.625rem;
  }
}

.month {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .month {
    margin-left: 6.375rem;
  }
}

.month p {
  text-align: left;
}

.month .membership__text-top,
.month .membership__text-middle,
.month .membership__text-bottom {
  justify-content: flex-start;
}

.membership__text {
  margin-top: 1.5625rem;
}

.ticket {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .ticket {
    margin-left: 10.0625rem;
  }
}

.ticket p {
  text-align: left;
}

.ticket .membership__text-top,
.ticket .membership__text-middle,
.ticket .membership__text-bottom {
  justify-content: flex-start;
}

.separator {
  position: relative;
}

.separator::after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0rem;
  right: -0.625rem;
}
@media screen and (min-width: 768px) {
  .separator::after {
    right: -0.8125rem;
  }
}

.membership__text-top span {
  color: #C71592;
  text-decoration-line: underline;
}

.schedule {
  margin-top: 5.4375rem;
}

.schedule__inner {
  margin-top: 3.6875rem;
  margin-bottom: 19.3125rem;
}

.schedule__calendar {
  width: 100%;
  height: 23.25rem;
  background-color: #767676;
}
@media screen and (min-width: 768px) {
  .schedule__calendar {
    height: 35.75rem;
  }
}

.schedule__calendar p {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  align-items: center;
  display: flex;
  justify-content: center;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .schedule__calendar p {
    font-size: 1.875rem;
  }
}

.pull {
  /* 　デフォルトのプルダウンを解除 */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* オリジナルのプルダウンを作成 */
  display: inline-block;
  width: 100%;
  max-width: 11.9375rem;
  padding: 0.625rem 0.375rem 0.375rem 1.0625rem;
  cursor: pointer;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 700;
  color: #FF0000;
  background-color: #fff;
  border: solid 0.0625rem #707070;
  /* 　三角マーク作成 */
  background-image: linear-gradient(45deg, transparent 50%, rgb(90, 90, 90) 50%), linear-gradient(135deg, rgb(90, 90, 90) 50%, transparent 50%);
  background-size: 0.9375rem 0.9375rem, 0.9375rem 0.9375rem;
  background-position: calc(100% - 25px) 55%, calc(100% - 10.2px) 55%;
  background-repeat: no-repeat;
}

/* 　IEでデフォルトの矢印消す */
.pull::-ms-expand {
  display: none;
}

.contact-form__item-input-visit .pull {
  padding: 0.625rem 0.375rem 0.375rem 0.375rem;
}

.hamburger {
  padding-top: 1.25rem;
  padding-left: 1.25rem;
}

.hamburger span:nth-child(2) {
  margin: 0.375rem 0;
}

.hamburger.is-open span:nth-of-type(1) {
  transform-origin: left;
  transform: translate(3px, -1px) rotate(45deg);
}

.hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-of-type(3) {
  transform-origin: left;
  transform: translate(3px, 1px) rotate(-45deg);
}

.hamburger span {
  display: block;
  width: 1.625rem;
  height: 0.125rem;
  background-color: #fff;
  transition: 0.3s;
}

.hamburger__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .hamburger__nav {
    display: none;
  }
}

.hamburger-nav__items {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 25rem;
  margin-left: 6.25rem;
}
@media screen and (min-width: 768px) {
  .hamburger-nav__items {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hamburger-nav__item {
    display: none;
  }
}

.hamburger-nav__item a {
  font-size: 1rem;
  line-height: 1.2222222222;
  padding: 0.625rem 0;
  display: block;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hamburger-nav__item a {
    display: none;
  }
}

.hamburger-nav .header__logo-wrapper {
  margin-top: 2.8125rem;
}

.hamburger-nav__child-item {
  position: relative;
  padding-left: 1.875rem;
}

.hamburger-nav__child-item::before {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  top: 0.5rem;
  left: 0.625rem;
  transform: rotate(90deg);
}

.mainview {
  margin-top: 11.25rem;
  width: 100%;
  height: 0;
  padding-top: 55.7%;
  background-image: url(../img/top/top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .mainview {
    margin-top: 16rem;
  }
}

.mainview__title {
  font-family: "A-OTF Ryumin Pro", sans-serif;
  font-size: 0.9375rem;
  margin-top: -9.375rem;
  margin-left: 3.75rem;
  font-weight: 400;
  line-height: 1.3428571429;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .mainview__title {
    font-size: 2.1875rem;
    margin-top: -31.25rem;
    margin-left: 24.0625rem;
    line-height: 1.3428571429;
  }
}

.notice {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .notice {
    margin-top: 6.1875rem;
  }
}

.notice__title {
  font-family: "A-OTF Ryumin Pro", sans-serif;
  font-size: 1.5625rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .notice__title {
    font-size: 2.1875rem;
    line-height: 1.3428571429;
  }
}

.notice__img {
  width: 100%;
  max-width: 15.625rem;
  height: 22.1875rem;
  background-color: #808080;
  padding: 12.875rem 3.75rem 16.625rem 3.75rem;
  margin: 0.75rem auto 2.75rem auto;
}
@media screen and (min-width: 768px) {
  .notice__img {
    max-width: 22.75rem;
    height: 32.4375rem;
    padding: 12.875rem 7.9375rem 16.625rem 5.5625rem;
  }
}

.notice__img p {
  font-family: "A-OTF Ryumin Pro", sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.48;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .notice__img p {
    font-size: 2.1875rem;
    line-height: 1.3428571429;
  }
}

.hope {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .hope {
    margin-top: 5.8125rem;
  }
}

.hope__item-top,
.hope__item-bottom {
  display: block;
}
@media screen and (min-width: 768px) {
  .hope__item-top,
.hope__item-bottom {
    display: flex;
    align-items: flex-end;
  }
}

.hope__item-top {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .hope__item-top {
    justify-content: flex-start;
    flex-direction: row;
  }
}

.hope__item-top-text h2,
.hope__item-bottom-text h2 {
  font-family: "A-OTF Ryumin Pro", sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.48;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hope__item-top-text h2,
.hope__item-bottom-text h2 {
    font-size: 2.1875rem;
    line-height: 1.3428571429;
  }
}

.hope__item-top-text p,
.hope__item-bottom-text p {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2.1333333333;
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .hope__item-top-text p,
.hope__item-bottom-text p {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    margin-top: 2.4375rem;
  }
}

.hope__item-top-text {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .hope__item-top-text {
    margin-left: 5.625rem;
    margin-right: 12.5rem;
    margin-bottom: 5.9375rem;
  }
}

.hope__item-top-img img {
  width: 100%;
  max-width: 18.75rem;
  aspect-ratio: 400/357;
}
@media screen and (min-width: 768px) {
  .hope__item-top-img img {
    max-width: 25rem;
  }
}

.hope__item-bottom {
  margin-top: 3.25rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .hope__item-bottom {
    margin-top: 3.25rem;
    margin-left: 9.6875rem;
    margin-right: 0;
    justify-content: flex-end;
  }
}

.hope__item-bottom-text {
  margin-bottom: 3.125rem;
  margin-right: 0rem;
}
@media screen and (min-width: 768px) {
  .hope__item-bottom-text {
    margin-bottom: 7.5rem;
    margin-right: -9.375rem;
  }
}

.hope__item-bottom-text p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hope__item-bottom-text p {
    max-width: 44.375rem;
  }
}

.hope__item-bottom-img {
  margin-left: -3.75rem;
}
@media screen and (min-width: 768px) {
  .hope__item-bottom-img {
    margin-left: -3.75rem;
  }
}

.hope__item-bottom-img img {
  width: 100%;
  max-width: 50rem;
  aspect-ratio: 686/367;
}
@media screen and (min-width: 768px) {
  .hope__item-bottom-img img {
    max-width: 50rem;
  }
}

.instagram {
  margin-top: 7.3125rem;
}

.instagram__icon {
  display: flex;
  justify-content: center;
}

.instagram__icon img {
  width: 100%;
  max-width: 3.4375rem;
  aspect-ratio: 55/55;
}

.instagram__title {
  margin-top: 2.3125rem;
}

.instagram__img {
  margin-top: 4.25rem;
}

.instagram__img img {
  width: 100%;
  aspect-ratio: 1400/388;
}

.top-news {
  margin-top: 2.75rem;
}

.top-news__img {
  width: 100%;
  aspect-ratio: 1400/671;
}

.top-news__wrapper {
  display: block;
  margin: 3.8125rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .top-news__wrapper {
    display: flex;
    margin: 3.8125rem 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news__left::before,
.top-news__right::before {
    content: "";
    display: inline-block;
    width: 0.0625rem;
    height: 21.8125rem;
    background-color: #fff;
    position: absolute;
    top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news__left::before {
    left: -4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news__right::before {
    left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news__right::after {
    content: "";
    display: inline-block;
    width: 0.0625rem;
    height: 21.8125rem;
    background-color: #fff;
    position: absolute;
    top: 0rem;
    right: -4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top-news__left,
.top-news__right {
    position: relative;
    margin: 0 auto;
    flex: 1;
  }
}

.top-news__right {
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .top-news__right {
    margin-top: 0;
  }
}

.top-news__title {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.top-news__items {
  margin-top: 0.96875rem;
}

.top-news__item {
  display: block;
}
@media screen and (min-width: 768px) {
  .top-news__item {
    display: flex;
    align-items: center;
    gap: 2.125rem;
  }
}

.top-news__item a {
  color: #EE9493;
  text-decoration: underline;
}

.top-news__item-date {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .top-news__item-date {
    font-size: 1rem;
    line-height: 2.5;
  }
}

.top-news__item-title {
  color: #EE9493;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .top-news__item-title {
    font-size: 1rem;
    line-height: 2.5;
  }
}

.top-news__btn-wrapper {
  margin-top: 2.625rem;
  text-align: center;
}

.top-news__btn-long {
  padding: 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .top-news__btn-long {
    padding: 1.0625rem 3.75rem;
  }
}

.top-news__contact {
  background-color: #270001;
}

.top-news__contact-wrapper {
  background-image: url(../img/top/contact.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  max-width: 21.875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-news__contact-wrapper {
    max-width: 47.1875rem;
  }
}

.top-news__contact-btn-wrapper {
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .top-news__contact-btn-wrapper {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }
}

.top-news__contact-btn {
  max-width: 15.625rem;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  border: 0.125rem solid #EE9493;
  border-radius: 0.4375rem;
  background-color: #EE9493;
}
@media screen and (min-width: 768px) {
  .top-news__contact-btn {
    max-width: 25rem;
    padding: 0.875rem 4.625rem;
  }
}

.merit {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .merit {
    margin-top: 15.1875rem;
  }
}

.merit__wrapper {
  margin-top: 5rem;
  margin-bottom: 0;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .merit__wrapper {
    margin-top: 6.9375rem;
    margin-bottom: 9.4375rem;
    padding: 0;
  }
}

.merit__top-img img {
  width: 100%;
  max-width: 41.5625rem;
  aspect-ratio: 665/467;
}

.merit__bottom-img img {
  width: 100%;
  max-width: 44.375rem;
  aspect-ratio: 710/467;
}

.merit__top-wrapper, .merit__bottom-wrapper {
  display: block;
}
@media screen and (min-width: 768px) {
  .merit__top-wrapper, .merit__bottom-wrapper {
    display: flex;
    gap: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .merit__top-wrapper {
    margin-right: 12.5rem;
    justify-content: flex-start;
  }
}

.merit__bottom-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .merit__bottom-wrapper {
    margin-top: 3.625rem;
    margin-left: 9.6875rem;
    justify-content: flex-end;
    flex-direction: row;
  }
}

.merit__top-text-wrapper, .merit__bottom-text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .merit__top-text-wrapper, .merit__bottom-text-wrapper {
    width: 45%;
  }
}

.merit__top-text-wrapper h3, .merit__bottom-text-wrapper h3 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.48;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .merit__top-text-wrapper h3, .merit__bottom-text-wrapper h3 {
    font-size: 1.875rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

.merit__top-text-wrapper p, .merit__bottom-text-wrapper p {
  margin-top: 1.3125rem;
  margin-bottom: 3.125rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .merit__top-text-wrapper p, .merit__bottom-text-wrapper p {
    margin-top: 1.3125rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 2.5;
  }
}

.concept {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .concept {
    margin-top: 7.8125rem;
  }
}

.concept__items {
  display: flex;
  flex-wrap: wrap;
  margin: 1.1875rem 1.25rem 6.4375rem;
}

.concept__item {
  width: 100%;
  max-width: 29.875rem;
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.875rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept__item {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .concept__item::before {
    content: "";
    display: inline-block;
    width: 0.0625rem;
    height: 43rem;
    background-color: #fff;
    position: absolute;
    top: 0rem;
    left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .concept__item:nth-child(2):after,
.concept__item:last-child:after {
    content: "";
    display: inline-block;
    width: 0.0625rem;
    height: 43rem;
    background-color: #fff;
    position: absolute;
    top: 0rem;
    right: 0rem;
  }
}

.concept__item-number-wrapper {
  margin: 0 auto;
  border-radius: 50%;
  border: solid 0.125rem #EE9493;
  width: 6.25rem;
  height: 6.25rem;
  padding: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .concept__item-number-wrapper {
    width: 10.625rem;
    height: 10.625rem;
    padding: 1.75rem;
  }
}

.concept__item-number {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: solid 0.125rem #EE9493;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #EE9493;
  font-family: "A-OTF Ryumin Pro", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.34;
  white-space: nowrap;
  padding: 0.625rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .concept__item-number {
    width: 6.9375rem;
    height: 6.9375rem;
    font-size: 3.125rem;
    line-height: 1.34;
    padding: 1.375rem 1.75rem;
  }
}

.concept__item-text-wrapper {
  margin-top: 1.625rem;
}

.concept__item-text-wrapper02 {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .concept__item-text-wrapper02 {
    margin-bottom: 5.625rem;
  }
}

.concept__item-text-wrapper03 {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .concept__item-text-wrapper03 {
    margin-bottom: 3.75rem;
  }
}

.concept__item-text-wrapper h3 {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept__item-text-wrapper h3 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

.concept__item-text-wrapper p {
  margin-top: 1.0625rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .concept__item-text-wrapper p {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.concept__item-img {
  margin-top: 1.375rem;
}

.concept__item-img img {
  width: 100%;
  max-width: 23.75rem;
  aspect-ratio: 380/241;
}

.history {
  padding-top: 3.875rem;
  background-color: #270001;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .history {
    padding-bottom: 16.0625rem;
  }
}

.history__inner {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-top: 3.125rem;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .history__inner {
    margin-top: 4.5rem;
    margin-left: 17.9375rem;
    margin-right: 21.875rem;
  }
}

.history__lists {
  width: 100%;
  max-width: 44.5rem;
}

.history__list {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 3.125;
  border-bottom: 0.0625rem solid #707070;
}
@media screen and (min-width: 768px) {
  .history__list {
    font-size: 1rem;
  }
}

.history__img-left {
  position: absolute;
  top: -2.5rem;
  left: -1.875rem;
}
@media screen and (min-width: 768px) {
  .history__img-left {
    bottom: 6.875rem;
    left: -9.375rem;
    top: 0rem;
  }
}

.history__img-left img {
  width: 100%;
  max-width: 6.25rem;
  aspect-ratio: 439/897;
}
@media screen and (min-width: 768px) {
  .history__img-left img {
    max-width: 27.4375rem;
  }
}

.history__img-right {
  position: absolute;
  top: 39.375rem;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .history__img-right {
    top: 16.875rem;
    right: 0rem;
  }
}

.history__img-right img {
  width: 100%;
  max-width: 6.25rem;
  aspect-ratio: 337/895;
  object-fit: cover;
  object-position: left;
}
@media screen and (min-width: 768px) {
  .history__img-right img {
    max-width: 21.0625rem;
  }
}

.information {
  margin-top: 5rem;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .information {
    margin-top: 7.75rem;
    margin-bottom: 1.75rem;
  }
}

.information__address-wrapper {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .information__address-wrapper {
    margin-top: 5.25rem;
  }
}

.information__address {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  text-align: center;
}

.information__address-map {
  margin-top: 0.625rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .information__address-map {
    margin-top: 1.5625rem;
  }
}

.information__address-map img {
  width: 100%;
  max-width: 4rem;
  aspect-ratio: 64/64;
}

.information__address-text {
  margin-top: 0.6875rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
  color: #EE9493;
}

.information__tel {
  margin-top: 3.0625rem;
  text-align: center;
}

.information__tel-text {
  margin-top: 0.625rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
}

.information__tel-number {
  margin-top: 0.625rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
}

.information__btn-wrapper {
  text-align: center;
  margin-top: 1.75rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .information__btn-wrapper {
    margin-bottom: 6.1875rem;
  }
}

.information__btn {
  max-width: 15.625rem;
  padding: 0.625rem;
  text-align: center;
  border: 0.125rem solid #EE9493;
  border-radius: 0.4375rem;
  background-color: #EE9493;
}
@media screen and (min-width: 768px) {
  .information__btn {
    max-width: 25rem;
    padding: 0.875rem 4.625rem;
  }
}

.information__items {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .information__items {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 28.125rem;
    margin-right: 28.125rem;
    margin-bottom: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .information__items::before {
    content: "";
    display: inline-block;
    width: 0.0625rem;
    height: 21.8125rem;
    background-color: #fff;
    position: absolute;
    top: 0rem;
    left: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .information__items:after {
    content: "";
    display: inline-block;
    width: 0.0625rem;
    height: 21.8125rem;
    background-color: #fff;
    position: absolute;
    top: 0rem;
    right: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .informatiom__item-wrapper {
    display: flex;
    justify-content: center;
    gap: 2.0625rem;
    margin-bottom: 5.25rem;
  }
}

.information__item {
  width: 100%;
  max-width: 15.625rem;
  border-radius: 0.5625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .information__item {
    max-width: 12.6875rem;
  }
}

.information__item-contest-img {
  margin-top: 1.625rem;
  margin-bottom: 0.625rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .information__item-contest-img {
    margin-bottom: 0.9375rem;
  }
}

.information__item-contest-img img {
  width: 100%;
  max-width: 3.125rem;
  aspect-ratio: 84/84;
}
@media screen and (min-width: 768px) {
  .information__item-contest-img img {
    max-width: 5.25rem;
  }
}

.information__item-text {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .information__item-text {
    font-size: 1.125rem;
  }
}

.information__item-en {
  font-family: "Futura", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #7B7B7B;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .information__item-en {
    font-size: 1.125rem;
  }
}

.information__item-blog-img {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .information__item-blog-img {
    display: block;
    margin-top: 1.125rem;
  }
}

.information__item-blog-img img {
  width: 100%;
  max-width: 8.9375rem;
  aspect-ratio: 203/107;
}
@media screen and (min-width: 768px) {
  .information__item-blog-img img {
    max-width: 12.6875rem;
  }
}

.profile {
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .profile {
    margin-top: 8.3125rem;
  }
}

.profile__item {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .profile__item {
    display: flex;
    gap: 2.125rem;
    margin-top: 6.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .profile__item-img {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .profile__item-texts {
    flex: 1.8;
    margin-right: 2.75rem;
  }
}

.profile__item-img img {
  width: 100%;
  max-width: 21.875rem;
  aspect-ratio: 350/350;
}

.profile__item-name {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 0.0625rem solid #EE9493;
}
@media screen and (min-width: 768px) {
  .profile__item-name {
    font-size: 1.875rem;
  }
}

.profile__item-en {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1875;
  color: #ADADAD;
}
@media screen and (min-width: 768px) {
  .profile__item-en {
    font-size: 1rem;
  }
}

.profile__item-text,
.profile__item-history li,
.profile__item-skill-list li,
.profile__item-teach-list li {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .profile__item-text,
.profile__item-history li,
.profile__item-skill-list li,
.profile__item-teach-list li {
    font-size: 1rem;
  }
}

.profile__item-text {
  margin-top: 1.0625rem;
}
.profile__item-history {
  margin-top: 2.4375rem;
}
.profile__item-history li {
  border-bottom: 0.0625rem solid #fff;
  margin-top: 1.25rem;
}
.profile__item-skill, .profile__item-teach {
  margin-top: 1.625rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .profile__item-skill, .profile__item-teach {
    font-size: 1.25rem;
  }
}

.profile__item-skill-list, .profile__item-teach-list {
  margin-top: 1.25rem;
  list-style-type: disc;
  margin-left: 1.25rem;
}
.profile__item-name span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .profile__item-name span {
    font-size: 1.25rem;
  }
}

.profile__item-pianist {
  margin-top: 6.25rem;
  border-bottom: 0.0625rem solid #EE9493;
  background-clip: padding-box;
  margin-bottom: 12.5rem;
}
@media screen and (min-width: 768px) {
  .profile__item-pianist {
    display: flex;
    align-items: center;
    gap: 3.4375rem;
    margin-top: 12.4375rem;
    margin-bottom: 25.125rem;
  }
}

.profile__item-pianist p {
  color: #EE9493;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .profile__item-pianist p {
    font-size: 1.875rem;
  }
}

.profile__item-pianist .profile__item-name {
  border-bottom: none;
}

.fujisawa {
  margin-top: 12.5rem;
  margin-bottom: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .fujisawa {
    margin-top: 16rem;
  }
}

.fujisawa .section-title__wrapper {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .fujisawa .section-title__wrapper {
    padding-top: 4.8125rem;
  }
}

.fujisawa__text-wrapper {
  margin: 2.875rem 0 6.25rem 0;
}
@media screen and (min-width: 768px) {
  .fujisawa__text-wrapper {
    margin: 2.875rem 6.875rem 10rem 6.875rem;
  }
}

.fujisawa__text-top,
.fujisawa__text-bottom {
  text-align: center;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .fujisawa__text-top,
.fujisawa__text-bottom {
    font-size: 1rem;
  }
}

.fujisawa__text-bottom {
  margin-top: 3rem;
}

.fujisawa__img img {
  width: 100%;
  aspect-ratio: 1400/467;
}

.fujisawa-schedule {
  margin-top: 5.4375rem;
}

.fujisawa-schedule__inner {
  margin-top: 3.6875rem;
  margin-bottom: 13.625rem;
  white-space: nowrap; /* 折り返されないように */
  overflow-x: auto; /* 横スクロール */
}
@media screen and (min-width: 768px) {
  .fujisawa-schedule__inner {
    margin-bottom: 26.125rem;
    overflow-x: visible;
  }
}

.fujisawa-schedule__calendar {
  border-collapse: collapse;
}
.fujisawa-schedule__calendar tr:nth-child(1) {
  height: 1.875rem;
}
@media screen and (min-width: 768px) {
  .fujisawa-schedule__calendar tr:nth-child(1) {
    height: 3.25rem;
  }
}

.fujisawa-schedule__calendar tr {
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .fujisawa-schedule__calendar tr {
    height: 7.75rem;
  }
}

.fujisawa-schedule__calendar th, td {
  border: solid 0.0625rem #fff; /* 線の種類 太さ 色 */
}

.fujisawa-schedule__calendar th {
  padding: 0.1875rem 2.5rem;
  background-color: #EE9493;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5909090909;
}
@media screen and (min-width: 768px) {
  .fujisawa-schedule__calendar th {
    padding: 0.5rem 3.9375rem;
    font-size: 1.375rem;
  }
}

.fujisawa-schedule__calendar td {
  text-align: center;
  background-color: #363636;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .fujisawa-schedule__calendar td {
    font-size: 0.875rem;
  }
}

.hiratsuka {
  margin-top: 12.5rem;
  margin-bottom: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .hiratsuka {
    margin-top: 16rem;
  }
}

.hiratsuka .section-title__wrapper {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .hiratsuka .section-title__wrapper {
    padding-top: 4.8125rem;
  }
}

.hiratsuka__text-wrapper {
  margin: 2.875rem 0 2.8125rem 0;
}
@media screen and (min-width: 768px) {
  .hiratsuka__text-wrapper {
    margin: 2.875rem 6.875rem 5.3125rem 6.875rem;
  }
}

.hiratsuka__text-top {
  text-align: center;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .hiratsuka__text-top {
    font-size: 1rem;
  }
}

.hiratsuka__img img {
  width: 100%;
  aspect-ratio: 1400/467;
}

.shounandai {
  margin-top: 12.5rem;
  margin-bottom: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .shounandai {
    margin-top: 16rem;
  }
}

.shounandai .section-title__wrapper {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .shounandai .section-title__wrapper {
    padding-top: 4.8125rem;
  }
}

.shounandai__text-wrapper {
  margin: 2.875rem 0 2.8125rem 0;
}
@media screen and (min-width: 768px) {
  .shounandai__text-wrapper {
    margin: 2.875rem 6.875rem 5.3125rem 6.875rem;
  }
}

.shounandai__text-top {
  text-align: center;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .shounandai__text-top {
    font-size: 1rem;
  }
}

.shounandai__img-wrapper {
  display: flex;
  justify-content: center;
}

.shounandai__img img {
  width: 100%;
  max-width: 44.375rem;
  aspect-ratio: 710/467;
}

.lesson-schedule {
  margin-top: 12.5rem;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .lesson-schedule {
    margin-top: 16rem;
    padding-top: 4.8125rem;
  }
}

.lesson-schedule__inner {
  margin-top: 4.0625rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .lesson-schedule__inner {
    margin-top: 7.9375rem;
    margin-bottom: 6.8125rem;
  }
}

.lesson-schedule__item {
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .lesson-schedule__item {
    margin-bottom: 12rem;
  }
}

.lesson-schedule__title {
  font-family: "A-OTF Ryumin Pro", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.3428571429;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lesson-schedule__title {
    font-size: 2.1875rem;
  }
}

.lesson-schedule .schedule__inner {
  margin-top: 3.3125rem;
  margin-bottom: 3.125rem;
}

.lesson-schedule .studio__item {
  margin-top: 0;
}

.news {
  margin-top: 12.5rem;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 16rem;
    margin-bottom: 17.75rem;
  }
}

@media screen and (min-width: 768px) {
  .news .section-title__wrapper {
    padding-top: 4.8125rem;
  }
}

.news__title {
  text-transform: uppercase;
}

.news__category-wrapper {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .news__category-wrapper {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
  }
}

.news__category {
  width: 100%;
  max-width: 11.4375rem;
  color: #fff;
  border-radius: 0.75rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news__category {
    margin: 0;
  }
}

.news__category-new {
  padding: 0.5625rem 3.1875rem;
  background-color: #EE9493;
}

.news__category-contest {
  padding: 0.5625rem 0.6875rem;
  background-color: #BC3B3A;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__category-contest {
    margin-top: 0;
  }
}

.news__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 4.625rem;
}

.news__item {
  width: 100%;
  max-width: 31.3125rem;
}

.news__item-title {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news__item-title {
    font-size: 1.25rem;
  }
}

.news__item-new .news__item-title {
  border-bottom: 0.0625rem solid #EE9493;
}

.news__item-contest .news__item-title {
  border-bottom: 0.0625rem solid #BC3B3A;
}

.news__item-category-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.9375rem;
}

.news__item-category {
  width: 100%;
  max-width: 3.75rem;
  color: #fff;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5rem 1.0625rem;
}
@media screen and (min-width: 768px) {
  .news__item-category {
    font-size: 1rem;
    padding: 0.625rem 0.875rem;
  }
}

.news__item-category-new {
  background-color: #EE9493;
}

.news__item-category-contest {
  background-color: #BC3B3A;
}

.news__item-date {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1875;
  color: #ADADAD;
}
@media screen and (min-width: 768px) {
  .news__item-date {
    font-size: 1rem;
  }
}

.news__item-text {
  margin-top: 1.375rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (min-width: 768px) {
  .news__item-text {
    font-size: 1rem;
  }
}

.contact {
  margin-top: 12.5rem;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 16rem;
  }
}

.contact .section-title__wrapper {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .contact .section-title__wrapper {
    padding-top: 4.8125rem;
  }
}

.contact__title {
  text-transform: uppercase;
}

.contact__inner {
  margin-top: 3rem;
  margin-bottom: 4.875rem;
}
.contact__tel-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__tel-wrapper {
    display: flex;
    gap: 5.625rem;
    flex-wrap: wrap;
    padding-left: 18.3125rem;
    padding-right: 12.6875rem;
    text-align: left;
  }
}

.contact__tel {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact__tel {
    margin-top: 0;
  }
}

.contact__tel-title {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contact__tel-title {
    font-size: 1.25rem;
  }
}

.contact__tel a {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  text-decoration-line: underline;
  color: #EE9493;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contact__tel a {
    font-size: 1.25rem;
  }
}

.contact__text {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1875;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1rem;
  }
}

.contact-form__inner {
  margin-top: 4.5rem;
  margin-bottom: 10.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__inner {
    padding-left: 6.0625rem;
    padding-right: 6.0625rem;
  }
}

.contact-form__title {
  text-align: center;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contact-form__title {
    font-size: 1.25rem;
  }
}

.contact-form__items-wrapper {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__items-wrapper {
    margin-top: 3.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.contact-form__item-studio {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__item-studio {
    display: flex;
    align-items: center;
    gap: 4.3125rem;
  }
}

.contact-form__item-visit {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__item-visit {
    display: flex;
    align-items: center;
    gap: 9.375rem;
  }
}

.contact-form__item-radio {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__item-radio {
    display: flex;
    align-items: center;
    gap: 12.5rem;
  }
}

.contact-form__item:nth-child(n+2) {
  margin-top: 2.1875rem;
}

.contact-form__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message {
  display: block;
}

.radio-btn {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
  margin-left: 3.125rem;
}
@media screen and (min-width: 768px) {
  .radio-btn {
    margin-left: 0.5625rem;
    position: relative;
  }
}

.radio-btn::before,
.radio-btn::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.radio-btn::before {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  left: -2.5rem;
  top: 0.9375rem;
}

.radio-btn::after {
  background-color: #000000;
  border-radius: 50%;
  opacity: 0;
  width: 1.25rem;
  height: 1.25rem;
  left: -2.1875rem;
}

.radio:checked + .radio-btn::after {
  opacity: 1;
}

.contact-form__item-checkbox {
  margin-top: 2.6875rem;
  margin-bottom: 0.75rem;
}

.checkbox-btn {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
  margin-left: 0.8125rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .checkbox-btn {
    font-size: 1.25rem;
  }
}

.checkbox-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #707070;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .checkbox-btn::before {
    left: 15.625rem;
  }
}

.checkbox:checked + .checkbox-btn::after {
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 1.875rem;
  height: 1.25rem;
  content: "";
  border-left: 0.25rem solid #FF0000;
  border-bottom: 0.25rem solid #FF0000;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .checkbox:checked + .checkbox-btn::after {
    left: 15.9375rem;
  }
}

.contact-form__item-label,
.contact-form__text {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .contact-form__item-label,
.contact-form__text {
    font-size: 1.25rem;
  }
}

.contact-form__required {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #EE9493;
}
@media screen and (min-width: 768px) {
  .contact-form__required {
    font-size: 1.25rem;
  }
}

.contact-form__item-input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form__item-input {
    display: flex;
    justify-content: flex-end;
  }
}

.contact-form__item-input-studio {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.contact-form__item-input-visit {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
}

.contact-form__textlines {
  background-color: #fff;
  height: 2.5rem;
  width: 100%;
  max-width: 37.9375rem;
  margin-top: 0;
  border: 0.0625rem solid #707070;
}

.contact-form__textlines--big {
  height: 18.9375rem;
  max-width: 68.4375rem;
}

.contact-form__consent {
  border: 0.0625rem solid #707070;
  background-color: #fff;
  height: 18.9375rem;
  overflow-y: scroll;
}

.contact-form__consent p {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  padding: 1.1875rem 0.8125rem 0.625rem 0.875rem;
  margin-bottom: 0.625rem;
  color: #000000;
}

.contact-form__btn-wrapper {
  margin-top: 3.8125rem;
  text-align: center;
}

.contact-form__btn {
  border-radius: 0.4375rem;
  color: #fff;
  background-color: #EE9493;
  border: none;
  padding: 0.1875rem 3.125rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contact-form__btn {
    font-size: 1.125rem;
    padding: 0.375rem 6.5625rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
