@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : course.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.tac {
  text-align: center;
}

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

* {
  box-sizing: border-box;
}

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

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

.inner02 {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
}

.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-feature-settings: "palt";
  font-size: 40px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0 0 50px;
}
.h-type01 .text_s {
  display: inline-block;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.h-type02 {
  font-size: 22px;
  letter-spacing: 1px;
  border-bottom: solid 1px #cb72aa;
  margin: 0 0 30px;
}
.h-type02 span {
  font-size: 16px;
  display: inline-block;
  padding: 0 5px;
}
.h-type02.total {
  border-color: #67cf63;
}
.h-type02.hair {
  border-color: #f46a6a;
}
.h-type02.biyou {
  border-color: #f6ad53;
}
.h-type02.beauty {
  border-color: #cb72aa;
}
.h-type02.nail {
  border-color: #ec7aac;
}
.h-type02.basics {
  border-color: #84BAE5;
}

.h-type03 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.h-type03 span {
  color: #cb72aa;
}

.h-type04 {
  font-size: 15px;
  color: #cb72aa;
  margin: 20px 0 15px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #cb72aa;
  font-weight: bold;
}

.h3_underline {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ec7aac;
  line-height: 1.5;
  border-bottom: 1px solid #ec7aac;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.h3_underline .text_s {
  font-size: 22px;
}

.h_tit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #cb72aa;
  margin-bottom: 40px;
  line-height: 1.8;
}
.h_tit.lead_tit {
  margin-bottom: 10px;
}

.h_tit span {
  display: inline-block;
  width: 45px;
}

.mt01 {
  margin-top: 30px;
}

.mt02 {
  margin-top: 100px;
}

.mb01 {
  margin-bottom: 60px;
}

.h4-type01 {
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.h4-type01 span {
  color: #cb72aa;
}

.point_main_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.point_main_title.total {
  color: #67cf63;
}
.point_main_title.hair {
  color: #f46a6a;
}
.point_main_title.biyou {
  color: #f6ad53;
}
.point_main_title.beauty {
  color: #cb72aa;
}
.point_main_title.nail {
  color: #ec7aac;
}
.point_main_title.basics {
  color: #84BAE5;
}

.point_main_text {
  margin-top: 10px;
}

.ac_item {
  display: none;
}

.btn_basic {
  width: 50%;
  max-width: 500px;
  margin: 30px auto 0;
}
.btn_basic a {
  position: relative;
  display: block;
  width: 100%;
  background: #cb72aa;
  border: 1px solid #cb72aa;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 15px;
  transition: 0.3s;
}
.btn_basic a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 0.3em);
  right: 20px;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.btn_basic a:hover {
  background: #fff;
  color: #cb72aa;
}
.btn_basic a:hover::after {
  border-color: #cb72aa;
}
.btn_basic.total a {
  background: #67cf63;
  border: 1px solid #67cf63;
}
.btn_basic.total a:hover {
  background: #fff;
  color: #67cf63;
}
.btn_basic.total a:hover::after {
  border-color: #67cf63;
}
.btn_basic.hair a {
  background: #f46a6a;
  border: 1px solid #f46a6a;
}
.btn_basic.hair a:hover {
  background: #fff;
  color: #f46a6a;
}
.btn_basic.hair a:hover::after {
  border-color: #f46a6a;
}
.btn_basic.biyou a {
  background: #f6ad53;
  border: 1px solid #f6ad53;
}
.btn_basic.biyou a:hover {
  background: #fff;
  color: #f6ad53;
}
.btn_basic.biyou a:hover::after {
  border-color: #f6ad53;
}
.btn_basic.beauty a {
  background: #cb72aa;
  border: 1px solid #cb72aa;
}
.btn_basic.beauty a:hover {
  background: #fff;
  color: #cb72aa;
}
.btn_basic.beauty a:hover::after {
  border-color: #cb72aa;
}
.btn_basic.nail a {
  background: #ec7aac;
  border: 1px solid #ec7aac;
}
.btn_basic.nail a:hover {
  background: #fff;
  color: #ec7aac;
}
.btn_basic.nail a:hover::after {
  border-color: #ec7aac;
}
.btn_basic.basics a {
  background: #84BAE5;
  border: 1px solid #84BAE5;
}
.btn_basic.basics a:hover {
  background: #fff;
  color: #84BAE5;
}
.btn_basic.basics a:hover::after {
  border-color: #84BAE5;
}

.point_btn {
  text-align: center;
}
.point_btn a {
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  border: solid 1px transparent;
  transition: all 0.5s;
  width: 46.67%;
  max-width: 420px;
  box-sizing: border-box;
}
.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;
}
.point_btn a:hover::after {
  right: 10px;
}

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

.pr_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #cb72aa;
  line-height: 1.5;
  margin-bottom: 50px;
}
.pr_wrap::before, .pr_wrap::after {
  content: "";
  height: 5px;
  width: 80px;
  background-color: #cb72aa;
  border-radius: 5px;
}
.pr_wrap::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.pr_wrap::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}

section {
  margin-bottom: 80px;
}

.br10 {
  border-radius: 10px;
}

.lead .center {
  text-align: center;
}

.announce {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: red;
  margin-bottom: 60px;
}

/**年度選択**/
.course_year_btn {
  width: 50%;
  max-width: 500px;
  margin: 0 auto 70px;
}
.course_year_btn a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  border-radius: 9px;
  border: 1px solid #cb72aa;
  background: #cb72aa;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.course_year_btn a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 0.3em);
  right: 20px;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.course_year_btn a:hover {
  background: #fff;
  border: 1px solid #cb72aa;
  box-sizing: border-box;
  color: #cb72aa;
}
.course_year_btn a:hover:after {
  border-top: 2px solid #cb72aa;
  border-right: 2px solid #cb72aa;
}

.basics .course_year_btn a {
  border: 1px solid #84BAE5;
  background: #84BAE5;
}
.basics .course_year_btn a:hover {
  background: #fff;
  border: 1px solid #84BAE5;
  box-sizing: border-box;
  color: #84BAE5;
}
.basics .course_year_btn a:hover:after {
  border-top: 2px solid #84BAE5;
  border-right: 2px solid #84BAE5;
}

.total .course_year_btn a {
  border: 1px solid #67cf63;
  background: #67cf63;
}
.total .course_year_btn a:hover {
  background: #fff;
  border: 1px solid #67cf63;
  box-sizing: border-box;
  color: #67cf63;
}
.total .course_year_btn a:hover:after {
  border-top: 2px solid #67cf63;
  border-right: 2px solid #67cf63;
}

.hair-make .course_year_btn a {
  border: 1px solid #f46a6a;
  background: #f46a6a;
}
.hair-make .course_year_btn a:hover {
  background: #fff;
  border: 1px solid #f46a6a;
  box-sizing: border-box;
  color: #f46a6a;
}
.hair-make .course_year_btn a:hover:after {
  border-top: 2px solid #f46a6a;
  border-right: 2px solid #f46a6a;
}

.biyou .course_year_btn a {
  border: 1px solid #f6ad53;
  background: #f6ad53;
}
.biyou .course_year_btn a:hover {
  background: #fff;
  border: 1px solid #f6ad53;
  box-sizing: border-box;
  color: #f6ad53;
}
.biyou .course_year_btn a:hover:after {
  border-top: 2px solid #f6ad53;
  border-right: 2px solid #f6ad53;
}

.beauty .course_year_btn a {
  border: 1px solid #cb72aa;
  background: #cb72aa;
}
.beauty .course_year_btn a:hover {
  background: #fff;
  border: 1px solid #cb72aa;
  box-sizing: border-box;
  color: #cb72aa;
}
.beauty .course_year_btn a:hover:after {
  border-top: 2px solid #cb72aa;
  border-right: 2px solid #cb72aa;
}

.nail .course_year_btn a {
  border: 1px solid #ec7aac;
  background: #ec7aac;
}
.nail .course_year_btn a:hover {
  background: #fff;
  border: 1px solid #ec7aac;
  box-sizing: border-box;
  color: #ec7aac;
}
.nail .course_year_btn a:hover:after {
  border-top: 2px solid #ec7aac;
  border-right: 2px solid #ec7aac;
}

.curriculum_point {
  margin-top: 30px;
}
.curriculum_point .inner02 {
  max-width: 1000px;
}
.curriculum_point .h-type02 {
  margin-bottom: 15px;
}
.curriculum_point .curriculum_point_list {
  font-weight: bold;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
.curriculum_point .curriculum_point_list:first-child {
  margin-top: 0;
}
.curriculum_point .curriculum_point_list .total {
  color: #67cf63;
}
.curriculum_point .curriculum_point_list .hair {
  color: #f46a6a;
}
.curriculum_point .curriculum_point_list .biyou {
  color: #f6ad53;
}
.curriculum_point .curriculum_point_list .beauty {
  color: #cb72aa;
}
.curriculum_point .curriculum_point_list .nail {
  color: #ec7aac;
}

.curriculum_point_inner {
  border-radius: 10px;
  padding: 50px;
}
.curriculum_point_inner.total {
  background: #f5f8ee;
  border: 2px solid #67cf63;
}
.curriculum_point_inner.total .h-type02 {
  color: #67cf63;
}
.curriculum_point_inner.hair {
  background: #fbeeee;
  border: 2px solid #f46a6a;
}
.curriculum_point_inner.hair .h-type02 {
  color: #f46a6a;
}
.curriculum_point_inner.biyou {
  background: #fff8ef;
  border: 2px solid #f6ad53;
}
.curriculum_point_inner.biyou .h-type02 {
  color: #f6ad53;
}
.curriculum_point_inner.beauty {
  background: #fcf0ff;
  border: 2px solid #cb72aa;
}
.curriculum_point_inner.beauty .h-type02 {
  color: #cb72aa;
}
.curriculum_point_inner.nail {
  background: #fff0f7;
  border: 2px solid #ec7aac;
}
.curriculum_point_inner.nail .h-type02 {
  color: #ec7aac;
}

.curriculum_point_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3%;
}
.curriculum_point_flex .curriculum_point_item {
  width: 48.5%;
}
.curriculum_point_flex .curriculum_point_item.wide {
  width: 100%;
}

#curriculum-grade .nen.grade1 h3::after {
  content: "1年次";
}
#curriculum-grade .nen.grade2 h3::after {
  content: "2年次";
}
#curriculum-grade .nen.grade3 h3::after {
  content: "3年次";
}
#curriculum-grade .nen .manabukoto > ul {
  width: 32%;
}
#curriculum-grade .nen .manabukoto.tab_leader_wrap > ul {
  width: 100%;
}
#curriculum-grade .nen h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.5;
  margin: 40px 0;
  padding: 0 0 0 100px;
  position: relative;
}
#curriculum-grade .nen h3::after {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  padding: 4px 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
#curriculum-grade .nen .pointsBox {
  text-align: center;
  margin: 0 0 40px;
  padding: 40px 0;
  position: relative;
}
#curriculum-grade .nen .pointsBox::after {
  content: "";
  width: 140px;
  height: 140px;
  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 .sikaku_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
