@charset "UTF-8";
/* -------------------------------------------------- */
/* file   :beauty.css                                  */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.forpc {
  display: block !important;
}

.forsp {
  display: none !important;
}

.forpcinline {
  display: inline !important;
}

.forspinline {
  display: none !important;
}

.fontEn {
  font-family: "Josefin Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.mb_box {
  margin-bottom: 100px;
}

.mb01 {
  margin-bottom: 50px;
}

.attn {
  text-align: right;
  font-size: 11px;
}

.wrap01 {
  width: calc(100% - 60px);
  max-width: 2060px;
  padding: 70px 30px;
  margin: 110px auto 60px;
  box-sizing: border-box;
}

.inner01 {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
}

.inner03 {
  width: 90%;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
}

.tit_style {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #cb72aa;
  margin-bottom: 20px;
  line-height: 1.8;
  border: 2px solid #cb72aa;
}

.h1_wrap {
  background: linear-gradient(111deg, #f2d5f7 0%, #fff1f8 53%, #f6c4ef 100%);
}

.h1_wrap .h1_sub2 {
  color: #cb72aa;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}

.h-type01 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0 0 30px;
}

.h-type02 {
  font-size: 22px;
  letter-spacing: 1px;
  border-bottom: solid 1px #cb72aa;
  margin: 0 0 30px;
}

article img {
  width: 100%;
  height: auto;
}

section {
  margin-bottom: 80px;
}

.br10 {
  border-radius: 10px;
}

.bnr_new {
  width: 60%;
  margin: 0 auto;
}
.bnr_new.mb {
  margin-bottom: 50px;
}
.bnr_new.mt {
  margin-top: 50px;
}
.bnr_new img {
  width: 100%;
}

.syokusyu {
  align-items: flex-end;
}
.syokusyu .column_ul {
  width: auto;
}
.syokusyu .column_ul li {
  width: 100%;
}

.acc_wrap {
  border-top: 1px solid #ff45a3;
  border-bottom: 1px solid #ff45a3;
}

.title_area {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-bottom: 0;
  padding: 30px 0;
}
.title_area:before, .title_area:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ff45a3;
  transition: all 0.5s ease;
}
.title_area:before {
  bottom: 48%;
  right: 20px;
  transform: rotate(0deg);
}
.title_area:after {
  bottom: 48%;
  right: 20px;
  transform: rotate(90deg);
}
.title_area.close:before {
  transform: rotate(45deg);
}
.title_area.close:after {
  transform: rotate(-45deg);
}

.acc_list {
  display: none;
}

.sec_ac_item .point_main_title {
  margin-bottom: 30px;
}
.sec_ac_item .img_contest_flow {
  mix-blend-mode: multiply;
}
.sec_ac_item #intern {
  margin-top: 0;
}

.point_flex_box .advantage {
  margin-top: 10px;
}
.point_flex_box .advantage span {
  color: #cb72aa;
}
.point_flex_box .advantage .ad_tit {
  font-size: 16px;
}

.naitei ul li {
  margin-right: 2%;
}
.naitei ul li:last-child {
  margin-right: 0;
}
.naitei ul li .cate span {
  color: #cb72aa;
}
.naitei .naitei_list_wrap .attn {
  margin-bottom: 20px;
}
.naitei .naitei_list_wrap .naitei_list > div {
  margin-bottom: 10px;
}
.naitei .naitei_list_wrap .naitei_list > div .brand {
  margin-bottom: 0;
}
.naitei .naitei_brand_wrap .naitei_brand_ttl {
  position: relative;
  z-index: 0;
  background: #cb72aa;
  border-radius: 5px;
  padding: 20px 0;
  margin-bottom: 50px;
}
.naitei .naitei_brand_wrap .naitei_brand_ttl:before {
  content: "";
  position: absolute;
  z-index: 1;
  border: 12px solid transparent;
  border-top: 12px solid #cb72aa;
  top: 100%;
  left: 50%;
}
.naitei .naitei_brand_wrap .naitei_brand_ttl h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.naitei .naitei_brand_wrap .naitei_brand_ttl h3 .ttl_clr {
  display: block;
  background: #fff;
  max-width: 400px;
  font-size: 30px;
  font-weight: 600;
  color: #cb72aa;
  line-height: 1;
  margin: 0 auto 10px;
  padding: 5px 10px;
  border-radius: 10px;
}
.naitei .naitei_brand_wrap .naitei_brand_ttl h3 .ttl_clr span {
  font-size: 25px;
}
.naitei .naitei_brand_wrap .naitei_brand_txt {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border: 4px solid #cb72aa;
  border-radius: 5px;
  padding: 10px 5px;
}
.naitei .naitei_brand_wrap .naitei_brand_txt span {
  font-size: 40px;
  color: #cb72aa;
}
.naitei .naitei_brand_wrap .naitei_brand_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.naitei .naitei_brand_wrap .naitei_brand_list li {
  width: 46%;
  max-width: 460px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 4% 10px 0;
  font-size: 22px;
  font-weight: bold;
}
.naitei .naitei_brand_wrap .naitei_brand_list li:nth-child(2n) {
  margin-right: 0;
}
.naitei .naitei_brand_wrap .naitei_brand_list li .brand_name {
  display: flex;
  line-height: 1.2;
}
.naitei .naitei_brand_wrap .naitei_brand_list li .clr {
  font-size: 25px;
  color: #cb72aa;
  margin-top: -3px;
}
.naitei .naitei_brand_wrap .naitei_brand_list li .num {
  font-size: 20px;
}
.naitei .naitei_brand_wrap .naitei_brand_list li .let_space {
  letter-spacing: 0;
}
.naitei .naitei_rate_wrap {
  margin-top: 30px;
}
.naitei .naitei_rate_wrap .h-type01 {
  color: #FF45A3;
}
.naitei .naitei_rate_wrap .h-type01 img {
  width: 50px;
}
.naitei .naitei_rate_wrap .img_naite_rate {
  width: 45.5%;
  max-width: 455px;
  margin: 0 auto;
}
.naitei .naitei_list_wrap_col4 {
  margin-top: 100px;
}
.naitei .naitei_list_wrap_col4 .naitei_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.naitei .naitei_list_wrap_col4 .naitei_list .list {
  text-align: center;
  width: 23.5%;
  max-width: 235px;
  margin: 0 2% 25px 0;
}
.naitei .naitei_list_wrap_col4 .naitei_list .list:nth-child(4n) {
  margin-right: 0;
}
.naitei .naitei_list_wrap_col4 .naitei_list .list .company {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.8;
}
.naitei .naitei_list_wrap_col4 .naitei_list .list .brand {
  font-size: 15px;
  font-weight: bold;
  color: #cb72aa;
  margin-top: 5px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.naitei .naitei_list_wrap_col4 .naitei_list .list .brand .text_s {
  font-size: 10px;
}
.naitei .naitei_list_wrap_col4 .naitei_list .list .name {
  font-size: 10px;
}
.naitei .naitei_list_wrap_col4 .naitei_list .more_list {
  width: 100%;
  max-width: 100%;
}
.naitei .naitei_list_wrap_col4 .naitei_list .more_list_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.naitei .btn_more {
  display: none;
}

.column {
  border: solid 5px #cb72aa;
  border-radius: 15px;
  padding: 0 45px 35px;
}
.column .clmnHeading {
  color: #cb72aa;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  margin: 0 0 20px;
  padding: 0 25px;
  display: inline-block;
  position: relative;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.column.check .clmnHeading {
  padding-left: 110px;
  position: relative;
}
.column.check .clmnHeading::before {
  content: "CHECK";
  font-size: 16px;
  line-height: 1;
  border: solid 2px #cb72aa;
  padding: 5px 5px 3px;
  position: absolute;
  top: 7px;
  left: 25px;
}
.column .company ul li span {
  color: #cb72aa;
}

.disclist li {
  list-style: disc;
  margin-left: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #cb72aa;
}

.bx-prev,
.bx-next {
  background: #cb72aa;
}

.course_btn a {
  background: #cb72aa;
}

.arrow_icon {
  background: #cb72aa;
}

#lead {
  text-align: center;
}

#tocattop {
  text-align: center;
}
#tocattop a {
  color: #cb72aa;
  font-size: 18px;
  font-weight: bold;
  border: solid 2px #cb72aa;
  padding: 15px 3em;
  display: inline-block;
  transition: all 0.5s;
}
#tocattop a:hover {
  color: #fff;
  background: #cb72aa;
}

