@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : nail.css                                  */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(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";
}

.color {
  color: #ec7aac;
}

.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;
}

.h1_wrap {
  background: linear-gradient(165deg, rgb(255, 231, 231) 0%, rgb(255, 254, 245) 50%, rgb(255, 221, 228) 100%);
}

.h1_wrap .h1_sub2 {
  color: #ec7aac;
  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 50px;
}

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

.h4-type01 span {
  color: #ec7aac;
}

.h3_underline {
  border-color: #ec7aac;
}

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

section {
  margin-bottom: 80px;
}

.br10 {
  border-radius: 10px;
}

.mb01 {
  margin-bottom: 50px;
}

.syokusyu_wrap {
  display: inline-block;
}
.syokusyu_wrap .syokusyu {
  width: 100%;
  align-items: flex-end;
}
.syokusyu_wrap .syokusyu .column_tit {
  width: 143px;
  background: #ec7aac;
}
.syokusyu_wrap .syokusyu .column_tit::after {
  border-color: transparent transparent transparent #ec7aac;
}
.syokusyu_wrap .syokusyu .column_ul {
  border-bottom: dotted 1px #ec7aac;
}
.syokusyu_wrap .syokusyu .column_ul li::before {
  color: #ec7aac;
}

.column {
  border: solid 5px #ec7aac;
  border-radius: 15px;
  padding: 0 45px 35px;
}
.column .clmnHeading {
  color: #ec7aac;
  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 #ec7aac;
  padding: 5px 5px 3px;
  position: absolute;
  top: 7px;
  left: 25px;
}
.column.bg_color {
  background: #fff;
  border: none;
}
.column.bg_color .clmnHeading {
  background: none;
  top: 10px;
}

.slider_bg {
  padding: 50px 30px 80px;
  margin-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.slider_bg.nail {
  background: linear-gradient(149deg, rgb(255, 226, 228) 0%, rgb(255, 254, 245) 34%, rgb(255, 206, 220) 100%);
}

.slider_wrap .slider > div {
  width: 1000px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.slider_wrap .slider > div figure {
  width: 500px;
}
.slider_wrap .slider > div > div {
  width: calc(100% - 550px);
  padding-left: 50px;
}
.slider_wrap .slider > div > div h5 {
  font-size: 30px;
  line-height: 1.33;
  margin: 0 0 20px;
}
.slider_wrap .slider > div > div .midashi {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.667;
  margin: 0 0 15px;
}
.slider_wrap .slider > div > div .btn {
  text-align: left;
  margin: 20px 0 0 0;
}
.slider_wrap .slider > div > div .btn a {
  width: 100%;
  max-width: 250px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  padding: 5px 0;
}
.slider_wrap .h4-type01 {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.slider_wrap .btn {
  text-align: left;
  margin: 20px 0 0 0;
}
.slider_wrap .btn a {
  width: 100%;
  max-width: 250px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
}
.slider_wrap .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;
}
.slider_wrap .btn a:hover {
  color: #ec7aac;
  background: #fff;
}
.slider_wrap .btn a:hover::after {
  right: 10px;
  border-color: #ec7aac;
}

.nail .slider .midashi {
  color: #ec7aac;
}
.nail .slider .btn a {
  background: #ec7aac;
  border: solid 1px #ec7aac;
}
.nail .slider .btn a:hover {
  color: #ec7aac;
  background: #fff;
}
.nail .slider .btn a:hover::after {
  right: 10px;
  border-color: #ec7aac;
}
.nail .h4-type01 span {
  color: #ec7aac;
}

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

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

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

.arrow_icon {
  background: #ec7aac;
}

#lead {
  text-align: center;
}

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

#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;
}