#curriculum-grade .nen .sikaku_wrap ul {
  margin-right: 10px;
}
#curriculum-grade .nen .sikaku_wrap ul li {
  font-size: 12px;
}
#curriculum-grade .nen .sikaku_wrap ul li.tit {
  font-weight: bold;
}
#curriculum-grade .nen .manabukoto2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
#curriculum-grade .nen .manabukoto {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
#curriculum-grade .nen .manabukoto .wide {
  display: flex;
  gap: 0 2%;
  width: 100%;
}
#curriculum-grade .nen .manabukoto .wide .wide_inner {
  width: 32%;
}
#curriculum-grade .nen .manabukoto ul li {
  position: relative;
  margin-left: 1.5em;
  font-feature-settings: "palt";
  text-indent: -1.5em;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 5px;
}
#curriculum-grade .nen .manabukoto ul li.headline {
  font-weight: bold;
  margin: 0;
  text-indent: 0;
}
#curriculum-grade .nen .manabukoto ul li.headline.total {
  color: #67cf63;
}
#curriculum-grade .nen .manabukoto ul li.headline.hair {
  color: #f46a6a;
}
#curriculum-grade .nen .manabukoto ul li.headline.biyou {
  color: #f6ad53;
}
#curriculum-grade .nen .manabukoto ul li.headline.beauty {
  color: #cb72aa;
}
#curriculum-grade .nen .manabukoto ul li.headline.nail {
  color: #ec7aac;
}
#curriculum-grade .nen .manabukoto ul li.headline.basics {
  color: #84BAE5;
}
#curriculum-grade .nen .manabukoto ul li .attn {
  color: #f6ad53;
  font-size: 12px;
  letter-spacing: 0;
}
#curriculum-grade .nen .manabukoto ul li .disclist li {
  list-style: none;
  margin-left: 1em;
}
#curriculum-grade .nen .manabukoto ul li .disclist li:before {
  content: "・";
}
#curriculum-grade .nen .column > div {
  display: flex;
  justify-content: space-between;
}
#curriculum-grade .nen .column > div > div {
  width: calc(65% - 50px);
}
#curriculum-grade .nen .column > div > div .midashi {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 5px;
}
#curriculum-grade .nen .column > div figure {
  width: 35%;
  max-width: 350px;
}
#curriculum-grade .jikanwari_wrap {
  margin-top: 50px;
}
#curriculum-grade .jikanwari_wrap h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#curriculum-grade .jikanwari_wrap div {
  margin-bottom: 30px;
}
#curriculum-grade .jikanwari_wrap div:last-of-type {
  margin-bottom: 0;
}
#curriculum-grade .jikanwari_wrap div .grade {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#curriculum-grade .jikanwari_wrap div .attn {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
#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 .table_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#curriculum-grade .koma .table_wrap dl {
  width: 16.6666666667%;
  box-sizing: border-box;
  text-align: center;
}
#curriculum-grade .koma .table_wrap dl:last-child dd {
  border-right: 1px solid #cacaca;
}
#curriculum-grade .koma .table_wrap dl dt {
  background: #8c8c8c;
  border: solid 1px #cacaca;
  border-bottom: 0;
  border-right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 5px 0;
}
#curriculum-grade .koma .table_wrap dl dd {
  border: solid 1px #cacaca;
  border-right: 0;
  padding: 10px 0;
}
#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;
}

.license-list {
  display: flex;
  max-width: 1000px;
  padding: 0 20px;
  margin: 50px auto 0;
}
.license-list .list-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  background: #fff688;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.7;
  padding: 10px;
}
.license-list .list-title.total {
  color: #67cf63;
}
.license-list .list-title.hair {
  color: #f46a6a;
}
.license-list .list-title.biyou {
  color: #f6ad53;
}
.license-list .list-title.beauty {
  color: #cb72aa;
}
.license-list .list-title.nail {
  color: #ec7aac;
}
.license-list .list-title.basics {
  color: #84BAE5;
}
.license-list .list-title .text-s {
  font-size: 14px;
}
.license-list .list-item {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  width: 75%;
  background: #fffcdb;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  line-height: 1.5;
  padding: 15px;
}
.license-list .list-item-inner {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.license-list .list-item-inner .total {
  color: #67cf63;
}
.license-list .list-item-inner .hair {
  color: #f46a6a;
}
.license-list .list-item-inner .biyou {
  color: #f6ad53;
}
.license-list .list-item-inner .beauty {
  color: #cb72aa;
}
.license-list .list-item-inner .nail {
  color: #ec7aac;
}
.license-list .list-item-inner .basics {
  color: #84BAE5;
}
.license-list .list-item-inner .text-s {
  font-size: 14px;
}

/* -------各コースの色が違っている項目-------- */
#curriculum-grade.total_wrap .nen h3:after {
  background: #67cf63;
}
#curriculum-grade.total_wrap .nen .pointsBox {
  background: #e4f2c4;
}
#curriculum-grade.total_wrap .nen .pointsBox::after {
  content: "";
  background: url(/course_2027/total/img/curriculum/s_point.png) no-repeat;
  background-size: 100% auto;
}
#curriculum-grade.total_wrap .nen .manabukoto > ul > li.headline {
  color: #67cf63;
}
#curriculum-grade.total_wrap .nen .manabukoto > ul > li.headline::before {
  content: none;
}
#curriculum-grade.total_wrap .nen .manabukoto > ul > li::before {
  content: "■ ";
  color: #67cf63;
}
#curriculum-grade.total_wrap .jikanwari_wrap h3 span {
  color: #67cf63;
}
#curriculum-grade.total_wrap .koma h3::before {
  content: "■ ";
  color: #67cf63;
}
#curriculum-grade.hair_wrap .nen h3:after {
  background: #f46a6a;
}
#curriculum-grade.hair_wrap .nen .pointsBox {
  background: #fbeeee;
}
#curriculum-grade.hair_wrap .nen .pointsBox::after {
  content: "";
  background: url(/course_2027/hair-make/img/curriculum/s_point.png) no-repeat;
  background-size: 100% auto;
}
#curriculum-grade.hair_wrap .nen .manabukoto > ul > li:before {
  content: "■ ";
  color: #f46a6a;
}
#curriculum-grade.hair_wrap .nen .manabukoto > ul > li.headline {
  color: #f46a6a;
}
#curriculum-grade.hair_wrap .nen .manabukoto > ul > li.headline:before {
  content: none;
}
#curriculum-grade.hair_wrap .jikanwari_wrap h3 span {
  color: #f46a6a;
}
#curriculum-grade.hair_wrap .koma h3:before {
  content: "■ ";
  color: #f46a6a;
}
#curriculum-grade.nail_wrap .nen h3:after {
  background: #ec7aac;
}
#curriculum-grade.nail_wrap .nen .pointsBox {
  background: #ffe3f0;
}
#curriculum-grade.nail_wrap .nen .pointsBox::after {
  content: "";
  background: url(/course_2027/nail/img/curriculum/s_point.png) no-repeat;
  background-size: 100% auto;
}
#curriculum-grade.nail_wrap .nen .manabukoto > ul > li.headline {
  content: none;
}
#curriculum-grade.nail_wrap .nen .manabukoto > ul > li:before {
  content: "■ ";
  color: #ec7aac;
}
#curriculum-grade.nail_wrap .jikanwari_wrap h3 span {
  color: #ec7aac;
}
#curriculum-grade.nail_wrap .koma h3:before {
  content: "■ ";
  color: #ec7aac;
}

.column {
  border: solid 5px #cb72aa;
  border-radius: 15px;
  padding: 0 45px 50px;
}
.column .clmnHeading {
  color: #cb72aa;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  margin: 0 0 10px;
  padding: 0 25px;
  display: inline-block;
  position: relative;
  top: -20px;
  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;
}

#naitei .h3 {
  font-size: 22px;
  font-weight: bold;
  color: #cb72aa;
  border-bottom: 1px solid #cb72aa;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#naitei ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#naitei ul.col_2 li {
  width: 48%;
  max-width: 480px;
  margin-right: 4%;
}
#naitei ul.col_2 li:nth-child(2n) {
  margin-right: 0;
}
#naitei ul.col_3 li {
  width: 32%;
  max-width: 320px;
  margin-bottom: 20px;
}
#naitei ul.col_3 li:nth-child(3n) {
  margin-right: 0;
}
#naitei ul.col_3 li:nth-child(3n+1):nth-last-child(-n+3), #naitei ul.col_3 li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0;
}
#naitei ul li {
  line-height: 1.5;
  margin-right: 2%;
}
#naitei ul li .tit {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
#naitei ul li .name {
  font-size: 16px;
  margin-top: 5px;
}
#naitei ul li .company {
  margin-top: 5px;
}
#naitei ul li .cate {
  margin-top: 15px;
}
#naitei ul li .cate span {
  font-size: 16px;
  font-weight: bold;
}
#naitei ul li .school {
  font-size: 11px;
  margin-top: 5px;
}
#naitei .naitei_list_wrap {
  margin-top: 100px;
}
#naitei .naitei_list_wrap h3 + p {
  text-align: center;
  margin-bottom: 80px;
}
#naitei .naitei_list_wrap .naitei_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#naitei .naitei_list_wrap .naitei_list > div {
  width: 17.6%;
  max-width: 176px;
  text-align: center;
  margin-right: 3%;
}
#naitei .naitei_list_wrap .naitei_list > div:nth-child(5n) {
  margin-right: 0;
}
#naitei .naitei_list_wrap .naitei_list > div img {
  width: 100%;
  margin-bottom: 5px;
}
#naitei .naitei_list_wrap .naitei_list > div .company {
  font-size: 10px;
  margin-bottom: 5px;
  line-height: 1.8;
}
#naitei .naitei_list_wrap .naitei_list > div .brand {
  font-size: 15px;
  font-weight: bold;
  color: #cb72aa;
  margin-bottom: 5px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#naitei .naitei_list_wrap .naitei_list > div .name {
  font-size: 10px;
}
#naitei .naitei_list_wrap .naitei_list.sp_i {
  display: none;
}
#naitei .naitei_list_wrap .attn {
  text-align: left;
  font-size: 12px;
  margin-top: 20px;
}