#spsite h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
#spsite h3 span {
  position: relative;
}
#spsite h3 span::before, #spsite h3 span::after {
  content: "";
  width: 1px;
  height: 1.2em;
  background: #333;
  position: absolute;
  top: 0;
}
#spsite h3 span::before {
  left: -1em;
  transform: rotate(-45deg);
}
#spsite h3 span::after {
  right: -1em;
  transform: rotate(45deg);
}
#spsite .ban {
  width: 800px;
  margin: 0 auto;
}

#links.wrap01 {
  background: #f3f3f3;
  margin-top: -80px;
  padding-top: 0;
}
#links ul {
  display: flex;
  flex-wrap: wrap;
}
#links ul li {
  width: calc((100% - 40px) / 3);
  margin: 0 20px 20px 0;
}
#links ul li:nth-child(3n) {
  margin-right: 0;
}
#links ul li p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  background: #cb72aa;
  border: solid 1px #cb72aa;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 25px 15px 65px;
  display: block;
  position: relative;
}
#links ul li p::after {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.7em);
  left: 25px;
}
#links ul li.internship p::after {
  background-image: url(/course_2027/beauty/img/s_internship.svg);
}
#links ul li.voice p::after {
  background-image: url(/course_2027/beauty/img/s_voice.svg);
}
#links ul li.teacher p::after {
  background-image: url(/course_2027/beauty/img/s_teacher.svg);
}
#links ul li.contest p::after {
  background-image: url(/course_2027/beauty/img/s_contest.svg);
}
#links ul li.curriculum p::after {
  background-image: url(/course_2027/beauty/img/s_curriculum.svg);
}
#links ul li.qa p::after {
  background-image: url(/course_2027/beauty/img/s_qa.svg);
}
#links ul li.overseas p::after {
  background-image: url(/course_2027/beauty/img/s_overseas.svg);
  background-size: auto 100%;
}
#links ul li.cr p {
  color: #cb72aa;
  background: #fff;
}
#links ul li.cr.internship p::after {
  background-image: url(/course_2027/beauty/img/s_internship_cr.svg);
}
#links ul li.cr.voice p::after {
  background-image: url(/course_2027/beauty/img/s_voice_cr.svg);
}
#links ul li.cr.teacher p::after {
  background-image: url(/course_2027/beauty/img/s_teacher_cr.svg);
}
#links ul li.cr.contest p::after {
  background-image: url(/course_2027/beauty/img/s_contest_cr.svg);
}
#links ul li.cr.curriculum p::after {
  background-image: url(/course_2027/beauty/img/s_curriculum_cr.svg);
}
#links ul li.cr.overseas p::after {
  background-image: url(/course_2027/beauty/img/s_overseas_cr.svg);
}
#links ul li figure {
  width: 100%;
  height: 150px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
#links ul li figure img {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.8s;
}
#links ul li:hover figure img {
  transform: scale(1.1);
}

#links.bottomLinks ul li {
  margin-bottom: 0;
}

#links.bottomLinks ul li a:hover {
  background: #fff;
}

section.prospective .course_btn a {
  background: #cb72aa;
}
section.prospective .course_btn a:hover {
  color: #cb72aa;
  background: #fff;
  border: solid 1px #cb72aa;
}
section.prospective .course_btn a:hover::after {
  border-color: #cb72aa;
}

/* -------#kamoku------------ */
.class-contents .point {
  background: #cb72aa;
}
.class-contents_midashi {
  color: #cb72aa;
}
.class-contents_text {
  background: #faeef6;
  border: 1px solid #cb72aa;
}
.class-contents_list li .title.name {
  color: #cb72aa;
}