/* ---------.links02------------- */
.links02 ul li p {
  background: #ec7aac;
  border: solid 1px #ec7aac;
}
.links02 ul li.internship p::after {
  background-image: url(/course_2027/nail/img/s_internship.svg);
}
.links02 ul li.teacher p::after {
  background-image: url(/course_2027/nail/img/s_teacher.svg);
}
.links02 ul li.awards p::after {
  background-image: url(/course_2027/nail/img/s_awards.svg);
  background-size: auto 100%;
}
.links02 ul li.works p::after {
  background-image: url(/course_2027/nail/img/s_works.svg);
}
.links02 ul li figure {
  width: 100%;
  height: 150px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.links02 ul li figure img {
  transition: all 0.8s;
}
.links02 ul li:hover figure img {
  transform: scale(1.1);
}

#links ul {
  display: flex;
  flex-wrap: wrap;
}
#links ul li {
  width: calc((100% - 40px) / 3);
}
#links ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #ec7aac;
  border: solid 1px #ec7aac;
  margin: 0 0 20px;
  padding: 15px 25px 15px 65px;
  display: block;
  position: relative;
}
#links ul li a::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.cr a {
  color: #ec7aac;
  background: #fff;
}
#links ul li.cr.internship a::after {
  background-image: url(/course_2027/beauty/img/s_internship_cr.svg);
}
#links ul li.cr.voice a::after {
  background-image: url(/course_2027/beauty/img/s_voice_cr.svg);
}
#links ul li.cr.teacher a::after {
  background-image: url(/course_2027/beauty/img/s_teacher_cr.svg);
}
#links ul li.cr.contest a::after {
  background-image: url(/course_2027/beauty/img/s_contest_cr.svg);
}
#links ul li.cr.curriculum a::after {
  background-image: url(/course_2027/beauty/img/s_curriculum_cr.svg);
}
#links ul li.cr.overseas a::after {
  background-image: url(/course_2027/beauty/img/s_overseas_cr.svg);
}

