@charset "UTF-8";

/* CSS Document */

/* Beauty Common Title */
#content.beauty .paren_wrapp {
  text-align: center;
  margin-bottom: 40px;
}

#content.beauty .paren_wrapp .serif {
  display: block;
  margin-bottom: 25px;
  font-size: 1rem;
  color: #e97196;
}

#content.beauty .paren_wrapp .paren_title {
  display: inline-block;
  position: relative;
  font-size: 1.625rem;
  font-weight: bold;
  padding: 0 50px;
}

#content.beauty .paren_wrapp .paren_title::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 13px;
  height: 23px;
  content: '';
  background-image: url('../../course/common/paren_left.png');
  background-repeat: no-repeat;
  background-size: 13px 23px;
}

#content.beauty .paren_wrapp .paren_title::after {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 23px;
  content: '';
  background-image: url('../../course/common/paren_right.png');
  background-repeat: no-repeat;
  background-size: 13px 23px;
}

/* Typography  */
#content.beauty {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

.serif {
  font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sefif !important;
}

/* ボタン共通  */
.btn_primary {
  display: block;
  width: 275px;
  height: 52px;
  margin: 0 auto 0;
  border-radius: 26px;
  background-color: #e97196;
  outline: none;
  border: none;
  font-size: 1rem;
  line-height: 52px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.btn_primary span::after {
  display: block;
  content: '';
  display: inline-block;
  background-image: url('../../course/common/icon_btn_arrow2.png');
  background-repeat: no-repeat;
  background-size: 9px;
  width: 10px;
  height: 10px;
  border: 0px solid #d0d0d0;
  vertical-align: middle;
  margin-left: 14px;
}

.btn_primary.ex span::after {
  width: 20px;
  height: 18px;
  margin-left: 5px;
  background-image: url('../../course/common/icon_btn_arrow2.png');
  background-size: 16px;
  background-position: 0px 5px;
  vertical-align: 1px;
}

.btn_primary.mini {
  width: 120px;
  height: 30px;
  font-size: 0.75rem;
  line-height: 30px;
}

/* 各セクション共通  */
.sec_common_beauty {
  width: 100%;
  border-bottom: 4px solid #e97196;
  padding-top: 55px;
  padding-bottom: 60px;
}

.sec_common_beauty .inner {
  max-width: 1050px;
  margin: 0 auto 0;
}

.h2_title {
  margin-bottom: 60px;
}

@media screen and (max-width:1049px) {
  .sec_common_beauty .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

/* 背景ノート罫  */
.sec_common_beauty.pattern {
  background-image: url('../../course/common/bg_beauty_pc.jpg');
  background-repeat: repeat;
  background-size: 20px;
}

/* セクションBlog, News  */
.clm_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;
}


@media screen and (max-width:768px) {
  #content.beauty {
    /* max-width: 750px; */
    margin: auto;
  }

  /* Beauty Common Title */
  #content.beauty .paren_wrapp {
    text-align: center;
    margin-bottom: 6.6vw;
  }

  #content.beauty .paren_wrapp .serif {
    display: block;
    margin-bottom: 5.3vw;
    font-size: 4.2vw;
    color: #e97196;
  }

  #content.beauty .paren_wrapp .paren_title {
    font-size: 6.9vw;
    font-weight: bold;
    padding: 0 10vw;
  }

  #content.beauty .paren_wrapp .paren_title::before {
    width: 3.5vw;
    height: 6vw;
    background-size: 3.5vw 6vw;
  }

  #content.beauty .paren_wrapp .paren_title::after {
    width: 3.5vw;
    height: 6vw;
    background-size: 3.5vw 6vw;
  }

  .sec_common_beauty {
    /* max-width: 750px; */
    padding-top: 10.6vw;
    padding-bottom: 10.6vw;
  }

  .sec_common_beauty .inner {
    width: 95%;
    margin: 0 auto 0;
  }

  .btn_primary {
    width: 73.3vw;
    height: 13.8vw;
    border-radius: 52px;
    font-size: 4.2vw;
    line-height: 13.8vw;
  }

  .btn_primary span::after {
    background-size: 2.4vw;
    width: 2.4vw;
    height: 2.4vw;
    vertical-align: 3px;
    margin-left: 14px;
  }

  .btn_primary.ex span::after {
    width: 4vw;
    height: 4vw;
    background-size: 4vw;
    background-position: 0px 0px;
    vertical-align: middle;
  }

  .btn_primary.mini {
    width: 15vw;
    height: 6vw;
    font-size: 3vw;
    border-radius: 30px;
    line-height: 8vw;
  }

  .btn_primary.mini span::after {
    width: 2vw;
    height: 2vw;
    background-size: 2vw;
  }

  .btn_primary.youtube {
    background-color: #282828;
  }

  .btn_primary.youtube span::after {
    background-image: url('../../course/img_hair/icon_btn_youtube.png');
    background-size: 4.2vw 3.7vw;
    background-position: 0 1.5vw;
    width: 4.2vw;
    height: 5vw;
  }
}

/* ----------------
 Hero
---------------- */

.beauty_hero {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 120px;
}

