@charset "UTF-8";
/*
fade
kv
news
sec_link_menu
about_sanasta
  movies
first_voice
three_points
  link_menu
  three_points_program
  program_slider
  normal_slider
  three_points_method
  three_points_custom
sanasta_topics
voice
faq
coursefee
howto_entroll
*/
.page_top {
  overflow: hidden;
}

.page_top .ttl {
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 6.13333vw;
  text-align: center;
}

.page_top .cont_wrap {
  position: relative;
}

.bound {
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  opacity: 0;
  position: absolute;
  z-index: 20;
  font-size: 0;
}

.bound.show {
  -webkit-animation: bound 1.6s ease-in-out;
  animation: bound 1.6s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  99.9% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes boundlate {
  0% {
    -webkit-transform: scale(0) translate(-50%, 0);
    transform: scale(0) translate(-50%, 0);
  }
  25% {
    -webkit-transform: scale(1.2) translate(-50%, 0);
    transform: scale(1.2) translate(-50%, 0);
  }
  50% {
    -webkit-transform: scale(0.9) translate(-50%, 0);
    transform: scale(0.9) translate(-50%, 0);
  }
  75% {
    -webkit-transform: scale(1.1) translate(-50%, 0);
    transform: scale(1.1) translate(-50%, 0);
  }
  99.9% {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
  }
}

@keyframes boundlate {
  0% {
    -webkit-transform: scale(0) translate(-50%, 0);
    transform: scale(0) translate(-50%, 0);
  }
  25% {
    -webkit-transform: scale(1.2) translate(-50%, 0);
    transform: scale(1.2) translate(-50%, 0);
  }
  50% {
    -webkit-transform: scale(0.9) translate(-50%, 0);
    transform: scale(0.9) translate(-50%, 0);
  }
  75% {
    -webkit-transform: scale(1.1) translate(-50%, 0);
    transform: scale(1.1) translate(-50%, 0);
  }
  99.9% {
    -webkit-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
  }
}

.bound.fade1 {
  width: 21.33333vw;
  left: 50%;
  -webkit-transform: scale(0) translate(-50%, 0);
  transform: scale(0) translate(-50%, 0);
  top: -11.4vw;
}

.bound.fade1.show {
  -webkit-animation: boundlate 1.6s ease-in-out;
  animation: boundlate 1.6s ease-in-out;
  -webkit-transform: scale(1) translate(-50%, 0);
  transform: scale(1) translate(-50%, 0);
}

.bound.fade2 {
  width: 18.66667vw;
  right: 0;
  bottom: -0.1rem;
}

.bound.fade3 {
  width: 16vw;
  right: -1rem;
  bottom: -5.8rem;
}

.bound.fade4 {
  width: 25.33333vw;
  left: -1.4rem;
  bottom: -3rem;
}

.bound.fade5 {
  width: 20.66667vw;
  right: 1rem;
  top: -3rem;
}

.bound.fade6 {
  width: 24.8vw;
  left: -1rem;
  top: -8rem;
}

.bound.fade7 {
  left: -14rem;
  top: 12rem;
  width: 35rem;
}

.bound.fade8 {
  width: 53.33333vw;
  right: -1.5rem;
}

.bound.fade9 {
  width: 21.33333vw;
  left: -1rem;
  bottom: -2rem;
}

.bound.fade10 {
  right: -9rem;
  top: -5rem;
  width: 22rem;
}

.bound.fade11 {
  width: 14.93333vw;
  left: -1rem;
  bottom: -2rem;
}

.bound.fade12 {
  right: -7rem;
  bottom: -2rem;
  width: 16.4rem;
}

.bound.fade13 {
  width: 22.13333vw;
  left: 0;
  top: -13.2vw;
}

.bound.fade14 {
  right: 35%;
  top: -5rem;
  width: 29.7rem;
}

.bound.fade15 {
  text-align: center;
  width: 80%;
  max-width: 56rem;
  position: relative;
  margin: 0 auto 3rem;
}

.kv {
  position: relative;
}

.kv .logo {
  text-align: center;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kv .logo img {
  max-width: 30rem;
  width: 40vw;
  margin: 0 auto;
}

.kv .logo .target {
  display: inline-block;
  text-align: center;
  margin: 1rem 0 0;
}

.kv .logo .target img {
  max-width: 27rem;
  width: 42.66667vw;
}

.kv .fade_slick {
  overflow: hidden;
}

.kv .fade_slick img {
  width: 100%;
}

.news {
  padding: 5rem 0;
}

.news .ttl_wrap {
  position: relative;
}

.news .ttl {
  background: #f06070;
  border-radius: 0.6rem 0.6rem 0 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  padding: 0.4rem 2rem;
}

.news .news_box .list_box {
  border: 2px solid #f06070;
  border-top: none;
  border-radius: 0 0 0.6rem 0.6rem;
  padding: 0.6rem;
}

.news .news_box .list_box li {
  background: #fbeceb;
  border-radius: 0.2rem;
  font-weight: 700;
  padding: 1rem;
  position: relative;
}

.news .news_box .list_box li:not(:first-of-type) {
  margin: 0.6rem 0 0;
}

.news .news_box .list_box li a {
  display: block;
  position: relative;
}

.news .news_box .list_box li a::after {
  content: "";
  background: url(../img/icon/icon_arrow-01.png) no-repeat;
  background-size: contain;
  width: 2.93333vw;
  height: 2.66667vw;
  max-width: 2.2rem;
  max-height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.news .news_box .list_box li .post_ttl {
  width: 76%;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 0 0 0.5rem;
}

.news .news_box .list_box .nmark {
  background: #db3945;
  border-radius: 3em;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.4vw;
  letter-spacing: 0;
  padding: 0.2rem 1rem;
}

.news .more {
  color: #f06070;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin: 2rem 0 0;
  text-align: right;
}

.news .more .arrow {
  width: 0.6em;
  height: 0.8em;
  margin-left: 0.6em;
}

.campaign {
}

.campaign_area {
  padding: 50px 0;
  background-color: #fdede4;
}

.campaign_box {
  margin: auto;
  max-width: 1000px;
}

.campaign_box h2 {
  margin: 0 auto 20px;
  width: 100%;
  background-color: #e74e95;
  text-align: center;
  line-height: 0;
  padding: 13px 20px;
}
.campaign_box h2 img {
  width: 100%;
  max-width: 600px;
}

.campaign_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border: #e74e95 6px solid;
  border-radius: 0.6rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  .campaign_wrap {
    margin: auto;
    width: 96%;
  }
}
.campaign_innerwrap {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1%;
  gap: 1%;
}
.campaign_inner-single {
  margin: auto;
  width: 100%;
  padding: 10px 20px;
}
.campaign_inner-singleimg {
  margin: auto;
  width: 100%;
  max-width: 800px;
  padding: 10px 20px;
}
.campaign_inner-double {
  width: 49%;
}
.campaign_inner-doubleimg {
  line-height: 0;
  width: calc(99% / 2);
}
.campaign_text {
  padding: 5px 15px;
}

.about_sanasta_wrap {
  background: url("../img/bg_dot_pink.png");
  padding: 2rem 0 0;
}

.about_sanasta_wrap .sec_link_menu {
  background: #fff;
  border-radius: 0.6rem;
  -webkit-box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.08);
  color: #fff;
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  padding: 3.5rem 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.about_sanasta_wrap .sec_link_menu li {
  height: 9rem;
  width: 48%;
  position: relative;
}

.about_sanasta_wrap .sec_link_menu li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/icon/icon_arrow-03.png") no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 0.8rem;
}

.about_sanasta_wrap .sec_link_menu li a {
  border-radius: 0.6rem;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.about_sanasta_wrap .sec_link_menu li a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 4px;
  opacity: 0.9;
}

.about_sanasta_wrap .sec_link_menu li p {
  line-height: 1;
  padding-bottom: 0.6rem;
}

.about_sanasta_wrap .sec_link_menu li p .sm {
  font-size: 1.4rem;
}

.about_sanasta {
  margin: 5rem auto 9rem;
}

.about_sanasta .cont_box {
  background: #fff;
  border-radius: 0.6rem;
  margin: 3rem 0 0;
  position: relative;
}

.about_sanasta .cont_box .desc {
  padding: 2rem 2rem 0;
  position: relative;
}

.about_sanasta .bg_txtline {
  font-size: 3.2vw;
  line-height: 2;
  margin: 2rem 0 0;
  padding-bottom: 2rem;
}
.about_sanasta .bg_txtline span {
  font-size: 4.2vw;
  line-height: 1.5;
  color: #e4007f;
}

.about_sanasta .media_info {
  padding: 0 0.6rem 1rem;
}

.about_sanasta .media_info .ttl {
  color: #f06070;
  position: relative;
  font-size: 4.26667vw;
  margin: 2.6rem 0 0;
}

.about_sanasta .media_info .wrap_box {
  border: 1px dashed #fbe0df;
  border-radius: 0.6rem;
  padding: 1.6rem;
  margin: 2rem 0 0;
}

.about_sanasta .media_info .wrap_box .media_ttl {
  font-size: 3.6vw;
  font-weight: 700;
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 1rem;
  margin: 0 0 1.4rem 0;
}

.about_sanasta .media_info .wrap_box p {
  line-height: 1.9;
}

.movies {
  background: #f06070;
  padding: 2.5rem 0 2rem;
  position: relative;
}

.movies .ttl {
  color: #fff;
  font-size: 4.26667vw;
}

.movie_slick {
  width: 80%;
  margin: 3rem auto 0;
  position: relative;
}

.movie_slick .item iframe {
  width: 100%;
  height: 45vw;
}
.movie_slick .item a {
  display: block;
  width: 100%;
  height: 42vw;
  position: relative;
}
.movie_slick .item a img {
  height: 100%;
}

.movie_slick .item .txt {
  color: #fff;
  font-weight: 700;
  font-size: 3.2vw;
  text-align: center;
  margin: 1rem 0 0;
  letter-spacing: 0.1em;
}

.movie_slick .prev_arrow,
.movie_slick .next_arrow {
  background: url(../img/icon/icon_arrow_double.png) no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: calc(50% - 4rem);
}

.movie_slick .prev_arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -11%;
}