/* ---------point_contents---------- */
.sec_ac_item .h4_sub {
  color: #ec7aac;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sec_ac_item .salon_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.sec_ac_item .salon_flex.start {
  justify-content: start;
}
.sec_ac_item .salon_box {
  width: 27.2%;
  margin-right: 9.2%;
  margin-bottom: 9.2%;
}
.sec_ac_item .salon_box.box01 {
  margin-right: 0;
}
.sec_ac_item .salon_box:nth-child(3n+1):nth-last-child(-n+3), .sec_ac_item .salon_box:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0;
}
.sec_ac_item .salon_box p {
  font-size: 12px;
  margin-top: 10px;
}
.sec_ac_item .salon_box_l {
  width: 46%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 20px;
}
.sec_ac_item .salon_box_r {
  width: 51%;
  margin-bottom: 40px;
}
.sec_ac_item .salon_box_l_l {
  width: 55%;
}
.sec_ac_item .salon_box_l_l .data_title {
  font-size: 15px;
  font-weight: bold;
  color: #ec7aac;
  line-height: 1.5;
  margin-top: 10px;
}
.sec_ac_item .salon_box_l_l .data_list {
  display: flex;
  gap: 0 2%;
  font-feature-settings: "palt";
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}
.sec_ac_item .salon_box_l_l .data_list:last-of-type {
  margin-top: 0;
}
.sec_ac_item .salon_box_l_l .data_list dt {
  width: 28%;
  color: #ec7aac;
}
.sec_ac_item .salon_box_l_l .data_list dd {
  width: 70%;
}
.sec_ac_item .salon_box_l_l .note {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 5px;
}
.sec_ac_item .salon_box_l_r {
  width: 38%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.sec_ac_item .btn_nail {
  width: 100%;
  margin-bottom: 10px;
}
.sec_ac_item .btn_nail a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  border: solid 2px #e2007f;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  color: #e2007f;
  line-height: 1.5;
  padding: 10px;
}
.sec_ac_item .btn_nail a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ec7aac;
  border-right: 2px solid #ec7aac;
  top: calc(50% - 0.3em);
  right: 10px;
  transform: rotate(45deg);
}
.sec_ac_item .btn_nail.insta a .img_insta {
  display: inline-flex;
  width: 15px;
}
.sec_ac_item .btn_nail.insta .explain {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding: 5px;
  border: 2px solid #ff45a3;
  border-radius: 5px;
  background-color: #ffd8eb;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: #ff45a3;
}
.sec_ac_item .btn_nail.insta .explain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 12.5px 13px 12.5px;
  border-color: transparent transparent #ff45a3;
  translate: -50% -100%;
}
.sec_ac_item .btn_nail.insta .explain::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 9.7px 10.1px 9.7px;
  border-color: transparent transparent #ffd8eb;
  translate: -50% -100%;
}
.sec_ac_item .salon_box03 {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 5%;
}
.sec_ac_item .salon_box03:nth-child(3n) {
  margin-right: 0;
}
.sec_ac_item .salon_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.sec_ac_item .salon_wrap_l {
  width: 72px;
}
.sec_ac_item .salon_wrap_r {
  width: calc(100% - 90px);
}
.sec_ac_item .salon_tit {
  font-weight: bold;
  color: #ec7aac;
  line-height: 1.4;
  margin-bottom: 5px;
}
.sec_ac_item .salon_text {
  font-size: 12px;
  line-height: 1.6;
}
.sec_ac_item .jisseki .subtit {
  font-feature-settings: "palt";
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ec7aac;
  margin-bottom: 5px;
}
.sec_ac_item .jisseki .photos {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.sec_ac_item .jisseki .photos li {
  width: calc((100% - 100px) / 3);
}
.sec_ac_item .column {
  margin-top: 50px;
}
.sec_ac_item .column .attn {
  text-align: right;
  font-size: 11px;
  margin-top: 10px;
}
.sec_ac_item .column .color {
  color: #ec7aac;
}
.sec_ac_item .company_list div {
  column-count: 4;
  column-gap: 2%;
}
.sec_ac_item .company_list ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  break-inside: avoid;
}
.sec_ac_item .company_list ul li {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.sec_ac_item .column_sec .h-type04 {
  color: #ec7aac;
  border-color: #ec7aac;
  margin-top: 0;
}
.sec_ac_item .jna_img {
  width: 80%;
  max-width: 800px;
  margin: 30px auto 0;
}
.sec_ac_item .point2-points {
  margin: 30px 0 0;
}
.sec_ac_item .column_sec ul li:before {
  color: #ec7aac;
}
.sec_ac_item .img_badge {
  background: #fff4fa;
  border-radius: 10px;
  text-align: center;
  padding: 50px;
  margin-top: 10px;
}
.sec_ac_item .img_badge img {
  width: 80%;
}

/* ---------カリキュラム------------- */
.slider_bg {
  margin-bottom: 80px;
}

/* ---------------全デバイス共通(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;
  }
  .wrap01 {
    width: 100vw;
    max-width: initial;
    padding: 50px 0 30px;
    margin: 40px auto 30px;
  }
  .inner01 {
    width: 100%;
    padding: 0 4vw;
    max-width: initial;
  }
  .h1_wrap .h1_sub2 {
    font-size: 13px;
    margin: 0 0 15px;
  }
  .h-type01 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 30px;
  }
  .h-type02 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  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%);
    width: 54px;
  }
  #tocattop a {
    font-size: 16px;
    padding: 15px 0;
    display: block;
  }
  #spsite h3 {
    font-size: 16px;
  }
  #spsite .ban {
    width: 100%;
  }
  .links02 ul li figure {
    height: auto;
  }
  .links02 ul li figure img {
    transition: 0;
  }
  .links02 ul li figure:hover figure img {
    transform: none;
  }
  #links ul {
    margin: 0 10vw;
    display: block;
  }
  #links ul li {
    width: 100%;
  }
  #links ul li a {
    font-size: 15px;
    margin: 0 0 10px;
    padding: 5px 20px 5px 50px;
    display: block;
    position: relative;
  }
  #links ul li a::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 0.7em);
    left: 20px;
  }
  /* ---------point_contents---------- */
  .sec_ac_item .h4_sub {
    font-size: 15px;
  }
  .sec_ac_item .salon_box {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .sec_ac_item .salon_box:nth-child(3n+1):nth-last-child(-n+3), .sec_ac_item .salon_box:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 20px;
  }
  .sec_ac_item .salon_box:last-child, .sec_ac_item .salon_box:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
  .sec_ac_item .salon_box_l {
    flex-direction: column;
    gap: 20px 0;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .sec_ac_item .salon_box_r {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_ac_item .salon_box_l_l {
    width: 100%;
  }
  .sec_ac_item .salon_box_l_l .logo {
    width: 70%;
    margin: 0 auto;
  }
  .sec_ac_item .salon_box_l_l .data_list dt {
    width: 18%;
  }
  .sec_ac_item .salon_box_l_l .data_list dd {
    width: 80%;
  }
  .sec_ac_item .salon_box_l_r {
    width: 100%;
  }
  .sec_ac_item .btn_nail a {
    flex-direction: row;
  }
  .sec_ac_item .btn_nail a .img_insta {
    margin-right: 5px;
  }
  .sec_ac_item .btn_nail.insta {
    margin-bottom: 0;
  }
  .sec_ac_item .btn_nail.insta .explain {
    display: block;
    margin-top: 16px;
    padding: 10px 15px;
  }
  .sec_ac_item .salon_box03 {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
  }
  .sec_ac_item .salon_box03:nth-child(3n) {
    margin-right: 4%;
  }
  .sec_ac_item .salon_box03:nth-child(2n) {
    margin-right: 0%;
  }
  .sec_ac_item .salon_wrap {
    margin-top: 10px;
    align-items: flex-start;
  }
  .sec_ac_item .salon_wrap_l {
    width: 30px;
  }
  .sec_ac_item .salon_wrap_r {
    width: calc(100% - 40px);
  }
  .sec_ac_item .salon_tit {
    margin-top: 5px;
  }
  .sec_ac_item .salon_text {
    font-size: 11px;
    width: calc(100% + 40px);
    margin-left: -40px;
    margin-top: 12px;
  }
  .sec_ac_item .salon_flex {
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .sec_ac_item .jisseki .subtit {
    font-size: 14px;
    line-height: 1.5;
  }
  .sec_ac_item .jisseki .photos {
    margin: 15px 0;
  }
  .sec_ac_item .jisseki .photos li {
    width: calc((100% - 20px) / 3);
  }
  .sec_ac_item .column {
    margin-top: 25px;
  }
  .sec_ac_item .company_list div {
    column-count: 2;
    column-gap: 2%;
  }
  .sec_ac_item .company_list div ul:nth-of-type(2), .sec_ac_item .company_list div ul:nth-of-type(4) {
    margin-top: 10px;
  }
  .sec_ac_item .jisseki .column_sec .h-type04 {
    margin-top: 10px;
  }
  .sec_ac_item .jna_img {
    width: 100%;
    max-width: 100%;
    margin: 15px auto 0;
  }
  .sec_ac_item .point2-points {
    margin: 15px 0 0;
  }
  .sec_ac_item .point2-points .teacher_wrap {
    flex-direction: column;
    justify-content: flex-start;
    flex-flow: column;
    gap: 10px 0;
  }
  .sec_ac_item .point2-points .teacher_wrap .img_box {
    width: 100%;
    max-width: 100%;
  }
  .sec_ac_item .point2-points .teacher_wrap .txt_box {
    width: 100%;
    max-width: 100%;
  }
  .sec_ac_item .point2-points .teacher_wrap .txt_box .midashi {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sec_ac_item .img_badge {
    padding: 10px;
    margin-top: 10px;
  }
  .sec_ac_item .img_badge img {
    width: 100%;
  }
  .slider_bg {
    padding: 25px 15px 40px;
    margin-top: 40px;
  }
  .slider_wrap .slider {
    width: 80%;
    margin: 0 auto;
  }
  .slider_wrap .slider > div {
    height: auto;
    display: block;
  }
  .slider_wrap .slider > div figure {
    width: 100%;
  }
  .slider_wrap .slider > div figure img {
    height: 200px;
  }
  .slider_wrap .slider .slider_l {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  .slider_wrap .slider .h5 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .slider_wrap .slider .midashi {
    font-size: 15px;
    margin: 0 0 5px;
  }
  .slider_wrap .btn {
    margin-bottom: 5vw;
  }
  .slider_wrap .btn a::after {
    width: 8px;
    height: 8px;
  }
  .slider_wrap .h4-type01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* ---------カリキュラム------------- */
  .slider_bg {
    margin-bottom: 40px;
  }
  /* ---------------------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(111deg, rgb(255, 254, 245) 0%, rgb(255, 197, 216) 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: 165px;
  position: relative;
  z-index: 2;
}
.mv .inner01 h2 {
  color: #000;
  font-size: 60px;
  letter-spacing: 12px;
  line-height: 1.3;
  margin: 0 0 200px;
}
.mv .inner01 .year {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  background: #ec7aac;
  padding: 8px 10px;
  display: inline-block;
}
.mv .inner01 .year span {
  font-size: 150%;
}
.mv .inner01 .excuse .color {
  color: #ec7aac;
}
.mv .subtitle {
  color: #ec7aac;
}

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

#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 #ec7aac;
}

#lead h3 + p {
  margin-bottom: 80px;
}
#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;
}

#naitei .h3 {
  color: #ec7aac;
  border-bottom: 1px solid #ec7aac;
}
#naitei ul li .cate span {
  color: #ec7aac;
}

.course_btn a {
  background: #ec7aac;
}

#kamoku.wrap01 {
  background: linear-gradient(149deg, rgb(255, 226, 228) 0%, rgb(255, 254, 245) 34%, rgb(255, 206, 220) 100%);
}
#kamoku.wrap01 .subtit .color {
  color: #ec7aac;
}
#kamoku.wrap01 .h-type01 {
  margin-bottom: 60px;
}
#kamoku.wrap01 .h-type01 span {
  font-size: 50%;
  vertical-align: middle;
  margin: 0 0.5em;
}
#kamoku.wrap01 .btn {
  text-align: center;
  margin-bottom: 50px;
}
#kamoku.wrap01 .btn a {
  color: #fff;
  font-size: 26px;
  background: #ec7aac;
  border: solid 1px #ec7aac;
  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: #ec7aac;
  background: #fff;
}
#kamoku.wrap01 .btn a:hover::after {
  right: 10px;
  border-color: #ec7aac;
}
#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: #ec7aac;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.667;
  margin: 0 0 15px;
}

#jisseki .column > div figure {
  max-width: 870px;
}

.graduate_wrap .h3 {
  color: #ec7aac;
  border-bottom: 1px solid #ec7aac;
}
.graduate_wrap figure .company {
  color: #ec7aac;
}
.graduate_wrap figure .company span {
  background: #ec7aac;
}

.points_wrap li .inner_box .tit {
  color: #ec7aac;
}
.points_wrap li .inner_box .btn_box a {
  border: 1px solid #ec7aac;
  color: #ec7aac;
}
.points_wrap li .inner_box .btn_box a:after {
  border-top: 2px solid #ec7aac;
  border-right: 2px solid #ec7aac;
}
.points_wrap li .inner_box .btn_box a:hover {
  background: #ec7aac;
  border: 1px solid #ec7aac;
}

.class-contents .point {
  background: #ec7aac;
}
.class-contents_midashi {
  color: #ec7aac;
}
.class-contents_text {
  background: #fff4f9;
  border: 1px solid #ec7aac;
}
.class-contents_list li .title.name {
  color: #ec7aac;
}
.class-contents_qualify h4 {
  color: #ec7aac;
  border-bottom: 1px solid #ec7aac;
}
.class-contents_qualify ul li:before {
  background: #ec7aac;
}
.class-contents_jna_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.class-contents_jna_flex .fig1 {
  width: 24%;
  max-width: 240px;
}
.class-contents_jna_flex .fig2 {
  width: 67%;
  max-width: 670px;
}

.step_wrap > li .grade {
  background: #ec7aac;
}
.step_wrap > li .headline {
  color: #ec7aac;
}

#movie.wrap01 {
  margin-bottom: 0;
}
#movie.wrap01 .moviebox {
  width: 580px;
  margin: 0 auto 50px;
}
#movie.wrap01 .moviebox > div {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#movie.wrap01 .moviebox > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#faq.wrap01 {
  background: linear-gradient(135deg, rgb(255, 254, 245) 13%, rgb(255, 206, 220) 100%);
  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: #ec7aac;
  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/biyou/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/biyou/img/s_insta.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -3px;
  left: 0;
}

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

@media screen and (max-width: 960px) {
  .mv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1060px) {
  .mv .figure {
    width: calc(100% - 60px);
  }
}
/*------------point03-------------*/
.carrire_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
.carrire_wrap .flex_img {
  position: relative;
  width: 50%;
  max-width: 500px;
}
.carrire_wrap .flex_img .company {
  position: relative;
  z-index: 100;
  background: #ec7aac;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: -15px;
}
.carrire_wrap .flex_img .company span {
  display: block;
  line-height: 1.5;
}
.carrire_wrap .flex_img .company span.name {
  font-weight: bold;
  color: #fff;
}
.carrire_wrap .flex_img .company span.name > span {
  font-weight: normal;
  display: block;
}
.carrire_wrap .flex_img .company span.name > span.course {
  font-size: 12px;
}
.carrire_wrap .flex_text {
  width: 45%;
  max-width: 450px;
}
.carrire_wrap .flex_text h5 {
  font-size: 24px;
  font-weight: bold;
  color: #ec7aac;
  line-height: 1.7;
  margin-bottom: 10px;
}
.carrire_wrap .flex_text .midashi {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
}
.carrire_wrap .flex_text .honbun {
  margin-bottom: 20px;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  .mb01 {
    margin-bottom: 25px;
  }
  .mv {
    width: 92vw;
    max-width: 92vw;
    background: linear-gradient(111deg, rgb(255, 254, 245) 0%, rgb(255, 197, 216) 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 -5px;
    transform: translateY(-15px);
  }
  .mv .inner01 .year {
    font-size: 14px;
    padding: 6px 10px;
  }
  .syokusyu_wrap {
    display: block;
  }
  .syokusyu_wrap .syokusyu .column_tit {
    width: 123px;
  }
  .syokusyu_wrap .syokusyu .column_ul {
    border-bottom: none;
  }
  .point_btn {
    margin-top: 25px;
  }
  #kamoku .points_wrap a:hover {
    color: #fff;
  }
  #new h3 {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    position: relative;
  }
  #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 .color {
    color: #ec7aac;
  }
  #kamoku.wrap01 .h-type01 {
    margin-bottom: 30px;
  }
  #kamoku.wrap01 .h-type01 span {
    font-size: 75%;
  }
  #kamoku.wrap01 ol.points {
    margin: 0 0 30px;
    display: block;
  }
  #kamoku.wrap01 ol.points li {
    width: 70%;
    margin: 0 auto;
  }
  #kamoku.wrap01 ol.points li + li {
    margin-top: 40px;
  }
  #kamoku.wrap01 ol.points li::before {
    width: 20px;
    height: 20px;
    bottom: 20px;
    left: calc(50% - 10px);
  }
  #kamoku.wrap01 ol.points li:hover::before {
    background-image: url(/course_2027/nail/img/points_s_arrow01.gif);
  }
  #kamoku.wrap01 ol.points li div a {
    font-size: 14px;
  }
  #kamoku.wrap01 ol.points li div a span {
    font-size: 150%;
  }
  #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 .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;
  }
  .class-contents_jna_flex {
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  .class-contents_jna_flex .fig1 {
    width: 50%;
    max-width: 50%;
    margin: 0 auto 20px;
  }
  .class-contents_jna_flex .fig2 {
    width: 100%;
    max-width: 100%;
  }
  #movie.wrap01 .moviebox {
    width: 100%;
    margin: 0 auto 5vw;
  }
  #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;
  }
  /*------------point03-------------*/
  .carrire_wrap {
    display: block;
  }
  .carrire_wrap .flex_img {
    width: 100%;
    max-width: 100%;
  }
  .carrire_wrap .flex_img .company {
    margin-bottom: 20px;
  }
  .carrire_wrap .flex_img .company span.name {
    font-weight: bold;
    color: #fff;
  }
  .carrire_wrap .flex_img .company span.name > span {
    font-weight: normal;
    display: block;
  }
  .carrire_wrap .flex_img .company span.name > span.course {
    font-size: 12px;
  }
  .carrire_wrap .flex_text {
    width: 100%;
    max-width: 100%;
  }
  .carrire_wrap .flex_text h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .carrire_wrap .flex_text .midashi {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .carrire_wrap .flex_text .honbun {
    margin-bottom: 10px;
  }
  /* ---------------------SP END----------------------------- */
}
/* ------------------ ポイント2 ----------- */
#point2-lead .lead {
  margin-bottom: 80px;
}
#point2-lead .lead .photos {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#point2-lead .lead .photos li {
  width: calc((100% - 60px) / 2);
}
#point2-lead .jisseki .subtit {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
#point2-lead .jisseki .photos {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
#point2-lead .jisseki .photos li {
  width: calc((100% - 100px) / 3);
}
#point2-lead .column {
  margin-top: 50px;
}
#point2-lead .column > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#point2-lead .column .attn {
  text-align: right;
  font-size: 11px;
  margin-top: 10px;
}