.beauty_hero .hero_header {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url('../../course/img_hair/beauty_hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.beauty_hero .hero_header .inner {
  position: relative;
  max-width: 1050px;
  height: 100%;
  margin: 0 auto 0;
}

.beauty_hero .hero_footer {
  width: 100%;
  height: 245px;
  padding-bottom: 40px;
  background-color: #e97196;
  color: #fff;
  position: relative;
}

.beauty_hero .hero_footer .container {
  max-width: 1050px;
  margin: 0 auto 0;
  padding-top: 55px;
}

.beauty_hero .header_title {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 470px;
  height: 92px;

}

.beauty_hero .header_title.left {
  left: 70px;
}

.beauty_hero .list_point {
  position: absolute;
  top: 170px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.beauty_hero div.list_point {
  width: 582px;
  height: 174px;
}

.beauty_hero .list_point li {
  width: 174px;
  height: 174px;
  border-radius: 87px;
  background-color: #e97196;
  box-sizing: border-box;
  padding: 20px 10px 0;
  margin-right: 20px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.beauty_hero .list_point.left {
  left: 0px;
}

@media screen and (min-width:1300px) {
  .beauty_hero .list_point {
    right: -10%;
  }
}


.beauty_hero .no_wrapp {
  display: block;
  width: 41px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 13px;
}

.beauty_hero .no_wrapp.no01 {
  background-image: url('../../course/common/beauty_hero_point01.png');
}

.beauty_hero .no_wrapp.no02 {
  background-image: url('../../course/common/beauty_hero_point02.png');
}

.beauty_hero .no_wrapp.no03 {
  background-image: url('../../course/common/beauty_hero_point03.png');
}

.beauty_hero .hero_footer .beauty_h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 2.875rem;
  line-height: 1.0;
  font-weight: 400;
}

.beauty_hero .hero_footer .beauty_h2_caption {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.0;
}

.beauty_hero .hero_footer .beauty_h2_caption span {
  position: absolute;
  right: 0px;
  top: -40px;
  font-size: 1.25rem;
  line-height: 1.0;
  font-weight: 400;
}

.beauty_hero .hero_footer .txt {
  font-size: 1.25rem;
}

@media screen and (max-width:1049px) {
  .beauty_hero .hero_footer .container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
  }
}

@media screen and (max-width:768px) {
  .beauty_hero {
    padding-top: calc(64px + 6vw);
  }

  .beauty_hero .hero_header {
    /* max-width: 750px; */
    height: 53.3vw;
    background-image: url('../../course/img_hair/beauty_hero_sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .beauty_hero .hero_footer {
    /* max-width: 750px; */
    height: auto;
    padding-bottom: 13.3vw;
  }

  .beauty_hero .hero_header .header_title {
    position: absolute;
    left: 50%;
    top: 31vw;
    transform: translateX(-50%);
    width: 95%;
    height: auto;
  }

  .beauty_hero .hero_footer .container {
    width: 95%;
    padding-top: 30px;
    box-sizing: border-box;
  }

  .beauty_hero .list_point_sp {
    width: 100%;
    margin: 0 auto 30px;
  }

  .beauty_hero .list_point_sp img {
    height: auto;
  }

  .beauty_hero ul.list_point {
    display: none;
  }

  .beauty_hero .hero_footer .beauty_h2 {
    padding-bottom: 20px;
    margin-bottom: 2.6vw;
    font-size: 10.6vw;
  }

  .beauty_hero .hero_footer .beauty_h2_caption {
    margin-bottom: 8vw;
    font-size: 4.3vw;
  }

  .beauty_hero .hero_footer .beauty_h2_caption span {
    right: 0px;
    top: 0;
    font-size: 4.3vw;
  }

  .beauty_hero .hero_footer .txt {
    font-size: 4vw;
    line-height: 1.6;
  }
}

/* ----------------
 Feature
---------------- */

.sec_featureof {}

.sec_featureof h3.title {
  width: 260px;
  height: 81px;
  margin: 0 auto 45px;
}

/*ページネーション*/
.thumb-pagination-beauty {
  position: relative;
  max-width: 1050px;
  text-align: center;
  padding-top: 40px;
}

.swiper-wrapper {
  position: relative;
}

.thumb-pagination-beauty img {
  width: 84px;
  height: 56px;
}

.thumb-pagination-beauty .swiper-pagination-bullet {
  border-radius: 0;
  width: 84px;
  height: 56px;
  opacity: 1;
  background-size: cover;
  background-position: center;
  outline: none;
}

.thumb-pagination-beauty .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 20px;
}


.thumb-pagination-beauty .swiper-pagination-bullet-active {
  display: inline-block;
  position: relative;
  outline: 2px solid #eb7198;
  border-radius: 0;
}

.swiper-pagination-bullet:nth-of-type(1) {
  background-image: url(../../course/img_aesthetic/feature_ph01.jpg);
}

.swiper-pagination-bullet:nth-of-type(2) {
  background-image: url(../../course/img_aesthetic/feature_ph02.jpg);
}

.swiper-pagination-bullet:nth-of-type(3) {
  background-image: url(../../course/img_aesthetic/feature_ph03.jpg);
}

.swiper-pagination-bullet:nth-of-type(4) {
  background-image: url(../../course/img_aesthetic/feature_ph04.jpg);
}


.thumb-pagination-beauty .swiper-pagination-bullet-active::after {
  position: absolute;
  left: 50%;
  top: -9px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #e97196 transparent;
}

/* Swper */
.swiper-feature-wrapp {
  max-width: 1050px;
  position: relative;
  margin: 0 auto 0;
  z-index: 0;
}

.swiper-feature-wrapp .swiper-slide .container {
  width: 100%;
  display: flex;
  background-color: #282828;
  height: 510px;
}

@media (max-width: 768px) {
  .swiper-feature-wrapp .swiper-slide .container {
    height: auto;
  }
}

.navwrap {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 45px;
  margin-top: 0;
  transform: translateY(-50%);
  outline: none;
}

.swiper-button-prev {
  left: -65px;

  background: url(../../course/common/btn_carousel_prev.png) no-repeat center center / contain
}

.swiper-button-next {
  right: -65px;
  background: url(../../course/common/btn_carousel_next.png) no-repeat center center / contain;
}

.swiper-feature-wrapp .ph {
  width: 50%;
  height: 350px;
  margin: 0px;
  padding: 0px;
}

.swiper-feature-wrapp .ph.ph01 {
  background: url(../../course/img_hair/feature_ph01.jpg) no-repeat center center / auto 100%;
}

.swiper-feature-wrapp .ph.ph02 {
  background: url(../../course/img_hair/feature_ph02.jpg) no-repeat center center / auto 100%;
}

.swiper-feature-wrapp .ph.ph03 {
  background: url(../../course/img_hair/feature_ph03.jpg) no-repeat left center / auto 100%;
}

.swiper-feature-wrapp .ph.ph04 {
  background: url(../../course/img_hair/feature_ph04.jpg) no-repeat left 70% center / auto 100%;
}

.swiper-feature-wrapp .ph.ph05 {
  background: url(../../course/img_hair/feature_ph05.jpg) no-repeat center center / auto 100%;
}

@media screen and ( max-width: 768px ) {
  .swiper-feature-wrapp .ph.ph01 {
    background: url(../../course/img_hair/feature_ph01_sp.jpg) no-repeat center center / auto 100%;
  }

  .swiper-feature-wrapp .ph.ph02 {
    background: url(../../course/img_hair/feature_ph02_sp.jpg) no-repeat center center / auto 100%;
  }

  .swiper-feature-wrapp .ph.ph03 {
    background: url(../../course/img_hair/feature_ph03_sp.jpg) no-repeat left center / auto 100%;
  }

  .swiper-feature-wrapp .ph.ph04 {
    background: url(../../course/img_hair/feature_ph04_sp.jpg) no-repeat left 70% center / auto 100%;
  }

  .swiper-feature-wrapp .ph.ph05 {
    background: url(../../course/img_hair/feature_ph05_sp.jpg) no-repeat center center / auto 100%;
  }
}

.swiper-feature-wrapp .txt_wrapp {
  width: 50%;
  height: 350px;
  padding: 70px 45px 0 35px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 80px 62px;
  background-position: 40px 25px;
}

.swiper-feature-wrapp .txt_wrapp.no01 {
  background-image: url('../../course/common/feature_no01.png');
}

.swiper-feature-wrapp .txt_wrapp.no02 {
  background-image: url('../../course/common/feature_no02.png');
}

.swiper-feature-wrapp .txt_wrapp.no03 {
  background-image: url('../../course/common/feature_no03.png');
}

.swiper-feature-wrapp .txt_wrapp.no04 {
  background-image: url('../../course/common/feature_no04.png');
}

.swiper-feature-wrapp .txt_wrapp.no05 {
  background-image: url('../../course/common/feature_no05.png');
}

.swiper-feature-wrapp .txt_wrapp.no06 {
  background-image: url('../../course/common/feature_no06.png');
}

.swiper-feature-wrapp .txt_wrapp h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

.swiper-feature-wrapp .txt_wrapp p {
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width:1182px) {
  .swiper-feature-wrapp {
    padding: 0 20px 0;
  }

  .swiper-feature-wrapp .txt_wrapp h4 {
    font-size: 1.4rem;
  }

  .swiper-feature-wrapp .txt_wrapp p {
    font-size: 0.9rem;
  }

  .swiper-button-prev {
    left: 30px !important;
  }

  .swiper-button-next {
    right: 30px !important;
  }
}

@media screen and (max-width:768px) {
  .sec_featureof {}

  .sec_featureof h3.title {
    width: 81vw;
    height: 15.7vw;
    margin: 0 auto 6.6vw;
    background-image: url('../../course/img_hair/h3_title_feature_sp.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  /*ページネーション*/
  .thumb-pagination-beauty {
    position: relative;
    text-align: center;
    padding-top: 20px;
  }

  .thumb-pagination-beauty img {
    width: 16.8vw;
    height: 11.2vw;
  }

  .thumb-pagination-beauty .swiper-pagination-bullet {
    width: calc(25% - 20px);
    height: 11.2vw;
  }

  .hair-slide .thumb-pagination-beauty .swiper-pagination-bullet {
    width: calc(19% - 20px);
    height: 11.2vw;
  }

  /* Swper */
  .swiper-feature-wrapp {
    position: relative;
    margin: 0 auto 0;
    padding: 0px;
  }

  .swiper-feature-wrapp .swiper-slide .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    background-color: #282828;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }

  .swiper-feature-wrapp .ph {
    width: 100%;
    height: 62.7vw;
  }

  .swiper-feature-wrapp .txt_wrapp {
    width: 100%;
    height: 80vw;
    padding: 18.7vw 4vw 0 4vw;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
    background-size: 21vw 16.5vw;
    background-position: 4vw 6.7vw;
  }

  .swiper-feature-wrapp .txt_wrapp h4 {
    font-size: 5.5vw;
    line-height: 1.5;
    margin-bottom: 4.7vw;
  }

  .swiper-feature-wrapp .txt_wrapp p {
    font-size: 3.7vw;
    line-height: 1.7;
    text-align: justify;
  }
}

/* ----------------
 Curriculum
---------------- */

.sec_curriculum {
  background-color: #fff;
}

.sec_curriculum h3.title {
  width: 260px;
  height: 81px;
  margin: 0 auto 50px;
}

.sec_curriculum .clm-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin-bottom: 55px;
  position: relative;
}

/* pagination */
.curriculum-pagination {
  position: relative;
  width: 100%;
  text-align: left;
  background-color: #f8f8f8;
}

.curriculum-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 33px;
  background: transparent;
  opacity: 1;
  display: block;
  line-height: 33px;
  border-radius: 0;
  border-bottom: 1px dotted #282828;
  font-size: 1rem;
  font-weight: bold;
  text-indent: 20px;
}

.curriculum-pagination .swiper-pagination-bullet-active {
  display: inline-block;
  color: #fff;
  background-color: #282828;
  outline: none;
}

.curriculum-pagination br.sp {
  display: none !important;
}

/* Swiper curriculum */
.swiper-curriculum-wrapp {
  width: 65%;
  position: relative;
  z-index: 0;
}

.swiper-curriculum-wrapp .swiper-slide .container {
  width: 100%;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #282828;
}

.swiper-button-prev-c {
  position: absolute;
  top: 135px !important;
  left: -16px !important;
  width: 32px !important;
  height: 32px !important;
  background: url(../../course/common/btn_carousel_prev.png) no-repeat center center / contain !important;
  z-index: 1;
}

.swiper-button-next-c {
  position: absolute;
  top: 135px !important;
  right: -16px !important;
  width: 32px !important;
  height: 32px !important;
  background: url(../../course/common/btn_carousel_next.png) no-repeat center center / contain !important;
  z-index: 1;
}

.swiper-curriculum-wrapp .ph {
  width: 53%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  margin: 0px;
  padding: 0px;
}

.swiper-curriculum-wrapp .ph01 {
  background-image: url('../../course/img_hair/curriculum_ph01.jpg');
}

.swiper-curriculum-wrapp .ph02 {
  background-image: url('../../course/img_hair/curriculum_ph02.jpg');
}

.swiper-curriculum-wrapp .ph03 {
  background-image: url('../../course/img_hair/curriculum_ph03.jpg');
}

.swiper-curriculum-wrapp .ph04 {
  background-image: url('../../course/img_hair/curriculum_ph04.jpg');
}

.swiper-curriculum-wrapp .ph05 {
  background-image: url('../../course/img_hair/curriculum_ph05.jpg');
}

.swiper-curriculum-wrapp .ph06 {
  background-image: url('../../course/img_hair/curriculum_ph06.jpg');
}

.swiper-curriculum-wrapp .txt_wrapp {
  width: 47%;
  height: 300px;
  padding: 80px 20px 0 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
}

.swiper-curriculum-wrapp .txt_wrapp h4 {
  margin-bottom: 40px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.swiper-curriculum-wrapp .txt_wrapp p {
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}

/* right menu */
.sec_curriculum .clm-wrapp .menu {
  width: 32%;
  margin: 0 0 0 3%;
  padding-top: 105px;
}

.sec_curriculum .clm-wrapp .menu_title {
  width: 32%;
  position: absolute;
  right: 0px;
}

.sec_curriculum .clm-wrapp .menu_title h5 {
  margin-bottom: 20px;
  width: 223px;
  height: 16px;
}

.sec_curriculum .clm-wrapp .menu_title p {
  font-size: 0.875rem;
  line-height: 1.75;
  text-align: left;
}

/* curriculum_list */
.curriculum_list {
  width: 100%;
  margin-bottom: 40px;
}

.curriculum_list h5 {
  width: 214px;
  height: 16px;
  margin-bottom: 30px;
}

.curriculum_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

.curriculum_list li {
  width: 16.6%;
  padding-left: 18px;
  margin-bottom: 15px;
  box-sizing: border-box;
  background-image: url('../../course/common/icon_curriculum01.png');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left 3px;
  font-size: 0.875rem;
  text-align: left;
}

.curriculum_list .long {
  width: 33.2%;
  flex-shrink: 0;
}

/* FireFox */
@-moz-document url-prefix() {
  .curriculum_list li {
    background-position: left 8px;
  }
}

.curriculum_list ul:last-child li:last-child {
  flex: 1;
  display: block;
}

.sec_curriculum .btn_container {
  margin-bottom: 0px;
}


/* modal */
#modal {
  display: none;
}

#modal.schedule {
  position: absolute;
  top: 0px;
  left: 0px;
  /*transform: translateX(-50%) translateY(-50%); */
  width: 100%;
  height: 100vh;
}