.movie_slick .next_arrow {
  right: -11%;
}

.movie_slick .slick-dots li {
  margin: 0;
}

.movie_slick .slick-dots li button:before {
  color: #dcdcdc;
  opacity: 1;
}

.movie_slick .slick-dots li.slick-active button:before {
  color: #747171;
}

.first_voice {
  margin: 3rem auto 5rem;
}

.first_voice .list_wrap .txt_upper {
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 0.4rem;
  z-index: -1;
}

.first_voice .list_wrap .list {
  background: #f9f3e7;
  border-radius: 0.6rem;
  padding: 1rem;
}

.first_voice .list_wrap .list li {
  background: #fff;
  border-radius: 0.6rem;
  height: 5.5rem;
  padding-left: 2em;
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 3.46667vw;
}

.first_voice .list_wrap .list li:not(:first-of-type) {
  margin: 0.6rem 0 0;
}

.first_voice .list_wrap .list li:before {
  content: "";
  width: 3.6vw;
  height: 3.6vw;
  background: #f06070;
  border-radius: 3em;
  position: relative;
  left: -1em;
}

.first_voice .under_txt {
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 4.8vw;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 3rem 0 0;
  text-align: center;
}

.first_voice .under_txt .adj_move {
  position: relative;
  bottom: 5px;
  left: 5px;
}

.first_voice .under_txt .adj_letter {
  letter-spacing: -0.3em;
}

.first_voice .under_txt > .arrow {
  margin: 0 0 2rem;
  width: 4.8vw;
  max-width: 3.6rem;
}

.first_voice .under_txt .logo {
  max-width: 22rem;
}

/* three_points */
/* link_menu */
.three_points {
  background: #f9f3e7;
  padding: 5rem 0;
  position: relative;
}

.three_points .main_ttl {
  color: #d11e6f;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

.three_points .main_ttl .sm {
  font-size: 6.66667vw;
}

.three_points .main_ttl .md {
  font-size: 8vw;
}

.three_points .main_ttl .lg {
  font-size: 9.33333vw;
  display: inline-block;
  letter-spacing: -0.1em;
}

.three_points .main_ttl .img_txt {
  height: auto;
  width: 42%;
  max-width: 31.6rem;
  position: relative;
  top: 1rem;
}

.three_points .point_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  letter-spacing: 0.05em;
  margin: 3rem 0 0;
}

.three_points .point_menu li {
  background: #fff;
  border: 3px solid #1c5ea9;
  border-radius: 50%;
  color: #1c5ea9;
  width: 31%;
  padding-top: calc(30% - 0.26rem);
  position: relative;
}

.three_points .point_menu li .circle_inner {
  margin: 0.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.three_points .point_menu li a {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.three_points .point_menu li a:hover {
  background: #1c5ea9;
  color: #fff;
  opacity: 1;
}

.three_points .point_menu li a:after {
  content: "";
  background: url(../img/icon/icon_arrow-06.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1rem;
  height: 0.7rem;
}

.three_points .point_menu li a:hover:after {
  background: url(../img/icon/icon_arrow-08.png) no-repeat;
  background-size: contain;
}

.three_points .point_menu li .point {
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.46667vw;
  line-height: 1;
  position: absolute;
  top: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.three_points .point_menu li .point:after {
  content: "";
  background: url(../img/dot_line_blue.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 6.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12vw;
  max-width: 16rem;
  height: 0.5rem;
}

.three_points .point_menu li .point .num {
  font-size: 3.8vw;
}

.three_points .point_menu li a:hover .point:after {
  background: url(../img/dot_line_white.png) no-repeat;
  background-size: contain;
}

.three_points .point_menu li .pname {
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  margin: 4.6vw 0 0;
}

.three_points .point_menu li .pname.name1 {
  font-size: 2.8vw;
  letter-spacing: 0;
}

.three_points .point_menu li .pname.name2 {
  letter-spacing: 0;
  font-size: 3.2vw;
  white-space: nowrap;
}

.three_points .point_menu li .pname.name2 .sm {
  font-size: 2.26667vw;
}

.three_points .point_menu li .pname.name3 {
  font-size: 3.2vw;
}

.three_points .box_wrap {
  background: #fff;
}

.three_points .cont_wrap {
  line-height: 1.8;
  padding: 3rem 1.5rem;
}

.three_points .cont_wrap p:not(:first-of-type) {
  margin: 3rem 0 0;
}

.three_points .ttl_wrap {
  background: #1c5ea9;
  color: #fff;
  margin: 6rem 0 0;
  position: relative;
  padding: 1.8rem 0 1.6rem;
}

.three_points .ttl_wrap .point_tag {
  background: url(../img/tag.png) no-repeat;
  background-size: contain;
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.4vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-46%);
  transform: translateY(-46%);
  left: 1rem;
  height: 14.4vw;
  width: 13.33333vw;
  max-width: 10rem;
  max-height: 10.8rem;
  text-align: center;
  line-height: 1.2;
}

.three_points .ttl_wrap .point_tag .ptxt {
  font-size: 2.4vw;
  display: inline-block;
  margin: 2.65vw 0 0;
}

.three_points .ttl_wrap .point_tag .num {
  font-size: 4.53333vw;
}

.three_points .ttl_wrap .ttl {
  font-size: 4.53333vw;
  letter-spacing: 0.05em;
}

/* .three_points_program */

.three_points #program .marker {
  background: #f6ed00;
}

.three_points #program .circle_txt {
  width: 76%;
  max-width: 52rem;
  margin: 2rem auto 0;
}

.three_points #program .btn_more {
  max-width: 30rem;
  width: 80%;
  margin: 2rem auto 4rem;
  padding: 1rem 0 0.8rem;
}

/* program_slider */
#program .slider_circle_10 a,
#program .slider_circle_10 img {
  display: block;
  opacity: 1;
}

