@charset "UTF-8";
/*media*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&display=swap");
html {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.62vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #575757;
}

li, p, a, label {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: justify;
}

li {
  list-style: none;
}

a {
  color: #575757;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=radio], input[type=checkbox], select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.mpc {
  display: none;
}
@media screen and (max-width: 1600px) {
  .mpc {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
header .header__logoarea {
  padding: 7.5rem 0 0 6rem;
}
@media screen and (max-width: 1300px) {
  header .header__logoarea {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  header .header__logoarea {
    width: 51%;
    padding: 1.5rem 0 0 1.5rem;
    z-index: 1;
  }
}

.is-bgadd header {
  background: rgba(255, 255, 255, 0.8);
}

.header__menu {
  align-items: center;
  padding-top: 4rem;
}
.header__menu img {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__menu {
    background: #EFEFEF;
    padding-top: 8rem;
    height: 100vh;
    overflow-y: scroll;
  }
  .header__menu img {
    display: inline-block;
    margin-right: 0.5rem;
  }
  .header__menu .header-tel,
  .header__menu .header-contact,
  .header__menu .header-lesson {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .header__menu .header-tel a,
  .header__menu .header-contact a,
  .header__menu .header-lesson a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: #A0A0A0;
    border-radius: 2em;
    height: 5rem;
    margin: 1.5rem 2rem 0.5rem;
    color: #fff;
    font-weight: 500;
  }
  .header__menu .header-lesson a {
    background: linear-gradient(360deg, #B55B75 0%, #E387A2 100%);
  }
  .header__menu .header-contact a {
    font-size: 0;
    border-radius: 3rem;
  }
  .header__menu .header-contact a::after {
    content: "メールでお問い合わせする";
    font-size: 1.6rem;
  }
  .header__menu p {
    text-align: center;
    width: 100%;
  }
}
.header__menu ul {
  margin-right: 2rem;
  margin-top: 1rem;
  padding: 0 5.5rem;
  border-radius: 3em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3em;
}
.header__menu ul.flex__box li {
  padding: 2rem 2.2rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header__menu {
    transform: translateX(120%);
    position: fixed;
    top: 0;
    transition: all 0.4s;
  }
  .header__menu ul.flex__box li,
  .header__menu ul li {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
}

.single-post .header__menu ul li:nth-child(6) a,
.category-news .header__menu ul li:nth-child(6) a,
.page-information .header__menu ul li:nth-child(5) a,
.page-courses .header__menu ul li:nth-child(4) a,
.page-children .header__menu ul li:nth-child(3) a,
.page-adult .header__menu ul li:nth-child(2) a,
.home .header__menu ul li:nth-child(1) a {
  color: #B55B75;
  position: relative;
}
.single-post .header__menu ul li:nth-child(6) a::after,
.category-news .header__menu ul li:nth-child(6) a::after,
.page-information .header__menu ul li:nth-child(5) a::after,
.page-courses .header__menu ul li:nth-child(4) a::after,
.page-children .header__menu ul li:nth-child(3) a::after,
.page-adult .header__menu ul li:nth-child(2) a::after,
.home .header__menu ul li:nth-child(1) a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #B55B75;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
}

.header-contact {
  padding: 1rem 7rem 0 0;
  height: 15rem;
  width: 22rem;
}
.header-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  background: linear-gradient(360deg, #B55B75 0%, #E387A2 100%);
}

.sp__button {
  width: 8rem;
  height: 8rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 2rem 3.8rem;
  position: relative;
  background: #DCDADA;
  border-bottom-left-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .sp__button {
    display: flex;
  }
}
.sp__button span {
  width: 60%;
  height: 2px;
  display: inline-block;
  background: #575757;
}
.sp__button b::after {
  content: "menu";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.2rem;
  bottom: 1.5rem;
}

#sp__button:checked ~ .sp__button span:nth-child(1) {
  transform: rotate(35deg);
  position: absolute;
  left: 36%;
  top: 2.7rem;
  width: 15%;
}
#sp__button:checked ~ .sp__button span:nth-child(2) {
  transform: rotate(-35deg);
}
#sp__button:checked ~ .sp__button span:nth-child(3) {
  transform: rotate(35deg);
  position: absolute;
  right: 36%;
  width: 15%;
  bottom: 4.4rem;
}
#sp__button:checked ~ .sp__button b::after {
  content: "close";
}
#sp__button:checked ~ .header__menu {
  transform: translateX(0);
}

.in__box {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section {
  padding: 16rem 0 1rem;
}

.button__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.button__box a, .button__box .button_inner {
  font-size: 1.8rem;
  display: flex;
  border-radius: 10rem;
  padding: 1rem;
  margin: 0;
  width: 55rem;
  align-items: center;
  position: relative;
  background: #fff;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .button__box a, .button__box .button_inner {
    width: 100%;
    margin: 0;
  }
  .button__box a:nth-child(2), .button__box .button_inner:nth-child(2) {
    margin-top: 2rem;
  }
}
.button__box a .title__btn, .button__box .button_inner .title__btn {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .button__box a .title__btn, .button__box .button_inner .title__btn {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}
.button__box a .more__btn, .button__box .button_inner .more__btn {
  position: absolute;
  right: 13rem;
  bottom: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  color: #B55B75;
}
.button__box a .more__btn::after, .button__box .button_inner .more__btn::after {
  content: "";
  display: block;
  width: 6.5rem;
  height: 1px;
  background: #B55B75;
  position: absolute;
  bottom: 1.8rem;
  right: -8rem;
}
@media screen and (max-width: 767px) {
  .button__box a .more__btn, .button__box .button_inner .more__btn {
    right: 11rem;
    font-size: 1.4rem;
  }
  .button__box a .more__btn::after, .button__box .button_inner .more__btn::after {
    width: 4rem;
    right: -5rem;
  }
}
.button__box a:hover {
  opacity: 1;
  background: linear-gradient(90deg, #B55B75 0%, #E387A2 50%);
  color: #fff;
}
.button__box a:hover .more__btn {
  color: #fff;
}
.button__box a:hover .more__btn::after {
  background: #fff;
}

.numner_text {
  font-size: 3rem;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  padding: 2.2rem 0 1rem;
  color: #9E9B9B;
}
@media screen and (max-width: 767px) {
  .numner_text {
    font-size: 2rem;
  }
}

.en_text {
  display: block;
  line-height: 1em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.2rem;
  font-weight: 500;
  color: #C29090;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .en_text {
    font-size: 2.8rem;
  }
}

.ja_text {
  font-size: 2em;
  font-weight: 500;
  display: block;
  letter-spacing: -0.1em;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .ja_text {
    font-size: 1.6rem;
  }
}

.tab__area {
  margin-bottom: -1px;
}
.tab__area .area__inner {
  padding-bottom: 7.5rem;
}
.tab__area .area__inner .area__title {
  padding: 0.5rem 0 4rem;
}
.tab__area .area__inner p {
  text-align: center;
}

.tab_label label {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab_label label {
    width: 48%;
  }
}

[class*=tab__inner_] {
  display: none;
}

#tab_label_1:checked ~ .tab__inner_1,
#tab_label_2:checked ~ .tab__inner_2,
#tab_label_3:checked ~ .tab__inner_3 {
  display: block;
}

#tab_label_1:checked ~ .tab_label label:nth-child(1),
#tab_label_2:checked ~ .tab_label label:nth-child(2),
#tab_label_3:checked ~ .tab_label label:nth-child(3) {
  background: #575757;
  color: #fff;
}

.faq__area ul li {
  width: 100%;
  padding: 5.5rem 14rem 7rem 8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .faq__area ul li {
    padding: 2rem;
  }
}
.faq__area ul li span {
  text-align: left;
  display: flex;
  align-items: flex-start;
  line-height: 1.4em;
}
.faq__area ul li span b {
  font-size: 2.5em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .faq__area ul li span b {
    font-size: 2em;
  }
}
.faq__area ul li span.text_q {
  padding-bottom: 5rem;
}
.faq__area ul li span.text_q span {
  font-weight: bold;
}

.form__area .area__title-sub {
  text-align: center;
}
.form__area .en_sub_text::before {
  left: 0;
  right: 0;
  margin: auto;
}
.form__area .in__box {
  max-width: 1000px;
}
.form__area input[type=text], .form__area input[type=email], .form__area input[type=tel], .form__area input[type=text], .form__area select, .form__area textarea {
  padding: 1rem;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
}
.form__area .privacy_check {
  padding-top: 4rem;
}
.form__area .privacy_check * {
  line-height: 1em;
}
.form__area .privacy_check .check_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__area .wpcf7-spinner {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: auto;
}
.form__area .button__box {
  display: flex;
  justify-content: center;
  margin: 0 2rem;
  padding: 4rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .form__area .button__box {
    flex-wrap: wrap;
    margin: 0;
  }
}
.form__area .button__box li {
  width: 30%;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .form__area .button__box li {
    width: 80%;
  }
}
.form__area .button__box .button_inner {
  display: inline-block;
  text-align: center;
  border: 1px solid #B55B75;
  border-radius: 3em;
  width: 100%;
  color: #B55B75;
  font-weight: 700;
}
.form__area .button__box .button_inner:hover {
  background: linear-gradient(90deg, #B55B75 0%, #E387A2 50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form__area .button__box .button_inner.last-button {
    margin-top: 1rem;
  }
}
.form__area .wpcf7-radio {
  padding-bottom: 2rem;
}
.form__area .wpcf7-radio .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  width: auto;
}
.form__area .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.form__area .wpcf7-radio .wpcf7-list-item-label::after {
  background: #575757;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
.form__area .wpcf7-acceptance .wpcf7-list-item-label,
.form__area .wpcf7-checkbox .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
@media screen and (max-width: 767px) {
  .form__area .wpcf7-acceptance .wpcf7-list-item-label,
  .form__area .wpcf7-checkbox .wpcf7-list-item-label {
    padding-right: 0;
  }
}
.form__area .wpcf7-acceptance .wpcf7-list-item-label::before,
.form__area .wpcf7-checkbox .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  left: 0.5em;
  position: absolute;
}
.form__area .wpcf7-acceptance .wpcf7-list-item-label::after,
.form__area .wpcf7-checkbox .wpcf7-list-item-label::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  display: block;
  height: 1.5rem;
  width: 0.8rem;
  left: 1.5rem;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 55%;
  transform: rotate(45deg);
}
.form__area input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__box {
  font-size: 2.3rem;
}
.form__box li {
  padding: 4.4rem 2rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__box li {
    flex-wrap: wrap;
  }
}
.form__box li .title {
  width: 20em;
  display: inline-block;
}
.form__box li .title span {
  color: #B55B75;
  font-weight: 500;
  border: 1px solid #B55B75;
  padding: 0 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .form__box li .title {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.form__box li .text {
  width: calc(100% - 20em);
}
@media screen and (max-width: 767px) {
  .form__box li .text {
    width: 100%;
  }
}
.form__box li .text.flex__box {
  padding: 0;
}
.form__box li .select .wpcf7-form-control-wrap {
  position: relative;
}
.form__box li .select .wpcf7-form-control-wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 0.6em;
  right: 1.5em;
}

.wpcf7-response-output {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-response-output {
    font-size: 1.6rem;
  }
}

.iamge__area .flex__box img, .iamge__area .flex__box .text__box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .iamge__area .flex__box img, .iamge__area .flex__box .text__box {
    width: 100%;
  }
}

.list__area {
  overflow: hidden;
}
.list__area .in__box {
  position: relative;
  margin-bottom: 1rem;
}
.list__area .in__box img {
  position: absolute;
  top: 0;
  right: 50%;
  width: 50vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list__area .in__box img {
    position: static;
    width: 100%;
    order: -1;
  }
}
.list__area .in__box img + .text__box {
  padding: 0 0 0 50%;
}
@media screen and (max-width: 767px) {
  .list__area .in__box img + .text__box {
    padding: 0;
  }
}
.list__area .in__box .text__box {
  padding: 0 50% 0 0;
}
@media screen and (max-width: 767px) {
  .list__area .in__box .text__box {
    padding: 0;
  }
}
.list__area .in__box .text__box + img {
  right: auto;
  left: 50%;
}

ul.list__box li {
  display: flex;
  flex-wrap: wrap;
}
ul.list__box li .title {
  width: 10em;
}
@media screen and (max-width: 767px) {
  ul.list__box li .title {
    width: 100%;
  }
}
ul.list__box li .text {
  width: calc(100% - 11em);
}
@media screen and (max-width: 767px) {
  ul.list__box li .text {
    width: 100%;
  }
}

.swiper-slide img {
  width: 100%;
  max-width: none;
  max-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.8em;
  padding: 0.8em 1em;
  border: 1px solid #fff;
  line-height: 1em;
  margin: 0 0.3em;
  color: #fff;
}
.wp-pagenavi span {
  background: #fff;
  color: #575757;
}

.mv__area {
  padding: 55rem 0 16rem;
  background: url(../img/top/mv-01.png) no-repeat top center/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv__area {
    height: 100vh;
    padding: 0;
    position: relative;
  }
}
.mv__area .in__box {
  max-width: 1430px;
}
@media screen and (max-width: 767px) {
  .mv__area .in__box {
    position: absolute;
    bottom: 4rem;
  }
}
.mv__area .mv-title {
  font-size: 2.8rem;
  letter-spacing: 0.17em;
  line-height: 1.8em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv__area .mv-title {
    font-size: 2.4rem;
  }
}
.mv__area .mv-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  padding: 1.5rem 0 0 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv__area .mv-text {
    line-height: 1.4em;
  }
}

.area__title {
  text-align: center;
}

.sub__text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sub__text {
    font-size: 1.6rem;
  }
}

.sub__title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 2rem 0 5.5rem;
}
.sub__title span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.2rem;
  display: inline-block;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sub__title {
    font-size: 2.4rem;
  }
  .sub__title span {
    font-size: 3.2rem;
    padding: 2rem 0 0;
  }
}

.school__area {
  background: #EFEFEF url(../img/top/bg-01.png) no-repeat top center/100% auto;
}
@media screen and (max-width: 767px) {
  .school__area {
    background-size: 140% auto;
  }
}
.school__area .in__box {
  max-width: 1350px;
}
.school__area .first__content {
  max-width: 1075px;
  margin-left: auto;
  margin-top: 7.5rem;
  padding-right: 7rem;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .school__area .first__content {
    width: 80%;
  }
  .school__area .first__content img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .school__area .first__content {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  .school__area .first__content img {
    width: 90%;
    margin: auto;
    display: block;
  }
}
.school__area .first__content .sub__text,
.school__area .first__content .sub__title {
  width: 100%;
}
.school__area .first__content .texe__box {
  width: 37rem;
}
.school__area .first__content .texe__box p {
  padding-bottom: 2em;
}
.school__area .second__content {
  max-width: 890px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .school__area .second__content {
    width: 75%;
  }
  .school__area .second__content img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .school__area .second__content {
    width: 100%;
  }
  .school__area .second__content img {
    width: 90%;
    margin: auto;
    display: block;
  }
}
.school__area .second__content .texe__box {
  width: 37rem;
  padding-top: 5em;
}
.school__area .second__content .texe__box p {
  padding-bottom: 2em;
}

.lesson__area {
  background: #EFEFEF url(../img/top/bg-02.png) no-repeat top center/100% auto;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lesson__area {
    background-position: top left -6rem;
    background-size: 200% auto;
    padding-top: 6rem;
  }
}
.lesson__area .second__content,
.lesson__area .first__content {
  background: url(../img/top/bg-05.png) no-repeat top right/auto 100%;
  margin-top: 10rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .lesson__area .second__content,
  .lesson__area .first__content {
    padding: 0 20px;
    background-position: bottom right -33rem;
    background-size: 194% auto;
  }
}
.lesson__area .second__content ul,
.lesson__area .first__content ul {
  width: 56%;
  margin-top: 17rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lesson__area .second__content ul,
  .lesson__area .first__content ul {
    width: 100%;
    margin-top: 0;
  }
}
.lesson__area .second__content ul li,
.lesson__area .first__content ul li {
  display: block;
  width: 24.5%;
  background: #fff;
  padding: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lesson__area .second__content ul li,
  .lesson__area .first__content ul li {
    width: 49%;
    margin-bottom: 4rem;
  }
}
.lesson__area .second__content ul li img,
.lesson__area .first__content ul li img {
  width: 100%;
  height: auto;
}
.lesson__area .second__content ul li span,
.lesson__area .first__content ul li span {
  font-size: 1.7rem;
  position: absolute;
  display: inline-block;
  width: 80%;
  left: 0;
  right: 0;
  bottom: -2.3rem;
  margin: auto;
  text-align: center;
  background: #fff;
  border-radius: 3em;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .lesson__area .second__content ul li span,
  .lesson__area .first__content ul li span {
    font-size: 1.4rem;
    bottom: -1.8rem;
  }
}
.lesson__area .second__content .text__box,
.lesson__area .first__content .text__box {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .lesson__area .second__content .text__box,
  .lesson__area .first__content .text__box {
    width: 100%;
  }
}
.lesson__area .second__content .text__box .sub__title,
.lesson__area .first__content .text__box .sub__title {
  padding: 12rem 0 1.5rem;
}
.lesson__area .second__content .text__box .cont__text,
.lesson__area .first__content .text__box .cont__text {
  width: 41rem;
  padding-top: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lesson__area .second__content .text__box .cont__text,
  .lesson__area .first__content .text__box .cont__text {
    width: 100%;
  }
}
.lesson__area .second__content .text__box .more__btn,
.lesson__area .first__content .text__box .more__btn {
  display: inline-block;
  margin-top: 4rem;
  font-weight: 500;
  position: relative;
}
.lesson__area .second__content .text__box .more__btn::after,
.lesson__area .first__content .text__box .more__btn::after {
  content: "";
  display: block;
  width: 9rem;
  height: 1px;
  background: #575757;
  position: absolute;
  right: -10.5rem;
  top: 1.2em;
}
@media screen and (max-width: 767px) {
  .lesson__area .first__content {
    padding-bottom: 6rem;
  }
}
.lesson__area .second__content {
  background: url(../img/top/bg-06.png) no-repeat top left/auto 100%;
  margin-top: 4rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .lesson__area .second__content {
    background-position: top right -30rem;
    background-size: 280% auto;
  }
}
.lesson__area .second__content ul {
  padding-top: 23rem;
  margin-top: 0;
  background: url(../img/top/bg-06b.png) no-repeat top center/40rem auto;
}
@media screen and (max-width: 767px) {
  .lesson__area .second__content ul {
    background-position: top 13rem right;
    background-size: 17rem auto;
  }
}
.lesson__area .second__content .text__box {
  width: auto;
  max-width: 36rem;
  margin-left: auto;
  padding-right: 2rem;
}
.lesson__area .second__content .text__box .sub__title {
  padding-top: 18rem;
}
.lesson__area .second__content .text__box .sub__text {
  letter-spacing: 0;
}
.lesson__area .second__content .text__box .cont__text {
  width: auto;
  padding: 3rem 2rem 0 0;
}

.contact__area {
  background-color: #444444;
  background-image: url(../img/top/bg-03a.png), url(../img/top/bg-03b.png);
  background-position: top 5rem left 9rem, bottom right;
  background-repeat: no-repeat;
  background-size: auto 42rem, auto 32rem;
  padding: 14rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .contact__area {
    background-position: top 2rem left -1rem, bottom right;
    background-size: auto 24rem, auto 13rem;
  }
}
.contact__area ul li {
  width: 49%;
  height: 46rem;
  color: #fff;
  position: relative;
  background: url(../img/top/top-img_11.png) no-repeat center/100% auto;
  transition: all 0.3s ease-out;
}
.contact__area ul li:hover {
  background-size: 120% auto;
}
@media screen and (max-width: 767px) {
  .contact__area ul li {
    width: 100%;
    height: 33rem;
  }
  .contact__area ul li:first-child {
    margin-bottom: 4rem;
  }
}
.contact__area ul li .sub__title {
  padding: 16rem 0 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__area ul li .sub__title {
    padding: 12rem 0 1.5rem;
  }
}
.contact__area ul li p {
  text-align: center;
}
.contact__area ul li .more__btn {
  position: absolute;
  right: 17rem;
  bottom: 4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.contact__area ul li .more__btn::after {
  content: "";
  display: block;
  width: 9rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -9.5rem;
  top: 1.2em;
}
.contact__area ul li:nth-child(2) {
  background: url(../img/top/top-img_12.png) no-repeat center/100% auto;
  transition: all 0.3s ease-out;
}
.contact__area ul li:nth-child(2):hover {
  background-size: 120% auto;
}
.contact__area ul li:last-child {
  background: url(../img/top/top-img_13.png) no-repeat center/100% auto;
  width: 100%;
  margin-top: 4rem;
  padding: 1rem;
  position: relative;
  transition: all 0.3s ease-out;
}
.contact__area ul li:last-child:hover {
  background-size: 120% auto;
}
@media screen and (max-width: 767px) {
  .contact__area ul li:last-child {
    height: auto;
    background-size: auto 100%;
  }
}
.contact__area ul li:last-child .inner {
  padding: 0 0 7rem 4rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .contact__area ul li:last-child .inner {
    padding: 2rem 1rem;
  }
}
.contact__area ul li:last-child .inner .pop-text {
  position: absolute;
  top: 5rem;
  left: 14rem;
  font-size: 2.3rem;
  line-height: 1.6em;
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  color: #575757;
  font-weight: 500;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.contact__area ul li:last-child .inner .pop-text span {
  font-size: 2.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact__area ul li:last-child .inner .pop-text {
    top: 2rem;
    left: 2rem;
    font-size: 1.3rem;
    padding: 3rem 2rem;
  }
  .contact__area ul li:last-child .inner .pop-text span {
    font-size: 1.8rem;
  }
}
.contact__area ul li:last-child .sub__title {
  padding: 10rem 0 3rem;
  font-size: 4.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .contact__area ul li:last-child .sub__title {
    font-size: 2.4rem;
  }
}
.contact__area ul li:last-child .texe__box {
  margin: 5rem auto 0;
  max-width: 590px;
}
@media screen and (max-width: 1100px) {
  .contact__area ul li:last-child .texe__box {
    max-width: 400px;
  }
}
.contact__area ul li:last-child .texe__box a {
  width: 47%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contact__area ul li:last-child .texe__box a {
    width: 100%;
  }
}
.contact__area ul li:last-child .texe__box a.tel__box span {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 1em;
}
.contact__area ul li:last-child .texe__box a.tel__box span:first-child {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.1rem;
}
.contact__area ul li:last-child .texe__box a.mail__box {
  background: linear-gradient(90deg, #B55B75 0%, #E387A2 50%);
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .contact__area ul li:last-child .texe__box a.mail__box {
    margin-top: 4rem;
  }
}

.insta__area {
  background: #EFEFEF url(../img/top/bg-04.png) no-repeat top center/100% auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .insta__area {
    background-position: top right;
    background-size: 200% auto;
  }
}
.insta__area .in__box {
  max-width: 1070px;
}
.insta__area ul {
  padding: 4rem 0;
}
.insta__area ul li {
  margin-bottom: 2rem;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .insta__area ul li {
    width: 47.5%;
  }
}
.insta__area ul li img {
  width: 100%;
}

.nwes__area {
  background-color: #444444;
  background-image: url(../img/top/bg-03a.png), url(../img/top/bg-03b.png);
  background-repeat: no-repeat;
  background-position: top 5rem left 9rem, bottom right;
  background-size: auto 42rem, auto 32rem;
  padding: 7rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .nwes__area {
    background-position: top 26rem left, bottom right;
    background-size: auto 16rem, auto 15rem;
  }
}
.nwes__area .in__box {
  max-width: 970px;
}
.nwes__area .ja_text {
  color: #9E9B9B;
}
.nwes__area ul {
  padding: 3rem 0;
}
.nwes__area ul li {
  padding: 1rem 0;
  border-top: 1px solid #fff;
}
.nwes__area ul li:last-child {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .nwes__area ul li {
    padding: 2rem;
  }
}
.nwes__area ul li a {
  color: #fff;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nwes__area ul li a {
    flex-wrap: wrap;
  }
}
.nwes__area ul li a img {
  width: 17.9rem;
  height: 11.9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .nwes__area ul li a img {
    width: 100%;
    height: 19rem;
    margin: auto;
  }
}
.nwes__area ul li .inner {
  padding: 1rem 2.5rem;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .nwes__area ul li .inner {
    width: 100%;
    padding: 2rem 0;
  }
}
.nwes__area ul li .cat {
  margin-left: 1.5rem;
  border: 1px solid #fff;
  padding: 0 0.5rem;
}
.nwes__area ul li .title {
  display: block;
  padding-top: 1.5rem;
}
.nwes__area .link__box {
  text-align: center;
}
.nwes__area .link__box a {
  color: #fff;
  position: relative;
}
.nwes__area .link__box a::after {
  content: "";
  display: block;
  width: 9rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -9.5rem;
  top: 1em;
}

.site__footer {
  background: #EFEFEF;
  text-align: center;
  padding: 7rem 0 0;
}
.site__footer .texe__box {
  max-width: 500px;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 1100px) {
  .site__footer .texe__box {
    max-width: 370px;
  }
}
.site__footer .texe__box p {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .site__footer .texe__box p {
    width: 73%;
    margin: auto;
  }
}
.site__footer .texe__box p:first-child {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .site__footer .texe__box p:first-child {
    margin-bottom: 4rem;
  }
}
.site__footer .texe__box p .text {
  display: block;
  text-align: center;
}
.site__footer .tel__box span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1em;
}
.site__footer .tel__box span:first-child {
  font-size: 3.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  color: #B55B75;
}
.site__footer .tel__box span:last-child {
  font-size: 1.4rem;
}
.site__footer .mail__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  color: #B55B75;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #B55B75;
  padding: 1rem 0;
}
.site__footer .mail__box img {
  margin-right: 0.5rem;
}
.site__footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .site__footer ul {
    flex-wrap: wrap;
  }
}
.site__footer ul li {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .site__footer ul li:last-child {
    width: 100%;
    text-align: center;
    padding-top: 3rem;
  }
}

.footer-logo span {
  font-size: 1.6rem;
  display: block;
  text-align: center;
}

.footer__text {
  text-align: center;
  font-size: 1.4rem;
  padding: 5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 1rem;
  }
}

.gotop {
  position: fixed;
  right: 10rem;
  bottom: 8rem;
  padding: 2.6rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1em;
  color: #B55B75;
  border: 1px solid #B55B75;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .gotop {
    right: 1rem;
    bottom: 1rem;
  }
}
.gotop::before {
  content: "∧";
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  text-align: center;
  transform: scaleX(1.5);
}

.mv_sub__area {
  padding: 21rem 0 0;
  background: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .mv_sub__area {
    padding-top: 5rem;
  }
}
.mv_sub__area .in__box {
  max-width: 1760px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
}
.mv_sub__area .text__box {
  width: 41rem;
  background: url(../img/icon-08.png) no-repeat top center/auto 100%;
}
@media screen and (max-width: 767px) {
  .mv_sub__area .text__box {
    width: 100%;
    background-size: auto 12rem;
    background-position: top 4rem right 4rem;
    padding-bottom: 3rem;
  }
}
.mv_sub__area .img__box {
  width: calc(100% - 41rem);
}
@media screen and (max-width: 767px) {
  .mv_sub__area .img__box {
    width: 100%;
    order: -1;
  }
}
.mv_sub__area .mv-title {
  font-size: 4.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
  padding-top: 13.5rem;
  position: relative;
}
.mv_sub__area .mv-title::before {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  background: #000;
  position: absolute;
  top: 9.7rem;
  left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .mv_sub__area .mv-title {
    padding-top: 4rem;
    font-size: 2.4rem;
  }
  .mv_sub__area .mv-title::before {
    top: 1rem;
  }
}
.mv_sub__area .jp-text {
  font-size: 1.6rem;
  line-height: 1em;
  padding-top: 1.5rem;
  font-weight: 500;
}
.mv_sub__area .mv-text {
  padding-top: 8rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mv_sub__area .mv-text {
    padding-top: 2rem;
  }
}
.mv_sub__area .img__box {
  padding-top: 5.5rem;
}
.mv_sub__area .breadcrumbs {
  font-size: 1.4rem;
  padding: 1.5rem 0 1rem 1rem;
  letter-spacing: 0.1em;
}
.mv_sub__area .breadcrumbs a {
  font-size: 1.4rem;
}

.en_sub_text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-top: 2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .en_sub_text {
    font-size: 2.4rem;
    padding-top: 1rem;
  }
}
.en_sub_text::before {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  background: #575757;
  position: absolute;
  top: -1.8rem;
  left: 0.3rem;
}

.ja_sub_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 3.5rem 0 0 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .ja_sub_text {
    padding-top: 2rem;
    font-size: 1.2rem;
  }
}

.sub_title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .sub_title {
    font-size: 2rem;
    padding-top: 2rem;
    letter-spacing: 0;
  }
}

.text_pink {
  color: #B55B75;
}

.inner__title {
  width: 100%;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner__title {
    font-size: 2rem;
  }
}
.inner__title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  background: #575757;
  position: absolute;
  left: 0;
  right: 0;
  top: 6rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner__title::after {
    top: 4rem;
  }
}

.text_title {
  font-size: 2.2rem;
  font-weight: 700;
  padding-left: 11rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .text_title {
    font-size: 1.8rem;
    padding-left: 6rem;
  }
}
.text_title::before {
  content: "";
  display: block;
  height: 13.3rem;
  width: 13.3rem;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: -2rem;
  box-shadow: 0px 0px 20px 10px #D9D9D9;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .text_title::before {
    height: 7.3rem;
    width: 7.3rem;
  }
}
.text_title::after {
  content: "";
  display: block;
  height: 6.5rem;
  width: 3rem;
  background: url(../img/icon-01.png) no-repeat center/100%;
  position: absolute;
  left: 5.5rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .text_title::after {
    height: 3.5rem;
    width: 1.5rem;
    left: 3rem;
    top: 0;
  }
}

.lesson__area-sub {
  padding: 14rem 0 0;
  background: #EFEFEF url(../img/adult/adult-bg-01.png) no-repeat top left/auto 15%;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub {
    padding-top: 10rem;
    background-position: top 5rem left -3rem;
    background-size: auto 35rem;
  }
}
.lesson__area-sub .main__inner {
  max-width: 1550px;
  margin: 0 4rem 0 auto;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .main__inner {
    padding: 0 20px;
  }
}
.lesson__area-sub .text__box {
  width: 60rem;
}
.lesson__area-sub .img__box {
  width: calc(100% - 60rem);
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .img__box {
    width: 90%;
    display: block;
    margin: auto;
  }
}
.lesson__area-sub .main_text {
  padding: 4rem 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .main_text {
    padding: 0;
  }
}
.lesson__area-sub .secund__inner {
  padding: 24rem 0 13rem;
  background: url(../img/adult/adult-bg-02.png), url(../img/adult/adult-bg-03.png), url(../img/adult/adult-bg-06.png);
  background-repeat: no-repeat;
  background-position: top center, bottom 30rem right 12rem, bottom -28rem right;
  background-size: 100% auto, auto 45rem, auto 60rem;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .secund__inner {
    padding: 10rem 0 10rem;
    background-position: top center, bottom 41rem right 12rem, bottom -20rem right;
    background-size: 100% auto, auto 15rem, auto 39rem;
  }
}
.lesson__area-sub .secund__inner .in__box {
  padding: 13rem 4rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .secund__inner .in__box {
    padding: 4rem 20px;
  }
}
.lesson__area-sub .secund__inner .in__box .text__box {
  width: 52rem;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .secund__inner .in__box .text__box {
    width: 100%;
  }
}
.lesson__area-sub .secund__inner .in__box .text__box .main_text {
  padding: 5rem 11.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .secund__inner .in__box .text__box .main_text {
    padding-right: 0;
  }
}
.lesson__area-sub .secund__inner .in__box .img__box {
  width: calc(100% - 52rem);
  width: 53%;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .secund__inner .in__box .img__box {
    width: 90%;
    margin: 2rem auto 0;
    display: flex;
  }
}
.lesson__area-sub .secund__inner .in__box .img__box img {
  width: 100%;
}
.lesson__area-sub .secund__inner .in__box:nth-child(3) {
  padding: 17rem 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .secund__inner .in__box:nth-child(3) {
    padding: 5rem 20px 0;
  }
}
.lesson__area-sub .secund__inner .in__box:nth-child(3) .img__box {
  width: 59rem;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .secund__inner .in__box:nth-child(3) .img__box {
    padding-top: 2rem;
    width: 90%;
  }
}
.lesson__area-sub .secund__inner .in__box:nth-child(3) .text__box {
  width: 53rem;
  padding-top: 2rem;
  width: 42.75%;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .secund__inner .in__box:nth-child(3) .text__box {
    width: 100%;
  }
}
.lesson__area-sub .secund__inner .in__box:nth-child(3) .text_title {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .secund__inner .in__box:nth-child(3) .text_title {
    padding-top: 0;
  }
}
.lesson__area-sub .secund__inner .in__box:nth-child(3) .main_text {
  padding-top: 9rem;
}
.lesson__area-sub .third__inner {
  padding: 16rem 0 15rem;
  color: #fff;
  background: #444444 url(../img/adult/adult-bg-04.png) no-repeat top 9rem center/100% auto;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .third__inner {
    padding: 10rem 0;
  }
}
.lesson__area-sub .third__inner .inner__title {
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .third__inner .inner__title {
    padding-bottom: 6rem;
  }
}
.lesson__area-sub .third__inner .inner__title::after {
  background: #fff;
}
.lesson__area-sub .third__inner .img__box {
  width: 59rem;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .third__inner .img__box {
    width: 100%;
  }
}
.lesson__area-sub .third__inner .img__box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .third__inner .img__box img {
    width: 90%;
    margin: auto;
    display: block;
  }
  .lesson__area-sub .third__inner .img__box img.in__img {
    margin-bottom: 2rem;
  }
}
.lesson__area-sub .third__inner .img__box:last-child {
  padding-top: 35rem;
}
.lesson__area-sub .third__inner .main_text {
  padding: 11rem 11rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .third__inner .main_text {
    padding: 2rem 0 0;
  }
}
.lesson__area-sub .fourth__inner {
  padding: 11rem 0 13rem;
  background: url(../img/adult/adult-bg-05.png) no-repeat top center/cover;
}
.lesson__area-sub .fourth__inner .in__box {
  padding: 8rem 0 0;
}
.lesson__area-sub .fourth__inner .img__box {
  width: 100%;
  padding: 0 20px;
}
.lesson__area-sub .fourth__inner .img__box img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .fourth__inner .img__box img {
    width: 90%;
  }
}
.lesson__area-sub .fourth__inner .main_text {
  max-width: 830px;
  padding: 4rem 0 0 4rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lesson__area-sub .fourth__inner .main_text {
    padding: 4rem 0 0;
  }
}
.lesson__area-sub .fourth__inner .button__box {
  padding: 9rem 20px 0;
}
.lesson__area-sub .fourth__inner .button__box a img {
  width: 45%;
  border-radius: 5em;
}

.page-children .secund__inner .in__box:nth-child(2) .text_title {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .page-children .secund__inner .in__box:nth-child(2) .text_title {
    padding-top: 0;
    margin: 2rem 0 4rem;
  }
}
.page-children .third__inner {
  background-image: url(../img/children/children-bg-01.png), url(../img/children/children-bg-02.png);
  background-position: top center, bottom 13rem right 24vw;
  background-size: 100% auto, auto 20rem;
  background-repeat: no-repeat;
  background-color: #E6D3D8;
  color: #333;
}
.page-children .third__inner .button__box a img {
  width: 45%;
  border-radius: 5em;
}
@media screen and (max-width: 767px) {
  .page-children .inner__title::after {
    top: 6rem;
  }
  .page-children .lesson__area-sub .secund__inner .in__box .text__box .main_text {
    padding-top: 2rem;
  }
}

.main_title_text {
  padding: 2rem 2rem 8rem 8rem;
}
@media screen and (max-width: 767px) {
  .main_title_text {
    padding: 2rem 0;
  }
}
.main_title_text .in_main_title {
  display: block;
  padding-bottom: 4rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .main_title_text .in_main_title {
    padding-bottom: 0;
    font-size: 2rem;
  }
  .main_title_text .in_main_title + img {
    padding: 2rem 0 2rem;
  }
}

.text_title_sinple {
  font-size: 3.2rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .text_title_sinple {
    font-size: 2rem;
  }
}

.page-information .lesson__area-sub .secund__inner {
  padding: 0;
  background: url(../img/adult/adult-bg-02.png), url(../img/adult/adult-bg-06.png);
  background-repeat: no-repeat;
  background-position: top center, bottom -28rem right;
  background-size: 100% auto, auto 60rem;
}
.page-information .lesson__area-sub .secund__inner .in__box {
  padding: 10rem 0 0;
  max-width: 1200px;
}
.page-information .lesson__area-sub .secund__inner .in__box .img__box {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .page-information .lesson__area-sub .secund__inner .in__box .img__box {
    width: 90%;
  }
}
.page-information .lesson__area-sub .secund__inner .in__box .img__box img {
  margin: 0 0 0 auto;
  display: block;
  max-width: 490px;
}
.page-information .lesson__area-sub .secund__inner .in__box .text__box {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .page-information .lesson__area-sub .secund__inner .in__box .text__box {
    width: 100%;
    padding: 0 20px;
  }
}
.page-information .lesson__area-sub .secund__inner .area__title-sub {
  text-align: center;
  padding: 14rem 0 0;
}
.page-information .lesson__area-sub .secund__inner .area__title-sub .en_sub_text::before {
  left: 0;
  right: 0;
  margin: auto;
}
.page-information .lesson__area-sub .secund__inner .area__title-sub .ja_sub_text {
  padding-top: 1rem;
}
.page-information .lesson__area-sub .secund__inner ul li {
  border-top: 1px dotted;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.page-information .lesson__area-sub .secund__inner ul li:last-child {
  border-bottom: 1px dotted;
}
.page-information .lesson__area-sub .secund__inner ul li span:first-child {
  width: 10rem;
}
.page-information .lesson__area-sub .secund__inner .classroom__box {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .page-information .lesson__area-sub .secund__inner .classroom__box {
    padding: 0 20px;
  }
}
.page-information .lesson__area-sub .secund__inner .classroom__box .img__box {
  width: 100%;
}
.page-information .lesson__area-sub .secund__inner .classroom__box .img__box img {
  margin: 0;
  width: 50%;
  max-width: none;
}
.page-information .lesson__area-sub .secund__inner .classroom__box ul {
  max-width: 650px;
  padding: 6.5rem 0 11rem;
  margin: auto;
}
.page-information .sub_title span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-information .sub_title span {
    font-size: 1.4rem;
  }
}

.courses__area-sub {
  padding: 12rem 0;
  background: url(../img/adult/adult-bg-01.png), url(../img/adult/adult-bg-02.png), url(../img/adult/adult-bg-06.png), url(../img/adult/adult-bg-01.png), url(../img/adult/adult-bg-02.png);
  background-position: top left, top 20% center, top 40% right, top 58% left, bottom 21% center;
  background-size: auto 10%, 100% auto, auto 10%, auto 10%, 100% auto;
  background-repeat: no-repeat;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .courses__area-sub {
    padding-top: 6rem;
  }
}
.courses__area-sub .link__box {
  max-width: 1000px;
  padding: 0;
}
.courses__area-sub .link__box a {
  width: 29%;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 3rem;
  border: 1px solid #B55B75;
  color: #B55B75;
  border-radius: 3em;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .link__box a {
    width: 49%;
    font-size: 1.4rem;
  }
}
.courses__area-sub .link__box a:hover {
  background: linear-gradient(90deg, #B55B75 0%, #E387A2 50%);
  color: #fff;
}
.courses__area-sub .area__title-sub {
  text-align: center;
  margin-top: -10rem;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
.courses__area-sub .area__title-sub .en_sub_text::before {
  left: 0;
  right: 0;
  margin: auto;
}
.courses__area-sub .area__title-sub .ja_sub_text {
  padding-top: 0.5rem;
}
.courses__area-sub .img__box img {
  width: 33.3333333333%;
}
.courses__area-sub .text__box {
  margin-top: 4rem;
  padding: 4.5rem 0;
  background: #fff;
  border-radius: 2rem;
}
.courses__area-sub .text__box ul {
  max-width: 930px;
  margin: auto;
  padding: 0 20px 0 50px;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .text__box ul {
    padding: 0;
    margin: 0 2rem;
  }
}
.courses__area-sub .text__box ul li {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .text__box ul li {
    flex-wrap: wrap;
  }
}
.courses__area-sub .text__box ul li span {
  width: calc(100% - 15rem);
  height: 7rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #FAF9FA;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .text__box ul li span {
    width: 100% !important;
    padding: 0 2rem;
    flex-wrap: wrap;
    height: auto;
    min-height: 5rem;
  }
  .courses__area-sub .text__box ul li span span {
    min-height: unset !important;
    line-height: inherit !important;
  }
}
.courses__area-sub .text__box ul li span:first-child {
  width: 15rem;
  font-weight: 700;
  border-right: 2px solid #fff;
  background: #F0ECEE;
  line-height: 1.4em;
}
.courses__area-sub .text__box ul li span.in_span {
  padding-left: 0;
}
.courses__area-sub .text__box ul li span.in_span span {
  width: 50%;
}
.courses__area-sub .text__box ul li span.in_span span:first-child {
  background: #FAF9FA;
  border-right: 2px solid #fff;
  font-weight: 500;
}
.courses__area-sub .text__box ul .height-add span {
  height: 9rem;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .text__box ul .height-add span {
    height: auto;
  }
}
.courses__area-sub .text__box .in_price li span span {
  padding-left: 0;
  width: 20%;
}
.courses__area-sub .text__box .in_price li span span:first-child {
  background: #FAF9FA;
  width: 80%;
}
.courses__area-sub .text__box .in_price li span span:last-child {
  color: #B55B75;
  font-weight: 700;
}
.courses__area-sub .text__box .in_price + .text__box_cont {
  padding-top: 2rem;
}
.courses__area-sub .text__box .in_price + .text__box_cont b {
  display: block;
  color: #B55B75;
}
.courses__area-sub .text__box .in_button {
  margin-left: 11rem;
  padding: 0.3rem 2rem;
  background: #DB829C;
  color: #fff;
  border-radius: 2em;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .text__box .in_button {
    margin: 1rem 0;
  }
}
.courses__area-sub .text__box_cont {
  max-width: 930px;
  margin: auto;
  padding: 0 20px 2rem 50px;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .text__box_cont {
    padding: 0 2rem 2rem;
  }
}
.courses__area-sub .info__box_inner {
  max-width: 930px;
  margin: auto;
  padding: 0 20px 0 50px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .info__box_inner {
    padding: 0 2rem;
  }
}
.courses__area-sub .info__box_inner:nth-child(2) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.courses__area-sub .info__box_inner:nth-child(2) .info__title span:nth-child(1) {
  position: relative;
}
.courses__area-sub .info__box_inner:nth-child(2) .info__title span:nth-child(1)::after {
  content: "";
  display: block;
  width: 2px;
  height: 27rem;
  background: #D9D9D9;
  position: absolute;
  left: 3rem;
  top: -10rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .info__box_inner:nth-child(2) .info__title span:nth-child(1)::after {
    height: 53rem;
    top: -26rem;
  }
}
.courses__area-sub .info__title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .info__title {
    flex-wrap: wrap;
  }
}
.courses__area-sub .info__title span {
  line-height: 1em;
}
.courses__area-sub .info__title span:nth-child(1) {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.1rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  width: 6rem;
  background-color: #D9D9D9;
  box-shadow: 0px 0px 20px 10px #D9D9D9;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .info__title span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.courses__area-sub .info__title span:nth-child(2) {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.1rem;
  font-weight: 300;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .info__title span:nth-child(2) {
    font-size: 2.4rem;
    width: 75%;
  }
}
.courses__area-sub .info__title span:nth-child(3) {
  font-weight: 700;
  padding: 0 1rem;
  color: #B55B75;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .info__title span:nth-child(3) {
    margin-left: 6rem;
  }
}
.courses__area-sub .info__title a {
  font-weight: 700;
  padding: 0.3rem 2rem;
  background: #DB829C;
  color: #fff;
  border-radius: 2em;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .courses__area-sub .info__title a {
    margin: 1rem 0 1rem 7.5rem;
  }
}
.courses__area-sub .info__text {
  padding-left: 7rem;
}

.content__area-sub {
  padding-bottom: 10rem;
}
.content__area-sub .in__box {
  max-width: 1000px;
  padding: 0 20px;
}
.content__area-sub .title {
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
.content__area-sub .title:nth-child(n+2) {
  padding-top: 4rem;
}
.content__area-sub p {
  padding-bottom: 1rem;
}

.single-post .area__title {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .single-post .content__area-sub {
    padding-top: 6rem;
  }
}/*# sourceMappingURL=style.css.map */