#modal.schedule .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #ff64ab 0%, #00c0d7 100%);
  background: -o-linear-gradient(left, #ff64ab 0%, #00c0d7 100%);
  background: linear-gradient(to right, #ff64ab 0%, #00c0d7 100%);
  width: 100%;
  height: 100vh;
  z-index: 110;
  opacity: 0.8
}

#modal.schedule .wrapp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1050px;
  padding: 10px;
  margin: 0 auto 0;
  padding: 105px 0 60px;
  ;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 120;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2)
}

#modal.schedule .modal_header,
#modal.schedule .modal_content,
#modal.schedule .modal_footer {
  position: relative;
  width: 95%;
  margin: 0 auto 0;
}

/* text */
#modal.schedule .modal_title {
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0 auto 30px;
}

#modal.schedule .modal_content .attention {
  display: block;
  font-size: 1rem;
  margin: 16px auto 55px;
}

/* icon */
#modal.schedule .modal_icon {
  width: 180px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#modal.schedule .wrapp .close_header {
  display: block;
  width: 20px;
  position: absolute;
  top: 40px;
  right: 40px;
}

#modal.schedule .modal_footer .close_footer {
  display: block;
  width: 140px;
  margin: 0 auto 0;
}

/* table */
#modal.schedule .modal_content table {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  border: 1px solid #fff;
  table-layout: fixed;
  border-collapse: collapse;
}

