@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #1a1a1a;
  background: #ecece7;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  line-height: 1.75;
  font-size: 18px;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
  margin-top: 0;
}

a {
  color: #464646;
  text-decoration: none;
  transition: opacity 0.3s;
}

p {
  margin: 0;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .forpc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .forsp {
    display: none !important;
  }
}
.innerwidth {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .innerwidth {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
  }
}
main {
  margin-top: 75px;
}

@media (max-width: 768px) {
  main {
    margin-top: 80px;
  }
}
.linkBttn {
  background: #663638;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.sidebar .sidebar__sticky {
  position: fixed;
  bottom: 50%;
  right: 0px;
  padding: 6px 40px;
  writing-mode: vertical-rl;
  background: #ee7e81;
  border-radius: 10px 0 0 10px;
  padding: 20px;
  color: #fff;
  letter-spacing: 2px;
}

.notfound {
  font-weight: 600;
  font-size: 20px;
  margin: 100px auto;
  max-width: 350px;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: #ecece7;
}
#header .header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}
#header .header__nav .header__nav-logo {
  width: 125px;
}
#header .header__nav .header__nav-pclist {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 500px;
  margin: 0 auto;
  margin-right: 0;
}
#header .header__nav .header__nav-pclist li a {
  color: #ee7e81;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.75px;
}

@media (max-width: 768px) {
  #header .header__nav .header__nav-logo {
    width: 85px;
  }
  #header .header__nav .header__nav-pclist {
    width: 200px;
  }
  #header .header__nav .header__nav-pclist li a {
    color: #ee7e81;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.75px;
  }
  #header .header__nav .header__nav-hamburger {
    width: 35px;
    height: auto;
  }
  #header .header__nav .header__nav-hamburger span {
    width: 100%;
    height: 2px;
    background-color: #ee7e81;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  #header .header__nav .header__nav-hamburger span:nth-child(1) {
    top: 0px;
  }
  #header .header__nav .header__nav-hamburger span:nth-child(2) {
    margin: 7px 0;
  }
  #header .header__nav .header__nav-hamburger span:nth-child(3) {
    top: 0px;
  }
  #header .header__nav .header__nav-hamburger.active span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    background: #fff;
    z-index: 2;
  }
  #header .header__nav .header__nav-hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  #header .header__nav .header__nav-hamburger.active span:nth-child(3) {
    top: -8px;
    transform: rotate(-45deg);
    background: #fff;
    z-index: 2;
  }
  #header .header__spnav {
    position: fixed;
    left: -100%;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0px;
    width: 100%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #663638;
    opacity: 90%;
    transition: all 0.5s;
    z-index: 1;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
  }
  #header .header__spnav .header__spnav-list {
    margin-top: 100px;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 3;
    padding-left: 0;
  }
  #header .header__spnav .header__spnav-list li:first-child {
    width: 100%;
    max-width: 40px;
    margin: 30px auto;
  }
  #header .header__spnav .header__spnav-list li a {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
  }
  #header .header__spnav.active {
    left: 0;
  }
}
#footer {
  width: 100%;
  background-color: #663638;
  padding: 35px 0;
  padding-bottom: 100px;
}
#footer .footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer__flex .footer__flex-logo {
  width: 145px;
}
#footer .footer__flex .footer__flex-sns a img {
  width: 40px;
}
#footer .footer__flex .footer__flex-sns a:nth-child(1) {
  margin-right: 20px;
}
#footer .footer__pp a {
  text-align: right;
  display: block;
  margin: 20px 0;
  color: #fff;
}
#footer .footer__copy {
  display: block;
  text-align: right;
  color: #fff;
}

/*SPの固定フッターメニュー*/
/*メニューをページ下部に固定*/
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 2;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-right: 1px solid #fff;
}

/*左側メニューをピンク色に*/
#sp-fixed-menu li:first-child {
  background: #ee7e81;
}

/*左側メニューをブラウン色に*/
#sp-fixed-menu li:last-child {
  background: #663638;
}

/*ボタンを調整*/
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
}