/* -------就職率100%!------------ */
.grad_wrap {
  margin-top: 100px;
}
.grad_wrap .grad_link_wrap {
  display: block;
}
.grad_wrap .grad_link_wrap:hover {
  color: #505050;
}
.grad_wrap .grad_flex {
  display: flex;
  flex-wrap: wrap;
}
.grad_wrap .grad_flex .img {
  width: 52%;
  height: 400px;
}
.grad_wrap .grad_flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grad_wrap .grad_flex .text {
  width: 48%;
  background: #fdf0f8;
  box-sizing: border-box;
  padding: 30px;
}
.grad_wrap .grad_flex .company {
  line-height: 1.3;
  margin-bottom: 5px;
}
.grad_wrap .grad_flex .brand {
  font-size: 36px;
  font-weight: bold;
  color: #cb72aa;
  line-height: 1.3;
  margin-bottom: 5px;
}
.grad_wrap .grad_flex .occupation {
  margin-bottom: 20px;
}
.grad_wrap .grad_flex .exp {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.grad_wrap .point_btn a {
  position: relative;
  display: block;
  width: 46.67%;
  max-width: 420px;
  border: solid 1px transparent;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
  transition: all 0.5s;
  margin: 0 auto;
}
.grad_wrap .point_btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.grad_wrap .point_btn a:hover:after {
  right: 10px;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  .forpc {
    display: none !important;
  }
  .forsp {
    display: block !important;
  }
  .forpcinline {
    display: none !important;
  }
  .forspinline {
    display: inline !important;
  }
  .mb_box {
    margin-bottom: 50px;
  }
  .mb01 {
    margin-bottom: 25px;
  }
  .wrap01 {
    width: 100vw;
    max-width: initial;
    padding: 50px 0 30px;
    margin: 40px auto 30px;
  }
  .inner01 {
    width: 100%;
    padding: 0 4vw;
    max-width: initial;
  }
  .inner03 {
    width: 100%;
    padding: 0 4vw;
    max-width: initial;
  }
  .tit_style {
    font-size: 24px;
    border: none;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  .h1_wrap .h1_sub2 {
    font-size: 13px;
    margin: 0 0 15px;
  }
  .h-type01 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .h-type02 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .bnr_new {
    width: 100%;
    margin: 0 auto;
  }
  .bnr_new.mb {
    margin-bottom: 25px;
  }
  .bnr_new.mt {
    margin-top: 25px;
  }
  .bnr_new img {
    width: 100%;
  }
  .title_area {
    margin-bottom: 0;
    padding: 15px 0;
  }
  .title_area:before, .title_area:after {
    width: 15px;
  }
  .title_area:before {
    right: 10px;
  }
  .title_area:after {
    right: 10px;
  }
  .sec_ac_item .point_main_title {
    margin-bottom: 15px;
  }
  .naitei .naitei_list > div {
    margin-bottom: 5px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_ttl {
    padding: 20px 0;
    margin-bottom: 25px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_ttl:before {
    border: 10px solid transparent;
    border-top: 10px solid #cb72aa;
    left: 48%;
  }
  .naitei .naitei_brand_wrap .naitei_brand_ttl h3 {
    font-weight: 900;
    font-size: 25px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_ttl h3 .ttl_clr {
    width: 70%;
    max-width: 70%;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto 5px;
    padding: 5px;
    border-radius: 5px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_ttl h3 .ttl_clr span {
    font-size: 15px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_txt {
    font-size: 15px;
    font-weight: bold;
    border: 4px solid #cb72aa;
    border-radius: 5px;
    padding: 5px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_txt span {
    font-size: 20px;
    color: #cb72aa;
  }
  .naitei .naitei_brand_wrap .naitei_brand_list {
    display: block;
    margin-bottom: 25px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_list li {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 2% 10px 0;
    font-size: 18px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_list li:nth-child(2n) {
    margin-right: 0;
  }
  .naitei .naitei_brand_wrap .naitei_brand_list li .brand_name {
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_list li .clr {
    font-size: 18px;
  }
  .naitei .naitei_brand_wrap .naitei_brand_list li .num {
    font-size: 14px;
  }
  .naitei .naitei_rate_wrap {
    margin-top: 15px;
  }
  .naitei .naitei_rate_wrap .h-type01 {
    letter-spacing: 0;
  }
  .naitei .naitei_rate_wrap .h-type01 img {
    width: 25px;
  }
  .naitei .naitei_rate_wrap .img_naite_rate {
    width: 90%;
    max-width: 90%;
  }
  .naitei .naitei_list_wrap_col4 {
    margin-top: 50px;
  }
  .naitei .naitei_list_wrap_col4 .naitei_list .list {
    width: 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
  .naitei .naitei_list_wrap_col4 .naitei_list .list:nth-child(2n) {
    margin-right: 0;
  }
  .naitei .naitei_list_wrap_col4 .naitei_list .list .company {
    margin-top: 5px;
  }
  .naitei .naitei_list_wrap_col4 .naitei_list .list .brand {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .naitei .naitei_list_wrap_col4 .naitei_list .list .name {
    font-size: 10px;
  }
  .naitei .more_list {
    display: none;
  }
  .naitei .btn_more {
    display: block;
    cursor: pointer;
    width: 300px;
    display: block;
    background-color: #cb72aa;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    margin: 10px auto 0;
    padding: 15px 15px;
    transition: 0.5s;
  }
  .naitei .btn_more:after {
    content: "もっと見る +";
    font-weight: bold;
    transition: 0.2s;
  }
  .naitei .btn_more.close:after {
    content: "閉じる -";
    font-weight: bold;
  }
  #kamoku .points_wrap a:hover {
    color: #fff;
  }
  section {
    margin-bottom: 40px;
  }
  .column {
    border-width: 3px;
    padding: 0 5vw 5vw;
  }
  .column .clmnHeading {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 15px;
    top: -7px;
  }
  .column.check {
    margin-top: 50px;
  }
  .column.check .clmnHeading {
    padding-left: 15px;
  }
  .column.check .clmnHeading::before {
    font-size: 13px;
    padding: 5px 5px 3px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #tocattop a {
    font-size: 16px;
    padding: 15px 0;
    display: block;
  }
  #spsite h3 {
    font-size: 16px;
  }
  #spsite .ban {
    width: 100%;
  }
  #links.wrap01 {
    margin-top: -40px;
    padding-top: 0;
  }
  #links ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  #links ul li:nth-child(3n) {
    margin-right: 10px;
  }
  #links ul li:nth-child(2n) {
    margin-right: 0;
  }
  #links ul li p {
    font-size: 14px;
    padding: 15px 15px 10px 30px;
  }
  #links ul li p::after {
    width: 15px;
    height: 15px;
    top: calc(50% - 0.4em);
    left: 10px;
  }
  #links ul li figure {
    height: auto;
  }
  #links ul li figure img {
    transition: 0;
  }
  #links ul li figure:hover figure img {
    transform: none;
  }
  #links.bottomLinks ul {
    display: block;
  }
  #links.bottomLinks ul li {
    width: 100%;
  }
  .slider_wrap .slider > div.bx-clone {
    display: none;
  }
  /* ---------------------SP END----------------------------- */
}
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.mv {
  width: 100%;
  max-width: 2060px;
  padding: 0 30px;
  margin: 110px auto 60px;
  box-sizing: border-box;
  position: relative;
}
.mv .bg {
  width: 92.8%;
  height: 100%;
  background: linear-gradient(149deg, rgb(253, 238, 246) 0%, rgb(231, 173, 222) 100%);
  position: absolute;
  top: 40px;
  left: 30px;
}
.mv .figure {
  width: 1000px;
  position: absolute;
  top: 0;
  right: 30px;
}
.mv .figure img {
  width: 100%;
}
.mv .inner01 {
  padding-top: 115px;
  position: relative;
  z-index: 2;
}
.mv .inner01 h2 {
  color: #000;
  font-size: 60px;
  letter-spacing: 12px;
  line-height: 1.3;
  margin: 0 0 170px;
}
.mv .inner01 .year {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  background: #cb72aa;
  padding: 8px 10px;
  display: inline-block;
}
.mv .inner01 .year span {
  font-size: 150%;
}
.mv .inner01 .excuse .color {
  color: #cb72aa;
}
.mv .inner01 .subtitle {
  color: #cb72aa;
}