#program
  div.slider
  > div.active:not(.nav_indicators):not(.next_button):not(.prev_button) {
  border: none;
}

#program .slider_circle_10 {
  height: 51.2vw;
}

#program .slider_circle_10 .item {
  height: auto;
  max-width: 34rem;
  max-height: 20rem;
  -ms-filter: blur(3px);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

#program .slider_circle_10 .item.active {
  max-width: 45rem;
  max-height: 32rem;
  -webkit-filter: none;
  filter: none;
  margin-left: -24.5%;
}

#program .slider_circle_10 .next1,
#program .slider_circle_10 .prev1 {
  top: 19%;
  width: 33%;
  max-width: 34rem;
  max-height: 20rem;
}

#program .slider_circle_10 .next2,
#program .slider_circle_10 .prev2 {
  top: 15%;
}

#program .slider_circle_10 .next3,
#program .slider_circle_10 .prev3 {
  top: 10%;
  width: 21%;
}

#program .slider_circle_10 .next1 {
  margin-left: 7%;
}

#program .slider_circle_10 .next2 {
  margin-left: 21%;
}

#program .slider_circle_10 .next3 {
  margin-left: 16%;
}

#program .slider_circle_10 .prev1 {
  margin-left: -39%;
}

#program .slider_circle_10 .prev2 {
  margin-left: -46%;
}

#program .slider_circle_10 .prev3 {
  margin-left: -36%;
}

#program .slider_circle_10 .nav_indicators ul li {
  border: none;
  background: #dcdcdc;
  color: #dcdcdc;
  width: 0.8rem;
  height: 0.8rem;
}

#program .slider_circle_10 .nav_indicators ul li.active {
  background: #747171;
  color: #747171;
}

#program .slider_circle_10 .next_button,
#program .slider_circle_10 .prev_button {
  border: none !important;
  background: url(../img/icon/icon_arrow-07.png) no-repeat !important;
  background-size: contain !important;
  opacity: 1 !important;
}

#program .slider_circle_10 .prev_button {
  left: 9% !important;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#program .slider_circle_10 .next_button {
  left: 92% !important;
}

#program .slider_circle_10 .next_button:after,
#program .slider_circle_10 .prev_button:after {
  content: none;
}

#program .slider_circle_10 > div.nav_indicators,
#program .slider_circle_10 .hidden.nav_indicators {
  width: 100%;
  -webkit-transform: translateX(-48%);
  transform: translateX(-48%);
  height: 2rem;
}

/* lightbox */
#program .lightbox {
  display: none;
  text-align: center;
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.3);
}

.featherlight .featherlight-content {
  width: 76rem;
  padding: 4.6rem 0 0;
  border-bottom: 0;
  background: transparent;
}

.featherlight .featherlight-inner {
  background: #fff;
}

.featherlight .featherlight-close-icon {
  top: 0;
  background: none;
  width: 4rem;
  background: #fff;
  padding: 0.2rem 0.6rem;
}

.featherlight .featherlight-close-icon img {
  position: relative;
  top: 3px;
}

.lightbox.pg_detail {
  padding: 0 0 4rem;
}

.lightbox.pg_detail .ttl {
  color: #fff;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 5.86667vw;
  letter-spacing: 0;
  line-height: 1;
  padding: 1.6rem 2.6rem;
}

.lightbox.pg_detail .ttl .sm {
  font-size: 2.66667vw;
  padding-left: 2rem;
}

.lightbox.pg_detail .ttl.color12 {
  background: url(../img/program/bg_ttl_color12.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.lightbox.pg_detail .ttl.color06 {
  background: url(../img/program/bg_ttl_color06.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.lightbox.pg_detail .ttl.color04 {
  background: url(../img/program/bg_ttl_color04.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.lightbox.pg_detail .ttl.color10 {
  background: url(../img/program/bg_ttl_color10.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.lightbox.pg_detail .ttl.color01 {
  background: url(../img/program/bg_ttl_color01.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.lightbox.pg_detail .ttl.color03 {
  background: url(../img/program/bg_ttl_color03.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.lightbox.pg_detail .flex {
  width: 90%;
  margin: 4rem auto 0;
}

.lightbox.pg_detail .tag_list li {
  border-radius: 0.4rem;
  color: #fff;
  font-family: "keifont", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.2rem 0.8rem;
  line-height: 1;
  letter-spacing: 0;
}

.lightbox.pg_detail .detail_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 2rem 0;
}

.lightbox.pg_detail .detail_ttl + p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.lightbox.pg_detail .note {
  font-size: 1.4rem;
  text-align: right;
  margin: 1rem 0 0;
}

.lightbox.pg_detail .movie_wrap {
  text-align: center;
  width: 92%;
  margin: 2rem auto 0;
  max-width: 56rem;
  height: 46vw;
}

.lightbox.pg_detail .movie_wrap iframe {
  width: 100%;
  height: 100%;
}

/* normal_slider */
.normal_slick .prev_arrow,
.normal_slick .next_arrow,
.centermode_slick .prev_arrow,
.centermode_slick .next_arrow {
  background: url(../img/icon/icon_arrow-07.png) no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  z-index: 10;
}

.normal_slick .prev_arrow,
.centermode_slick .prev_arrow {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.normal_slick .next_arrow,
.centermode_slick .next_arrow {
  right: 0;
}

.normal_slick .slick-dots li,
.centermode_slick .slick-dots li {
  width: 1rem;
  height: 1rem;
}

.normal_slick .slick-dots li button:before,
.centermode_slick .slick-dots li button:before {
  line-height: 1;
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
}

.normal_slick .slick-dots li button,
.centermode_slick .slick-dots li button {
  width: 1rem;
  height: 1rem;
}

.centermode_slick .prev_arrow,
.centermode_slick .next_arrow {
  top: 50%;
}

/* three_points_method */
.three_points #method .normal_slick {
  text-align: left;
  margin: 4rem 0;
}

.three_points #method .normal_slick p {
  font-weight: 400;
  margin: 0 0 1rem;
}

.three_points #method .normal_slick h4 {
  border-bottom: 2px dotted #e8e8e8;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 3.46667vw;
  margin: 1.5rem 0 1rem;
  padding-bottom: 0.6rem;
}

.three_points #method .normal_slick .prev_arrow,
.three_points #method .normal_slick .next_arrow {
  top: 20%;
}

.three_points #method .normal_slick .prev_arrow .prev_arrow,
.three_points #method .normal_slick .next_arrow .prev_arrow {
  left: -2.5rem;
}

.three_points #method .normal_slick .prev_arrow .next_arrow,
.three_points #method .normal_slick .next_arrow .next_arrow {
  right: -2.5rem;
}

/* three_points_custom */

.three_points #custom .motive_list li {
  margin: 2rem 0 0;
}

.three_points #custom .motive_list li .list_ttl {
  font-size: 3.46667vw;
  font-weight: 700;
}

.three_points #custom .motive_list li .list_ttl::before {
  content: "●";
  color: #f06070;
  font-size: 1.2em;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.three_points #custom .motive_list li p {
  font-weight: 400;
}

.three_points #custom .ttl_cycle {
  font-size: 4.53333vw;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin: 6rem 0 2rem;
  text-align: center;
}

.three_points #custom .ttl_cycle.like {
  color: #f06070;
}

.three_points #custom .ttl_cycle.hate {
  color: #00a971;
}