.hero {
  background: url(../images/top/hero.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
  position: relative;
}
.hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .hero {
    background: url(../images/top/SP-hero.jpg) top center no-repeat;
    height: 630px;
    position: relative;
    background-size: 120%;
  }
  .hero h1 {
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
}
.concept .concept__title {
  text-align: center;
  margin: 60px 0 35px;
}
.concept .concept__title img {
  width: 30px;
}
.concept .concept__title .concept__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.concept .concept__title .concept__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.concept .concept__flex {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.concept .concept__flex .concept__flex-img {
  width: 45%;
  margin-right: 50px;
}
.concept .concept__flex .concept__flex-content {
  width: 45%;
}
.concept .concept__flex .concept__flex-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.concept .concept__flex .concept__flex-content .concept__flex-content-bttn {
  margin-top: 65px;
  max-width: 350px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .concept .concept__title {
    margin: 50px 0 35px;
  }
  .concept .concept__title img {
    width: 25px;
  }
  .concept .concept__title .concept__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .concept .concept__flex {
    flex-direction: column;
  }
  .concept .concept__flex .concept__flex-img {
    width: 100%;
    margin-right: 0px;
  }
  .concept .concept__flex .concept__flex-content {
    width: 100%;
    margin-top: 65px;
  }
  .concept .concept__flex .concept__flex-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    text-align: center;
  }
  .concept .concept__flex .concept__flex-content .concept__flex-content-bttn {
    margin: 0 auto;
    max-width: 280px;
    margin-top: 65px;
    font-size: 14px;
  }
}
.aboutrhythmique .aboutrhythmique__title {
  text-align: center;
  margin: 60px 0 35px;
}
.aboutrhythmique .aboutrhythmique__title img {
  width: 40px;
}
.aboutrhythmique .aboutrhythmique__title .aboutrhythmique__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.aboutrhythmique .aboutrhythmique__title .aboutrhythmique__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.aboutrhythmique .aboutrhythmique__flex {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-img {
  width: 45%;
  margin-left: 50px;
  order: 2;
}
.aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content {
  width: 45%;
}
.aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content .aboutrhythmique__flex-content-bttn {
  margin-top: 65px;
  position: relative;
  max-width: 350px;
  color: #fff;
}
.aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content .aboutrhythmique__flex-content-bttn::before {
  position: absolute;
  content: "＼リトミックについて詳しく／";
  width: 280px;
  top: -40px;
  left: 25px;
  color: #1a1a1a;
}
.aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content small {
  font-size: 15px;
}

@media (max-width: 768px) {
  .aboutrhythmique .aboutrhythmique__title {
    margin: 50px 0 35px;
  }
  .aboutrhythmique .aboutrhythmique__title .aboutrhythmique__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .aboutrhythmique .aboutrhythmique__flex {
    flex-direction: column;
  }
  .aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-img {
    width: 100%;
    margin-left: 0px;
    order: 1;
  }
  .aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content {
    width: 100%;
    order: 2;
    margin-top: 65px;
  }
  .aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
  .aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content .aboutrhythmique__flex-content-bttn {
    margin: 0 auto;
    max-width: 280px;
    margin-top: 65px;
    font-size: 14px;
  }
  .aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content .aboutrhythmique__flex-content-bttn::before {
    position: absolute;
    content: "＼リトミックについて詳しく／";
    width: 280px;
    top: -40px;
    left: 0px;
    font-size: 14px;
    right: 0;
  }
  .aboutrhythmique .aboutrhythmique__flex .aboutrhythmique__flex-content small {
    font-size: 14px;
  }
}
.information .information__title {
  text-align: center;
  margin: 60px 0 35px;
}
.information .information__title img {
  width: 40px;
}
.information .information__title .information__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.information .information__title .information__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.information .information__flex {
  display: flex;
  flex-direction: column;
}
.information .information__flex .information__flex-box {
  display: flex;
  flex-direction: row;
  border-bottom: 2px dotted #ee7e81;
  padding: 20px 5px;
}
.information .information__flex .information__flex-box .information__flex-date {
  margin-right: 20px;
}
.information .information__bttn {
  margin: 0 auto;
  max-width: 350px;
  margin-top: 60px;
  margin-bottom: 65px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .information .information__title {
    margin: 50px 0 35px;
  }
  .information .information__title .information__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .information .information__flex .information__flex-box {
    flex-direction: column;
  }
  .information .information__flex .information__flex-box .information__flex-date {
    margin-right: 0px;
  }
  .information .information__bttn {
    margin: 0 auto;
    max-width: 280px;
    margin-top: 65px;
    margin-bottom: 65px;
    font-size: 14px;
  }
}
.overview {
  margin-bottom: 180px;
}
.overview .overview__title {
  text-align: center;
  margin: 60px 0 35px;
}
.overview .overview__title img {
  width: 30px;
}
.overview .overview__title .overview__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.overview .overview__title .overview__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.overview table {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  border-collapse: collapse;
}
.overview table tbody tr th {
  border: solid 1px #ee7e81;
  padding: 10px;
}
.overview table tbody tr td {
  border: solid 1px #ee7e81;
  padding: 10px;
}

@media (max-width: 768px) {
  .overview {
    margin-bottom: 120px;
  }
  .overview .overview__title {
    margin: 50px 0 35px;
  }
  .overview .overview__title .overview__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
}
.course__hero {
  background: url(../images/course/course__hero.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
  position: relative;
  text-align: center;
}
.course__hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course__hero h1 img {
  width: 50%;
}

@media (max-width: 768px) {
  .course__hero {
    background: url(../images/course/SP_course__hero.jpg) top center no-repeat;
    height: 630px;
    position: relative;
    background-size: 120%;
  }
  .course__hero h1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .course__hero h1 img {
    width: 80%;
  }
}
.course .course__title {
  text-align: center;
  margin: 60px 0 35px;
}
.course .course__title img {
  width: 30px;
}
.course .course__title .course__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.course .course__title .course__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.course .course__table {
  margin-top: 100px;
}
.course .course__table table {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  border-collapse: collapse;
}
.course .course__table table tbody tr th {
  border: solid 1px #1a1a1a;
  padding: 10px;
  width: 250px;
}
.course .course__table table tbody tr td {
  border: solid 1px #1a1a1a;
  padding: 10px;
}
.course .course__table table tbody tr:nth-child(1) {
  background: #ee7e81;
  color: #fff;
}
.course .course__text .course__text-1 {
  list-style: none;
}
.course .course__text .course__text-1 li {
  position: relative;
}
.course .course__text .course__text-1 li::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "・";
}
.course .course__text .course__text-2 {
  list-style: none;
}
.course .course__bttn {
  margin: 0 auto;
  max-width: 350px;
  margin-top: 60px;
  margin-bottom: 65px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .course .course__title {
    margin: 50px 0 35px;
  }
  .course .course__title img {
    width: 25px;
  }
  .course .course__title .course__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .course .course__table {
    margin-top: 50px;
  }
  .course .course__table table {
    max-width: 350px;
  }
  .course .course__table table tbody tr th {
    font-size: 14px;
    width: 150px;
  }
  .course .course__table table tbody tr td {
    font-size: 14px;
  }
  .course .course__text .course__text-1 {
    font-size: 14px;
    padding-left: 15px;
  }
  .course .course__text .course__text-2 {
    font-size: 14px;
    padding-left: 15px;
  }
  .course .course__bttn {
    margin: 0 auto;
    max-width: 280px;
    margin-top: 65px;
    margin-bottom: 65px;
    font-size: 14px;
  }
}
.feature__hero {
  background: url(../images/features/about__hero.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
  position: relative;
  text-align: center;
}
.feature__hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature__hero h1 img {
  width: 50%;
}

@media (max-width: 768px) {
  .feature__hero {
    background: url(../images/features/SP_about__hero.jpg) top center no-repeat;
    height: 630px;
    position: relative;
    background-size: 120%;
  }
  .feature__hero h1 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .feature__hero h1 img {
    width: 70%;
  }
}
.feature .feature__title {
  text-align: center;
  margin: 60px 0 35px;
}
.feature .feature__title img {
  width: 30px;
}
.feature .feature__title .feature__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.feature .feature__title .feature__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.feature .feature__desc {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
}
.feature .feature__desc .feature__desc-img {
  max-width: 360px;
  z-index: 1;
}
.feature .feature__desc .feature__desc-box .feature__desc-box-title {
  font-size: 23px;
  font-weight: 600;
  color: #ee7e81;
  padding-left: 5px;
  margin: 10px;
}
.feature .feature__desc .feature__desc-box .feature__desc-box-text {
  background: rgba(233, 79, 95, 0.2);
  font-size: 16px;
  padding: 20px;
  padding-left: 170px;
  margin-left: -150px;
  border-radius: 5px;
}
.feature .feature__review .feature__review-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
}
.feature .feature__review .feature__review-box .feature__review-box-img {
  max-width: 120px;
}
.feature .feature__review .feature__review-box .feature__review-box-text {
  background: url(../images/features/review__fukidashi.png) center center no-repeat;
  width: 690px;
  height: 300px;
  background-size: contain;
  padding: 50px;
}
.feature .feature__textbook {
  margin: 60px 0;
}
.feature .feature__textbook .feature__textbook-title {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
  text-align: center;
}
.feature .feature__textbook .feature__textbook-text {
  text-align: center;
}
.feature .feature__textbook .feature__textbook-img {
  margin: 40px 0 60px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.feature .feature__textbook .feature__textbook-img img {
  max-width: 280px;
}
.feature .feature__desc2 .feature__desc-img {
  order: 2;
  max-width: 360px;
}
.feature .feature__desc2 .feature__desc-box .feature__desc-box-title {
  padding-left: 40px;
}
.feature .feature__desc2 .feature__desc-box .feature__desc-box-text {
  margin-left: 0;
  margin-right: -150px;
  padding: 40px 170px 60px 50px;
}
.feature .feature__bttn {
  margin: 0 auto;
  max-width: 350px;
  margin-top: 60px;
  margin-bottom: 65px;
  color: #fff;
}

@media (max-width: 768px) {
  .feature .feature__title {
    margin: 50px 0 35px;
  }
  .feature .feature__title img {
    width: 25px;
  }
  .feature .feature__title .feature__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .feature .feature__desc {
    flex-direction: column;
    margin-top: 60px;
  }
  .feature .feature__desc .feature__desc-img {
    max-width: 190px;
  }
  .feature .feature__desc .feature__desc-box {
    margin-top: -100px;
  }
  .feature .feature__desc .feature__desc-box .feature__desc-box-title {
    font-size: 18px;
    margin: 10px;
    max-width: 150px;
    padding-left: 0;
    margin-left: 200px;
  }
  .feature .feature__desc .feature__desc-box .feature__desc-box-text {
    margin-left: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 50px;
  }
  .feature .feature__review .feature__review-box {
    margin-top: 30px;
  }
  .feature .feature__review .feature__review-box .feature__review-box-img {
    max-width: 60px;
  }
  .feature .feature__review .feature__review-box .feature__review-box-text {
    background: url(../images/features/SP_review__fukidashi.png) center center no-repeat;
    width: 300px;
    height: 300px;
    background-size: contain;
    padding: 30px 20px;
    font-size: 14px;
  }
  .feature .feature__textbook {
    margin: 45px 0;
  }
  .feature .feature__textbook .feature__textbook-text {
    text-align: left;
  }
  .feature .feature__textbook .feature__textbook-img {
    margin: 40px 0 60px 0;
    flex-direction: column;
  }
  .feature .feature__textbook .feature__textbook-img img {
    max-width: 280px;
  }
  .feature .feature__textbook .feature__textbook-img img:nth-child(1) {
    margin-bottom: 10px;
  }
  .feature .feature__desc2 .feature__desc-img {
    order: 1;
    max-width: 190px;
  }
  .feature .feature__desc2 .feature__desc-box {
    order: 2;
    margin-top: -100px;
  }
  .feature .feature__desc2 .feature__desc-box .feature__desc-box-title {
    font-size: 18px;
    margin: 10px;
    max-width: 150px;
    padding-left: 0;
    margin-left: 200px;
  }
  .feature .feature__desc2 .feature__desc-box .feature__desc-box-text {
    margin-left: 20px;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 50px;
    padding-right: 20px;
    margin-right: 0;
  }
  .feature .feature__bttn {
    max-width: 280px;
    margin-top: 65px;
    margin-bottom: 65px;
    font-size: 14px;
  }
}
.instructor .instructor__title {
  text-align: center;
  padding: 60px 0 35px;
}
.instructor .instructor__title img {
  width: 30px;
}
.instructor .instructor__title .instructor__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.instructor .instructor__title .instructor__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.instructor .instructor__profile {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.instructor .instructor__profile .instructor__profile-img {
  width: 100%;
  max-width: 260px;
}
.instructor .instructor__profile .instructor__profile-text {
  margin-left: 50px;
}
.instructor .instructor__profile .instructor__profile-text p:first-child {
  margin-bottom: 30px;
}
.instructor .instructor__profile .instructor__profile-text .bold {
  font-weight: 600;
  font-size: 20px;
}
.instructor .instructor__profile .instructor__profile-text .small {
  font-size: 18px;
}
.instructor .instructor__profile .instructor__profile-text .instructor__profile-overview {
  margin-top: 30px;
}
.instructor .instructor__profile .instructor__profile-text .instructor__profile-overview p {
  margin: 0;
}

@media (max-width: 768px) {
  .instructor .instructor__title {
    padding: 0 0 35px;
  }
  .instructor .instructor__title img {
    width: 25px;
  }
  .instructor .instructor__title .instructor__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .instructor .instructor__profile {
    flex-direction: column;
  }
  .instructor .instructor__profile .instructor__profile-img {
    max-width: 300px;
    margin: 0 auto;
  }
  .instructor .instructor__profile .instructor__profile-text {
    margin-left: 0;
  }
}
.story .story__title {
  text-align: center;
  margin: 60px 0 35px;
}
.story .story__title img {
  width: 40px;
}
.story .story__title .story__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.story .story__title .story__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.story .story__text {
  position: relative;
}
.story .story__text .story__text-box {
  margin-bottom: 70px;
}
.story .story__text .story__text-box .story__text-box-bold {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
}
.story .story__text .story__text-box .story__text-box-bold span.marker {
  background: linear-gradient(transparent 60%, #ee7e81 50%);
}
.story .story__text .story__text-box .story_text-box-nomal {
  font-size: 16px;
  font-weight: 500;
}
.story .story__text .text-box-illust1 {
  position: relative;
}
.story .story__text .text-box-illust1::after {
  position: absolute;
  content: "";
  background: url(../images/instructor/hiyoko.png) center center no-repeat;
  background-size: contain;
  width: 155px;
  height: 140px;
  top: 0;
  right: -50px;
}
.story .story__text .text-box-illust2 {
  position: relative;
}
.story .story__text .text-box-illust2::after {
  position: absolute;
  content: "";
  background: url(../images/instructor/metro.png) center center no-repeat;
  background-size: contain;
  width: 155px;
  height: 140px;
  top: 100px;
  right: -50px;
}
.story .story__text .text-box-illust3 {
  position: relative;
}
.story .story__text .text-box-illust3::after {
  position: absolute;
  content: "";
  background: url(../images/instructor/onpus.png) center center no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  top: 150px;
  right: 100px;
}
.story .story__text .text-box-illust4 {
  position: relative;
}
.story .story__text .text-box-illust4::after {
  position: absolute;
  content: "";
  background: url(../images/instructor/stars.png) center center no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  top: 250px;
  right: 0px;
}
.story .story__text::after {
  position: absolute;
  content: "";
  background: url(../images/instructor/piano_illust.png) center center no-repeat;
  background-size: contain;
  width: 700px;
  height: 230px;
  bottom: -250px;
  right: 0px;
}

@media (max-width: 768px) {
  .story .story__title {
    padding: 50px 0 35px;
  }
  .story .story__title img {
    width: 40px;
  }
  .story .story__title .story__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .story .story__text {
    position: relative;
  }
  .story .story__text .text-box-illust1::after {
    width: 100px;
    height: 100px;
    top: -5px;
    right: 0px;
  }
  .story .story__text .text-box-illust2::after {
    width: 100px;
    height: 100px;
    top: -50px;
    right: 0px;
  }
  .story .story__text .text-box-illust3::after {
    width: 70px;
    height: 70px;
    top: 0px;
    right: 20px;
  }
  .story .story__text .text-box-illust4::after {
    width: 70px;
    height: 70px;
    top: 0px;
    right: 20px;
  }
  .story .story__text::after {
    display: none;
  }
}
.story__bttn {
  margin: 0 auto;
  max-width: 350px;
  margin-top: 300px;
  margin-bottom: 65px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .story__bttn {
    max-width: 280px;
    margin-top: 50px;
    margin-bottom: 65px;
    font-size: 14px;
  }
}
.apply__hero {
  background: url(../images/apply/apply__hero.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
  position: relative;
  text-align: center;
}
.apply__hero h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.apply__hero h1 img {
  width: 50%;
}

@media (max-width: 768px) {
  .apply__hero {
    background: url(../images/apply/SP_apply__hero.jpg) top center no-repeat;
    height: 630px;
    position: relative;
    background-size: 120%;
  }
  .apply__hero h1 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .apply__hero h1 img {
    width: 70%;
  }
}
.faq .faq__title {
  text-align: center;
  margin: 50px 0 35px;
}
.faq .faq__title img {
  width: 30px;
}
.faq .faq__title .faq__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.faq .faq__title .faq__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.faq .faq__accordWrap {
  margin: 5rem 2rem;
}
.faq .faq__accordWrap .faq__accordion-001 {
  max-width: 760px;
  background-color: #fbf9f4;
}
.faq .faq__accordWrap .faq__accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #ee7e81;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.faq .faq__accordWrap .faq__accordion-001 p {
  text-align: left;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform 0.7s, opacity 0.7s;
  background: #ecece7;
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.faq .faq__accordWrap .faq__accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transition: transform 0.3s;
}
.faq .faq__accordWrap .faq__accordion-001:not([open]) {
  margin-bottom: 7px;
}
.faq .faq__accordWrap .faq__accordion-001[open] summary::after {
  transform: rotate(225deg);
}
.faq .faq__accordWrap .faq__accordion-001[open] p {
  transform: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .faq .faq__title {
    margin: 50px 0 35px;
  }
  .faq .faq__title img {
    width: 25px;
  }
  .faq .faq__title .faq__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .faq .faq__accordWrap {
    margin: 3rem 0;
  }
  .faq .faq__accordWrap .faq__accordion-001 {
    max-width: 350px;
  }
}
.application .application__title {
  text-align: center;
  margin: 60px 0 35px;
}
.application .application__title img {
  width: 40px;
}
.application .application__title .application__title-h2 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ee7e81;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.application .application__title .application__title-furigana {
  font-size: 20px;
  font-weight: 600;
  color: #ee7e81;
}
.application .application__wrap .application__textbox {
  margin: 50px;
  position: relative;
}
.application .application__wrap .application__textbox .application__textbox-text {
  border: 2px solid #ee7e81;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #ffffff;
  font-size: 20px;
  width: 700px;
  height: 100px;
  border-radius: 5px;
  box-shadow: 7px 7px 0px 0px rgba(238, 126, 129, 0.8);
}
.application .application__wrap .application__textbox::before {
  position: absolute;
  content: "";
  background: #ee7e81;
  width: 70px;
  height: 50px;
  bottom: -50px;
  left: 50%;
}
.application .application__wrap .application__textbox:last-child::before {
  display: none;
}
.application .application__wrap .application__textbox:first-child::after {
  position: absolute;
  content: "01";
  width: 100px;
  height: 50px;
  background: #ee7e81;
  text-align: center;
  top: -15px;
  left: 10px;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.application .application__wrap .application__textbox:nth-child(2)::after {
  position: absolute;
  content: "02";
  width: 100px;
  height: 50px;
  background: #ee7e81;
  text-align: center;
  top: -15px;
  left: 10px;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.application .application__wrap .application__textbox:nth-child(3)::after {
  position: absolute;
  content: "03";
  width: 100px;
  height: 50px;
  background: #ee7e81;
  text-align: center;
  top: -15px;
  left: 10px;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.application .application__wrap .application__textbox:nth-child(4)::after {
  position: absolute;
  content: "04";
  width: 100px;
  height: 50px;
  background: #ee7e81;
  text-align: center;
  top: -15px;
  left: 10px;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.application .application__bttn {
  margin: 0 auto;
  max-width: 350px;
  margin-top: 80px;
  margin-bottom: 65px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .application .application__title {
    text-align: center;
    margin: 50px 0 35px;
  }
  .application .application__title img {
    width: 40px;
  }
  .application .application__title .application__title-h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .application .application__wrap .application__textbox {
    margin: 40px 0;
  }
  .application .application__wrap .application__textbox .application__textbox-text {
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    height: 150px;
  }
  .application .application__wrap .application__textbox::before {
    display: none;
  }
  .application .application__wrap .application__textbox:last-child::before {
    display: none;
  }
  .application .application__wrap .application__textbox:first-child::after {
    width: 60px;
    height: 40px;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
  }
  .application .application__wrap .application__textbox:nth-child(2)::after {
    width: 60px;
    height: 40px;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
  }
  .application .application__wrap .application__textbox:nth-child(3)::after {
    width: 60px;
    height: 40px;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
  }
  .application .application__wrap .application__textbox:nth-child(4)::after {
    width: 60px;
    height: 40px;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
  }
  .application .application__bttn {
    margin: 0 auto;
    max-width: 350px;
    margin-top: 80px;
    margin-bottom: 65px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.pp_margin {
  padding: 100px 0;
}

.contact {
  padding: 80px 0;
}
.contact .contact__text {
  text-align: center;
}
.contact figure {
  text-align: center;
}
.contact .contact__bttn {
  margin: 0 auto;
  max-width: 350px;
  margin-top: 60px;
  margin-bottom: 65px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .contact {
    padding: 50px 0;
  }
  .contact .contact__text {
    text-align: left;
  }
  .contact .contact__bttn {
    margin: 0 auto;
    max-width: 280px;
    margin-top: 65px;
    margin-bottom: 65px;
    font-size: 14px;
  }
}
.post {
  padding: 100px 0;
}

.post__title {
  display: flex;
  background: #663638;
  color: #fff;
  padding: 20px;
  max-width: 760px;
}
.post__title .post__title-title {
  width: 80%;
}
.post__title .post__title-date {
  width: 20%;
  border-left: 2px solid #fff;
  padding-left: 15px;
}

.post__text {
  margin-top: 50px;
}

.post__page {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ee7e81;
}
.post__page .post__page-previous a {
  color: #ee7e81;
}
.post__page .post__page-next a {
  color: #ee7e81;
}

.information__bttn {
  margin: 0 auto;
  max-width: 350px;
  margin-top: 60px;
  margin-bottom: 65px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .post {
    padding: 100px 0;
  }
  .post__title {
    flex-direction: column;
  }
  .post__title .post__title-title {
    width: 100%;
  }
  .post__title .post__title-date {
    width: 100%;
    margin-top: 5px;
  }
  .post__page {
    display: block;
  }
  .post__page .post__page-previous {
    text-align: left;
  }
  .post__page .post__page-next {
    text-align: right;
  }
  .information__bttn {
    margin: 0 auto;
    max-width: 280px;
    margin-top: 65px;
    margin-bottom: 65px;
    font-size: 14px;
  }
}
.conetnts {
  margin-top: 100px;
}
.conetnts .contents-header .contents-header__title {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.conetnts .contents-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 80px 0;
}
.conetnts .contents-body .entry {
  list-style: none;
  box-shadow: 4px 4px 4px #636363;
  width: 30%;
  padding: 20px;
  margin-right: 20px;
}
.conetnts .contents-body .entry .entry__inner .entry__text .entry__time {
  font-weight: 500;
  font-size: 14px;
}
.conetnts .contents-body .entry .entry__inner .entry__text .entry__ttl {
  font-size: 16px;
  font-weight: 500;
}
.conetnts .contents-body .entry:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .conetnts .contents-body {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
  }
  .conetnts .contents-body .entry {
    width: 80%;
    padding: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

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