#new h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  position: relative;
}
#new h3::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #4b4b4b;
  position: absolute;
  top: 0.9em;
  left: 0;
}
#new ul li figure {
  border: solid 1px #cb72aa;
}

#lead h3 + p {
  margin-bottom: 50px;
}
#lead .column {
  text-align: left;
}
#lead .column > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#lead .column > div figure {
  width: 350px;
}
#lead .column > div > div {
  width: calc(100% - 390px);
}
#lead .column > div > div .midashi {
  font-size: 30px;
  line-height: 1.333;
  margin: 0 0 20px;
}
#lead .column > div > div .name {
  margin: 10px 0 0 0;
}

.point_btn {
  margin-top: 50px;
}
.point_btn a {
  background: #cb72aa;
}

#kamoku.wrap01 {
  background: linear-gradient(149deg, rgb(253, 226, 245) 0%, rgb(253, 238, 246) 34%, rgb(245, 196, 232) 100%);
}
#kamoku.wrap01 .subtit .color {
  color: #cb72aa;
}
#kamoku.wrap01 .btn {
  text-align: center;
  margin-bottom: 50px;
}
#kamoku.wrap01 .btn a {
  color: #fff;
  font-size: 26px;
  background: #cb72aa;
  border: solid 1px #cb72aa;
  padding: 10px 100px;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
}
#kamoku.wrap01 .btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
#kamoku.wrap01 .btn a:hover {
  color: #cb72aa;
  background: #fff;
}
#kamoku.wrap01 .btn a:hover::after {
  right: 10px;
  border-color: #cb72aa;
}
#kamoku.wrap01 h4 {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
#kamoku.wrap01 h4::before {
  content: "■ ";
  color: #cb72aa;
}
#kamoku.wrap01 .slider > div {
  width: 1000px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#kamoku.wrap01 .slider > div figure {
  width: 500px;
}
#kamoku.wrap01 .slider > div > div {
  width: calc(100% - 550px);
  padding-left: 50px;
}
#kamoku.wrap01 .slider > div > div h5 {
  font-size: 30px;
  line-height: 1.33;
  margin: 0 0 20px;
}
#kamoku.wrap01 .slider > div > div .midashi {
  color: #cb72aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.667;
  margin: 0 0 15px;
}
#kamoku.wrap01 .slider > div > div .honbun p {
  letter-spacing: 0;
}
#kamoku.wrap01 .slider > div > div .btn {
  text-align: left;
  margin: 20px 0 0 0;
}
#kamoku.wrap01 .slider > div > div .btn a {
  width: 100%;
  max-width: 250px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  padding: 5px 0;
}

#jisseki h3 span {
  font-size: 45%;
}
#jisseki .lead {
  text-align: center;
  margin: 0 0 70px;
}
#jisseki .taisakuList {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
#jisseki .taisakuList ol {
  width: 50%;
  padding-right: 30px;
  counter-reset: cnt;
}
#jisseki .taisakuList ol:nth-of-type(2) {
  counter-reset: cnt 4;
}
#jisseki .taisakuList ol li {
  margin-bottom: 15px;
  padding: 0 0 0 2.3em;
  position: relative;
}
#jisseki .taisakuList ol li::before {
  counter-increment: cnt;
  content: counter(cnt);
  color: #fff;
  font-weight: bold;
  background: #cb72aa;
  border-radius: 5px;
  padding: 0 8px;
  position: absolute;
  top: 4px;
  left: 0;
}
#jisseki .taisakuList ol li .midashi {
  font-size: 18px;
}
#jisseki .column > div figure {
  width: 656px;
  margin: 0 auto 45px;
}
#jisseki .column > div > div {
  margin: 0 0 0 240px;
  display: flex;
  align-items: flex-end;
}
#jisseki .column > div > div > div {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #cb72aa;
  margin-right: 40px;
  padding: 8px 20px;
  position: relative;
}
#jisseki .column > div > div > div::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 20px;
  border-color: transparent transparent transparent #cb72aa;
  position: absolute;
  top: 0;
  right: -20px;
}
#jisseki .column > div > div ul {
  border-bottom: dotted 1px #cb72aa;
  padding-bottom: 5px;
}
#jisseki .column > div > div ul li {
  font-weight: bold;
  margin-right: 1em;
  display: inline;
}
#jisseki .column > div > div ul li::before {
  content: "■ ";
  color: #cb72aa;
}
#jisseki .column .qualify h4 {
  color: #cb72aa;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #cb72aa;
  margin: 50px 0 10px;
}
#jisseki .column .qualify ul li {
  display: inline-block;
  margin-right: 1em;
  padding-left: 1.5em;
  position: relative;
}
#jisseki .column .qualify ul li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #cb72aa;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#jisseki .jbma h3 {
  font-size: 20px;
  font-weight: bold;
  color: #cb72aa;
  margin-bottom: 20px;
}
#jisseki .jbma .txt_wrap {
  display: flex;
  justify-content: space-between;
}
#jisseki .jbma .txt_wrap .txt {
  width: 75%;
}
#jisseki .jbma .txt_wrap .logo {
  width: 20%;
}