/*----------.slider_bg--------*/
.slider_bg {
  padding: 50px 30px 80px;
  margin-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.slider_bg.total {
  background: linear-gradient(149deg, rgb(231, 255, 176) 0%, rgb(247, 255, 229) 34%, rgb(229, 254, 203) 100%);
}
.slider_bg.total .slider .midashi {
  color: #67cf63;
}
.slider_bg.hair-make {
  background: linear-gradient(149deg, rgb(255, 222, 222) 0%, rgb(255, 237, 225) 34%, rgb(255, 202, 202) 100%);
}
.slider_bg.hair-make .slider .midashi {
  color: #f46a6a;
}
.slider_bg.biyou {
  background: rgb(255, 241, 205);
}
.slider_bg.biyou .slider .midashi {
  color: #f6ad53;
}
.slider_bg.beauty {
  background: linear-gradient(149deg, rgb(253, 226, 245) 0%, rgb(253, 238, 246) 34%, rgb(245, 196, 232) 100%);
}
.slider_bg.beauty .slider .midashi {
  color: #cb72aa;
}
.slider_bg.nail {
  background: linear-gradient(149deg, rgb(255, 226, 228) 0%, rgb(255, 254, 245) 34%, rgb(255, 206, 220) 100%);
}
.slider_bg.nail .slider .midashi {
  color: #ec7aac;
}

/*----------.graduate_wrap--------*/
.graduate_wrap {
  padding: 50px 0;
  background: #eee;
  width: calc(100% - 60px);
  max-width: 2060px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.graduate_wrap ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.graduate_wrap ul li {
  width: 32%;
  max-width: 320px;
}
.graduate_wrap figure .company {
  font-size: 16px;
  font-weight: bold;
  color: #cb72aa;
  line-height: 1.7;
  margin: 10px 0;
}
.graduate_wrap figure .company span {
  font-size: 14px;
  color: #fff;
  background: #ec7aac;
  padding: 3px;
}
.graduate_wrap .text .name {
  font-weight: bold;
}
.graduate_wrap .text .name span {
  font-weight: normal;
  display: block;
}
.graduate_wrap .text .name span.course {
  font-size: 11px;
}
.graduate_wrap .graduate_midashi {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

/*----------.contest_wrap--------*/
.contest_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contest_list li {
  width: 23.5%;
  max-width: 235px;
}
.contest_list li .img {
  margin-bottom: 10px;
}
.contest_list li .contest_name {
  font-weight: bold;
  color: #cb72aa;
  margin-bottom: 10px;
  line-height: 1.5;
}
.contest_list li .title {
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0;
}
.contest_list li .team {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.contest_list li .name {
  font-feature-settings: "palt";
  font-size: 12px;
  line-height: 1.5;
}

.class-contents h3.class-name {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #67cf63;
  line-height: 0.5;
  margin: 70px 0 20px;
}
.class-contents h3.class-name:first-of-type {
  margin-top: 0;
}
.class-contents .lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1;
}
.class-contents .lead span {
  color: #67cf63;
}
.class-contents .point {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #67cf63;
  width: 80px;
  height: 32px;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Dancing Script", cursive;
  color: #fff;
}
.class-contents_wide .img {
  width: 100%;
  margin-bottom: 40px;
}
.class-contents_midashi {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 25px;
}
.class-contents_text {
  text-align: center;
  line-height: 2.5;
  border: 3px solid #67cf63;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.class-contents_text .note {
  margin-top: 20px;
  font-size: 12px;
}
.class-contents_text.mb_none {
  margin-bottom: 0;
}
.class-contents .note02 {
  text-align: right;
  font-size: 12px;
  margin: 10px 0 40px;
}
.class-contents_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.class-contents_list.col_4 li {
  width: 23.33%;
  max-width: 210px;
  margin-bottom: 40px;
}
.class-contents_list.col_4 li .title.name {
  margin-bottom: 0;
}
.class-contents_list li {
  position: relative;
  width: 31.11%;
  max-width: 280px;
}
.class-contents_list li a {
  display: block;
}
.class-contents_list li .img {
  position: relative;
}
.class-contents_list li .img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 75px;
  background: #67cf63;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-radius: 5px 5px 0 0;
  padding: 5px;
}
.class-contents_list li .img.year01:after {
  content: "1年次";
}
.class-contents_list li .img.year02:after {
  content: "2年次";
}
.class-contents_list li .img.year03:after {
  content: "3年次";
}
.class-contents_list li .img.year_none:after {
  display: none;
}
.class-contents_list li .title {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}
.class-contents_list li .title span {
  font-size: 12px;
}
.class-contents_list li .title.name {
  font-weight: bold;
  margin-bottom: 5px;
}
.class-contents_list li .title.ta_left {
  text-align: left;
}
.class-contents_list li img {
  width: 100%;
}
.class-contents_list.col5 li {
  width: 18.2222%;
  max-width: 164px;
}
.class-contents_qualify h4 {
  color: #67cf63;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #67cf63;
  margin-bottom: 10px;
}
.class-contents_qualify ul li {
  display: inline-block;
  margin-right: 1em;
  padding-left: 1.5em;
  position: relative;
}
.class-contents_qualify ul li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #67cf63;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.class-contents_qualify ul li.sub_title {
  width: 100%;
  color: #67cf63;
  padding-left: 0;
}
.class-contents_qualify ul li.sub_title:before {
  display: none;
}
.class-contents .img_jisseki {
  margin-bottom: 50px;
}
.class-contents .title_underline {
  font-size: 22px;
  font-weight: bold;
  color: #67cf63;
  border-bottom: 1px solid #67cf63;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.class-contents .graduate_intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.class-contents .graduate_intro li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31.11%;
  max-width: 280px;
}
.class-contents .graduate_intro li h4 {
  font-size: 18px;
  font-weight: bold;
  color: #67cf63;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.class-contents .graduate_intro li .text {
  margin-bottom: 20px;
}
.class-contents .graduate_intro_text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.class-contents .graduate_intro_text li {
  width: 31.11%;
  max-width: 280px;
}
.class-contents .graduate_intro_text li .shop {
  font-size: 14px;
  color: #67cf63;
  margin-bottom: 5px;
  line-height: 1;
}
.class-contents .graduate_intro_text li .name {
  font-size: 14px;
  line-height: 1.5;
}

.class-contents .points_wrap.mt_box {
  margin-top: 20px;
}
.class-contents .points_wrap li {
  align-items: flex-start;
  padding: 0;
}
.class-contents .points_wrap li:last-of-type {
  margin-bottom: 0;
}

.points_wrap li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 3px;
}
.points_wrap li:last-of-type {
  margin-bottom: 80px;
}
.points_wrap li.img_l .img {
  width: 50%;
  max-width: 450px;
}
.points_wrap li.img_l .inner_box {
  width: 44.44%;
  max-width: 400px;
}
.points_wrap li .img {
  position: relative;
  z-index: 1;
  width: 28%;
  max-width: 280px;
}
.points_wrap li .img:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -30px;
  left: -2em;
}
.points_wrap li .inner_box {
  width: 65%;
  max-width: 650px;
}
.points_wrap li .inner_box .class-contents_midashi {
  text-align: left;
  margin: 0 0 10px;
}
.points_wrap li .inner_box .tit {
  font-size: 20px;
  font-weight: bold;
  color: #cb72aa;
  line-height: 1.5;
  margin-bottom: 10px;
}
.points_wrap li .inner_box .btn_box {
  max-width: 200px;
  margin-top: 10px;
}
.points_wrap li .inner_box .btn_box a {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #cb72aa;
  box-sizing: border-box;
  text-align: center;
  color: #cb72aa;
  font-size: 14px;
  padding: 8px 0;
  border-radius: 9px;
  transition: all 0.5s ease;
}
.points_wrap li .inner_box .btn_box a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cb72aa;
  border-right: 2px solid #cb72aa;
  top: calc(50% - 0.3em);
  right: 20px;
  box-sizing: border-box;
  transform: rotate(45deg);
}
.points_wrap li .inner_box .btn_box a:hover {
  background: #cb72aa;
  border: 1px solid #cb72aa;
  box-sizing: border-box;
  color: #fff;
}
.points_wrap li .inner_box .btn_box a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.syokusyu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.syokusyu .column_tit {
  width: 123px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #cb72aa;
  margin-right: 25px;
  margin-top: 10px;
  padding: 8px 10px;
  position: relative;
}
.syokusyu .column_tit::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 10px;
  border-color: transparent transparent transparent #cb72aa;
  position: absolute;
  top: 0;
  right: -10px;
}
.syokusyu .column_ul {
  width: calc(100% - 143px);
  border-bottom: dotted 1px #cb72aa;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.syokusyu .column_ul.no_border {
  border-bottom: none;
}
.syokusyu .column_ul li {
  font-weight: bold;
  margin-right: 1em;
}
.syokusyu .column_ul li::before {
  content: "■ ";
  color: #cb72aa;
}

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

.course_btn {
  text-align: center;
  margin-bottom: 50px;
}
.course_btn a {
  border-radius: 10px;
  color: #fff;
  font-size: 26px;
  padding: 10px 100px;
  display: inline-block;
  position: relative;
  border: solid 1px transparent;
  transition: all 0.5s;
}
.course_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;
}
.course_btn a:hover::after {
  right: 10px;
}

.slider > div {
  max-width: 1000px;
  width: 100%;
  height: 350px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.slider > div figure {
  width: 50%;
}
.slider .slider_l {
  width: calc(50% - 50px);
  padding: 20px 4%;
}
.slider .h5 {
  font-size: 30px;
  line-height: 1.33;
  margin: 0 0 15px;
}
.slider .midashi {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
  color: #cb72aa;
  letter-spacing: 0.2px;
}

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

#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 ul {
  display: flex;
  flex-wrap: wrap;
}
.links02 ul li {
  width: calc((100% - 40px) / 3);
  margin: 0 20px 20px 0;
}
.links02 ul li:nth-child(3n) {
  margin-right: 0;
}
.links02 ul li img {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.links02 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 60px;
  display: block;
  position: relative;
}
.links02 ul li p::after {
  content: "";
  width: 23px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.4em);
  left: 23px;
}
.links02 ul li .link_text_s {
  font-size: 12px;
}
.links02 ul li.internship p::after {
  background-image: url(/course_2027/beauty/img/s_internship.svg);
}
.links02 ul li.internship02 p::after {
  background-image: url(/course_2027/beauty/img/s_internship02.svg);
}
.links02 ul li.works_art p::after {
  background-image: url(/course_2027/beauty/img/s_works_art.svg);
}
.links02 ul li.voice p::after {
  background-image: url(/course_2027/beauty/img/s_voice.svg);
}
.links02 ul li.teacher p::after {
  background-image: url(/course_2027/beauty/img/s_teacher.svg);
}
.links02 ul li.contest02 p::after {
  background-image: url(/course_2027/beauty/img/s_contest.svg);
}
.links02 ul li.facility p::after {
  background-image: url(/course_2027/beauty/img/s_contest.svg);
}
.links02 ul li.contest p::after {
  background-image: url(/course_2027/beauty/img/s_contest_ji.svg);
  height: 33px;
}
.links02 ul li.qa p::after {
  background-image: url(/course_2027/beauty/img/s_qa.svg);
}
.links02 ul li.curriculum p::after {
  background-image: url(/course_2027/beauty/img/s_curriculum.svg);
}
.links02 ul li.overseas p::after {
  background-image: url(/course_2027/beauty/img/s_overseas.svg);
}
.links02 ul li.hart p::after {
  background-image: url(/course_2027/beauty/img/s_hart.svg);
}
.links02 ul li.smile p::after {
  background-image: url(/course_2027/beauty/img/s_smile.svg);
}
.links02 ul li.make p::after {
  background-image: url(/course_2027/beauty/img/s_make.svg);
  width: 24px;
}
.links02 ul li.salon p::after {
  background-image: url(/course_2027/beauty/img/s_salon.svg);
  width: 25px;
}
.links02 ul li.works_hair p::after {
  background-image: url(/course_2027/beauty/img/s_work_hair.svg);
}
.links02 ul li.cr p {
  color: #cb72aa;
  background: #fff;
}
.links02 ul li.cr.internship p::after {
  background-image: url(/course_2027/beauty/img/s_internship_cr.svg);
}
.links02 ul li.cr.voice p::after {
  background-image: url(/course_2027/beauty/img/s_voice_cr.svg);
}
.links02 ul li.cr.teacher p::after {
  background-image: url(/course_2027/beauty/img/s_teacher_cr.svg);
}
.links02 ul li.cr.contest p::after {
  background-image: url(/course_2027/beauty/img/s_contest_ji_cr.svg);
}
.links02 ul li.cr.contest02 p::after {
  background-image: url(/course_2027/beauty/img/s_contest_cr.svg);
}
.links02 ul li.cr.curriculum p::after {
  background-image: url(/course_2027/beauty/img/s_curriculum_cr.svg);
}
.links02 ul li.cr.overseas p::after {
  background-image: url(/course_2027/beauty/img/s_overseas_cr.svg);
}

/* ---------.mv------------- */
.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 .subtitle {
  font-size: 25px;
  margin-bottom: 10px;
}
.mv .inner01 .c_title span {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #fff;
  color: #000;
  font-size: clamp(1.625rem, 1.097rem + 2.254vw, 3.125rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding: 5px;
}
.mv .inner01 .c_title span .text_s {
  font-size: 25px;
}
.mv .inner01 .c_title span.total {
  color: #67cf63;
}
.mv .inner01 .c_title span.hair {
  color: #f46a6a;
}
.mv .inner01 .c_title span.biyou {
  color: #f6ad53;
}
.mv .inner01 .c_title span.beauty {
  color: #cb72aa;
}
.mv .inner01 .c_title span.nail {
  color: #ec7aac;
}
.mv .inner01 .c_title span.basics {
  color: #84BAE5;
}
.mv .inner01 .info_list {
  display: flex;
  flex-direction: column;
  gap: 2px 0;
  font-size: 14px;
  margin-top: 8.33vw;
}
.mv .inner01 .info_list .total {
  color: #67cf63;
}
.mv .inner01 .info_list .hair {
  color: #f46a6a;
}
.mv .inner01 .info_list .biyou {
  color: #f6ad53;
}
.mv .inner01 .info_list .beauty {
  color: #cb72aa;
}
.mv .inner01 .info_list .nail {
  color: #ec7aac;
}
.mv .inner01 .info_list .basics {
  color: #84BAE5;
}
.mv .inner01 .year {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  background: #cb72aa;
  padding: 8px 10px;
  display: inline-block;
  margin-top: 10px;
}
.mv .inner01 .year span {
  font-size: 150%;
}
.mv .inner01 .excuse {
  margin-top: 10px;
}

/* ---------#new------------- */
#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 {
  display: flex;
}
#new ul li {
  width: calc((100% - 80px) / 5);
  text-align: center;
}
#new ul li figure {
  border: solid 1px #cb72aa;
  border-radius: 50%;
  margin: 0 20px 10px;
  padding: 4px;
}
#new ul li figure img {
  border-radius: 50%;
  height: 174px;
  object-fit: cover;
}

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

.flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 70px;
}
.flex_box p {
  width: 48%;
}