#modal.schedule .modal_content table th,
#modal.schedule .modal_content table td {
  padding: 7px 10px;
  border: 1px solid #fff;
}

#modal.schedule .modal_content table thead th {
  padding: 15px;
  background: #000;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

#modal.schedule .modal_content table tbody th {
  text-align: left;
}

#modal.schedule .modal_content table tbody th p {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#modal.schedule .modal_content table tbody th p span:first-child {
  color: #000;
  font-weight: bold;
  font-size: 1.125rem;
  margin-right: 5px;
}

#modal.schedule .modal_content table tbody td {
  text-align: center;
}

#modal.schedule .modal_content table tbody td.pink {
  color: #282828;
  background: #f6c9d0;
}

#modal.schedule .modal_content table tbody td.blue {
  color: #282828;
  background: #a5d8db;
}

#modal.schedule .modal_content_row-head {
  background: #ccc;
  width: calc(100% / 7 * 2);
}

#modal.schedule .modal_content table tbody td.modal_content_row-head {
  text-align: left;
}

#modal.schedule .modal_content_row-head span {
  font-weight: bold;
  font-size: 2em;
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
  vertical-align: sub;
}


@media screen and (max-width: 768px) {
  #modal.schedule .wrapp {
    width: 95%;
    margin: 0 auto 0;
    padding: 16vw 0 10.6vw;
    border-radius: 8px;
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2)
  }

  /* text */
  #modal.schedule .modal_title {
    font-size: 3.7vw;
    margin: 0 auto 5.3vw;
  }

  #modal.schedule .modal_content .attention {
    font-size: 3.2vw;
    margin: 2.1vw auto 8vw;
  }

  /* icon */
  #modal.schedule .modal_icon {
    width: 34.6vw;
  }

  #modal.schedule .wrapp .close_header {
    display: block;
    width: 5.6vw;
    position: absolute;
    top: 5.3vw;
    right: 5.3vw;
  }

  #modal.schedule .modal_footer .close_footer {
    display: block;
    width: 28vw;
    margin: 0 auto 0;
  }

  #modal.schedule .wrapp .close_header img,
  #modal.schedule .wrapp .modal_icon img,
  #modal.schedule .modal_footer .close_footer img {
    height: auto;
  }


  #modal.schedule .modal_content table th,
  #modal.schedule .modal_content table td {
    padding: 3px 0;
    font-size: 3.2vw;
  }

  #modal.schedule .modal_content table thead th {
    padding: 10px;
    font-size: 13px;
  }

  #modal.schedule .modal_content table tbody th span {
    font-size: 13px;
  }

  #modal.schedule .modal_content_row-head {
    width: 24.5%;
  }

  #modal.schedule .modal_content table tbody td.modal_content_row-head {
    text-align: left;
    font-size: 12px;
    padding-left: 0.3em;
  }

  #modal.schedule .modal_content_row-head span {
    display: none;
  }
}