.interview_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}
.interview_wrap figure {
  width: 35%;
  max-width: 350px;
}
.interview_wrap .txt_box {
  width: 60%;
  max-width: 600px;
}
.interview_wrap .txt_box .midashi {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 25px;
}
.interview_wrap .txt_box .school {
  font-size: 12px;
  margin-top: 10px;
}

#intern {
  margin-top: 80px;
}
#intern .intern_flex {
  margin-bottom: 40px;
}
#intern .text .midashi {
  font-size: 18px;
  font-weight: bold;
  color: #cb72aa;
  margin-bottom: 10px;
}
#intern .text .midashi span {
  font-size: 12px;
}
#intern .bg_color_box {
  background: #fff;
  border: 2px solid #cb72aa;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 20px 0 80px;
}
#intern .bg_color_box:last-child {
  margin-bottom: 0;
}
#intern .bg_color_box .bg_color_box_txt {
  margin-left: 5em;
  text-indent: -5em;
}
#intern .bg_color_box .txt {
  font-weight: normal;
}
#intern .bg_color_box .point {
  color: #cb72aa;
  padding-right: 20px;
}
#intern .bg_color_box .txt_attn {
  font-size: 12px;
  font-weight: normal;
  margin-left: 6em;
}
#intern .practice_wrap {
  position: relative;
  border: 2px solid #cb72aa;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 50px;
}
#intern .practice_wrap .practice_tit {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#intern .practice_wrap .practice_tit p {
  position: relative;
  display: inline-block;
  background: #cb72aa;
  border-radius: 50px;
  margin: 0 auto;
  padding: 5px 45px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.15em;
}
#intern .practice_wrap .practice_tit p:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -22px;
  border-top: 22px solid #cb72aa;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#intern .practice_wrap .practice_tit p span {
  font-size: 26px;
}

#sekkyaku .h-type02.mt03 {
  margin-top: 100px;
}

#scene.wrap01 {
  background: #f3f3f3;
}
#scene.wrap01 .slider > div {
  width: 1000px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#scene.wrap01 .slider > div figure {
  width: 500px;
}
#scene.wrap01 .slider > div > div {
  width: calc(100% - 550px);
  padding-left: 50px;
}
#scene.wrap01 .slider > div > div h4 {
  font-size: 30px;
  line-height: 1.33;
  margin: 0 0 20px;
}
#scene.wrap01 .slider > div > div .midashi {
  color: #cb72aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.667;
  margin: 0 0 15px;
}

#movie .inner01 .movie_wrap {
  display: flex;
  justify-content: space-between;
}
#movie .inner01 .movie_wrap .movie_box {
  width: 48%;
}
#movie .inner01 .movie_wrap .movie_box .movie_inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#movie .inner01 .movie_wrap .movie_box .movie_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 325px;
}
#movie .inner01 .movie_wrap .movie_box iframe {
  width: 100%;
  height: 325px;
}

#faq.wrap01 {
  background: #f8edf5;
  margin-top: 0;
}
#faq.wrap01 ul li {
  background: #fff;
  margin: 0 0 10px;
  padding: 30px 35px;
}
#faq.wrap01 ul li .question {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 30px;
  position: relative;
}
#faq.wrap01 ul li .question::before {
  content: "Q.";
  color: #cb72aa;
  font-family: "Josefin Sans", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 115%;
  font-weight: bold;
  position: absolute;
  top: -1px;
  left: 0;
}
#faq.wrap01 ul li .answer {
  padding: 0 0 0 30px;
}
#faq.wrap01 .more {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  margin: 30px auto 70px;
  position: relative;
  cursor: pointer;
}
#faq.wrap01 .more::before {
  content: "";
  display: block;
  position: absolute;
  background: #ff45a2;
  width: 20px;
  height: 2px;
  top: 24px;
  left: 15px;
}
#faq.wrap01 .more::after {
  content: "";
  display: block;
  position: absolute;
  background: #ff45a2;
  width: 2px;
  height: 20px;
  top: 15px;
  left: 24px;
}
#faq.wrap01 .more.open::after {
  display: none;
}

#focus.wrap01 {
  background: #f3f3f3;
}
#focus.wrap01 .h-type01 {
  margin-bottom: 25px;
}
#focus.wrap01 .subtit {
  text-align: center;
  margin-bottom: 55px;
}
#focus.wrap01 ul {
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
}
#focus.wrap01 ul li {
  width: calc(100% - 100px)/3;
  text-align: center;
}
#focus.wrap01 ul li figure {
  margin: 0 0 10px;
}
#focus.wrap01 ul li h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
#focus.wrap01 .more {
  text-align: center;
}
#focus.wrap01 .more a {
  font-size: 18px;
  border-bottom: dotted 1px #454545;
  padding: 0 0 15px 30px;
  position: relative;
}
#focus.wrap01 .more a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/course_2027/beauty/img/s_arrow01.png) no-repeat;
  position: absolute;
  top: calc(50% - 1em);
  left: 0;
}

#insta h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
#insta h3 em {
  font-style: normal;
  padding-left: 40px;
  position: relative;
}
#insta h3 em::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(/course_2027/beauty/img/s_insta.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -3px;
  left: 0;
}