.sanasta_oneday {
  text-align: center;
  margin: 6rem 0;
}

.sanasta_topics {
  padding: 5rem 0;
}

.sanasta_topics .topic_list li {
  margin: 6rem 0 0;
}

.sanasta_topics .topic_list li img {
  height: 180px;
  width: auto;
}

.sanasta_topics .topic_list .topic_ttl {
  font-size: 4vw;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  margin: 1.5rem 0 1rem;
  text-align: center;
}

.sanasta_topics .topic_list .desc {
  line-height: 1.8;
}

.sanasta_topics .btn_more {
  margin: 3rem 0 0;
}

.voice {
  padding: 5rem 0;
}
.voice-text {
  text-align: center;
  margin: 1rem 0 5rem;
  padding: 0 1rem;
}

.voice .centermode_slick {
  margin: 5rem 0 0;
}

.voice .centermode_slick .bg1 {
  background: #e496a3;
}

.voice .centermode_slick .bg2 {
  background: #e5842e;
}

.voice .centermode_slick .bg3 {
  background: #e8b333;
}

.voice .centermode_slick .bg4 {
  background: #bc9ec1;
}

.voice .centermode_slick .bg5 {
  background: #dc5c5c;
}

.voice .centermode_slick .bg6 {
  background: #6eb6d3;
}

.voice .centermode_slick .bg7 {
  background: #68bcb1;
}

.voice .centermode_slick .bg8 {
  background: #72b765;
}

.voice .centermode_slick .slick-dots {
  bottom: -5rem;
}

.voice .txt_area {
  background: #fff;
  border-radius: 0.6rem;
  height: 66vw;
  padding: 1rem 0.6rem;
}

.voice .txt_area .guardian {
  border-bottom: 2px dotted #e8e8e8;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 3.46667vw;
  text-align: center;
  padding-bottom: 0.6rem;
  margin: 0 0 1rem;
}

.voice .item {
  border-radius: 0.6rem;
  margin: 0 0.5rem;
  padding: 0.6rem;
  opacity: 0.2;
}

.voice .item.slick-active {
  opacity: 1;
}

.voice .item > img {
  width: 36%;
  margin: 1.5rem auto;
}

.voice .note {
  text-align: right;
  margin: 9rem auto 0;
}

.faq {
  padding: 4rem 0;
}

.faq .faq_list {
  margin: 4rem 0 0;
}

.faq .faq_list span {
  display: inline-block;
}

.faq .alf {
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 1rem 0 0;
  vertical-align: top;
  width: 1.2em;
}

.faq .que,
.faq .ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.faq .que {
  background: #f06070;
  color: #fff;
  font-size: 3.46667vw;
  font-weight: 700;
  padding: 1rem;
  margin: 1rem 0 0;
}

.faq .que .alf {
  font-size: 5.33333vw;
}

.faq .que .alf + span {
  width: 78%;
  padding-top: 0.3rem;
}

.faq .ans {
  display: none;
  padding: 2rem 1.2rem 1.8rem;
  border-bottom: 4px solid #f06070;
  border-right: 4px solid #f06070;
  border-left: 4px solid #f06070;
}

.faq .ans .alf {
  font-size: 4.26667vw;
  color: #f06070;
}

.faq .ans .alf + span {
  width: calc(100% - 1.2em - 2rem);
}

.faq .que::before,
.faq .que::after {
  display: block;
  content: "";
  position: absolute;
  top: 48%;
  right: 1.6rem;
  margin: auto;
  width: 1.5rem;
  height: 3px;
  background-color: #fff;
}

.faq .que::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faq .js_ac.open.que::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq .faq_list + .link {
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: right;
  margin: 2rem 0 0;
  line-height: 1;
}

.faq .faq_list + .link span {
  padding-left: 0.8rem;
  vertical-align: bottom;
  font-size: 0;
  display: inline-block;
}

.faq .faq_list + .link img {
  width: 1.6vw;
  height: 2.4vw;
  max-width: 1.2rem;
  max-height: 1.8rem;
}

.bg_dot_green {
  background: url(../img/bg_dot_green.png);
  padding: 5rem 0;
}

.coursefee .cont_wrap {
  background: #fff;
  border-radius: 0.6rem;
  font-weight: 700;
  margin: 3rem 0 0;
  padding: 2.5rem 1rem 1.5rem;
}
.class .cont_wrap {
  background: #fff;
  border-radius: 0.6rem;
  font-weight: 700;
  margin: 3rem 0 0;
  padding: 2.5rem 1rem 1.5rem;
}

.coursefee .cont_wrap h3.ttl {
  background: #1f1f1f;
  border-radius: 3em;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.06em;
  padding: 0.6rem;
}

.coursefee .inner_wrap {
  margin: 3rem auto 4rem;
  width: 82%;
}

.coursefee .schedule {
  font-size: 3.2vw;
}

.coursefee .schedule .lg {
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 4.53333vw;
  text-align: center;
  margin: 0 0 2.5rem;
}

.coursefee .tuition .price {
  border-bottom: 2px dotted #e8e8e8;
  font-size: 4.8vw;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-bottom: 0.6rem;
  margin: 0 0 2rem;
}

.coursefee .tuition .price2 {
  font-size: 1.2vw;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.3;
  letter-spacing: 0.01em;
  padding-bottom: 0.6rem;
}


.coursefee .tuition .price .sm {
  font-size: 4.13333vw;
}

.coursefee .tuition .price .num {
  font-size: 7.33333vw;
  color: #f06070;
  position: relative;
  top: 1px;
}

.coursefee .tuition .price .en {
  padding: 0 0.1rem 0 0.4rem;
}

.coursefee .tuition .price2 .sm {
  font-size: 0.8vw;
}

.coursefee .tuition .price2 .num {
  font-size: 1.6vw;
  color: #f06070;
  position: relative;
  top: 1px;
}

.coursefee .tuition .price2 .en {
  padding: 0 0.1rem 0 0.4rem;
}

.coursefee .price_case {
  border: 2px solid #fed751;
  border-radius: 0.6rem;
  width: 88%;
  margin: 3rem auto 0;
}