/* ---------#kamoku------------- */
#kamoku.wrap01 {
  background: linear-gradient(149deg, rgb(253, 226, 245) 0%, rgb(253, 238, 246) 34%, rgb(245, 196, 232) 100%);
}
#kamoku.wrap01 .h-type01 {
  margin-bottom: 60px;
}
#kamoku.wrap01 .h-type01 span {
  font-weight: normal;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 4px;
}
#kamoku.wrap01 .subtit {
  text-align: center;
  margin-bottom: 55px;
  position: relative;
}
#kamoku.wrap01 .subtit .inline {
  display: inline-block;
  border-bottom: solid 1px #cbcbcb;
  padding-bottom: 5px;
}
#kamoku.wrap01 .subtit .color {
  color: #cb72aa;
}
#kamoku.wrap01 ol.points {
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
}
#kamoku.wrap01 ol.points li {
  width: calc((100% - 100px) / 3);
  position: relative;
}
#kamoku.wrap01 ol.points li .arrow {
  position: absolute;
  bottom: 10%;
  width: 40px;
  height: 40px;
  border: solid 1px #cb72aa;
  border-radius: 50%;
  box-sizing: border-box;
  left: calc(50% - 20px);
}
#kamoku.wrap01 ol.points li .arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  transform: translate(-75%, -50%) rotate(45deg);
  position: absolute;
  border-top: solid 1px #cb72aa;
  border-right: solid 1px #cb72aa;
  top: 50%;
  left: 50%;
}
#kamoku.wrap01 ol.points li::before {
  content: none;
}
#kamoku.wrap01 ol.points li::after {
  content: "";
  width: 140px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -25px;
  left: 0;
}
#kamoku.wrap01 ol.points li:nth-child(1)::after {
  background-image: url(/course_2027/beauty/img/point_s_01.png);
}
#kamoku.wrap01 ol.points li:nth-child(2)::after {
  background-image: url(/course_2027/beauty/img/point_s_02.png);
}
#kamoku.wrap01 ol.points li:nth-child(3)::after {
  background-image: url(/course_2027/beauty/img/point_s_03.png);
}
#kamoku.wrap01 ol.points li div {
  width: 100%;
  height: 0;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding-bottom: 100%;
  position: relative;
}
#kamoku.wrap01 ol.points li div em {
  font-size: 15px;
  font-style: normal;
  line-height: 1.5;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#kamoku.wrap01 ol.points li div em span {
  font-size: 184%;
  line-height: 1.3;
}
#kamoku.wrap01 .qualify {
  display: flex;
  justify-content: space-between;
}
#kamoku.wrap01 .qualify > div {
  width: calc((100% - 40px) / 2);
}
#kamoku.wrap01 .qualify > div h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  background: #cb72aa;
  margin: 0 0 15px;
  padding: 3px 15px;
}
#kamoku.wrap01 .qualify > div ul li {
  padding-left: 1.5em;
  position: relative;
}
#kamoku.wrap01 .qualify > div ul li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #cb72aa;
  position: absolute;
  top: 0.5em;
  left: 0;
}

/* ---------#jisseki------------- */
.jisseki .h-type04.mt0 {
  margin-top: 0;
}
.jisseki img {
  width: 100%;
}
.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_sec {
  margin: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  display: block;
}
.jisseki .column {
  padding: 0 62px 48px;
}
.jisseki .column > div figure {
  max-width: 656px;
  margin: 0 auto 45px;
}
.jisseki .column > div > div {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.jisseki .column > div > div.column_sec {
  width: 100%;
  display: block;
}
.jisseki .column .column_tit {
  width: 123px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #cb72aa;
  margin-right: 25px;
  margin-top: 10px;
  padding: 8px 10px;
  position: relative;
}
.jisseki .column .column_tit::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 10px;
  border-color: transparent transparent transparent #cb72aa;
  position: absolute;
  top: 0;
  right: -10px;
}
.jisseki .column .column_ul {
  width: calc(100% - 143px);
  border-bottom: dotted 1px #cb72aa;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.jisseki .column .column_ul.no_border {
  border-bottom: none;
}
.jisseki .column .column_ul li {
  font-weight: bold;
  margin-right: 1em;
}
.jisseki .column .column_ul li::before {
  content: "■ ";
  color: #cb72aa;
}
.jisseki .column .note {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

.qualify ul {
  display: flex;
  flex-wrap: wrap;
}

.column_sec ul {
  display: flex;
  flex-wrap: wrap;
}
.column_sec ul li {
  margin-right: 1em;
  width: auto;
  text-indent: -1.4em;
  margin-left: 1.4em;
}
.column_sec ul li:before {
  content: "■ ";
  color: #cb72aa;
}

.result_flex {
  display: flex;
  flex-wrap: wrap;
}

.result_box {
  width: 30%;
  margin-bottom: 15px;
  margin-right: 5%;
}
.result_box:nth-child(3n) {
  margin-right: 0;
}

.result_tit {
  background: #cb72aa;
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.result_li {
  margin-left: 1em;
  text-indent: -1em;
}
.result_li span {
  color: #cb72aa;
}

.note_right {
  font-size: 12px;
  text-align: right;
  width: 100%;
}

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

.interview_box_l {
  width: 37.5%;
}

.interview_box_r {
  width: 56%;
}

.interview_name {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 10px;
}

.interview_sub_tit {
  color: #cb72aa;
  font-weight: bold;
  font-size: 24px;
}
.interview_sub_tit span {
  margin-bottom: 3px;
  border: solid 2px #cb72aa;
  display: inline-block;
  padding: 0 3px;
  font-size: 16px;
  margin-right: 8px;
  line-height: 1.5;
  vertical-align: middle;
}

.interview_tit {
  font-size: 30px;
  letter-spacing: 2px;
}

.interview_box02 {
  background: #f6fee9;
  padding: 12px 20px 15px;
  margin: 30px 0 90px;
  position: relative;
}

.interview_box02_tit {
  color: #cb72aa;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

.interview_box02_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interview_box02_li li {
  width: 32%;
}
.interview_box02_li li span {
  color: #cb72aa;
  display: inline-block;
  margin-right: 5px;
}
.interview_box02_li li span.small {
  color: #333;
  font-size: 4px;
  vertical-align: super;
}

.small_right {
  position: absolute;
  bottom: 0;
  right: 27px;
  bottom: 16px;
  font-size: 12px;
}

/* ---------prospective------------- */
section.prospective .column {
  text-align: left;
  padding: 0 45px 30px;
}
section.prospective .column > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
section.prospective .column > div figure {
  width: 350px;
}
section.prospective .column > div > div {
  width: calc(100% - 390px);
}
section.prospective .column > div > div .company {
  font-size: 30px;
  line-height: 1.333;
  margin: 0 0 30px;
}
section.prospective .column > div > div .prof {
  font-size: 20px;
  line-height: 1.6;
}
section.prospective .column > div > div .prof .school {
  font-size: 14px;
  margin-top: 10px;
}
section.prospective .column .course_btn {
  margin: 30px 0 0;
}

/* ---------check_wrap------------- */
section.check_wrap .column {
  text-align: left;
  padding: 0 45px 30px;
}
section.check_wrap .column .lead {
  margin-bottom: 40px;
}
section.check_wrap .column .inner_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.check_wrap .column .inner_wrap li {
  width: 45.5555%;
  max-width: 410px;
  margin-bottom: 40px;
}
section.check_wrap .column .inner_wrap li:last-child,
section.check_wrap .column .inner_wrap li li:nth-last-child(2):nth-child(even) {
  margin-bottom: 0;
}
section.check_wrap .column .inner_wrap li .img {
  margin-bottom: 10px;
}
section.check_wrap .column .inner_wrap li h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #67CF63;
  margin-bottom: 5px;
}

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

#movie.wrap01 {
  background: #f3f3f3;
}
#movie .h-type01 {
  font-family: "Josefin Sans", sans-serif;
}

.movie_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.movie_flex > div {
  width: 48%;
  margin-bottom: 40px;
  margin-right: 4%;
}
.movie_flex > div:nth-child(2n) {
  margin-right: 0;
}
.movie_flex > div:last-child {
  margin-right: 0;
}
.movie_flex > div iframe {
  width: 100%;
  height: 325px;
}

.bnr_ig {
  max-width: 1000px;
  margin: 50px auto;
}

.bnr_basics {
  max-width: 1000px;
  margin: 0 auto;
}

.mt_bnr {
  margin-top: 100px;
}

/* -------#up------------ */
#up .h-type02 {
  color: #cb72aa;
}

.up_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.up_box {
  width: 29%;
  text-align: center;
}

.up_roll {
  color: #cb72aa;
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0 7px;
  line-height: 1.5;
}

/* -------#focus------------ */
#focus.wrap01 {
  background: #f3f3f3;
}
#focus .h-type01 {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}
#focus .h-type02-mt {
  margin-top: 30px;
}
#focus .subtit {
  text-align: center;
}
#focus ul {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
}
#focus ul#works_list figure img {
  height: 200px;
  object-fit: cover;
}
#focus ul#candidate_list figure img {
  height: 300px;
  object-fit: cover;
}
#focus ul#graduate_list figure img {
  height: 199px;
  object-fit: cover;
}
#focus ul li {
  width: calc((100% - 100px) / 3);
  text-align: center;
  position: relative;
}
#focus ul li img {
  border-radius: 10px;
}
#focus ul li:hover img {
  opacity: 0.7;
}
#focus ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#focus ul li figure {
  margin: 0 0 10px;
}
#focus ul li .h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
#focus .more {
  text-align: center;
}
#focus .more a {
  font-size: 18px;
  border-bottom: dotted 1px #454545;
  padding: 0 0 15px;
  position: relative;
}

.arrow_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  background: #cb72aa;
  vertical-align: middle;
  margin-right: 5px;
}
.arrow_icon:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
  position: absolute;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  top: 50%;
  left: 50%;
}