@media screen and (max-width:1049px) {
  .sec_curriculum .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .swiper-curriculum-wrapp .txt_wrapp p {
    line-height: 1.7;
  }

  .sec_curriculum .clm-wrapp .menu {
    padding-top: 125px;
  }

  .curriculum_list li {
    width: 20%;
  }

  .curriculum_list ul:last-child li:last-child {
    flex: 100%;
  }
}

@media only screen and (max-width: 768px) {

  .sec_curriculum {}

  .sec_curriculum h3.title {
    width: 81.7vw;
    height: 16.4vw;
    margin: 0 auto 6.6vw;
    background-image: url('../../course/img_hair/h3_title_curriculum_sp.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .sec_curriculum .clm-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 5.3vw;
  }

  /* pagination */
  .curriculum-pagination {
    position: relative;
    width: 100%;
  }

  .curriculum-pagination .swiper-pagination-bullet {
    width: 100%;
    height: 8.7vw;
    line-height: 8.7vw;
    font-size: 4vw;
    font-weight: bold;
    text-indent: 20px;
  }

  /* Swiper curriculum */
  .swiper-curriculum-wrapp {
    width: 95%;
    position: relative;
    margin: 0 auto 5.3vw;
  }

  .swiper-curriculum-wrapp .swiper-slide .container {
    width: 100%;
    height: 54.7vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #282828;
  }

  .swiper-button-prev-c {
    top: 50% !important;
    transform: translateY(-50%);
    left: -20px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-button-next-c {
    top: 50% !important;
    transform: translateY(-50%);
    right: -20px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-curriculum-wrapp .ph {
    width: 50%;
    height: 54.7vw;
  }

  .swiper-curriculum-wrapp .txt_wrapp {
    width: 50%;
    height: 54.7vw;
    padding: 6.7vw 5.3vw 6.7vw 5.3vw;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
  }

  .swiper-curriculum-wrapp .txt_wrapp h4 {
    margin-bottom: 4.6vw;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
  }

  .swiper-curriculum-wrapp .txt_wrapp p {
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: normal;
    text-align: justify;
  }

  /* right menu */
  .sec_curriculum .clm-wrapp .menu {
    width: 95%;
    margin: 0 auto 0px;
    padding-top: 0px;
  }

  .sec_curriculum .clm-wrapp .menu_title {
    width: 95%;
    position: static;
  }

  .sec_curriculum .clm-wrapp .menu_title h5 {
    margin-bottom: 5vw;
    width: 60.4vw;
    height: 4.3vw;
  }

  .sec_curriculum .clm-wrapp .menu_title h5 img {
    height: 100%;
  }

  .sec_curriculum .clm-wrapp .menu_title p {
    margin-bottom: 6vw;
    font-size: 3.7vw;
    line-height: 1.7;
    text-align: left;
  }

  /* curriculum_list */
  .curriculum_list {
    width: 95%;
    height: 100%;
    margin: 0 auto 5.3vw;
  }

  .curriculum_list h5 {
    margin-bottom: 6vw;
    width: 57.3vw;
    height: 4.2vw;
  }

  .curriculum_list h5 img {
    height: 100%;
  }

  .curriculum_list ul {
    width: 95%;
    margin-bottom: 0px;
  }

  .curriculum_list li {
    width: 33.3%;
    padding-left: 4vw;
    margin-bottom: 4vw;
    background-size: 2.6vw;
    background-position: 0px 0.8vw;
    font-size: 3vw;
  }

  .curriculum_list ul:last-child {
    flex: 100%;
  }

  .sec_curriculum .btn_container {
    margin-bottom: 10.6vw;
  }



}


/* ----------------
 Teacher
---------------- */

.sec_teacher {
  padding-bottom: 130px;
  background-color: #f5f5f5;
}

.sec_teacher .paren_wrapp {
  margin-bottom: 25px !important;
}

.sec_teacher .lead {
  margin-bottom: 40px;
  font-size: 1.125rem;
  text-align: center;
}

.sec_common_beauty.sec_teacher {
  width: 100%;
  padding-bottom: 60px;
}

/* tab accrdion */
#tab_accordion_beauty {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0.875rem;
  display: flex;
}

#tab_accordion_beauty dl {
  width: 100%;
}

#tab_accordion_beauty dl dt {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #f0f0f0;
  border: 2px solid #282828;
}