@media screen and (max-width: 960px) {
  .mv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1060px) {
  .mv .figure {
    width: calc(100% - 60px);
  }
}
/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  .mv {
    width: 92vw;
    max-width: 92vw;
    background: linear-gradient(149deg, rgb(253, 238, 246) 0%, rgb(231, 173, 222) 100%);
    padding: 0 0 8vw;
    margin: 60px auto 8vw;
  }
  .mv .bg {
    display: none;
  }
  .mv .figure {
    width: 100%;
    position: static;
  }
  .mv .inner01 {
    padding-top: 0;
  }
  .mv .inner01 h2 {
    font-size: 32px;
    letter-spacing: 5px;
    margin: 0 0 -50px;
    transform: translateY(-60px);
  }
  .mv .inner01 .year {
    font-size: 14px;
    padding: 6px 10px;
  }
  #new h3 {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    position: relative;
  }
  #lead h3 + p {
    margin-bottom: 25px;
  }
  #lead .column > div {
    display: block;
  }
  #lead .column > div figure {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px;
  }
  #lead .column > div > div {
    width: 100%;
  }
  #lead .column > div > div .midashi {
    font-size: 20px;
    margin: 0 0 15px;
  }
  #kamoku.wrap01 ul.points_wrap li::after {
    width: 100px;
    height: 110px;
  }
  #kamoku.wrap01 .subtit {
    margin-bottom: 40px;
  }
  #kamoku.wrap01 .btn {
    margin-bottom: 5vw;
  }
  #kamoku.wrap01 .btn a {
    font-size: 20px;
    padding: 10px 0;
    display: block;
  }
  #kamoku.wrap01 .btn a::after {
    width: 8px;
    height: 8px;
  }
  #kamoku.wrap01 h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #kamoku.wrap01 .slider > div {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #kamoku.wrap01 .slider > div figure {
    width: 100%;
  }
  #kamoku.wrap01 .slider > div > div {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  #kamoku.wrap01 .slider > div > div h5 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #kamoku.wrap01 .slider > div > div .midashi {
    font-size: 15px;
    margin: 0 0 5px;
  }
  .point_btn {
    margin-top: 25px;
  }
  #jisseki h3 span {
    font-size: 55%;
  }
  #jisseki .lead {
    margin: 0 0 10vw;
  }
  #jisseki .taisakuList {
    margin-bottom: 8vw;
    display: block;
  }
  #jisseki .taisakuList ol {
    width: auto;
  }
  #jisseki .taisakuList ol li .midashi {
    font-size: 16px;
  }
  #jisseki .column {
    border-width: 3px;
    padding: 0 5vw 5vw;
  }
  #jisseki .column > div figure {
    width: 100%;
    margin: 0 auto 30px;
  }
  #jisseki .column > div > div {
    margin: 0;
    display: block;
  }
  #jisseki .column > div > div > div {
    font-size: 14px;
    margin: 0 0 5px;
    display: inline-block;
  }
  #jisseki .column > div > div > div::after {
    border-width: 15px 0 15px 20px;
  }
  #jisseki .column > div > div ul {
    border-bottom: none;
    padding-bottom: 0;
  }
  #jisseki .column > div > div ul li {
    margin-right: 0;
    display: block;
  }
  #jisseki .column .qualify h4 {
    font-size: 14px;
    margin: 5vw 0 10px;
  }
  #jisseki .column .qualify ul li {
    display: block;
  }
  .interview_wrap {
    display: block;
  }
  .interview_wrap figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .interview_wrap .txt_box {
    width: 100%;
    max-width: 100%;
  }
  .interview_wrap .txt_box .midashi {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .interview_wrap .txt_box .school {
    margin-top: 5px;
  }
  #intern {
    margin-top: 40px;
  }
  #intern .intern_flex {
    margin-bottom: 20px;
  }
  #intern .bg_color_box {
    margin: 10px 0 40px;
  }
  #intern .bg_color_box .bg_color_box_txt {
    margin-left: 0;
    text-indent: 0;
  }
  #intern .bg_color_box .point {
    display: block;
    padding-right: 0;
  }
  #intern .bg_color_box .txt_attn {
    margin-left: 0;
  }
  #intern .practice_wrap {
    padding: 25px;
    margin-bottom: 25px;
  }
  #intern .practice_wrap .practice_tit {
    top: -15px;
  }
  #intern .practice_wrap .practice_tit p {
    border-radius: 25px;
    padding: 2px 22px;
    font-size: 16px;
  }
  #intern .practice_wrap .practice_tit p:after {
    bottom: -11px;
    border-top: 11px solid #cb72aa;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  #intern .practice_wrap .practice_tit p span {
    font-size: 20px;
  }
  #intern .practice_wrap .img {
    margin-top: 30px;
  }
  #sekkyaku .h-type02.mt03 {
    margin-top: 50px;
  }
  #scene.wrap01 .slider > div {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #scene.wrap01 .slider > div figure {
    width: 100%;
  }
  #scene.wrap01 .slider > div > div {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  #scene.wrap01 .slider > div > div h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #scene.wrap01 .slider > div > div .midashi {
    font-size: 15px;
    margin: 0 0 5px;
  }
  #movie .inner01 .movie_wrap {
    display: block;
  }
  #movie .inner01 .movie_wrap .movie_box {
    width: 100%;
  }
  #movie .inner01 .movie_wrap .movie_box:first-of-type {
    margin-bottom: 15px;
  }
  #movie .inner01 .movie_wrap .movie_box iframe {
    height: 220px;
  }
  #faq.wrap01 ul li {
    padding: 6vw;
  }
  #faq.wrap01 ul li .question {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  #focus.wrap01 .h-type01 {
    margin-bottom: 15px;
  }
  #focus.wrap01 .subtit {
    margin-bottom: 40px;
  }
  #focus.wrap01 ul {
    margin: 0 0 50px;
    display: block;
  }
  #focus.wrap01 ul li {
    width: 100%;
  }
  #focus.wrap01 ul li + li {
    margin-top: 20px;
  }
  #focus.wrap01 ul li figure {
    margin: 0 15vw 10px;
  }
  #focus.wrap01 ul li h5 {
    font-size: 15px;
  }
  #focus.wrap01 .more {
    text-align: center;
  }
  #focus.wrap01 .more a {
    font-size: 14px;
    padding: 0 0 10px 30px;
  }
  #focus.wrap01 .more a::after {
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    top: calc(50% - 0.6em);
  }
  #insta h3 {
    margin: 0 0 10px;
  }
  #insta h3 img {
    width: 262px;
  }
  /* -------就職率100%!------------ */
  .grad_wrap {
    margin-top: 50px;
  }
  .grad_wrap .grad_flex {
    display: block;
  }
  .grad_wrap .grad_flex .img {
    width: 100%;
    height: 280px;
  }
  .grad_wrap .grad_flex .text {
    width: 100%;
    padding: 15px;
  }
  .grad_wrap .grad_flex .brand {
    font-size: 20px;
  }
  .grad_wrap .grad_flex .occupation {
    margin-bottom: 10px;
  }
  .grad_wrap .grad_flex .exp {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .grad_wrap .point_btn a {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    font-size: 15px;
  }
  .grad_wrap .point_btn a:after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .grad_wrap .point_btn a:hover:after {
    right: 5px;
  }
  /* ---------------------SP END----------------------------- */
}
/* ------------------ ポイント1 ----------- */
#point1-sec1 .lead {
  text-align: center;
  margin-bottom: 80px;
}
#point1-sec1 .h3_style {
  color: #333;
  border-color: #cb72aa;
}
#point1-sec1 .comment_wrap .box figure {
  width: 20%;
  max-width: 200px;
}
#point1-sec1 .comment_wrap .box .text {
  width: 75%;
  max-width: 750px;
}
#point1-sec1 .comment_wrap .box .text .company {
  font-size: 18px;
  font-weight: bold;
  color: #cb72aa;
}
#point1-sec1 .comment_wrap .box .text .name {
  font-weight: bold;
  margin-bottom: 20px;
}
#point1-sec1 .comment_wrap .box .text .name span {
  font-size: 12px;
  font-weight: normal;
}
#point1-sec1 .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#point1-sec1 .box.box1 {
  flex-direction: row-reverse;
}
#point1-sec1 .box figure {
  width: 470px;
}
#point1-sec1 .box .text {
  width: 470px;
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  #point1-sec1 .lead {
    margin-bottom: 6vw;
  }
  #point1-sec1 .comment_wrap .box figure {
    width: 50%;
    max-width: 50%;
  }
  #point1-sec1 .comment_wrap .box .text {
    width: 100%;
    max-width: 100%;
  }
  #point1-sec1 .comment_wrap .box .text .company {
    font-size: 16px;
  }
  #point1-sec1 .comment_wrap .box .text .name {
    margin-bottom: 10px;
  }
  #point1-sec1 .box {
    display: block;
    margin-bottom: 6vw;
  }
  #point1-sec1 .box figure {
    width: 60%;
    margin: 0 auto 15px;
  }
  #point1-sec1 .box .text {
    width: 100%;
  }
  /* ---------------------SP END----------------------------- */
}
/* ------------------ ポイント2 ----------- */
#point2-jisseki {
  margin-top: 80px;
}
#point2-jisseki .lead {
  margin-bottom: 80px;
}
#point2-jisseki .lead p {
  text-align: center;
}
#point2-jisseki .lead .subtit {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  top: -40px;
}
#point2-jisseki .taisakuList {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
#point2-jisseki .taisakuList ol {
  width: 50%;
  padding-right: 30px;
  counter-reset: cnt;
}
#point2-jisseki .taisakuList ol:nth-of-type(2) {
  counter-reset: cnt 4;
}
#point2-jisseki .taisakuList ol li {
  margin-bottom: 15px;
  padding: 0 0 0 2.3em;
  position: relative;
}
#point2-jisseki .taisakuList ol li::before {
  counter-increment: cnt;
  content: counter(cnt);
  color: #fff;
  font-weight: bold;
  background: #cb72aa;
  border-radius: 5px;
  padding: 0 8px;
  position: absolute;
  top: 4px;
  left: 0;
}
#point2-jisseki .taisakuList ol li .midashi {
  font-size: 18px;
}
#point2-jisseki .taisakuList2 ul {
  display: flex;
  justify-content: space-between;
}
#point2-jisseki .taisakuList2 ul li {
  width: calc((100% - 100px) / 3);
}
#point2-jisseki .taisakuList2 ul li h4 {
  color: #cb72aa;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 5px;
}
#point2-jisseki .taisakuList2 ul li p {
  font-size: 13px;
}
#point2-jisseki .taisakuList2 ul li .midashi {
  font-weight: bold;
  text-align: center;
}
#point2-jisseki .pickupBtn {
  text-align: center;
  margin-top: 50px;
}
#point2-jisseki .pickupBtn a {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background: #cb72aa;
  border-radius: 10px;
  padding: 10px 3em;
  display: inline-block;
  position: relative;
}
#point2-jisseki .pickupBtn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: calc(50% - 0.2em);
  right: 1em;
  transform: rotate(45deg);
}