/* -------point_sec------------ */
.point_sec.hair {
  background: linear-gradient(149deg, rgb(255, 222, 222) 0%, rgb(255, 237, 225) 34%, rgb(255, 202, 202) 100%);
}
.point_sec.hair .point_sec_title {
  background: #f46a6a;
}
.point_sec.hair .point_title {
  color: #f46a6a;
}
.point_sec.hair .point_title .text_l {
  text-shadow: 2px 2px 0 #f46a6a, -1px -1px 0 #f46a6a, -1px 1px 0 #f46a6a, 1px -1px 0 #f46a6a, 0px 1px 0 #f46a6a, 0 -1px 0 #f46a6a, -1px 0 0 #f46a6a, 1px 0 0 #f46a6a;
}
.point_sec.total {
  background: linear-gradient(149deg, rgb(231, 255, 176) 0%, rgb(247, 255, 229) 34%, rgb(229, 254, 203) 100%);
}
.point_sec.total .point_sec_title {
  background: #67cf63;
}
.point_sec.total .point_title {
  color: #67cf63;
}
.point_sec.total .point_title .text_l {
  text-shadow: 2px 2px 0 #67cf63, -1px -1px 0 #67cf63, -1px 1px 0 #67cf63, 1px -1px 0 #67cf63, 0px 1px 0 #67cf63, 0 -1px 0 #67cf63, -1px 0 0 #67cf63, 1px 0 0 #67cf63;
}
.point_sec.biyou {
  background: rgb(255, 241, 205);
}
.point_sec.biyou .point_sec_title {
  background: #f6ad53;
}
.point_sec.biyou .point_title {
  color: #f6ad53;
}
.point_sec.biyou .point_title .text_l {
  text-shadow: 2px 2px 0 #f6ad53, -1px -1px 0 #f6ad53, -1px 1px 0 #f6ad53, 1px -1px 0 #f6ad53, 0px 1px 0 #f6ad53, 0 -1px 0 #f6ad53, -1px 0 0 #f6ad53, 1px 0 0 #f6ad53;
}
.point_sec.beauty {
  background: linear-gradient(149deg, rgb(253, 226, 245) 0%, rgb(253, 238, 246) 34%, rgb(245, 196, 232) 100%);
}
.point_sec.beauty .point_sec_title {
  background: #cb72aa;
}
.point_sec.beauty .point_title {
  color: #cb72aa;
}
.point_sec.beauty .point_title .text_l {
  text-shadow: 2px 2px 0 #cb72aa, -1px -1px 0 #cb72aa, -1px 1px 0 #cb72aa, 1px -1px 0 #cb72aa, 0px 1px 0 #cb72aa, 0 -1px 0 #cb72aa, -1px 0 0 #cb72aa, 1px 0 0 #cb72aa;
}
.point_sec.nail {
  background: linear-gradient(149deg, rgb(255, 226, 228) 0%, rgb(255, 254, 245) 34%, rgb(255, 206, 220) 100%);
}
.point_sec.nail .point_sec_title {
  background: #ec7aac;
}
.point_sec.nail .point_title {
  color: #ec7aac;
}
.point_sec.nail .point_title .text_l {
  text-shadow: 2px 2px 0 #ec7aac, -1px -1px 0 #ec7aac, -1px 1px 0 #ec7aac, 1px -1px 0 #ec7aac, 0px 1px 0 #ec7aac, 0 -1px 0 #ec7aac, -1px 0 0 #ec7aac, 1px 0 0 #ec7aac;
}
.point_sec.basics {
  background: linear-gradient(149deg, rgb(240, 246, 252) 0%, rgb(216, 225, 235) 34%, rgb(201, 220, 234) 100%);
}
.point_sec.basics .point_sec_title {
  background: #84BAE5;
}
.point_sec.basics .point_title {
  color: #84BAE5;
}
.point_sec.basics .point_title .text_l {
  text-shadow: 2px 2px 0 #84BAE5, -1px -1px 0 #84BAE5, -1px 1px 0 #84BAE5, 1px -1px 0 #84BAE5, 0px 1px 0 #84BAE5, 0 -1px 0 #84BAE5, -1px 0 0 #84BAE5, 1px 0 0 #84BAE5;
}
.point_sec .point_sec_title {
  border-radius: 10px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 10px;
  margin-bottom: 30px;
}
.point_sec .point_sec_title span {
  font-size: 20px;
}
.point_sec .point_contents {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.point_sec .point_contents > li {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
}
.point_sec .point_contents > li.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7.5%;
  width: 100%;
}
.point_sec .point_contents .list_l {
  width: 42.5%;
}
.point_sec .point_contents .list_l .point_img_box {
  width: 100%;
}
.point_sec .point_contents .list_l .point_title {
  margin-top: 20px;
}
.point_sec .point_contents .list_r {
  width: 50%;
}
.point_sec .point_contents .list_r .list_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.point_sec .point_contents .list_r .list_title.total {
  color: #67cf63;
}
.point_sec .point_contents .list_r .img_graph {
  width: 60%;
  margin: 0 auto 20px;
}
.point_sec .point_contents .list_r .subject_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid #67cf63;
  padding: 10px;
}
.point_sec .point_contents .list_r .subject_list .title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #67cf63;
  line-height: 1.8;
}
.point_sec .point_contents .list_r li span {
  color: #67cf63;
}
.point_sec .point_contents .point_flex_box {
  display: flex;
  gap: 0 2%;
}
.point_sec .point_contents .point_img_box {
  position: relative;
  width: 42.5%;
  max-width: 425px;
}
.point_sec .point_contents .point_img_box .point_tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}
.point_sec .point_contents .point_text_box {
  width: 57.5%;
  max-width: 575px;
}
.point_sec .point_title {
  font-feature-settings: "palt";
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.point_sec .point_title .text_l {
  font-size: 32px;
  font-weight: bold;
  color: #fff100;
}
.point_sec .point_text {
  margin-top: 15px;
}
.point_sec .point_text .text_s {
  font-size: 12px;
}
.point_sec .point_item {
  margin-top: 50px;
}
.point_sec .point_item .column {
  padding: 0;
}
.point_sec .point_item .column > div figure {
  margin-bottom: 30px;
}
.point_sec .point_item .list_title {
  text-align: center;
  font-size: 22px;
  color: #67cf63;
  margin-bottom: 10px;
}
.point_sec .point_item .subject_flex {
  display: flex;
  align-items: center;
  gap: 0 25%;
}
.point_sec .point_item .img_graph {
  width: 30%;
  margin: 0 auto 10px;
}
.point_sec .point_item .subject_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 45%;
  border: 1px solid #67cf63;
  padding: 10px;
  gap: 2px;
  font-size: 12px;
  padding: 5px;
}
.point_sec .point_item .subject_list li {
  font-size: 15px;
}
.point_sec .point_item .subject_list span {
  color: #67cf63;
}
.point_sec .btn {
  text-align: center;
  margin-top: 50px;
}
.point_sec .btn a {
  position: relative;
  display: inline-block;
  width: 40%;
  max-width: 400px;
  background: #f6ad53;
  border: solid 1px #f6ad53;
  border-radius: 10px;
  color: #fff;
  font-size: 26px;
  padding: 10px;
  transition: all 0.5s;
}
.point_sec .btn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.point_sec .btn a:hover {
  background: #fff;
  color: #f6ad53;
}
.point_sec .btn a:hover::after {
  border-color: #f6ad53;
}

/* -------アコーディオン------------ */
.sec_ac_btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 10px;
  margin: 20px auto 0;
  transition: all 0.3s;
  cursor: pointer;
}
.sec_ac_btn.total {
  background: #67cf63;
}
.sec_ac_btn.hair {
  background: #f46a6a;
}
.sec_ac_btn.biyou {
  background: #f6ad53;
}
.sec_ac_btn.beauty {
  background: #cb72aa;
}
.sec_ac_btn.nail {
  background: #ec7aac;
}
.sec_ac_btn.basics {
  background: #84BAE5;
}
.sec_ac_btn::before, .sec_ac_btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.sec_ac_btn::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
.sec_ac_btn a.hair {
  color: #f46a6a;
  border: 1px solid #f46a6a;
}
.sec_ac_btn a.hair::after {
  border-top: solid 2px #f46a6a;
  border-right: solid 2px #f46a6a;
}
.sec_ac_btn a.hair:hover {
  background: #f46a6a;
  color: #fff;
}
.sec_ac_btn a.hair:hover::after {
  right: 10px;
  border-color: #fff;
}
.sec_ac_btn a.biyou {
  color: #f6ad53;
  border: 1px solid #f6ad53;
}
.sec_ac_btn a.biyou::after {
  border-top: solid 2px #f6ad53;
  border-right: solid 2px #f6ad53;
}
.sec_ac_btn a.biyou:hover {
  background: #f6ad53;
  color: #fff;
}
.sec_ac_btn a.biyou:hover::after {
  right: 10px;
  border-color: #fff;
}
.sec_ac_btn a.beauty {
  color: #cb72aa;
  border: 1px solid #cb72aa;
}
.sec_ac_btn a.beauty::after {
  border-top: solid 2px #cb72aa;
  border-right: solid 2px #cb72aa;
}
.sec_ac_btn a.beauty:hover {
  background: #cb72aa;
  color: #fff;
}
.sec_ac_btn a.beauty:hover::after {
  right: 10px;
  border-color: #fff;
}
.sec_ac_btn a.nail {
  color: #ec7aac;
  border: 1px solid #ec7aac;
}
.sec_ac_btn a.nail::after {
  border-top: solid 2px #ec7aac;
  border-right: solid 2px #ec7aac;
}
.sec_ac_btn a.nail:hover {
  background: #ec7aac;
  color: #fff;
}
.sec_ac_btn a.nail:hover::after {
  right: 10px;
  border-color: #fff;
}
.sec_ac_btn a.basics {
  color: #84BAE5;
  border: 1px solid #84BAE5;
}
.sec_ac_btn a.basics::after {
  border-top: solid 2px #84BAE5;
  border-right: solid 2px #84BAE5;
}
.sec_ac_btn a.basics:hover {
  background: #84BAE5;
  color: #fff;
}
.sec_ac_btn a.basics:hover::after {
  right: 10px;
  border-color: #fff;
}
.sec_ac_btn.open::after {
  transform: translateY(-1px) rotate(0deg);
}
.sec_ac_btn.curriculum {
  margin-top: 30px;
}

.sec_ac_item {
  margin-top: 40px;
  padding: 30px 50px;
  border-radius: 10px;
}
.sec_ac_item.total {
  border: 3px solid #67cf63;
  background: #f6fff5;
}
.sec_ac_item.hair {
  border: 3px solid #f46a6a;
  background: #fcf0f0;
}
.sec_ac_item.biyou {
  border: 3px solid #f6ad53;
  background: #fff2e3;
}
.sec_ac_item.beauty {
  border: 3px solid #cb72aa;
  background: #f5eaf1;
}
.sec_ac_item.nail {
  border: 3px solid #ec7aac;
  background: #ffeff6;
}
.sec_ac_item.basics {
  border: 3px solid #84BAE5;
  background: #F0F6FC;
}
.sec_ac_item.curriculum {
  margin-top: 20px;
  background: #fffcdb;
}
.sec_ac_item.curriculum .license-list {
  display: block;
  background: none;
  margin-top: 0;
}
.sec_ac_item.curriculum .license-list .list-item {
  width: 100%;
  padding: 0;
}

.sec_ac_closebtn,
.active_ac_closebtn {
  width: 40%;
  max-width: 400px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 10px;
  margin: 30px auto 0;
  transition: all 0.3s;
  cursor: pointer;
}
.sec_ac_closebtn.total,
.active_ac_closebtn.total {
  background: #67cf63;
  border: 2px solid #67cf63;
}
.sec_ac_closebtn.total:hover,
.active_ac_closebtn.total:hover {
  background: #fff;
  color: #67cf63;
}
.sec_ac_closebtn.hair,
.active_ac_closebtn.hair {
  background: #f46a6a;
  border: 2px solid #f46a6a;
}
.sec_ac_closebtn.hair:hover,
.active_ac_closebtn.hair:hover {
  background: #fff;
  color: #f46a6a;
}
.sec_ac_closebtn.biyou,
.active_ac_closebtn.biyou {
  background: #f6ad53;
  border: 2px solid #f6ad53;
}
.sec_ac_closebtn.biyou:hover,
.active_ac_closebtn.biyou:hover {
  background: #fff;
  color: #f6ad53;
}
.sec_ac_closebtn.beauty,
.active_ac_closebtn.beauty {
  background: #cb72aa;
  border: 2px solid #cb72aa;
}
.sec_ac_closebtn.beauty:hover,
.active_ac_closebtn.beauty:hover {
  background: #fff;
  color: #cb72aa;
}
.sec_ac_closebtn.nail,
.active_ac_closebtn.nail {
  background: #ec7aac;
  border: 2px solid #ec7aac;
}
.sec_ac_closebtn.nail:hover,
.active_ac_closebtn.nail:hover {
  background: #fff;
  color: #ec7aac;
}
.sec_ac_closebtn.basics,
.active_ac_closebtn.basics {
  background: #84BAE5;
  border: 2px solid #84BAE5;
}
.sec_ac_closebtn.basics:hover,
.active_ac_closebtn.basics:hover {
  background: #fff;
  color: #84BAE5;
}

/* ---------TOPICS------------- */
.topics {
  background: #f3f3f3;
  padding: 50px 0;
}

/* ---------OCバナー------------- */
.bnr_oc {
  text-align: center;
}
.bnr_oc .babble {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #ff41a6;
  border-radius: 50px;
  padding: 10px 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #ff41a6;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bnr_oc .babble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #ff41a6 transparent transparent;
  translate: -50% 100%;
}
.bnr_oc .babble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 11.4px 7.6px 0 7.6px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

/* -------#faq------------ */
#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:hover {
  cursor: pointer;
}
#faq.wrap01 .more.open:after {
  content: none;
}

/* -------#insta------------ */
#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;
}
#insta ul {
  display: flex;
  flex-wrap: wrap;
}
#insta ul li {
  width: 12.5%;
}
#insta ul li a {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#insta ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------bridal pro------------- */
.pro_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro_box {
  width: 22.5%;
}
.pro_box:last-of-type .pro_img::after {
  content: none;
}

.pro_img {
  position: relative;
}
.pro_img:after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: -32px;
  width: 20px;
  height: 20px;
  margin: auto;
  box-sizing: border-box;
  border: 10px solid transparent;
  border-left: 10px solid #cb72aa;
}

.pro_tit {
  font-weight: bold;
  font-size: 16px;
  color: #cb72aa;
  text-align: center;
  margin: 13px 0 0px;
  letter-spacing: 0px;
}

.pro_sub_tit {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
}

.pro_text {
  font-size: 13px;
  letter-spacing: 0px;
}

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

.sche_box {
  width: 23.5%;
}