.coursefee .price_case .ttl_wrap {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fed751),
    color-stop(50%, #fed751),
    color-stop(50%, #fff),
    to(#fff)
  );
  background: -webkit-linear-gradient(
    #fed751 0%,
    #fed751 50%,
    #fff 50%,
    #fff 100%
  );
  background: linear-gradient(#fed751 0%, #fed751 50%, #fff 50%, #fff 100%);
}

.coursefee .price_case .ttl {
  background: url(../img/bg_ttl-sp.png) no-repeat;
  background-size: contain;
  height: 14.7vw;
  font-size: 3vw;
}

.coursefee .price_case .ttl span {
  display: block;
  position: relative;
  top: 0.8em;
}
.coursefee .price_case .ttl p {
  color: #f06070;
  font-size: 2rem;
}

.coursefee .price_case .box {
  padding: 1rem 1rem 0;
}

.coursefee .price_case .box .ref_note {
  font-size: 1.2rem;
}
.coursefee .price_case .box .ref_note2 {
  font-size: 1.3rem;
  text-align: right;
}

.coursefee .price_case .price {
  margin: 0;
}

.coursefee .price_case .exempt {
  background: #1f1f1f;
  color: #fff;
  font-size: 4.13333vw;
  border-radius: 0.6rem;
  padding: 0.4rem 0.8rem;
  margin-left: 1rem;
  position: relative;
  top: -0.1rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro W3", YuGothic, "Yu Gothic", sans-serif;
}

.coursefee .note {
  background: #f7f6f3;
  font-weight: 400;
  margin: 5rem 0 0;
  padding: 2rem;
}

.class .ttl {
  margin: 4rem 0 0;
}

.howto_entroll {
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center;
}

.howto_entroll .ttl {
  margin: 4rem 0 5rem;
}

.howto_entroll .flow_wrap {
  background: #fee17f;
  border-radius: 0.6rem;
  padding: 1rem;
  position: relative;
}

.howto_entroll ol {
  background: #fff;
  border-radius: 0.6rem;
  padding: 0 2rem;
}

.howto_entroll li {
  padding: 2rem 0;
}

.howto_entroll li .arrow {
  display: block;
  margin: 4rem auto 0;
}

.howto_entroll li .step {
  font-family: "nikumaru", "ヒラギノ丸ゴ ProN", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.2;
}

.howto_entroll li .step .num {
  font-size: 7.73333vw;
}

.howto_entroll li:nth-of-type(2) .step,
.howto_entroll li:nth-of-type(3) .step {
  margin: 0 0 2.2rem;
}

.howto_entroll .desc {
  line-height: 1.2;
  margin: 1rem 0 0;
}

.howto_entroll .note {
  line-height: 1.3;
  margin: 2rem 0;
}
.howto_entroll .note2 {
  line-height: 1.3;
  margin: 2rem 0;
}

.howto_entroll .link {
  background: #fff;
  border-radius: 0.6rem;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 4.8vw;
}

.howto_entroll .link a {
  display: block;
  padding: 1.5rem;
  position: relative;
}

.howto_entroll .link .arrow {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.8em;
}

.howto_entroll .under {
  position: relative;
}

.insta_feed {
  padding: 0;
  text-align: center;
  position: relative;
}

.insta_feed .img_ttl {
  margin: 3rem auto 2rem;
  max-width: 50rem;
  width: 80%;
}

.insta_feed #sb_instagram #sbi_load .sbi_load_btn,
.insta_feed #sb_instagram .sbi_follow_btn a {
  background: none;
  color: #222;
  font-family: "keifont", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  position: relative;
  margin: 1rem auto 0 auto;
}

.insta_feed #sb_instagram #sbi_load .sbi_load_btn .sbi_btn_text::after,
.insta_feed #sb_instagram .sbi_follow_btn a .sbi_btn_text::after {
  content: "";
  display: inline-block;
  background: url(../img/icon/icon_arrow-09.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.7em;
  height: 0.8em;
  vertical-align: middle;
  margin: 0 0 0 1rem;
}

@media screen and (max-width: 767px) {
  .page_top {
    margin-top: 10.5rem;
  }
  .bound.fade7 {
    display: none;
  }
  .bound.fade8 {
    right: -3vw;
    bottom: -4rem;
    width: 53vw;
  }
  .bound.fade10 {
    display: none;
  }
  .bound.fade12 {
    display: none;
  }
  .bound.fade14 {
    display: none;
  }
  .kv .logo_wrap {
    display: none;
  }
  .news .news_box .list_box li .post_ttl.pc_only {
    display: none;
  }
  .campaign_box h2 {
    margin: 0 auto 8px;
  }
  .campaign_wrap {
    padding-bottom: 0;
  }
  .campaign_inner-doubleimg,
  .campaign_inner-double {
    margin: auto;
    width: 96%;
    max-width: 700px;
    padding-bottom: 10px;
  }

  .about_sanasta_wrap .sec_link_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem;
  }
  .about_sanasta_wrap .sec_link_menu li {
    font-size: 3.73333vw;
    height: 14.66667vw;
  }
  .about_sanasta_wrap .sec_link_menu li:nth-of-type(n + 3) {
    margin-top: 1.2rem;
  }
  .about_sanasta_wrap .sec_link_menu li:nth-of-type(even) {
    margin-left: 0.8rem;
  }
  .about_sanasta_wrap .sec_link_menu li::after {
    width: 1rem;
    height: 0.6rem;
  }
  .about_sanasta_wrap .sec_link_menu li p .sm {
    font-size: 2.8vw;
    letter-spacing: 0;
  }
  .about_sanasta .media_info .wrap_box p {
    font-size: 3.4vw;
    margin: 0.6rem 0 2.8rem 0;
  }
  .first_voice .under_txt .logo {
    width: 35.2vw;
  }
  .three_points .point_menu li .point:after {
    top: 4.8em;
  }
  .three_points .ttl_wrap {
    height: 11.2vw;
    padding: 2.5vw 0;
  }
  .three_points .ttl_wrap .ttl {
    text-align: left;
    padding-left: 17.6vw;
  }
  .three_points .ttl_wrap .ttl.sm {
    font-size: 4vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .three_points #program .cont_wrap {
    padding: 3rem 1.5rem 5rem;
  }
  #program .slider_circle_10 .item.active {
    width: 66%;
    margin-left: -32.5%;
    top: 22%;
  }
  #program .slider_circle_10 .next_button,
  #program .slider_circle_10 .prev_button {
    width: 9.33333vw !important;
    height: 9.33333vw !important;
    margin: -15px 0 0 -6% !important;
  }
  .featherlight .featherlight-content {
    width: 90%;
    max-height: 92%;
  }
  .lightbox.pg_detail .ttl .sm.adj {
    letter-spacing: -0.03em;
    padding-left: 1.2rem;
  }
  .lightbox.pg_detail .right {
    margin: 2rem 0 0;
  }
  .sanasta_topics .topic_list {
    width: 90%;
    margin: 0 auto;
  }
  .sanasta_topics .topic_list li:first-of-type {
    margin: 3.5rem 0 0;
  }
  .sanasta_topics .topic_list .desc {
    font-size: 3.73333vw;
  }
  .coursefee .price_case .box .ref_note {
    margin: 0 0 2rem;
  }
  .coursefee .price_case .box .ref_note2 {
    margin: 0 0 1rem;
  }	
  .howto_entroll li:first-of-type {
    padding: 4rem 0 2rem;
  }
  .howto_entroll li:last-of-type {
    padding: 2rem 0 4rem;
  }
	
  .coursefee .tuition .price2 {
    font-size: 3vw;
  }	
  .coursefee .tuition .price2 .sm {
    font-size: 3vw;
  }
  .coursefee .tuition .price2 .num {
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px) {
  .page_top .ttl {
    font-size: 4rem;
  }
  .bound.fade1 {
    top: -51%;
    width: 15rem;
  }
  .bound.fade2 {
    bottom: -0.2rem;
    width: 14rem;
  }
  .bound.fade3 {
    right: 3rem;
    bottom: 0;
    width: 10rem;
  }
  .bound.fade4 {
    left: -4rem;
    bottom: -5rem;
    width: 17rem;
  }
  .bound.fade5 {
    right: -10rem;
    top: -5rem;
    width: 17rem;
  }
  .bound.fade6 {
    left: 0;
    top: -12rem;
    width: 18.6rem;
  }
  .bound.fade8 {
    right: -15rem;
    bottom: 13rem;
    width: 40rem;
  }
  .bound.fade9 {
    left: -10rem;
    bottom: -2rem;
    width: 19rem;
  }
  .bound.fade11 {
    left: -7rem;
    bottom: -2rem;
    width: 14.6rem;
  }
  .bound.fade13 {
    left: 10rem;
    top: -10rem;
    width: 16.6rem;
  }
  .kv {
    margin: 2rem;
  }
  .kv .logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  .kv .logo img {
    width: 24.375vw;
    max-width: 39rem;
  }
  .kv .logo .target img {
    width: 16.875vw;
  }
  .news .ttl {
    font-size: 3.2rem;
    padding: 1rem 2rem;
  }
  .news .news_box .list_box {
    border: 4px solid #f06070;
    border-top: none;
    padding: 1.2rem;
  }
  .news .news_box .list_box li {
    padding: 1rem 2rem;
  }
  .news .news_box .list_box li:not(:first-of-type) {
    margin: 1.2rem 0 0;
  }
  .news .news_box .list_box li .post_ttl {
    width: 84%;
    margin: 0 0 0 1rem;
  }
  .news .news_box .list_box li .post_ttl.sp_only {
    display: none;
  }
  .news .news_box .list_box .nmark {
    font-size: 1.8rem;
    padding: 0.4rem 1rem 0.2rem;
  }
  .news .more {
    font-size: 1.8rem;
    margin: 4rem 0 0;
  }
  .about_sanasta_wrap {
    padding: 5rem 0 8rem;
  }
  .about_sanasta_wrap .sec_link_menu li {
    width: calc(100% / 6);
  }
  .about_sanasta_wrap .sec_link_menu li:not(:first-of-type) {
    margin: 0 0 0 1rem;
  }
  .about_sanasta {
    margin: 5rem auto 9rem;
  }
  .about_sanasta .cont_box .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 3rem 3rem 0;
  }
  .about_sanasta .cont_box .about_img {
    position: relative;
    left: -4.5rem;
    top: -6rem;
    width: 40%;
    max-width: 39rem;
  }
  .about_sanasta .bg_txtline {
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 2;
    width: 76%;
    margin: 0;
  }
  .about_sanasta .bg_txtline span {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.5;
    color: #e4007f;
  }
  .about_sanasta .media_info {
    padding: 0 3rem 3rem;
  }
  .about_sanasta .media_info .ttl {
    font-size: 2.4rem;
    margin: 0;
    top: -2rem;
  }
  .about_sanasta .media_info .wrap_box {
    border: 2px dashed #fbe0df;
    padding: 3rem 2.5rem;
    margin: 0;
  }
  .about_sanasta .media_info .wrap_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .about_sanasta .media_info .wrap_box li:last-of-type {
    margin: 4rem 0 0;
  }
  .about_sanasta .media_info .wrap_box .pc_right {
    width: 54%;
    margin-left: 2rem;
  }
  .about_sanasta .media_info .wrap_box img.pc_only {
    width: 43%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .about_sanasta .media_info .wrap_box .media_ttl {
    font-size: 1.8rem;
  }
  .about_sanasta .media_info .wrap_box .media_ttl.narrow {
    letter-spacing: 0.02em;
  }
  .movies {
    border-radius: 0.6rem;
    width: 90%;
    max-width: 100rem;
    margin: 0 auto;
    padding: 0.5rem;
  }
  .movies .waku {
    border: 2px solid #fff;
    border-radius: 0.6rem;
    padding: 3.5rem 0 4.5rem;
  }
  .movies .ttl {
    font-size: 2.4rem;
  }
  .movie_slick {
    width: 83%;
  }
  .movie_slick .item iframe {
    height: 15rem;
  }
  .movie_slick .item a {
    height: 14rem;
  }
  .movie_slick .item a img {
    height: auto;
  }
  .movie_slick .item .txt {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .movie_slick .item .txt .sm {
    font-size: 1rem;
  }
  .movie_slick .slick-slide {
    margin: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    max-width: 28rem;
  }
  .movie_slick .item .wrap {
    position: relative;
  }
  .movie_slick .item .wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(240, 96, 112, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .movie_slick .item .txt {
    color: #88d5f8;
  }
  .movie_slick .slick-current {
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .movie_slick .slick-current .wrap::before {
    content: none;
  }
  .movie_slick .slick-current .txt {
    color: #fff;
  }
  .movie_slick .prev_arrow,
  .movie_slick .next_arrow {
    background: url(../img/icon/icon_arrow_05.png) no-repeat;
    background-size: contain;
  }
  .movie_slick .prev_arrow {
    left: -7%;
  }
  .movie_slick .next_arrow {
    right: -7%;
  }
  .first_voice {
    margin: 7rem auto 8rem;
  }
  .first_voice .under_txt {
    font-size: 3rem;
  }
  .three_points .main_ttl .sm {
    font-size: 5rem;
  }
  .three_points .main_ttl .md {
    font-size: 6rem;
  }
  .three_points .main_ttl .lg {
    font-size: 7rem;
  }
  .three_points .main_ttl .img_txt {
    top: 2.6rem;
  }
  .three_points .point_menu li {
    border: 6px solid #1c5ea9;
  }
  .three_points .point_menu li .circle_inner {
    margin: 1rem;
  }
  .three_points .point_menu li a:after {
    width: 2.8rem;
    height: 1.8rem;
    bottom: 1rem;
  }
  .three_points .point_menu li .point {
    font-size: 1.5rem;
    top: 2rem;
  }
  .three_points .cont_wrap {
    text-align: center;
    font-weight: 700;
    padding: 6rem 5rem;
  }
  .three_points .ttl_wrap .point_tag {
    line-height: 1;
  }
  .three_points .ttl_wrap .point_tag .ptxt {
    font-size: 1.8rem;
    margin: 2.6rem 0 0;
  }
  .three_points .ttl_wrap .point_tag .num {
    font-size: 3.4rem;
  }
  .three_points #program .circle_txt {
    margin: 6rem auto 0;
  }
  #program .slider_circle_10 {
    height: 41vw;
  }
  #program .slider_circle_10 .item {
    -ms-filter: blur(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  #program .slider_circle_10 .next1,
  #program .slider_circle_10 .prev1 {
    top: 23%;
  }
  #program .slider_circle_10 .next2,
  #program .slider_circle_10 .prev2 {
    top: 17%;
  }
  #program .slider_circle_10 .next3,
  #program .slider_circle_10 .prev3 {
    top: 10%;
  }
  #program .slider_circle_10 .next1 {
    margin-left: 3%;
  }
  #program .slider_circle_10 .next2 {
    margin-left: 17%;
  }
  #program .slider_circle_10 .next3 {
    margin-left: 12%;
  }
  #program .slider_circle_10 .prev1 {
    margin-left: -37%;
  }
  #program .slider_circle_10 .prev2 {
    margin-left: -43%;
  }
  #program .slider_circle_10 .prev3 {
    margin-left: -33%;
  }
  #program .slider_circle_10 .prev_button {
    left: 16% !important;
  }
  #program .slider_circle_10 .next_button {
    left: 84.5% !important;
  }
  #program .slider_circle_10 > div.nav_indicators,
  #program .slider_circle_10 .hidden.nav_indicators {
    bottom: 5%;
  }
  .lightbox.pg_detail .ttl {
    font-size: 4.4rem;
    padding: 2.6rem 3.6rem;
  }
  .lightbox.pg_detail .ttl .sm {
    font-size: 2rem;
  }
  .lightbox.pg_detail .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lightbox.pg_detail .left {
    width: 50%;
  }
  .lightbox.pg_detail .right {
    width: 46%;
  }
  .lightbox.pg_detail .flex.ratio_change .left {
    width: 60%;
  }
  .lightbox.pg_detail .flex.ratio_change .right {
    width: 36%;
  }
  .lightbox.pg_detail .detail_ttl {
    font-size: 1.8rem;
  }
  .lightbox.pg_detail .movie_wrap {
    height: 35rem;
  }
  .normal_slick .prev_arrow,
  .normal_slick .next_arrow,
  .centermode_slick .prev_arrow,
  .centermode_slick .next_arrow {
    width: 5rem;
    height: 5rem;
  }
  .three_points #method .normal_slick {
    margin: 4rem 0 0;
  }
  .three_points #method .normal_slick {
    margin: 2rem 0 0;
  }
  .three_points #method .normal_slick .txt_wrap {
    padding: 0 2rem;
  }
  .three_points #method .normal_slick p {
    margin: 0 0 5rem;
  }
  .three_points #method .normal_slick h4 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
    padding-bottom: 1rem;
  }
  .three_points #method .normal_slick .prev_arrow,
  .three_points #method .normal_slick .next_arrow {
    top: 29%;
  }
  .three_points #custom .cont_wrap {
    padding: 5rem 6rem;
  }
  .three_points #custom .motive_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }
  .three_points #custom .motive_list li {
    margin: 5rem 0 0;
    width: 32%;
  }
  .three_points #custom .motive_list li .list_ttl {
    font-size: 1.8rem;
  }
  .three_points #custom .ttl_cycle {
    font-size: 2rem;
    margin: 4rem 0 2rem;
  }
  .sanasta_topics {
    padding: 8rem 0;
  }
  .sanasta_topics .topic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sanasta_topics .topic_list li {
    width: 45%;
    text-align: center;
  }
  .sanasta_topics .topic_list .topic_ttl {
    font-size: 2.2rem;
    margin: 2rem 0;
    white-space: nowrap;
  }
  .sanasta_topics .topic_list .desc {
    text-align: center;
  }
  .voice .txt_area {
    height: 30rem;
    padding: 2rem;
  }
  .voice .txt_area .guardian {
    font-size: 2rem;
  }
  .faq {
    padding: 5rem 0 10rem;
  }
  .faq .faq_list {
    margin: 6rem 0 0;
  }
  .faq .que,
  .faq .ans {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .faq .que {
    font-size: 1.8rem;
    padding: 1.6rem;
    margin: 2rem 0 0;
  }
  .faq .que .alf {
    font-size: 4rem;
  }
  .faq .ans {
    padding: 2rem 6rem;
  }
  .faq .ans .alf {
    font-size: 3.2rem;
  }
  .faq .ans .alf + span {
    width: 92%;
    padding: 0.4rem 0 0;
  }
  .faq .faq_list + .link {
    margin: 4rem 0 0;
  }
  .bg_dot_green {
    padding: 8rem 0 6rem;
  }
  .coursefee .cont_wrap {
    padding: 4rem 3rem 3rem;
  }
  .class .cont_wrap {
    padding: 4rem 3rem 3rem;
  }	
  .coursefee .cont_wrap h3.ttl {
    font-size: 2.4rem;
  }
  .coursefee .inner_wrap {
    margin: 5rem auto 0;
    width: 100%;
  }
  .coursefee .schedule {
    width: 30%;
  }
  .coursefee .schedule .lg {
    font-size: 2rem;
  }
  .coursefee .tuition {
    width: 68%;
  }
  .coursefee .tuition .price {
    font-size: 2rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .coursefee .tuition .price .sm {
    font-size: 1.5rem;
  }
  .coursefee .tuition .price .num {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  .coursefee .tuition .price2 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .coursefee .tuition .price2 .sm {
    font-size: 1.2rem;
  }
  .coursefee .tuition .price2 .num {
    font-size: 2rem;
    letter-spacing: 0;
  }	
  .coursefee .price_case {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .coursefee .price_case .ttl_wrap {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#fed751),
      color-stop(50%, #fed751),
      color-stop(50%, #fff),
      to(#fff)
    );
    background: -webkit-linear-gradient(
      left,
      #fed751 0%,
      #fed751 50%,
      #fff 50%,
      #fff 100%
    );
    background: linear-gradient(
      to right,
      #fed751 0%,
      #fed751 50%,
      #fff 50%,
      #fff 100%
    );
  }
  .coursefee .price_case .ttl {
    background: url(../img/bg_ttl-pc.png) no-repeat;
    background-size: contain;
    height: auto;
    font-size: 1.4rem;
    height: 15rem;
    width: 13rem;
  }
  .coursefee .price_case .ttl span {
    top: 1.5em;
    line-height: 1.4;
    width: 10.6rem;
  }
  .coursefee .price_case .ttl p {
    color: #f06070;
	font-size: 1.8rem;
  }	
  .coursefee .price_case .box {
    width: calc(100% - 10rem);
  }
  .coursefee .price_case .price {
    margin: 0.4rem 0 0;
  }
  .coursefee .price_case .price:last-of-type {
    margin: 1rem 0 0;
  }
  .coursefee .price_case .exempt {
    font-size: 1.4rem;
  }
  .coursefee .pc_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .coursefee .price_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .coursefee .price_detail .inner_wrap {
    width: 36%;
  }
  .class .ttl {
    margin: 7rem 0 0;
  }	

  .howto_entroll {
    font-size: 1.6rem;
  }
  .howto_entroll .ttl {
    margin: 7rem 0 6rem;
  }
  .howto_entroll ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .howto_entroll li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
  }
  .howto_entroll li .arrow {
    margin: 0;
  }
  .howto_entroll li .step .num {
    font-size: 3.2rem;
  }
  .howto_entroll .step_wrap {
    margin: auto;
  }
  .howto_entroll .desc {
    max-width: 11em;
    letter-spacing: 0.01em;
  }
  .howto_entroll .note {
    margin: 2rem auto 1.4rem 0;
    width: calc(100% - 26rem);
    text-align: right;
  }
  .howto_entroll .note2 {
    margin: 2rem auto 1.4rem 0;
    width: calc(100% - 0rem);
    text-align: center;
  }	
  .howto_entroll .link {
    font-size: 1.6rem;
    width: 26rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .howto_entroll .link a {
    padding: 1rem;
    width: 100%;
  }
  .howto_entroll .under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .insta_feed {
    padding: 6rem 0 0;
  }
  .insta_feed #sb_instagram #sbi_load .sbi_load_btn,
  .insta_feed #sb_instagram .sbi_follow_btn a {
    font-size: 1.6rem;
    margin: 4rem auto 0 auto;
  }
}

@media screen and (min-width: 570px) and (max-width: 768px) {
  .bound.fade3 {
    bottom: -7.8rem;
  }
}

@media screen and (max-width: 1245px) {
  .bound.fade7 {
    left: -6rem;
    top: 14rem;
    width: 26vw;
  }
}

@media screen and (max-width: 1084px) {
  .bound.fade7 {
    left: -6vw;
    top: 26rem;
  }
  .bound.fade10 {
    right: -8vw;
    top: -1rem;
    width: 17vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1084px) {
  .bound.fade8 {
    right: -6vw;
    bottom: 18rem;
    width: 32vw;
  }
}

@media screen and (min-width: 500px) and (max-width: 840px) {
  .bound.fade13 {
    left: 1rem;
  }
}

/*@media screen and (max-width: 1240px) {
  .bound.fade14 {
    right: -6vw;
  }
}*/

@media screen and (max-width: 1080px) {
  .bound.fade14 {
    /*right: 0;
    top: -8rem;*/
    width: 27vw;
  }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  .about_sanasta_wrap .sec_link_menu li {
    font-size: 1.5vw;
    height: 10vw;
  }
  .about_sanasta_wrap .sec_link_menu li p .sm {
    font-size: 0.75vw;
    line-height: 1.2;
    white-space: nowrap;
  }
  .howto_entroll .desc {
    font-size: 1.375vw;
    letter-spacing: 0;
  }
  .howto_entroll ol {
    padding: 0 1rem;
  }
  .howto_entroll .note {
    margin: 2.5rem 0 1.2rem;
    font-size: 1.5625vw;
    width: calc(100% - 26rem);
  }
  .howto_entroll .note2 {
    margin: 2.5rem 0 1.2rem;
    font-size: 1.5625vw;
    width: calc(100% - 0rem);
  }	
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .about_sanasta_wrap .sec_link_menu li p .sm {
    font-size: 1.2vw;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1200px) {
  .about_sanasta .bg_txtline {
    font-size: 1.7rem;
    width: 64%;
  }
  .about_sanasta .bg_txtline span {
    font-size: 2.7vw;
    color: #e4007f;
  }
}

@media screen and (min-width: 1000px) {
  .three_points .point_menu li a:after {
    bottom: 2rem;
  }
  .three_points .point_menu li .point:after {
    top: 4.8em;
  }
  .three_points .point_menu li .point .num {
    font-size: 3.8rem;
  }
  .three_points .point_menu li .pname {
    margin: 5rem 0 0;
  }
  .three_points .point_menu li .pname.name1 {
    font-size: 2.8rem;
  }
  .three_points .point_menu li .pname.name2 {
    font-size: 3.2rem;
  }
  .three_points .point_menu li .pname.name2 .sm {
    font-size: 2.4rem;
  }
  .three_points .point_menu li .pname.name3 {
    font-size: 3.2rem;
  }
  .three_points .ttl_wrap .point_tag {
    left: 3rem;
  }
  .three_points .ttl_wrap .ttl {
    font-size: 3.4rem;
  }
  .coursefee .note {
    padding: 5rem 6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .three_points .ttl_wrap .ttl {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1080px) {
  #program .slider_circle_10 {
    height: 44rem;
  }
}

@media screen and (min-width: 500px) and (max-width: 869px) {
  .three_points #method .normal_slick .prev_arrow,
  .three_points #method .normal_slick .next_arrow {
    top: 25%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
  .voice .txt_area {
    height: 30rem;
    font-size: 1rem;
    padding: 1.5rem;
  }
  .voice .txt_area .guardian {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1021px) and (max-width: 1506px) {
  .voice .txt_area {
    font-size: 1vw;
    height: 21vw;
  }
  .voice .txt_area .guardian {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .coursefee .schedule {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .coursefee .cont_wrap h3.ttl {
    font-size: 2.3vw;
  }
  .coursefee .cont_wrap .schedule .lg {
    font-size: 1.7vw;
    letter-spacing: 0.01em;
  }
  .coursefee .cont_wrap .schedule .lg + p {
    font-size: 1vw;
    letter-spacing: 0;
  }
  .coursefee .cont_wrap .tuition .price {
    font-size: 1.8vw;
    letter-spacing: -0.01em;
  }
  .coursefee .cont_wrap .tuition .price .sm {
    font-size: 1.2vw;
  }
  .coursefee .cont_wrap .tuition .price .num {
    font-size: 2.2vw;
  }
  .coursefee .price_case .ttl {
    font-size: 1.4vw;
  }
  .coursefee .price_case .exempt {
    font-size: 1.2vw;
  }
  .coursefee .price_case .box {
    width: calc(100% - 10vw);
    padding: 1.2vw 0.2rem 0.1vw;
  }
  .coursefee .price_case .box .ref_note {
    font-size: 1vw;
  }
  .coursefee .price_case .box .ref_note2 {
    font-size: 1vw;
  }	
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .coursefee .price_case .ttl {
    height: 13.8vw;
    width: 13.8vw;
  }
  .coursefee .price_case .ttl span {
    top: 1em;
    position: relative;
    width: 12vw;
  }
  .coursefee .price_case .exempt {
    font-size: 1.2vw;
  }
  .coursefee .price_case .box {
    width: calc(100% - 10vw);
    padding: 1.2vw 0.2rem 0.1vw;
  }
  .coursefee .price_case .box .ref_note {
    font-size: 1.1vw;
  }
  .coursefee .price_case .box .ref_note2 {
    font-size: 1.1vw;
  }	
}

@media screen and (min-width: 1081px) and (max-width: 1140px) {
  .howto_entroll .note {
    margin: 2rem 0 1.4rem;
    width: calc(100% - 26rem);
  }
  .howto_entroll .note2 {
    margin: 2rem 0 1.4rem;
    width: calc(100% - 0rem);
  }	
}

@media screen and (max-width: 740px) {
  .bound.fade14 {
    width: 50%;
    right: 10%;
  }
}
@media screen and (max-width: 740px) {
  .bound.fade14 {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .entry .lead_wrap {
    padding: 0;
    margin: 0;
  }
  .entry .lead_wrap .box {
    width: 77%;
    margin: 0 auto;
    padding: 0;
  }
  .entry .lead_wrap .btn_stitch {
    margin: 0;
  }
}

.kvslider {
  position: relative;
  margin: 60px 20px;
}
.kvslider .slick-slide {
  text-align: center;
  display: flex;
  justify-content: center;
}
.kvslider .slick-dots li {
  width: 10px;
  height: 10px;
}
.kvslider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.kvslider .slick-dots li button:before {
  background: #0068b7;
  border-radius: 50%;
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
}
.kvslider .slick-prev,
.kvslider .slick-next {
  opacity: 1;
  height: 40px;
  width: 40px;
  z-index: 100;
}
.kvslider .slick-prev {
  left: 10%;
  transform: translateX(-50%);
}
.kvslider .slick-next {
  right: 10%;
  transform: translateX(50%);
}
.kvslider .slick-prev:before,
.kvslider .slick-next:before {
  font-size: 0 !important;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background: url(../img/slide_arrow.png) center center /contain no-repeat;
}
.kvslider .slick-next:before {
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .kvslider .slick-slider {
    padding-bottom: 20px;
  }
  .kvslider .slick-dots {
    margin-bottom: 10px;
  }
  .kvslider .slick-prev {
    left: calc(50% - 120px);
    top: inherit;
    bottom: -28px;
    transform: translateX(-50%);
  }
  .kvslider .slick-next {
    right: calc(50% - 160px);
    top: inherit;
    bottom: -28px;
    transform: translateX(-50%);
  }
  .kvslider-sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .kvslider-pc-only {
    display: none !important;
  }
  .kvslider {
    margin: 20px 0 60px;
  }
  .kvslider .slick-prev,
  .kvslider .slick-next {
    top: 100%;
    margin-top: 5px;
  }
  .kvslider .slick-prev,
  .kvslider .slick-next {
    width: 30px;
    height: 30px;
  }
  .kvslider .slick-prev:before,
  .kvslider .slick-next:before {
    font-size: 20px;
  }
  .kvslider .slick-next {
    right: 0;
    transform: translateX(-50%);
  }
  .kvslider .slick-prev {
    left: 0;
    transform: translateX(50%);
  }
}

.class_cont {
  list-style: none;
  padding: 0; 
}
@media screen and (min-width: 1200px) {
    .class_cont {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; 
	  margin: 0 30px 20px;	
	  font-size: 3rem; }
      .class_cont li {
        width: calc((100% - 40px) / 2);
        margin-top: 20px; 
		text-align: left; } 
      .class_cont img {
		vertical-align: text-top; } 	
}
@media screen and (min-width: 768px) and (max-width: 1199px)  {
    .class_cont {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; 
	  margin: 0 30px 20px;	
	  font-size: 2rem; }
      .class_cont li {
        width: calc((100% - 40px) / 2);
        margin-top: 20px; 
		text-align: left; } 
      .class_cont img {
		vertical-align: text-top; } 	
}
@media screen and (max-width: 767px) {
    .class_cont {
      margin-bottom: 20px; }
      .class_cont li {
		margin: 15px 15px;
		font-size: 1.8rem;  
	    text-align: left; } 
      .class_cont img {
		vertical-align: middle; } 	
}
