@charset "utf-8";
/* CSS Document */
.main {
  position: static;
}
@media screen and (max-width: 959px) {
  .main {
    margin-top: 4rem;
  }
}
.mainvisual--wrap {
  width: 100%;
  position: relative;
}
.mainvisual--wrap::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 50%;
  height: 4rem;
  background-color: #fffdfb;
  transform: rotate(3deg);
  transform-origin: left top;
  z-index: 2;
}
.mainvisual--wrap::after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 55%;
  height: 4rem;
  background-color: #fffdfb;
  transform: rotate(-3deg);
  transform-origin: right top;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mainvisual--wrap::before, .mainvisual--wrap::after {
    height: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .mainvisual--wrap::before, .mainvisual--wrap::after {
    height: 1rem;
  }
}
.mainvisual--group {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 80%;
  max-width: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mainvisual--group {
    width: 90%;
  }
}
.mainvisual__image {
  width: 50%;
}
.mainvisual__copy {
  width: 45%;
  max-width: 32rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mainvisual__copy {
    display: none;
  }
}
.mainvisual__subcopy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  color: #262626;
  margin-top: 0.5rem;
}
.message--wrap {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .message--wrap {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .message--wrap {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .mb__copy--wrap {
    display: none
  }
}
.mb__copy--wrap {
  max-width: 30rem;
  margin: 3rem auto;
  padding: 0 1rem;
}
.mb__copy__main {
  max-width: 24rem;
}
.mb__copy__sub {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  color: #262626;
  margin-top: 0.5rem;
}
.news--wrap {
  width: 100%;
}
.news--inner {
  max-width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 3rem 2rem 0rem 2rem;
}
@media screen and (max-width: 767px) {
  .news--inner {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0 3rem 0;
  }
}
.news__headline {
  width: 30%;
  min-width: 10rem;
  max-width: 20rem;
  margin: 0 auto 2rem auto;
  padding-right: 3rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .news__headline {
    width: 20%;
    padding-right: 0;
  }
}
.news__description--wrap {
  width: 80%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .news__description--wrap {
    width: 100%;
  }
}
.news__description__headline {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: #6d3970;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .news__description__headline {
    font-size: 1.25rem;
  }
}
.news__description {
  margin-bottom: 0.5rem;
}
.massage__headline {
  width: 20%;
  min-width: 10rem;
  max-width: 20rem;
  margin: 0 auto;
  z-index: 2;
}
.message--inner--wrap {
  position: relative;
  width: 100%;
  background-color: #fbe4fb;
}
.message__back {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  height: auto;
}
.message--back__topimage {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-block;
  width: 15%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .message--back__topimage {
    width: 25%;
  }
}
.message--back__bottomimage {
  position: absolute;
  top: 22rem;
  left: 2rem;
  display: inline-block;
  width: 15%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .message--back__bottomimage {
    width: 25%;
    top: 32.5rem;
  }
}
.message--inner {
  max-width: 60rem;
  color: #fbfbfb;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0 auto;
  padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .message--inner {
    padding: 6rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.message--image--wrap {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .message--image--wrap {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .message--text--wrap {
    margin-top: 3rem;
  }
}
.message--text__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #262626;
}
.message__description__button {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .message__description__button {
    text-align: center;
    margin-top: 2rem;
  }
}
.message__description__link {
  position: relative;
  display: inline-block;
  color: #fffdfb;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  background-color: #6d3970;
  padding: 0.5rem 5rem 0.5rem 2rem;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 7px 4px -2px rgba(20, 20, 20, 0.3);
}
.message__description__link:hover {
  box-shadow: none;
  transition: .3s;
}
.message__description__link::after {
  position: absolute;
  top: 50%;
  content: '';
  margin: -0.5rem 0 0 1rem;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fffdfb;
  border-right: 1px solid #fffdfb;
  transform: skew(45deg);
}
.message__description__link:hover::after {
  margin: -0.5rem 0 0 2rem;
  transition: .3s;
}
.about--wrap {
  position: relative;
  width: 100%;
  background: url(../images/top__about__back.jpg);
}
.about--back__topimage {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
  display: inline-block;
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .about--back__topimage {
    max-width: 45%;
  }
}
.about--back__bottomimage {
  position: absolute;
  top: 20rem;
  left: 0;
  display: inline-block;
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .about--back__bottomimage {
    max-width: 45%;
    top: 50rem;
  }
}
.about--inner {
  max-width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .about--inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6rem 1rem;
  }
}
.about__headline--wrap {
  width: 10%;
  margin: 0 1rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about__headline--wrap {
    margin: 0 auto 2rem auto;
  }
}
.about__headline {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  border-right: 4px solid #b857bd;
  border-left: 4px solid #b857bd;
}
@media screen and (max-width: 767px) {
  .about__headline {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.about__description--wrap {
  max-width: 40rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about__description--wrap {
    width: 100%;
    margin: 0 auto;
  }
}
.about__description__headline {
  color: #262626;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .about__description__headline {
    font-size: 1.5rem;
  }
}
.about__description__text {
  line-height: 2;
}
.about__description__button {
  text-align: right;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .about__description__button {
    text-align: center;
  }
}
.about__description__link {
  position: relative;
  display: inline-block;
  color: #fffdfb;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  background-color: #6d3970;
  padding: 0.5rem 5rem 0.5rem 2rem;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 7px 4px -2px rgba(20, 20, 20, 0.3);
}
.about__description__link:hover {
  box-shadow: none;
  transition: .3s;
}
.about__description__link::after {
  position: absolute;
  top: 50%;
  content: '';
  margin: -0.5rem 0 0 1rem;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fffdfb;
  border-right: 1px solid #fffdfb;
  transform: skew(45deg);
}
.about__description__link:hover::after {
  margin: -0.5rem 0 0 2rem;
  transition: .3s;
}
.about__description__image {
  text-align: center;
}
.lesson--wrap {
  position: relative;
  width: 100%;
  background: url(../images/top__lesson__back.jpg) no-repeat center top;
}
.lesson--back__image {
  position: absolute;
  top: 3rem;
  left: 1rem;
  display: inline-block;
  max-width: 30%;
}
.lesson--inner {
  max-width: 60rem;
  margin: 0 auto;
  padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .lesson--inner {
    padding: 6rem 1rem;
  }
}
.lesson__description__headline {
  width: 2rem;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lesson__description__headline {
    font-size: 1.5rem;
    margin: 0 auto 3rem auto;
  }
}
.lesson__description__image {
  margin-top: -4rem;
}
.lesson__description__text--group {
  width: 24rem;
  margin: -6rem 0 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .lesson__description__text--group {
    width: 100%;
    margin: 0 auto;
  }
}
.lesson__description__text {
  line-height: 2rem;
  margin-bottom: 1rem;
}
.lesson__description__button {
  text-align: center;
  margin: 2rem 0;
}
.lesson__description__link {
  position: relative;
  display: inline-block;
  color: #fffdfb;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
  background-color: #6d3970;
  padding: 0.5rem 5rem 0.5rem 2rem;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 7px 4px -2px rgba(20, 20, 20, 0.3);
}
.lesson__description__link:hover {
  box-shadow: none;
  transition: .3s;
}
.lesson__description__link::after {
  position: absolute;
  top: 50%;
  content: '';
  margin: -0.5rem 0 0 1rem;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fffdfb;
  border-right: 1px solid #fffdfb;
  transform: skew(45deg);
}
.lesson__description__link:hover::after {
  margin: -0.5rem 0 0 2rem;
  transition: .3s;
}