#tab_accordion_beauty dl dt a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
}

#tab_accordion_beauty dl dt .txt {
  font-size: 1rem;
  line-height: 70px;
  font-weight: normal;
  color: #282828;
}

#tab_accordion_beauty dl dt.active .title {
  top: 20px;
}

#tab_accordion_beauty dl dt.active .txt {
  color: #fff;
}

#tab_accordion_beauty dl dt.active {
  background: #282828;
  color: #fff;
}

#tab_accordion_beauty dl dt.active::before,
#tab_accordion_beauty dl dt.active::after {
  /* 三角 */




}

#tab_accordion_beauty dl dt.active::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  content: '';
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid #282828;
  transform: translateX(-50%);
  z-index: 1;
}

/*
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
content: '';

z-index: 1;
*/

#tab_accordion_beauty dl dd {
  display: none;
  top: 70px;
  left: 0;
  width: 200%;
  padding: 40px 0px 30px;
  text-align: left;
  box-sizing: border-box;
  border: 2px solid #282828;
  border-top: none;
  background-color: #fff;
}

#tab_accordion_beauty dl:nth-child(2) dd {
  transform: translateX(-50%);
}

#tab_accordion_beauty dl dd .container {
  width: 100%;
}

#tab_accordion_beauty dl dd .container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto 0;
}

#tab_accordion_beauty dl dd .container .item li {
  width: 50%;
  box-sizing: border-box;
  background-image: url('../../course/common/icon_curriculum02.png');
  background-repeat: no-repeat;
  background-size: 10px 12px;
  background-position: left 3px;
  padding-left: 18px;
  margin-bottom: 15px;
  font-size: 0.875rem;
  text-align: left;
}

/* FireFox */
@-moz-document url-prefix() {
  #tab_accordion_beauty dl dd .container .item li {
    background-position: left 8px;
  }
}

#tab_accordion_beauty dl dd p {
  padding-bottom: 2em;
  line-height: 2em;
}

#tab_accordion_beauty .btn_capacity {
  position: absolute;
  top: 20px;
  left: 36%;
  width: 120px;
  height: 30px;
}

@media screen and (max-width:1049px) {
  .sec_teacher .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

}

@media only screen and (max-width: 768px) {
  .sec_teacher {
    background-color: #e6e4df;
  }

  .sec_teacher .inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sec_teacher .paren_wrapp {
    padding: 0 20px;
    margin-bottom: 5.3vw !important;
  }

  .sec_teacher .lead {
    width: 86.6vw;
    margin: 0px auto 6.6vw;
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: justify;
  }

  /* tab_accordion */
  #tab_accordion_beauty {
    position: relative;
    margin: 0 auto;
    width: 95%;
    border: none;
    flex-direction: column;
  }

  #tab_accordion_beauty dl {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  #tab_accordion_beauty dl dt {
    top: auto;
    left: auto;
    width: 100%;
    height: 18.6vw;
    position: relative;
    border: 1px solid #282828;
  }

  #tab_accordion_beauty dl dt a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  #tab_accordion_beauty dl dt .txt {
    font-size: 4.2vw;
    line-height: 18.6vw;
    font-weight: normal;
    color: #282828;
  }

  #tab_accordion_beauty dl:first-child dt {
    border-top: #282828 1px solid;
  }

  #tab_accordion_beauty dl:nth-child(2) dt,
  #tab_accordion_beauty dl:nth-child(3) dt,
  #tab_accordion_beauty dl:nth-child(4) dt {
    left: auto;
  }

  #tab_accordion_beauty dl dt.active::after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border: 12px solid transparent;
    border-top-color: #282828;
  }

  #tab_accordion_beauty dl dd {
    top: auto;
    left: auto;
    padding: 6.6vw 2.6vw;
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #282828;
  }

  #tab_accordion_beauty dl:nth-child(2) dd {
    transform: translateX(0);
  }

  #tab_accordion_beauty dl dd .container .item {
    display: block;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 0;
  }

  #tab_accordion_beauty dl dd .container .item li {
    width: 100%;
    box-sizing: border-box;
    background-image: url('../../course/common/icon_curriculum02.png');
    background-repeat: no-repeat;
    background-size: 2.6vw 3vw;
    background-position: left 2vw;
    padding-left: 4.6vw;
    margin-bottom: 2vw;
    font-size: 3.7vw;
    line-height: 2.0;
    text-align: left;
  }

  #tab_accordion_beauty .btn_capacity {
    position: absolute;
    top: 4.7vw;
    left: 55%;
    transform: translateX(50%);
    width: 24vw;
    height: 8vw;
  }
}