.sche_day {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.sche_detail_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.sche_line {
  position: absolute;
  top: 0;
  left: 11.5px;
  width: 2px;
  border-left: dotted 2px #cb72aa;
  height: 80%;
  z-index: 1;
}

.sche_detail_box02 .sche_line {
  height: 67%;
}

.sche_no {
  width: 25px;
  height: 25px;
  font-size: 15px;
  margin-right: 10px;
  color: #fff;
  background: #cb72aa;
  text-align: center;
  line-height: 25px;
  z-index: 3;
}

.seche_detail {
  width: calc(100% - 35px);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/*----------.slickのカスタマイズ--------*/
.slickslider-wrap .slick-prev,
.slickslider-wrap .slick-next {
  border-radius: 50px;
  z-index: 99;
}
.slickslider-wrap .slick-prev {
  left: 0;
}
.slickslider-wrap .slick-next {
  right: 0;
}
.slickslider-wrap .slick-dots li {
  width: 10px;
  height: 10px;
}
.slickslider-wrap.total .slick-prev,
.slickslider-wrap.total .slick-next {
  background: #67cf63;
}
.slickslider-wrap.total .slick-dots li.slick-active button::before {
  background: #67cf63;
}
.slickslider-wrap.hair .slick-prev,
.slickslider-wrap.hair .slick-next {
  background: #f46a6a;
}
.slickslider-wrap.hair .slick-dots li.slick-active button::before {
  background: #f46a6a;
}
.slickslider-wrap.biyou .slick-prev,
.slickslider-wrap.biyou .slick-next {
  background: #f6ad53;
}
.slickslider-wrap.biyou .slick-dots li.slick-active button::before {
  background: #f6ad53;
}
.slickslider-wrap.beauty .slick-prev,
.slickslider-wrap.beauty .slick-next {
  background: #cb72aa;
}
.slickslider-wrap.beauty .slick-dots li.slick-active button::before {
  background: #cb72aa;
}
.slickslider-wrap.nail .slick-prev,
.slickslider-wrap.nail .slick-next {
  background: #ec7aac;
}
.slickslider-wrap.nail .slick-dots li.slick-active button::before {
  background: #ec7aac;
}

/*----------.grade-slider--------*/
.grade-slider_wrap {
  overflow: hidden;
}
.grade-slider_wrap .slick-list {
  overflow: visible;
}
.grade-slider_wrap .slick-slide {
  background: #f5f8ee;
  border: 2px solid #67cf63;
  border-radius: 10px;
  padding: 50px;
  margin: 0 15px;
}
.grade-slider_wrap.total {
  margin-top: 80px;
}
.grade-slider_wrap.total .slick-slide {
  background: #f5f8ee;
  border: 2px solid #67cf63;
}
.grade-slider_wrap.hair {
  margin-top: 0;
}
.grade-slider_wrap.hair .slick-slide {
  background: #fcf0f0;
  border: 2px solid #f46a6a;
}
.grade-slider_wrap.biyou {
  margin-top: 0;
}
.grade-slider_wrap.biyou .slick-slide {
  background: #fff8ef;
  border: 2px solid #f6ad53;
}
.grade-slider_wrap.beauty {
  margin-top: 0;
}
.grade-slider_wrap.beauty .slick-slide {
  background: #fcf0ff;
  border: 2px solid #cb72aa;
}
.grade-slider_wrap.beauty .column .clmnHeading {
  background: #fcf0ff;
  margin-bottom: 0;
}
.grade-slider_wrap.nail {
  margin-top: 0;
}
.grade-slider_wrap.nail .slick-slide {
  background: #fff0f7;
  border: 2px solid #ec7aac;
}
.grade-slider_wrap .slick-prev.slick-disabled,
.grade-slider_wrap .slick-next.slick-disabled {
  opacity: 0;
  transition: all 0.3s;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* PCのみ用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* PCのみ */
  .links02 ul li:hover figure {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .links02 ul li:hover figure img {
    transform: scale(1.1);
  }
  /* -------------------PCのみ END------------------------- */
}
@media screen and (max-width: 960px) {
  .mv {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1060px) {
  .mv .figure {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 750px) {
  .syokusyu {
    gap: 5px 2%;
    width: 100%;
    margin: 0;
    display: block;
  }
  .syokusyu .column_tit {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .syokusyu .column_tit::after {
    border-width: 15px 0 15px 20px;
    right: -20px;
  }
  .syokusyu .column_ul {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .syokusyu .column_ul li {
    display: block;
    width: 49%;
    text-align: left;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-right: 0;
  }
}
/* ---------------全デバイス共通(pc)-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;
  }
  .inner02 {
    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-type01 .text_s {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .h-type02 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .h4-type01 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .h3_underline {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .h3_underline .text_s {
    font-size: 14px;
  }
  .h_tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .h_tit span {
    width: 25px;
    line-height: 1.5;
  }
  .h_tit.lead_tit {
    margin-bottom: 5px;
  }
  .h_tit.ls0 {
    letter-spacing: 0;
  }
  .mt01 {
    margin-top: 15px;
  }
  .mt02 {
    margin-top: 50px;
  }
  .mb01 {
    margin-bottom: 30px;
  }
  section {
    margin-bottom: 40px;
  }
  .lead.center {
    text-align: left;
  }
  .btn_basic {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
  }
  .btn_basic a {
    padding: 10px;
  }
  .btn_basic a::after {
    right: 10px;
  }
  .btn_basic a:hover {
    background: #cb72aa;
    border: 1px solid #fff;
    color: #fff;
  }
  .btn_basic a:hover::after {
    border-color: #fff;
  }
  .btn_basic.biyou a:hover {
    background: #f6ad53;
    color: #fff;
  }
  .btn_basic.biyou a:hover::after {
    border-color: #fff;
  }
  .point_btn {
    margin-top: 10px;
  }
  .point_btn a {
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 0;
  }
  .point_btn a::after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .point_btn a:hover {
    color: #cb72aa;
    background: #fff;
  }
  .point_btn a:hover::after {
    border-color: #cb72aa;
  }
  .point_main_title {
    font-size: 18px;
  }
  .point_main_text {
    margin-top: 5px;
  }
  .pr_wrap {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .pr_wrap::before, .pr_wrap::after {
    height: 3px;
    width: 60px;
  }
  .pr_wrap::before {
    margin-right: 5px;
    transform: rotate(60deg);
  }
  .pr_wrap::after {
    margin-left: 5px;
    transform: rotate(-60deg);
  }
  .announce {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .course_year_btn {
    width: 100%;
    margin: 0 auto 25px;
  }
  .course_year_btn a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: calc(50% - 0.3em);
    right: 10px;
    box-sizing: border-box;
    transform: rotate(45deg);
  }
  .curriculum_point {
    margin-top: 15px;
  }
  .curriculum_point .inner02 {
    max-width: 100%;
  }
  .curriculum_point .h-type02 {
    margin-bottom: 10px;
  }
  .curriculum_point .curriculum_point_list {
    font-size: 12px;
    margin-top: 5px;
  }
  .curriculum_point_inner {
    padding: 20px;
  }
  .curriculum_point_flex {
    gap: 10px 2%;
  }
  .curriculum_point_flex .curriculum_point_item {
    width: 49%;
  }
  #curriculum-grade .nen .manabukoto > ul {
    width: 49%;
  }
  #curriculum-grade .nen .manabukoto > ul.row1 {
    width: 100%;
  }
  #curriculum-grade .nen h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 20px 0;
    padding: 0 0 0 70px;
    position: relative;
  }
  #curriculum-grade .nen h3::after {
    font-size: 12px;
    top: 6px;
  }
  #curriculum-grade .nen .pointsBox {
    margin: 0 0 6vw;
    padding: 10vw 5px 6vw;
  }
  #curriculum-grade .nen .pointsBox::after {
    width: 70px;
    height: 70px;
    top: -20px;
    left: 0;
  }
  #curriculum-grade .nen .pointsBox ul li {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #curriculum-grade .nen .add {
    top: -10px;
  }
  #curriculum-grade .nen .sikaku_wrap {
    display: block;
    margin-bottom: 35px;
  }
  #curriculum-grade .nen .sikaku_wrap ul {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #curriculum-grade .nen .sikaku_wrap ul:last-of-type {
    margin-bottom: 0;
  }
  #curriculum-grade .nen .manabukoto2 {
    font-size: 16px;
    margin: 0 0 4vw;
  }
  #curriculum-grade .nen .manabukoto {
    flex-wrap: wrap;
    gap: 2px 2%;
  }
  #curriculum-grade .nen .manabukoto > ul {
    width: 49%;
  }
  #curriculum-grade .nen .manabukoto > ul.last {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
    width: 100%;
  }
  #curriculum-grade .nen .manabukoto > ul.last li {
    width: calc(49% - 1.5rem);
  }
  #curriculum-grade .nen .manabukoto > ul li {
    font-size: 12px;
    line-height: 1.5;
  }
  #curriculum-grade .nen .column > div {
    display: block;
  }
  #curriculum-grade .nen .column > div > div {
    width: 100%;
    margin: 0 0 5vw;
  }
  #curriculum-grade .nen .column > div > div .midashi {
    font-size: 18px;
  }
  #curriculum-grade .nen .column > div figure {
    width: 100%;
    margin: 0 auto;
  }
  #curriculum-grade .jikanwari_wrap {
    margin-top: 25px;
  }
  #curriculum-grade .jikanwari_wrap div {
    margin-bottom: 15px;
  }
  #curriculum-grade .jikanwari_wrap div .grade {
    margin-bottom: 10px;
  }
  #curriculum-grade .koma {
    margin: 6vw 0 0 0;
  }
  #curriculum-grade .koma h3 {
    font-size: 16px;
  }
  #curriculum-grade .koma .table_wrap dl {
    width: 33.3333333333%;
  }
  #curriculum-grade .koma .table_wrap dl dt {
    font-size: 13px;
  }
  #curriculum-grade .koma .table_wrap dl:nth-child(3n) dd {
    border-right: 1px solid #cacaca;
  }
  .license-list {
    display: block;
    padding: 0;
    margin-top: 35px;
  }
  .license-list .list-title {
    width: 100%;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    padding: 15px;
  }
  .license-list .list-title .text-s {
    font-size: 12px;
  }
  .license-list .list-item {
    gap: 5px 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 10px;
  }
  .column {
    border-width: 3px;
    padding: 0 5vw 5vw;
  }
  .column .clmnHeading {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 15px;
    top: -5px;
  }
  .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%);
  }
  /*----------.slider_bg--------*/
  .slider_bg {
    padding: 25px 15px 40px;
    margin-top: 40px;
  }
  #tocattop a {
    font-size: 16px;
    padding: 15px 0;
    display: block;
  }
  #spsite h3 {
    font-size: 16px;
  }
  #spsite .ban {
    width: 100%;
  }
  .mv {
    width: 92vw;
    max-width: 92vw;
    background: linear-gradient(149deg, rgb(255, 239, 203) 0%, rgb(255, 239, 203) 50%, rgb(255, 220, 205) 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 .subtitle {
    font-size: 18px;
    text-shadow: 0 0 8px rgb(255, 255, 255);
    margin: -30px 0 5px;
  }
  .mv .inner01 .c_title span {
    font-size: 26px;
    line-height: 1.5;
  }
  .mv .inner01 .c_title span .text_s {
    font-size: 18px;
  }
  .mv .inner01 ul {
    margin: 10px 0 10px;
  }
  .mv .inner01 ul li {
    font-size: 12px;
  }
  .mv .inner01 ul li em span {
    font-size: 135%;
  }
  .mv .inner01 .year {
    font-size: 14px;
    padding: 6px 10px;
    margin-top: 5px;
  }
  .mv .inner01 .info_list {
    margin-top: 10px;
  }
  #naitei .h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #naitei ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #naitei ul.col_2 li, #naitei ul.col_3 li {
    width: 48%;
    margin: 0 0 10px 0;
  }
  #naitei ul.col_3 li:nth-child(3n+1):nth-last-child(-n+3), #naitei ul.col_3 li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 10px;
  }
  #naitei ul li .tit {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #naitei ul li .name {
    font-size: 14px;
  }
  #naitei .naitei_list_wrap {
    margin-top: 50px;
    /*アコーディオン全体*/
  }
  #naitei .naitei_list_wrap h3 + p {
    margin-bottom: 40px;
  }
  #naitei .naitei_list_wrap .naitei_list {
    display: flex;
    justify-content: space-between;
  }
  #naitei .naitei_list_wrap .naitei_list > div {
    width: 48%;
    max-width: 48%;
    margin-right: 0;
  }
  #naitei .naitei_list_wrap .naitei_list > div .brand {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  #naitei .naitei_list_wrap .naitei_list.sp_i {
    display: flex;
    justify-content: space-between;
  }
  #naitei .naitei_list_wrap .naitei_list.pc_i {
    display: none;
  }
  #naitei .naitei_list_wrap .accordion-area {
    display: block;
    width: 100%;
  }
  #naitei .naitei_list_wrap .accordion-area > li {
    /*アコーディオンで現れるエリア*/
  }
  #naitei .naitei_list_wrap .accordion-area > li .title {
    position: relative;
    cursor: pointer;
    background: #cb72aa;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    padding: 20px 0;
    transition: all 0.5s ease;
    margin-top: 10px;
    border-radius: 10px;
  }
  #naitei .naitei_list_wrap .accordion-area > li .title::before, #naitei .naitei_list_wrap .accordion-area > li .title::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 2px;
    background-color: #fff;
  }
  #naitei .naitei_list_wrap .accordion-area > li .title::before {
    top: 48%;
    right: 15px;
    transform: rotate(0deg);
  }
  #naitei .naitei_list_wrap .accordion-area > li .title::after {
    top: 48%;
    right: 15px;
    transform: rotate(90deg);
  }
  #naitei .naitei_list_wrap .accordion-area > li .title.close::before {
    transform: rotate(0deg);
  }
  #naitei .naitei_list_wrap .accordion-area > li .title.close::after {
    display: none;
  }
  #naitei .naitei_list_wrap .accordion-area > li .box {
    display: none; /*はじめは非表示*/
  }
  #naitei .naitei_list_wrap .accordion-area > li .box .box_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #naitei .naitei_list_wrap .accordion-area > li .box .box_inner > div {
    width: 48%;
    text-align: center;
  }
  #naitei .naitei_list_wrap .accordion-area > li .box .box_inner > div img {
    width: 100%;
    margin-bottom: 5px;
  }
  #naitei .naitei_list_wrap .accordion-area > li .box .box_inner > div .company {
    font-size: 10px;
    margin-bottom: 5px;
  }
  #naitei .naitei_list_wrap .accordion-area > li .box .box_inner > div .brand {
    font-size: 14px;
    font-weight: bold;
    color: #cb72aa;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
  }
  #naitei .naitei_list_wrap .accordion-area > li .box .box_inner > div .name {
    font-size: 10px;
  }
  /*----------.graduate_wrap--------*/
  .graduate_wrap {
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 25px 0;
  }
  .graduate_wrap ul {
    gap: 20px 4%;
  }
  .graduate_wrap ul li {
    width: 48%;
    max-width: 48%;
  }
  .graduate_wrap figure .company {
    font-size: 15px;
    font-weight: bold;
    color: #ec7aac;
    margin: 5px 0;
  }
  .graduate_wrap figure .company span {
    display: block;
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
  }
  .graduate_wrap .text .name {
    font-weight: bold;
  }
  .graduate_wrap .text .name span {
    font-weight: normal;
    display: block;
  }
  .graduate_wrap .text .name span.course {
    font-size: 10px;
  }
  .graduate_wrap .graduate_midashi {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /*----------.grade-slider--------*/
  .grade-slider_wrap .slick-slide {
    padding: 15px;
    margin: 0 5px;
  }
  .grade-slider_wrap.total {
    margin-top: 40px;
  }
  /*----------.contest_wrap--------*/
  .contest_list li {
    width: 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
  .contest_list li:nth-child(3), .contest_list li:last-child {
    margin-bottom: 0;
  }
  .contest_list li .img {
    margin-bottom: 5px;
  }
  .contest_list li .contest_name {
    margin-bottom: 5px;
  }
  .contest_list li .title {
    margin: 5px 0;
  }
  .up_flex {
    margin-top: 30px;
  }
  .up_box {
    width: 100%;
  }
  .up_box p {
    text-align: center;
    margin-bottom: 10px;
  }
  .up_box p img {
    width: 75%;
  }
  .up_roll {
    font-size: 14px;
    margin: 8px 0 4px;
  }
  #new h3 {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    position: relative;
  }
  #new ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #new ul li {
    width: 46.3%;
    text-align: left;
    margin-bottom: 5px;
    margin-right: 7.4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #new ul li figure {
    width: 93.7%;
    margin: 0 auto 8px;
  }
  #new ul li figure img {
    height: 160px;
  }
  #new ul li p {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  #new ul li:nth-child(2n) {
    margin-right: 0;
  }
  #new ul li:nth-child(n+5) {
    display: none;
  }
  .class-contents .points_wrap {
    margin-bottom: 0;
  }
  .points_wrap {
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .points_wrap li {
    display: block;
    margin-bottom: 3px;
    padding: 25px;
  }
  .points_wrap li .img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .points_wrap li .img:after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -25px;
    left: 0;
  }
  .points_wrap li .inner_box {
    width: 100%;
    max-width: 100%;
  }
  .points_wrap li .inner_box .tit {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .points_wrap li .inner_box .btn_box {
    max-width: 100%;
    margin-top: 10px;
  }
  .points_wrap li .inner_box .btn_box a {
    width: 100%;
    background: transparent;
    border: 1px solid #cb72aa;
    box-sizing: border-box;
    text-align: center;
    color: #cb72aa;
    font-size: 14px;
    padding: 8px 0;
    border-radius: 9px;
    transition: none;
  }
  .points_wrap li .inner_box .btn_box a:after {
    width: 4px;
    height: 4px;
    right: 10px;
  }
  .points_wrap li .inner_box .btn_box a:hover {
    background: transparent;
    border: 1px solid #cb72aa;
    box-sizing: border-box;
    color: #cb72aa;
  }
  .points_wrap li .inner_box .btn_box a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .step_wrap {
    display: block;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .step_wrap > li {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .step_wrap > li .grade {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 3px 8px;
  }
  .step_wrap > li .grade span {
    font-size: 15px;
  }
  .step_wrap > li .headline {
    line-height: 1.4;
    font-size: 15px;
    color: #cb72aa;
    margin-bottom: 5px;
  }
  .step_wrap > li .list {
    text-align: left;
  }
  .step_wrap > li .list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
  }
  .step_wrap > li .list li:before {
    content: "■";
  }
  .step_wrap.col_2 > li {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .step_wrap.col_2 > li:last-child {
    margin-bottom: 0;
  }
  /* ---------#lead------------- */
  #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;
  }
  #lead h3 + p {
    text-align: left;
    margin-bottom: 40px;
  }
  .result_box {
    width: 48%;
    margin-right: 4%;
  }
  .result_box:nth-child(3n) {
    margin-right: 4%;
  }
  .result_box:nth-child(2n) {
    margin-right: 0;
  }
  .note_right {
    text-align: left;
  }
  .interview_box {
    flex-direction: column-reverse;
  }
  .interview_box_l {
    text-align: center;
    margin-top: 13px;
    width: 100%;
  }
  .interview_box_l img {
    width: 80%;
  }
  .interview_sub_tit {
    font-size: 16px;
  }
  .interview_sub_tit span {
    font-size: 13px;
  }
  .interview_tit {
    font-size: 20px;
  }
  .interview_box_r {
    width: 100%;
  }
  .interview_box02 {
    margin: 30px 0 45px;
  }
  .interview_box02_li li {
    width: 100%;
  }
  .small_right {
    bottom: 14px;
    font-size: 10px;
  }
  /* ---------#kamoku------------- */
  .class-contents h3.class-name {
    font-size: 25px;
    margin: 35px 0 10px;
  }
  .class-contents .lead {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .class-contents .point {
    font-size: 18px;
  }
  .class-contents_midashi {
    font-size: 18px;
    margin: 25px 0 20px;
    line-height: 1.5;
  }
  .class-contents_text {
    margin-bottom: 25px;
  }
  .class-contents_list.sp_col3 li {
    width: 32%;
    max-width: 32%;
    margin-bottom: 0;
  }
  .class-contents_list.sp_col2 {
    justify-content: center;
  }
  .class-contents_list.sp_col2 li {
    width: 48%;
    max-width: 48%;
    margin-right: 4%;
  }
  .class-contents_list.sp_col2 li:nth-child(3) {
    margin-right: 4%;
  }
  .class-contents_list.sp_col2 li:nth-child(2n), .class-contents_list.sp_col2 li:last-child {
    margin-right: 0;
  }
  .class-contents_list.col_4 li {
    width: 48%;
    max-width: 48%;
    margin-bottom: 20px;
  }
  .class-contents_list li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .class-contents_list li .img:after {
    content: "";
    display: block;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
    padding: 2px;
    margin-top: -2px;
  }
  .class-contents_list li .img.teacher {
    width: 70%;
    margin: 0 auto 20px;
  }
  .class-contents_list li .title {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1;
  }
  .class-contents_list.col5 {
    display: flex;
    justify-content: center;
  }
  .class-contents_list.col5 li {
    width: 32%;
    max-width: 32%;
    margin-right: 2%;
  }
  .class-contents_list.col5 li:nth-child(3n), .class-contents_list.col5 li:last-child {
    margin-right: 0;
  }
  .class-contents_qualify h4 {
    font-size: 14px;
  }
  .class-contents_qualify ul li {
    display: block;
  }
  .class-contents .title_underline {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .class-contents .graduate_intro {
    display: block;
  }
  .class-contents .graduate_intro li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .class-contents .graduate_intro li h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .class-contents .graduate_intro li .text {
    margin-bottom: 10px;
  }
  .class-contents .graduate_intro li .img {
    margin-bottom: 5px;
  }
  .class-contents .graduate_intro li .shop {
    font-size: 14px;
    color: #67cf63;
  }
  .class-contents .graduate_intro_text {
    display: none;
  }
  ul.points_wrap li::after {
    width: 100px;
    height: 110px;
  }
  #kamoku.wrap01 {
    padding-bottom: 60px;
  }
  #kamoku.wrap01 .h-type01 {
    margin-bottom: 30px;
  }
  #kamoku.wrap01 .subtit {
    margin-bottom: 40px;
  }
  #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::after {
    content: "";
    width: 140px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -25px;
    left: -2em;
  }
  #kamoku.wrap01 ol.points li div em span {
    font-size: 150%;
    display: inline-block;
    margin: 5px 0;
  }
  #kamoku.wrap01 ol.points li div a {
    font-size: 14px;
  }
  #kamoku.wrap01 ol.points li div a span {
    font-size: 150%;
  }
  #kamoku.wrap01 ol.points li .arrow {
    width: 20px;
    height: 20px;
  }
  #kamoku.wrap01 ol.points li .arrow:before {
    width: 5px;
    height: 5px;
  }
  #kamoku.wrap01 .qualify {
    display: block;
  }
  #kamoku.wrap01 .qualify > div {
    width: 100%;
  }
  #kamoku.wrap01 .qualify > div + div {
    margin-top: 20px;
  }
  #kamoku.wrap01 .qualify > div h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .course_btn {
    margin-bottom: 5vw;
  }
  .course_btn a {
    font-size: 20px;
    padding: 10px 0;
    display: block;
  }
  .course_btn a:after {
    width: 8px;
    height: 8px;
  }
  .point_btn {
    margin-top: 25px;
  }
  .point_btn a {
    width: 100%;
    font-size: 15px;
    padding: 5px 0;
  }
  .point_btn a:after {
    width: 8px;
    height: 8px;
  }
  .slider {
    width: 80%;
    margin: 0 auto;
  }
  .slider > div {
    height: auto;
    display: block;
  }
  .slider > div figure {
    width: 100%;
  }
  .slider > div figure img {
    height: 200px;
  }
  .slider .slider_l {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  .slider .h5 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .slider .midashi {
    font-size: 15px;
    margin: 0 0 5px;
  }
  #biyostylist.wrap01 .plus {
    font-size: 18px;
    margin: 0 0 25px;
  }
  #biyostylist.wrap01 ol.points li::after {
    width: 144px;
    height: 112px;
  }
  /* ---------#jisseki------------- */
  .jisseki .inner02 {
    padding: 0;
  }
  .jisseki h3 span {
    font-size: 55%;
  }
  .jisseki .lead {
    margin: 0 0 10vw;
  }
  .jisseki .taisakuList {
    margin-bottom: 8vw;
    display: block;
  }
  .jisseki .taisakuList ol {
    width: 100%;
  }
  .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 .column_ul {
    border-bottom: none;
    padding-bottom: 0;
    width: 100%;
  }
  .jisseki .column .column_ul li {
    width: 100%;
    margin-right: 0;
  }
  .jisseki .column.check {
    margin-top: 30px;
  }
  .qualify ul {
    display: block;
  }
  #scene.wrap01 .bx_slider > div {
    height: auto;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #scene.wrap01 .bx_slider > div figure {
    width: 100%;
  }
  #scene.wrap01 .bx_slider > div > div {
    width: 100%;
    padding: 5vw;
    box-sizing: border-box;
  }
  #scene.wrap01 .bx_slider > div > div h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #scene.wrap01 .bx_slider > div > div .midashi {
    font-size: 15px;
    margin: 0 0 5px;
  }
  /* ---------prospective------------- */
  section.prospective .column {
    padding: 0 5vw 5vw;
  }
  section.prospective .column > div {
    display: block;
  }
  section.prospective .column > div figure {
    width: 80%;
    text-align: center;
    margin: 0 auto 15px;
  }
  section.prospective .column > div > div {
    width: 100%;
  }
  section.prospective .column > div > div .company {
    font-size: 20px;
    margin: 0 0 15px;
  }
  section.prospective .column > div > div .prof {
    font-size: 16px;
  }
  section.prospective .column > div > div .prof .school {
    font-size: 12px;
    margin-top: 5px;
  }
  section.prospective .column .course_btn {
    margin: 30px 0 0;
  }
  /* ---------check_wrap------------- */
  section.check_wrap .column {
    padding: 0 5vw 5vw;
  }
  section.check_wrap .column .lead {
    margin-bottom: 40px;
  }
  section.check_wrap .column .inner_wrap {
    display: block;
  }
  section.check_wrap .column .inner_wrap li {
    width: 100%;
    max-width: 100%;
  }
  section.check_wrap .column .inner_wrap li .img {
    margin-bottom: 5px;
  }
  section.check_wrap .column .inner_wrap li h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  /* ---------#movie------------- */
  #movie .inner01 > div {
    width: 100%;
  }
  .movie_flex > div {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }
  .movie_flex > div iframe {
    height: 220px;
  }
  .bnr_ig {
    max-width: 100%;
    margin: 0 auto 25px;
  }
  .bnr_basics {
    max-width: 100%;
    margin: 0 auto;
  }
  .mt_bnr {
    margin-top: 50px;
  }
  /* ---------#focus------------- */
  #focus .h-type01 {
    margin-bottom: 15px;
  }
  #focus .subtit {
    margin-bottom: 40px;
  }
  #focus ul {
    margin: 0 0 30px;
    display: block;
  }
  #focus ul#works_list figure img {
    height: 150px;
    object-fit: cover;
  }
  #focus ul#candidate_list figure img {
    height: 200px;
    object-fit: cover;
  }
  #focus ul#graduate_list figure img {
    height: 150px;
    object-fit: cover;
  }
  #focus ul li {
    width: 100%;
  }
  #focus ul li + li {
    margin-top: 20px;
  }
  #focus ul li figure {
    margin: 0 15vw 10px;
  }
  #focus ul li .h5 {
    font-size: 15px;
  }
  #focus .more {
    text-align: center;
  }
  #focus .more a {
    font-size: 14px;
    padding: 0 0 10px;
  }
  #focus .more a::after {
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    top: calc(50% - 0.6em);
  }
  #insta h3 {
    font-size: 12px;
    margin: 0 0 10px;
  }
  #insta h3 img {
    width: 262px;
  }
  #insta h3 em {
    padding-left: 25px;
  }
  #insta h3 em:before {
    width: 18px;
  }
  #insta ul li {
    width: 25%;
  }
  #insta ul li:nth-child(n+9) {
    display: none;
  }
  /* -------point_sec------------ */
  .point_sec .point_sec_title {
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .point_sec .point_sec_title span {
    font-size: 15px;
  }
  .point_sec .point_contents {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
  .point_sec .point_contents > li {
    border-radius: 5px;
    padding: 15px;
  }
  .point_sec .point_contents > li.col2 {
    flex-direction: column;
    gap: 15px 0;
    width: 100%;
  }
  .point_sec .point_contents .list_l {
    width: 100%;
  }
  .point_sec .point_contents .list_l .point_title {
    margin-top: 10px;
  }
  .point_sec .point_contents .list_r {
    width: 100%;
  }
  .point_sec .point_contents .list_r .list_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .point_sec .point_contents .list_r .list_title.total {
    color: #67cf63;
  }
  .point_sec .point_contents .list_r .img_graph {
    width: 60%;
    margin: 0 auto 10px;
  }
  .point_sec .point_contents .list_r .subject_list {
    gap: 5px;
    padding: 10px;
  }
  .point_sec .point_contents .list_r .subject_list .title {
    font-size: 15px;
  }
  .point_sec .point_contents .list_r li span {
    color: #67cf63;
  }
  .point_sec .point_contents .point_flex_box {
    flex-direction: column;
    gap: 10px 0;
  }
  .point_sec .point_contents .point_img_box {
    width: 100%;
    max-width: 100%;
  }
  .point_sec .point_contents .point_img_box .point_tab {
    width: 20%;
  }
  .point_sec .point_contents .point_text_box {
    width: 100%;
    max-width: 100%;
  }
  .point_sec .point_title {
    font-size: 18px;
    margin-top: 10px;
  }
  .point_sec .point_title span {
    font-size: 18px;
  }
  .point_sec .point_title .text_l {
    font-size: 23px;
  }
  .point_sec .point_text {
    margin-top: 7px;
  }
  .point_sec .point_item {
    margin-top: 40px;
  }
  .point_sec .point_item .column {
    padding: 0 5vw 0;
  }
  .point_sec .point_item .column > div figure {
    margin-bottom: 15px;
  }
  .point_sec .point_item .list_title {
    font-size: 18px;
  }
  .point_sec .point_item .subject_flex {
    display: flex;
    align-items: center;
    gap: 0 25%;
  }
  .point_sec .point_item .img_graph {
    width: 30%;
    margin: 0 auto 10px;
  }
  .point_sec .point_item .subject_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 45%;
    border: 1px solid #67cf63;
    padding: 10px;
    gap: 2px;
    font-size: 12px;
    padding: 5px;
  }
  .point_sec .point_item .subject_list li {
    font-size: 15px;
  }
  .point_sec .point_item .subject_list span {
    color: #67cf63;
  }
  .point_sec .btn {
    margin-top: 25px;
  }
  .point_sec .btn a {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
  }
  .point_sec .btn a:hover {
    background: #f6ad53;
    color: #fff;
  }
  .point_sec .btn a:hover::after {
    right: 10px;
  }
  /* -------アコーディオン------------ */
  .sec_ac_btn {
    width: 100%;
    font-size: 16px;
    padding: 5px;
    margin: 20px auto 0;
  }
  .sec_ac_btn::before, .sec_ac_btn::after {
    width: 10px;
    height: 2px;
    right: 10px;
  }
  .sec_ac_item {
    display: none;
    padding: 15px 20px 30px;
    margin-top: 20px;
  }
  .sec_ac_item.curriculum {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .sec_ac_closebtn,
  .active_ac_closebtn {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 5px;
    margin: 15px auto 0;
  }
  .sec_ac_closebtn.total:hover,
  .active_ac_closebtn.total:hover {
    background: #67cf63;
    color: #fff;
  }
  .sec_ac_closebtn.hair:hover,
  .active_ac_closebtn.hair:hover {
    background: #f46a6a;
    color: #fff;
  }
  .sec_ac_closebtn.biyou:hover,
  .active_ac_closebtn.biyou:hover {
    background: #f6ad53;
    color: #fff;
  }
  .sec_ac_closebtn.beauty:hover,
  .active_ac_closebtn.beauty:hover {
    background: #cb72aa;
    color: #fff;
  }
  .sec_ac_closebtn.nail:hover,
  .active_ac_closebtn.nail:hover {
    background: #ec7aac;
    color: #fff;
  }
  .sec_ac_closebtn.basics:hover,
  .active_ac_closebtn.basics:hover {
    background: #84BAE5;
    color: #fff;
  }
  /* ---------TOPICS------------- */
  .topics {
    padding: 25px 0;
  }
  .links02 .inner02 {
    padding: 0;
  }
  .links02 ul {
    margin: 0;
  }
  .links02 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .links02 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .links02 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .links02 ul li a {
    padding: 0;
    display: block;
    position: relative;
  }
  .links02 ul li p {
    font-size: 14px;
    padding: 15px 15px 10px 30px;
  }
  .links02 ul li p::after {
    width: 15px;
    height: 15px;
    top: calc(50% - 0.4em);
    left: 10px;
  }
  .links02 ul li.salon p::after {
    width: 13px;
  }
  .links02 ul li.make p::after {
    width: 12px;
  }
  /* ---------OCバナー------------- */
  .bnr_oc .babble {
    padding: 5px 10px;
    font-size: 16px;
  }
  .bnr_oc .babble::before {
    border-width: 13px 8px 0 8px;
  }
  .bnr_oc .babble::after {
    border-width: 9.4px 5.6px 0 5.6px;
  }
  /* ---------bridal pro------------- */
  .pro_box {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .pro_box:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    margin: auto;
    box-sizing: border-box;
    border: 10px solid transparent;
    border-top: 10px solid #cb72aa;
  }
  .pro_flex .pro_box:last-of-type:after {
    content: none;
  }
  .pro_img {
    text-align: center;
  }
  .pro_img:after {
    content: none;
  }
  .pro_img img {
    width: 55%;
  }
  .pro_tit {
    font-size: 15px;
    margin: 8px 0 0px;
  }
  .pro_sub_tit {
    font-size: 14px;
  }
  .pro_text {
    font-size: 12px;
  }
  .sche_box {
    width: 50%;
  }
  .sche_day {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .sche_line {
    position: absolute;
    top: 0;
    left: 11.5px;
    width: 2px;
    border-left: dotted 2px #cb72aa;
    height: 80%;
    z-index: 1;
  }
  .sche_detail_box02 .sche_line {
    height: 67%;
  }
  .sche_no {
    width: 25px;
    height: 25px;
    font-size: 15px;
    margin-right: 10px;
    color: #fff;
    background: #cb72aa;
    text-align: center;
    line-height: 25px;
    z-index: 3;
  }
  .seche_detail {
    width: calc(100% - 35px);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  /*----------.slickのカスタマイズ--------*/
  .slickslider-wrap .slick-prev,
  .slickslider-wrap .slick-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 30px;
    height: 30px;
  }
  .slickslider-wrap .slick-prev::after,
  .slickslider-wrap .slick-next::after {
    width: 20px;
  }
  .slickslider-wrap .slick-prev {
    left: -15px;
  }
  .slickslider-wrap .slick-prev::before {
    width: 1px;
    height: 8px;
    left: 7px;
    margin-top: -6px;
  }
  .slickslider-wrap .slick-prev::after {
    left: 5px;
  }
  .slickslider-wrap .slick-next {
    right: -15px;
  }
  .slickslider-wrap .slick-next::before {
    width: 1px;
    height: 8px;
    right: 5px;
    margin-top: -6px;
  }
  .slickslider-wrap .slick-next::after {
    left: 5px;
  }
  .slickslider-wrap .slick-dots li {
    width: 10px;
    height: 10px;
  }
  /*----------.splideのカスタマイズ（カリキュラムページ年次カリキュラムで使用）--------*/
  .grade-slider {
    margin-bottom: 40px;
  }
  .grade-slider .splide__arrow--prev {
    left: 0;
  }
  .grade-slider .splide__arrow--next {
    right: 0;
  }
  .grade-slider .splide__slide {
    width: 100%;
  }
  .grade-slider .splide__slide .slide-inner {
    max-width: 100%;
    padding: 15px;
  }
} /*------------------sp end---------------------*//*# sourceMappingURL=course2027.css.map */