#point2-en .subtit {
  font-size: 22px;
  text-align: center;
}
#point2-en .box {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4%;
  margin-bottom: 80px;
}
#point2-en .box.box1 {
  flex-direction: row-reverse;
}
#point2-en .box figure {
  width: 48%;
}
#point2-en .box .text {
  width: 48%;
}
#point2-en .box .text .midashi {
  color: #cb72aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  margin-bottom: 10px;
}
#point2-en .note {
  font-size: 13px;
  text-align: right;
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  #point2-jisseki {
    margin-top: 40px;
  }
  #point2-jisseki .lead {
    margin-bottom: 8vw;
  }
  #point2-jisseki .lead .subtit {
    font-size: 13px;
    top: -20px;
  }
  #point2-jisseki .taisakuList {
    margin-bottom: 8vw;
    display: block;
  }
  #point2-jisseki .taisakuList ol {
    width: 100%;
    padding-right: 0;
  }
  #point2-jisseki .taisakuList ol li .midashi {
    font-size: 16px;
  }
  #point2-jisseki .taisakuList2 ul {
    display: block;
  }
  #point2-jisseki .taisakuList2 ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
  #point2-jisseki .taisakuList2 ul li figure {
    width: 70%;
    margin: 0 auto;
  }
  #point2-jisseki .taisakuList2 ul li h4 {
    font-size: 15px;
  }
  #point2-jisseki .pickupBtn {
    margin-top: 5vw;
  }
  #point2-jisseki .pickupBtn a {
    font-size: 18px;
    padding: 10px 0;
    display: block;
  }
  #point2-en .subtit {
    font-size: 16px;
  }
  #point2-en .box {
    display: block;
    margin-bottom: 8vw;
  }
  #point2-en .box figure {
    width: 80%;
    margin: 0 auto 10px;
  }
  #point2-en .box .text {
    width: 100%;
  }
  #point2-en .box .text .midashi {
    font-size: 15px;
  }
  #point2-en .note {
    font-size: 12px;
    text-align: right;
  }
  /* ---------------------SP END----------------------------- */
}
/* ------------------ インターンシップ ----------- */
.sec-internship .lead {
  text-align: center;
  margin-bottom: 80px;
}
.sec-internship .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.sec-internship .box.box1 {
  flex-direction: row-reverse;
}
.sec-internship .box figure {
  width: 470px;
}
.sec-internship .box .text {
  width: 470px;
}
.sec-internship .box .text .name {
  margin-top: 30px;
}
.sec-internship .box .text .name b {
  font-weight: bold;
}
.sec-internship h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 5px;
  padding: 0 0 0 1.3em;
  position: relative;
}
.sec-internship h4::before {
  content: "■";
  color: #ff41a6;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-internship .note {
  font-size: 13px;
  margin-top: 20px;
}