.point2-points h3 {
  margin-top: 80px;
}
.point2-points .column {
  text-align: left;
  margin-top: 50px;
}
.point2-points .column > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.point2-points .column > div figure {
  width: 350px;
}
.point2-points .column > div > div {
  width: calc(100% - 390px);
}
.point2-points .column > div > div .midashi {
  font-size: 30px;
  line-height: 1.333;
  margin: 0 0 20px;
}
.point2-points .column > div > div .name {
  margin: 10px 0 0 0;
}
.point2-points .column.column1 > div > div .midashi {
  font-size: 22px;
}
.point2-points .box-carrierup {
  margin-top: 50px;
}
.point2-points .box-lifestyle {
  margin-top: 50px;
}
.point2-points .box-lifestyle h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.point2-points .box-lifestyle h4:first-letter {
  color: #ec7aac;
}
.point2-points .box-lifestyle table {
  width: 100%;
}
.point2-points .box-lifestyle table th {
  width: 70px;
  text-align: left;
  padding: 10px 30px 15px 0;
  position: relative;
}
.point2-points .box-lifestyle table th::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #ec7aac;
  position: absolute;
  top: 0;
  left: 34px;
  z-index: -1;
}
.point2-points .box-lifestyle table th img {
  width: 70px;
}
.point2-points .box-lifestyle table td {
  vertical-align: top;
  border-bottom: dotted 1px #cacbcb;
  padding: 35px 0 15px 0;
}
.point2-points .box-lifestyle table td[colspan="2"] {
  color: #ec7aac;
  font-weight: bold;
  text-align: center;
  background: #fff7fb;
  padding-top: 15px;
}
.point2-points .box-lifestyle table tr.bdline th {
  border-bottom: dotted 1px #cacbcb;
}
.point2-points .box-future {
  margin: 50px 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.point2-points .box-future .image1 {
  width: 410px;
}
.point2-points .box-future .image2 {
  width: 415px;
}
.point2-points .teacher_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}
.point2-points .teacher_wrap .img_box {
  width: 35%;
  max-width: 350px;
}
.point2-points .teacher_wrap .txt_box {
  width: 60%;
  max-width: 600px;
}
.point2-points .teacher_wrap .txt_box .midashi {
  font-size: 18px;
  font-weight: bold;
  color: #ec7aac;
  margin-bottom: 10px;
}
.point2-points .column .clmnHeading {
  top: -15px;
  margin-top: -80px;
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  #point2-lead .lead {
    margin-bottom: 8vw;
  }
  #point2-lead .lead .photos {
    margin-bottom: 5vw;
  }
  #point2-lead .lead .photos li {
    width: calc((100% - 10px) / 2);
  }
  #point2-lead .jisseki .subtit {
    font-size: 16px;
    line-height: 1.5;
  }
  #point2-lead .jisseki .photos {
    margin-bottom: 5vw;
  }
  #point2-lead .jisseki .photos li {
    width: calc((100% - 20px) / 3);
  }
  #point2-lead .column {
    margin-top: 25px;
  }
  #point2-lead .column > div {
    flex-wrap: wrap;
  }
  #point2-lead .column > div ul {
    width: 48%;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=nail2027.css.map */