/* ----------------
 Ogob
---------------- */
.sec_obog {
  padding-bottom: 50px;
  background-color: #fff;
  border-bottom: none;
}

.sec_obog .paren_wrapp {
  margin-bottom: 25px !important;
}

.sec_obog .lead {
  font-size: 1.125rem;
  margin-bottom: 40px;
  text-align: center;
}

.sec_obog .clm_container {
  width: 88%;
}

.sec_obog .item {
  width: 295px;
  box-sizing: border-box;
  margin-right: 20px;
  text-align: left;
}

.sec_obog .item:last-child {
  margin-right: 0px;
}

.sec_obog .item img {
  border-radius: 5px;
}

.sec_obog .ph_wrapp {
  position: relative;
}

.sec_obog .ph_wrapp .hide_text {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition: all 0.3s ease-out;
  border-radius: 5px;
}

.sec_obog .ph_wrapp .hide_text span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

.sec_obog .ph_wrapp .hide_text:hover {
  background: -webkit-linear-gradient(left, #ff64ab 0%, #00c0d7 100%);
  background: -o-linear-gradient(left, #ff64ab 0%, #00c0d7 100%);
  background: linear-gradient(to right, #ff64ab 0%, #00c0d7 100%);
  opacity: 0.85;
}

.sec_obog .ph_wrapp::before {
  content: '';
  display: block;
}

.sec_obog .ph_wrapp:hover::before {
  width: 100%;
}

.sec_obog .item .job {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: 0px;
  box-sizing: border-box;
  font-size: 0.875rem;
  padding: 5px;
  color: #fff;
  background-color: #e97196;
}

.sec_obog .item .shop {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 15px 0 2px;
}

.sec_obog .item .name {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 8px;
}

.sec_obog .item .name small {
  display: inline-block;
  margin-left: 15px;
  font-size: 0.9rem;
  color: #b4b4b4;
}

.sec_obog .item .text {
  font-size: 0.875rem;
  line-height: 1.5;
}

.sec_obog .item a {
  color: #282828;
}

.sec_obog .contents {
  display: none;
}

@media screen and (max-width:1049px) {
  .sec_obog .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .sec_obog .clm_container {
    width: 100%;
  }

  .sec_obog .item .shop {
    font-size: 1.3vw;
  }

  .sec_obog .item .name {
    font-size: 1.9vw;
  }

  .sec_obog .item .name small {
    font-size: 1.3vw;
  }

  .sec_obog .item .text {
    font-size: 1.3vw;
  }

}

@media only screen and (max-width: 768px) {
  .sec_obog {
    padding-bottom: 10.6vw;
  }

  .sec_obog .inner {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .sec_obog .paren_wrapp {
    margin-bottom: 5.3vw !important;
  }

  .sec_obog .lead {
    width: 95%;
    margin: 0px auto 6.6vw;
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: justify;
  }

  .sec_obog .clm_container {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    padding: 2.6vw 0 2.6vw;
  }

  .sec_obog .item {
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto 2.6vw !important;
    padding: 4vw;
    text-align: left;
    background-color: #fff;
  }

  .sec_obog .item img {
    border-radius: 5px;
  }

  .sec_obog .item .job {
    font-size: 3.7vw;
    padding: 0.6vw;
  }

  .sec_obog .item .shop {
    display: block;
    font-size: 3.46vw;
    font-weight: 600;
    margin: 2.6vw 0 1.3vw;
  }

  .sec_obog .item .name {
    display: inline-block;
    font-size: 5.3vw;
    line-height: 1.0;
    font-weight: bold;
    margin: 0 0 1.3vw;
  }

  .sec_obog .item .name small {
    display: inline-block;
    margin-left: 5.3vw;
    font-size: 3.5vw;
    font-weight: normal;
  }

  .sec_obog .item .text {
    font-size: 3.7vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }

  .sec_obog .item .more {
    display: block;
    width: 11.2vw;
    height: 2.9vw;
    font-size: 3.2vw;
    color: #eb7198;
    margin: 0 auto 30px;
    text-align: center;
    background-image: url('../../course/common/btn_more.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #eb7198;
  }

  .sec_obog .item .more.active {
    background-image: url('../../course/common/btn_close.png');
  }

  .sec_obog .item a {
    color: #282828;
  }

  .sec_obog .item .contents {
    display: none;
  }

  .sec_obog .item .contents h4 {
    width: 100%;
    height: 12vw;
    margin-bottom: 6.6vw;
    font-size: 4.2vw;
    font-family: "Yu Mincho", "YuMincho", serif !important;
    font-weight: normal;
    line-height: 12vw;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #ff64ab 0%, #00c0d7 100%);
    background: -o-linear-gradient(left, #ff64ab 0%, #00c0d7 100%);
    background: linear-gradient(to right, #ff64ab 0%, #00c0d7 100%);
  }

  .sec_obog .item .contents .title {
    margin-bottom: 5.3vw;
    font-size: 4.2vw;
    line-height: 1.0;
    font-weight: normal;
    color: #e97196;
  }

  .sec_obog .item .contents .text {
    margin-bottom: 6.6vw;
    font-size: 3.7vw;
    line-height: 1.7;
    text-align: justify;
  }

  .sec_obog .item .contents figure {
    display: block;
    width: 53vw;
    height: 53vw;
    padding-bottom: 5.3vw;
    margin: 0 auto 0;
  }

  .sec_obog .item .contents figure img {
    height: 53vw;
  }

}


/* ----------------
 Ogob under
---------------- */
.sec_obog_under {
  padding-bottom: 1px;
  background-color: #f5f5f5;
  border-bottom: none;
}

.sec_obog_under .wrapp {
  max-width: 1050px;
  padding: 40px;
  margin-bottom: 60px;
  box-sizing: border-box;
  background-color: #fff;
}

.sec_obog_under .ogob_hero {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 445px;
}

.sec_obog_under .clm_container {
  width: 100%;
}

.sec_obog_under .clm_container .inner {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.sec_obog_under .clm_container .inner figure {
  width: 30%;
}

.sec_obog_under .clm_container .inner figure img {
  height: 100%;
}

.sec_obog_under .clm_container .inner div {
  width: 70%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.sec_obog_under .clm_container .inner:first-child {
  padding-right: 20px;
}

.sec_obog_under .clm_container .inner:last-child {
  padding-left: 20px;
}

.sec_obog_under .profile {
  position: absolute;
  top: 30px;
  left: 0px;
  height: 390px;
  z-index: 1;
}

.sec_obog_under .hero_ph {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 650px;
  height: 445px;
}

.sec_obog_under .title {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.0;
  font-weight: bold;
  color: #e97196;
}

.sec_obog_under p.text {
  font-size: 0.875rem;
  line-height: 1.75;
  text-align: justify;
}

.sec_obog_under p.text.mb40 {
  margin-bottom: 40px;
}

.sec_obog_under .profile {
  width: 380px;
  background: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  box-shadow: -5px 5px 0px rgba(0, 0, 0, 0.1);
}

.sec_obog_under .profile span {
  display: inline-block;
}

.sec_obog_under .profile .job {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.0;
  color: #fff;
  background-color: #e97196;
}

.sec_obog_under .profile .shop {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.0;
  font-weight: bold;
}

.sec_obog_under .profile .name {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.0;
  font-weight: bold;
}

.sec_obog_under .profile .name small {
  margin-left: 10px;
  font-size: 0.875rem;
  color: #b4b4b4;
}

.sec_obog_under .profile .class {
  margin-bottom: 12px;
  font-size: 0.875rem;
}

/* swiper Pagenation================= */

.swiper-pagination-bullet {
  background-size: cover;
}

/* hairmake--------------------*/

.hairmake-slide .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url(../../course/img_hairmake/feature_ph01.jpg);
}

.hairmake-slide .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url(../../course/img_hairmake/feature_ph02.jpg);
}

.hairmake-slide .swiper-pagination-bullet:nth-of-type(3) {
  background-image: url(../../course/img_hairmake/feature_ph03.jpg);
}

.hairmake-slide .swiper-pagination-bullet:nth-of-type(4) {
  background-image: url(../../course/img_hairmake/feature_ph04.jpg);
}

/* hair-------------------------*/

.hair-slide .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url(../../course/img_hair/feature_ph01.jpg);
}

.hair-slide .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url(../../course/img_hair/feature_ph02.jpg);
}

.hair-slide .swiper-pagination-bullet:nth-of-type(3) {
  background-image: url(../../course/img_hair/feature_ph03.jpg);
}

.hair-slide .swiper-pagination-bullet:nth-of-type(4) {
  background-image: url(../../course/img_hair/feature_ph04.jpg);
}

.hair-slide .swiper-pagination-bullet:nth-of-type(5) {
  background-image: url(../../course/img_hair/feature_ph05.jpg);
}

/* beauty----------------------*/

.beauty-slide .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url(../../course/img_beauty/feature_ph01.jpg);
}

.beauty-slide .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url(../../course/img_beauty/feature_ph02.jpg);
}

.beauty-slide .swiper-pagination-bullet:nth-of-type(3) {
  background-image: url(../../course/img_beauty/feature_ph03.jpg);
}

.beauty-slide .swiper-pagination-bullet:nth-of-type(4) {
  background-image: url(../../course/img_beauty/feature_ph04.jpg);
}

/* aesthetic ------------------*/

.aesthetic-slide .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url(../../course/img_aesthetic/feature_ph01.jpg);
}

.aesthetic-slide .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url(../../course/img_aesthetic/feature_ph02.jpg);
}

.aesthetic-slide .swiper-pagination-bullet:nth-of-type(3) {
  background-image: url(../../course/img_aesthetic/feature_ph03.jpg);
}

.aesthetic-slide .swiper-pagination-bullet:nth-of-type(4) {
  background-image: url(../../course/img_aesthetic/feature_ph04.jpg);
}