#internship-sec1 table {
  width: 100%;
  margin-top: 30px;
}
#internship-sec1 table td {
  width: 14.2857142857%;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #cacaca;
}
#internship-sec1 table tr td {
  padding: 10px 0;
}
#internship-sec1 table tr:first-child td {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #8c8c8c;
  padding: 5px 0;
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  .sec-internship .lead {
    margin-bottom: 6vw;
  }
  .sec-internship .box {
    display: block;
    margin-bottom: 6vw;
  }
  .sec-internship .box figure {
    width: 60%;
    margin: 0 auto 15px;
  }
  .sec-internship .box .text {
    width: 100%;
  }
  .sec-internship .box .text .name {
    margin-top: 20px;
  }
  .sec-internship h4 {
    font-size: 16px;
    margin: 6vw 0 5px;
  }
  .column .clmnHeading.wide {
    padding: 0 30px;
  }
  /* ---------------------SP END----------------------------- */
}
/* ------------------ カリキュラム ----------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
#curriculum-grade .nen.grade1 h3::after {
  content: "1年次";
}
#curriculum-grade .nen.grade2 h3::after {
  content: "2年次";
}
#curriculum-grade .nen.grade1 .manabukoto > ul {
  width: calc((100% - 40px) / 3);
}
#curriculum-grade .nen.grade2 .manabukoto > ul {
  width: calc((100% - 40px) / 3);
}
#curriculum-grade .nen h3 {
  font-size: 30px;
  line-height: 1.5;
  margin: 40px 0;
  padding: 0 0 0 100px;
  position: relative;
}
#curriculum-grade .nen h3::after {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background: #cb72aa;
  border-radius: 5px;
  padding: 4px 10px;
  position: absolute;
  top: 12px;
  left: 0;
}
#curriculum-grade .nen .pointsBox {
  text-align: center;
  background: #f6e2fb;
  margin: 0 0 40px;
  padding: 40px 0;
  position: relative;
}
#curriculum-grade .nen .pointsBox::after {
  content: "";
  width: 140px;
  height: 140px;
  background: url(/course_2027/beauty/img/s_point.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 30px;
}
#curriculum-grade .nen .pointsBox ul li {
  font-size: 18px;
  font-weight: bold;
}
#curriculum-grade .nen .add {
  font-size: 12px;
  text-align: right;
  position: relative;
  top: -30px;
}
#curriculum-grade .nen .manabukoto2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
#curriculum-grade .nen .manabukoto > ul > li {
  position: relative;
}
#curriculum-grade .nen .manabukoto > ul > li::before {
  content: "■ ";
  color: #cb72aa;
}
#curriculum-grade .nen .column .midashi {
  font-size: 24px;
  color: #cb72aa;
  line-height: 1.6;
  margin: 0 0 20px;
}
#curriculum-grade .koma {
  margin: 50px 0 0 0;
}
#curriculum-grade .koma h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
#curriculum-grade .koma h3::before {
  content: "■ ";
  color: #cb72aa;
}
#curriculum-grade .koma table {
  width: 100%;
}
#curriculum-grade .koma table td {
  width: 16.6666666667%;
  text-align: center;
  border: solid 1px #cacaca;
}
#curriculum-grade .koma table tr:first-child td {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #8c8c8c;
  padding: 5px 0;
}
#curriculum-grade .koma table tr:last-child td {
  padding: 10px 0;
}

.jikanwari_wrap h3 span {
  color: #cb72aa;
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  #curriculum-grade .nen.grade1 .manabukoto > ul, #curriculum-grade .nen.grade2 .manabukoto > ul {
    width: 49%;
  }
  #curriculum-grade .nen.grade1 .manabukoto > ul.last, #curriculum-grade .nen.grade2 .manabukoto > ul.last {
    width: 100%;
  }
  #curriculum-grade .nen h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px 0;
    padding: 0 0 0 70px;
    position: relative;
  }
  #curriculum-grade .nen h3::after {
    font-size: 14px;
    top: 6px;
  }
  #curriculum-grade .nen .pointsBox {
    margin: 0 0 6vw;
    padding: 10vw 5vw 6vw;
  }
  #curriculum-grade .nen .pointsBox::after {
    width: 70px;
    height: 70px;
    top: -20px;
    left: 0;
  }
  #curriculum-grade .nen .pointsBox ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #curriculum-grade .nen .add {
    top: -10px;
  }
  #curriculum-grade .nen .manabukoto2 {
    font-size: 16px;
    margin: 0 0 4vw;
  }
  #curriculum-grade .nen .column .midashi {
    font-size: 18px;
  }
  #curriculum-grade .koma {
    margin: 6vw 0 0 0;
  }
  #curriculum-grade .koma h3 {
    font-size: 16px;
  }
  #curriculum-grade .koma table {
    font-size: 12px;
  }
  #curriculum-grade .koma table tr:first-child td {
    font-size: 13px;
  }
  /* ---------------------SP END----------------------------- */
}
/* ------------------ 海外研修 ----------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
#overseas-lead {
  text-align: center;
  margin-bottom: 50px;
}
#overseas-lead p {
  margin-bottom: 60px;
}

#overseas-sche table {
  width: 100%;
}
#overseas-sche table tr th {
  padding-right: 10px;
  position: relative;
}
#overseas-sche table tr th::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #cdcdcd;
  position: absolute;
  top: 1em;
  left: calc(8px + 0.25em);
}
#overseas-sche table tr th span {
  color: #fff;
  font-weight: bold;
  background: #cb72aa;
  padding: 0 8px;
  position: relative;
  z-index: 2;
}
#overseas-sche table tr td {
  padding: 0 0 45px;
}
#overseas-sche table tr td h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#overseas-sche table tr td .photos {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#overseas-sche table tr td .photos li {
  width: calc((100% - 60px) / 3);
}
#overseas-sche table tr:last-child th::before {
  content: none;
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  #overseas-lead {
    margin-bottom: 5vw;
  }
  #overseas-lead p {
    margin-bottom: 6vw;
  }
  #overseas-sche table tr th {
    padding-right: 10px;
  }
  #overseas-sche table tr td {
    padding: 0 0 4vw;
  }
  #overseas-sche table tr td h3 {
    font-size: 15px;
  }
  #overseas-sche table tr td .photos li {
    width: calc((100% - 20px) / 3);
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=beauty2027.css.map */