@charset "utf-8";
/*!
 * course CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */

/*===================================
	element
=====================================*/

/*  move__btns
---------------------------------*/

.move__btns {
    margin: calc(6 * var(--rv)) 0 calc(7 * var(--rv));
    text-align: center;
}
.move__btns li {
    display: inline-block;
    margin: 0 calc(1 * var(--rv));
}
.move__btns.btn a {
    width: calc(36 * var(--rv));
    height: calc(6.3 * var(--rv));
    line-height: calc(6.3 * var(--rv));
    font-size: calc(2.2 * var(--rv));
}
.move__btns.btn li:nth-last-of-type(2) a {
    background: #ff357f;
    box-shadow: calc(-0.2 * var(--rv)) calc(-0.2 * var(--rv)) 0 0 #cc2a66 inset;
    color: #fff;
}
.move__btns.btn li:nth-last-of-type(1) a {
    background: #f5ef2b;
    box-shadow: calc(-0.2 * var(--rv)) calc(-0.2 * var(--rv)) 0 0 #c4bf22 inset;
    color: #000;
}
.move__btns li.advancedBtn {
    display: block;
    margin: auto auto calc(8.3 * var(--rv));
    padding: calc(3 * var(--rv)) 0 calc(3.7 * var(--rv));
    border: solid calc(0.3 * var(--rv)) #67d0cf;
    text-align: center;
}
.advancedBtn p {
    margin-bottom: 1.5em;
    font-size: calc(2 * var(--rv));
    line-height: 1.6;
}
.advancedBtn p strong {
    display: block;
    margin-bottom: 0.4em;
    padding: 0 0.5em;
    color: #67d0cf;
    font-size: calc(4.8 * var(--rv));
    font-weight: 300;
    line-height: 1;
}
.advancedBtn p strong:after {
    display: block;
    clear: both;
    width: 11em;
    height: calc(0.1 * var(--rv));
    margin: calc(1 * var(--rv)) auto 0;
    background: #67d0cf;
}
.advancedBtn figure {
    margin: 0 auto 1.5em;
}
.move__btns.btn .advancedBtn a {
    width: calc(30 * var(--rv));
    height: calc(5.2 * var(--rv));
    line-height: calc(5.2 * var(--rv));
    margin-left: auto;
    margin-right: auto;
    background: #67d0cf;
    box-shadow: none;
    color: #fff;
    font-size: calc(2.2 * var(--rv));
}

/*  background-color
---------------------------------*/

.beauty .course__head:after {
    background: #fdd35c;
    opacity: .9;
}
.try .course__head:after {
    background: #82c1ea;
    opacity: .9;
}
.hairdress .course__head:after {
    background: #8cc66d;
    opacity: .9;
}
.totalBeauty .course__head:after {
    background: #f29c9f;
    opacity: .9;
}
.techArtist .course__head:after {
    background: #f3a694;
    opacity: .9;
}

/*  border-color
---------------------------------*/

.beauty .sec__outline,
.beauty .sec__outline h3 {
    border-color: #fdd35c;
}
.try .sec__characteristic,
.try .sec__characteristic h3 {
    border-color: #82c1ea;
}
.hairdress .sec__outline,
.hairdress .sec__outline h3 {
    border-color: #8cc66d;
}
.totalBeauty .sec__outline,
.totalBeauty .sec__outline h3,
.totalBeauty .sec__characteristic,
.totalBeauty .sec__characteristic h3 {
    border-color: #f29c9f;
}
.techArtist .sec__outline,
.techArtist .sec__outline h3,
.techArtist .sec__point,
.techArtist .sec__point > h3,
.techArtist .sec__characteristic,
.techArtist .sec__characteristic h3 {
    border-color: #f3a694;
}

/*  color
---------------------------------*/

.beauty .sec__summary h3,
.beauty .sec__outline h3,
.beauty .outlineList h4,
.beauty .sec__voice h3 + p {
    color: #fdd35c;
}
.try .sec__summary h3,
.try .sec__characteristic > h3,
.try .sec__voice h3 + p {
    color: #82c1ea;
}
.hairdress .sec__summary h3,
.hairdress .sec__outline h3,
.hairdress .outlineList h4,
.hairdress .sec__voice h3 + p {
    color: #8cc66d;
}
.totalBeauty .sec__summary h3,
.totalBeauty .sec__outline h3,
.totalBeauty .outlineList h4,
.totalBeauty .sec__voice h3 + p,
.totalBeauty .sec__characteristic h3 {
    color: #f29c9f;
}
.techArtist .sec__summary h3,
.techArtist .sec__outline h3,
.techArtist .outlineList h4,
.techArtist .sec__voice h3 + p,
.techArtist .sec__point > h3,
.techArtist .sec__characteristic h3 {
    color: #f3a694;
}

/*===================================
	course / top
=====================================*/

.top__summary p {
    text-align: center;
}
.top__summary p strong {
    display: block;
    margin-bottom: 0.5em;
    font-size: calc(3.6 * var(--rv));
    line-height: 1.4;
}
.top__summary p + p {
    margin-bottom: 2em;
}
.sec__top {
    box-sizing: border-box;
    float: left;
    width: calc(40 * var(--rv));
    height: calc(42 * var(--rv));
    margin: 0 calc(2 * var(--rv)) calc(2 * var(--rv)) 0;
    border-radius: calc(0.3 * var(--rv));
    background: #f5f5f5;
    box-shadow: 0 0 calc(0.3 * var(--rv)) 0 rgba(0,0,0,.2)inset;
    font-size: calc(1.4 * var(--rv));
}
.sec__top.course2,.sec__top.course3_1,.sec__top.course6,.sec__top.course7 {
    margin-right: 0;
}
.sec__top a {
    display: block;
    color: #000;
    transition: .8s;
}
.sec__top a:hover {
    opacity: .7;
}
.sec__top a:hover {
    text-decoration: none;
}
.sec__top a:hover img {
    opacity: 1;
}
.sec__top figure {
    padding: calc(1 * var(--rv));
    border-radius: calc(0.3 * var(--rv)) calc(0.3 * var(--rv)) 0 0;
    box-shadow: calc(0.3 * var(--rv)) calc(0.3 * var(--rv)) 0 0 rgba(0,0,0,.07) inset, calc(-0.3 * var(--rv)) calc(0 * var(--rv)) 0 0 rgba(0,0,0,.07) inset;
}
.sec__top.course1 figure {
    background: #fdd35c;
}
.sec__top.course2 figure {
    background: #82c1ea;
}
.sec__top.course3 figure,.sec__top.course3_1 figure {
    background: #8cc66d;
}
.sec__top.course4 figure {
    background: #f29c9f;
}
.sec__top.course5 figure {
    background: #c798c2;
}
.sec__top.course6 figure {
    background: #78bfbb;
}
.sec__top.course7 figure {
    background: #f3a694;
}
.sec__top h2 {
    margin: 1.2em 0;
    text-align: center;
    line-height: 1.1;
    font-weight: 500;
}
.sec__top h2 span {
    display: block;
    margin-bottom: calc(0.3 * var(--rv));
    font-size: calc(3 * var(--rv));
}
.sec__top h2 span:nth-of-type(2) {
    margin-top: calc(0.5 * var(--rv));
}
.sec__top h2 span {
    font-size: calc(2.4 * var(--rv));
}
.sec__top.course5 h2 span {
    font-size: calc(2 * var(--rv));
}
.sec__top.course1 h2 {
    color: #fdd35c;
}
.sec__top.course2 h2 {
    margin: 0.53em 0;
    color: #82c1ea;
}
.sec__top.course3 h2,.sec__top.course3_1 h2 {
    color: #8cc66d;
}
.sec__top.course4 h2 {
    margin: 0.53em 0;
    color: #f29c9f;
}
.sec__top.course5 h2 {
    margin: 0.5em 0;
    color: #c798c2;
}
.sec__top.course6 h2 {
    margin: 0.5em 0;
    color: #78bfbb;
}
.sec__top.course7 h2 {
    margin: 0.5em 0;
    color: #f3a694;
}
.sec__top p {
    padding: 0 calc(2 * var(--rv));
}
.sec__top li:before {
    display: inline;
    content: "●";
}
#advancedBtn_course {
    background-color: #67d0cf;
    box-shadow: none;
    color: #FFF;
}

/*===================================
	course__head
=====================================*/

.course__head {
    position: relative;
    height: calc(53 * var(--rv));
    margin-bottom: calc(3.6 * var(--rv));
    padding: calc(30.8 * var(--rv)) 0 0 calc(3.4 * var(--rv));
    background: no-repeat 0 0;
    color: #fff;
}
.beauty .course__head {
    background-image: url(../images/course/beauty/main.jpg);
}
.try .course__head {
    padding: calc(26 * var(--rv)) 0 0 calc(3 * var(--rv));
    background-image: url(../images/course/try/main.jpg);
}
.hairdress .course__head {
    background-image: url(../images/course/hairdress/main.jpg);
}
.totalBeauty .course__head {
    background-image: url(../images/course/total_beauty/main.jpg);
}
.techArtist .course__head {
    padding: calc(26 * var(--rv)) 0 0 calc(3 * var(--rv));
    background-image: url(../images/course/tech_artist/main.jpg);
}
.course__head:after {
    display: block;
    position: absolute;
    top: calc(27.8 * var(--rv));
    left: 0;
    width: calc(38 * var(--rv));
    height: calc(18 * var(--rv));
}
.try .course__head:after {
    top: calc(23.4 * var(--rv));
    width: calc(42 * var(--rv));
    height: calc(21.8 * var(--rv));
}
.totalBeauty .course__head:after {
    width: calc(57 * var(--rv));
}
.techArtist .course__head:after {
    top: calc(24.5 * var(--rv));
    width: calc(48 * var(--rv));
    height: calc(25 * var(--rv));
}
.course__head * {
   position: relative;
    z-index: 10;
}
.course__head h2 {
    font-size: calc(4.8 * var(--rv));
}
.try .course__head h2 {
    font-size: calc(3.5 * var(--rv));
    line-height: 1.2;
}
.totalBeauty .course__head h2 {
    font-size: calc(3.8 * var(--rv));
    line-height: 1.2;
}
.totalBeauty .course__head h2 b {
    font-size: calc(3 * var(--rv));
}
.totalBeauty .course__head figure {
    position: absolute;
    top:calc(2 * var(--rv));
    right: calc(2 * var(--rv));
    width: calc(15 * var(--rv));
    height: calc(15 * var(--rv));
}
.techArtist .course__head h2 {
    font-size: calc(3.8 * var(--rv));
    line-height: 1.2;
}
.techArtist .course__head h2 b {
    font-size: calc(3 * var(--rv));
}
.course__head h2 span {
    display: block;
    margin: calc(1.7 * var(--rv)) 0 calc(2.6 * var(--rv));
    color: #000;
    font-size: calc(1.4 * var(--rv));
    opacity: .4;
}
.course__head p {
    margin-left: -0.3em;
    font-size: calc(1.8 * var(--rv));
}
.techArtist .course__head p {
    line-height: 1.2em;
}

/*===================================
	sec__summary
=====================================*/

.sec__summary {
    margin-bottom: calc(5 * var(--rv));
}
.sec__summary h3 {
    margin-bottom: 0.5em;
    font-size: calc(3.6 * var(--rv));
    text-align: center;
    line-height: 1.4;
}

/*===================================
	sec__comment
=====================================*/

.sec__comment {
    overflow: hidden;
    position: relative;
    margin-bottom: calc(5.1 * var(--rv));
    padding: calc(3 * var(--rv));
    background: #eee;
}
.sec__comment figure {
    float: left;
    margin-right: calc(2 * var(--rv));
}
.sec__comment p {
    margin-left: calc(20 * var(--rv));
    font-size: calc(1.4 * var(--rv));
}
.sec__comment h3 {
    margin: -0.4em 0 0.5em;
    font-size: calc(3 * var(--rv));
    line-height: 1.4;
}
.sec__comment p.sign {
    margin-top: 1em;
}
.sec__comment p.sign b {
    font-size: calc(1.6 * var(--rv));
}
.sec__comment p.sign span {
    display: block;
    color: #aaaaaa;
    font-size: calc(1.4 * var(--rv));
}

/*===================================
	sec__timetable
=====================================*/
.sec__timetable td,.sec__timetable th {
    border: solid calc(0.1 * var(--rv)) #dfdfdf;
    padding: calc(1 * var(--rv));
}

.sec__timetable table {
    text-align: center;
    width: 100%;
}
.sec__timetable table thead td {
    width: 11em;
}
.sec__timetable td span {
    font-size: 0.8em;
}


.beauty .sec__timetable th {
    background-color: #fff096;
}
.try .sec__timetable th {
    background-color: #c7e1f5;
}
.hairdress .sec__timetable th {
    background-color: #cbe4b9;
}
.totalBeauty .sec__timetable th {
    background-color: #f4b4c9;
}
.techArtist .sec__timetable th {
    background-color: #f5b199;
}



/*===================================
	sec__passRate
=====================================*/

.sec__passRate {
    margin-bottom: calc(6 * var(--rv));
    padding: calc(4.9 * var(--rv)) calc(3.5 * var(--rv)) calc(3.9 * var(--rv));
    border: solid calc(0.5 * var(--rv)) #ff3982;
}
.sec__passRate p {
	text-align:center;
	color: #ff357f;
	font-size: calc(2 * var(--rv));
	margin-bottom: 1em;
}
.sec__passRate h3 {
    letter-spacing: -.40em;
    margin-bottom: calc(2 * var(--rv));
    color: #ff357f;
    font-size: calc(4.8 * var(--rv));
    text-align: center;
    line-height: 1.2;
}
.sec__passRate h3 br {
    display: inline-block;
}
.sec__passRate h3 span,.sec__passRate h3 img {
    display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
.sec__passRate h3 span:nth-of-type(1) {
    width: 4.1em;
    text-align: left;
}
.sec__passRate h3 img {
    width: calc(46.1 * var(--rv));
    margin-bottom: calc(2.4 * var(--rv));
}
.sec__passRate h3 span:nth-of-type(2) {
    display: block;
    font-size: calc(1.8 * var(--rv));
    font-weight: normal;
}
.sec__passRate h3 + p {
    margin-bottom: 1em;
    font-size: calc(2 * var(--rv));
    text-align: center;
    color: #000;
}
.sec__passRate dl {
    padding: calc(2.5 * var(--rv)) calc(3.5 * var(--rv));
    background: #eaeaea;
    font-size: calc(1.4 * var(--rv));
}
.sec__passRate dt {
    margin-bottom: 0.2em;
    font-weight: bold;
    font-size: calc(1.6 * var(--rv));
}
.sec__passRate dt span {
    font-weight: normal;
    font-size: calc(1.4 * var(--rv));
}
.sec__passRate dd span {
    display: block;
    margin-top: 1em;
    font-size: calc(1.2 * var(--rv));
}
/*===================================
	sec__outline
=====================================*/

.sec__outline {
    margin-bottom: calc(5.5 * var(--rv));
    padding-top: calc(0.2 * var(--rv));
    border-top: solid calc(0.3 * var(--rv));
}
.sec__outline h3 {
    margin-bottom: calc(1.5 * var(--rv));
    padding-top: calc(2 * var(--rv));
    border-top: solid calc(0.1 * var(--rv));
    font-size: calc(3 * var(--rv));
    text-align: center;
}
.sec__outline h3 + p {
    margin-bottom: calc(2 * var(--rv));
    text-align: center;
}

/*  outlineList
---------------------------------*/

.outlineList > li {
    display: inline-block;
    vertical-align: top;
    width: calc(39 * var(--rv));
    margin: 0 calc(4 * var(--rv)) calc(2.5 * var(--rv)) 0;
}
.outlineList > li:nth-of-type(odd) {
    margin-right: 0;
}
.outlineList > li:nth-of-type(1) {
    display: block;
    width: 100%;
    margin-bottom: calc(2 * var(--rv));
}
.outlineList h4 {
    font-size: calc(2.8 * var(--rv));
}
.outlineList h4 span {
    font-size: calc(1.8 * var(--rv));
}
.outlineList ul {
    margin: calc(3 * var(--rv)) 0 calc(4 * var(--rv));
}
.outlineList ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: calc(2 * var(--rv));
    padding-bottom: calc(2 * var(--rv));
    border-bottom: dashed calc(0.1 * var(--rv)) #c9c9c9;
}
.outlineList ul li figure {
    float: left;
    width: calc(27 * var(--rv));
}
.outlineList h5 {
    position: absolute;
    top: 0;
    left: calc(29 * var(--rv));
    font-size: calc(1.8 * var(--rv));
}
.outlineList ul li figure + p {
    margin-top: calc(3.7 * var(--rv));
}
.outlineList ul li p {
    margin-left: calc(29 * var(--rv));
}

/*===================================
	sec__overseasTraining
=====================================*/

.sec__overseasTraining,
.sec__activity {
    position: relative;
    margin-bottom: calc(6 * var(--rv));
    padding: calc(3.8 * var(--rv)) calc(4 * var(--rv));
    background: #fbfaf0 url(../images/course/bg_overseas_training.jpg) repeat-x 0 0;
}
.sec__overseasTraining h3 {
    position: absolute;
    top: calc(-0.8 * var(--rv));
    left: calc(2.8 * var(--rv));
    width: calc(11 * var(--rv));
    height: calc(11 * var(--rv));
    background: url(../images/course/title_overseas_training.png) no-repeat 0 0;
    background-size: calc(11 * var(--rv)) auto;
    text-indent: -9999em;
}
.sec__overseasTraining h3 + p {
    margin: 0 0 calc(3 * var(--rv)) calc(13 * var(--rv));
    font-size: calc(2.4 * var(--rv));
    line-height: 1.4;
}
.sec__overseasTraining figure {
    overflow: hidden;
}
.sec__overseasTraining figure img {
    width: calc(36 * var(--rv));
    margin-bottom: calc(1.2 * var(--rv));
}
.sec__overseasTraining figure img:nth-of-type(odd) {
    float: left;
}
.sec__overseasTraining figure img:nth-of-type(even) {
    float: right;
}
.sec__overseasTraining figure.floaleft {
    float: left;
    margin-right: calc(2 * var(--rv));
}
.sec__overseasTraining figure.floaleft + p {
    min-height: calc(24 * var(--rv));
}
.sec__activity {
    overflow: hidden;
    margin-bottom: calc(3.5 * var(--rv));
}
.sec__activity h3 {
    margin-bottom: 1em;
    color: #f37a3d;
    font-size: calc(2.4 * var(--rv));
}
.sec__activity figure {
    float: right;
    width: calc(36 * var(--rv));
    margin-left: calc(2 * var(--rv));
}
.sec__activity .note {
    margin-top: 1em;
    font-size: calc(1.2 * var(--rv));
}

/*===================================
    sec__voice
=====================================*/

.sec__voice {
    position: relative;
    min-height: calc(67 * var(--rv));
    margin-bottom: calc(6 * var(--rv));
    padding: 0 calc(2.6 * var(--rv)) calc(4.7 * var(--rv)) calc(3.4 * var(--rv));
    border: solid calc(0.1 * var(--rv)) #000;
}
.sec__voice h3 {
    width: calc(16 * var(--rv));
    height: calc(3.6 * var(--rv));
    line-height: calc(3.6 * var(--rv));
    margin: calc(-1.8 * var(--rv)) auto calc(3 * var(--rv));
    background: url(../images/course/bg_title_voice_pc.png) no-repeat 0 0;
    font-size: calc(1.8 * var(--rv));
    text-align: center;
}
.sec__voice h3 + p {
    margin: 0 0 calc(3 * var(--rv));
    font-size: calc(2.4 * var(--rv));
    text-align: center;
}
.sec__voice figure:nth-of-type(1) {
    float: left;
    width: calc(36 * var(--rv));
    margin: 0 0 calc(3 * var(--rv));
}
.sec__voice p {
    margin-left: calc(39 * var(--rv));
    font-size: calc(1.8 * var(--rv));
}
.sec__voice p.sign {
    margin-top: 2em;
    font-weight: 500;
}
.sec__voice p.sign span {
    font-size: calc(1.4 * var(--rv));
    font-weight: normal;
}
.sec__voice p.sign b {
    display: block;
    color: #aaa;
    font-size: calc(1.4 * var(--rv));
}
.sec__voice figure:nth-of-type(2) {
    clear: both;
    overflow: hidden;
}
.sec__voice figure:nth-of-type(2) img {
    width: calc(36 * var(--rv));
}
.sec__voice figure:nth-of-type(2) img:nth-of-type(1) {
    float: left;
}
.sec__voice figure:nth-of-type(2) img:nth-of-type(2) {
    float: right;
}
.sec__voice.teacher {
    min-height: calc(33.6 * var(--rv));
}
.sec__voice.teacher h3 + p {
    margin-bottom: calc(2 * var(--rv));
    text-align: left;
}
.sec__voice.teacher p {
    margin-left: calc(21 * var(--rv));
}
.sec__voice.teacher figure:nth-of-type(1) {
    position: absolute;
    top: calc(6 * var(--rv));
    left: calc(3.4 * var(--rv));
    float: none;
    width: calc(18 * var(--rv));
    margin: 0;
}
/*===================================
	美容学科
=====================================*/
.beauty .outlineList > li:nth-of-type(5) {
    display: block;
    width: 100%;
    margin-bottom: calc(2 * var(--rv));
}
.sec__selectSchedule figure {
    padding: 0 calc(10 * var(--rv)) calc(8 * var(--rv));
}
.beauty .sec__major {
    border:none;
}
.beauty .sec__outline.sec__major h3 {
    border:none;
    background:#d9527c;
    color:#fff;
    padding: calc(1 * var(--rv));
}
.beauty .sec__major .outlineList h4 {
    color:#d9527c;
}
.make30 figure,.make30 p {
    display: inline-block;
    vertical-align: middle;
}
.make30 figure img {
    height: 2.8em;
    margin-right: 0.7em;
}
.make30.btn a {
    background:#d9527c;
    color:#fff;
    padding: calc(1 * var(--rv)) calc(4 * var(--rv));
    display: inline-block;
    border-radius: 4em;
}

.make30.btn {
    text-align: center;
    margin-bottom: calc(5 * var(--rv));
}

.make30.btn p span {
    display:block;
    font-size: 1.2em;
}


/*===================================
	トライチェンジコース
=====================================*/
/*  sec__characteristic
---------------------------------*/

.sec__characteristic {
    margin-bottom: calc(8 * var(--rv));
    padding-top: calc(0.2 * var(--rv));
    border-top: solid calc(0.3 * var(--rv));
}
.sec__characteristic > h3 {
    margin-bottom: calc(1.5 * var(--rv));
    padding-top: calc(2 * var(--rv));
    border-top: solid calc(0.1 * var(--rv));
    font-size: calc(3 * var(--rv));
    text-align: center;
}

/*  outlineList
---------------------------------*/

.characteristicList {
    margin-bottom: calc(4 * var(--rv));
}
.characteristicList li {
    margin-bottom: calc(5 * var(--rv));
    text-align: center;
}
.characteristicList h4 {
    position: relative;
    width: calc(16 * var(--rv));
    height: calc(3 * var(--rv));
    line-height: calc(3 * var(--rv));
    margin: 0 auto calc(1.8 * var(--rv));
    background: #82c1ea;
    color: #fff;
}
.characteristicList h4:before,.characteristicList h4:after {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.characteristicList h4:before {
    left: calc(-0.1 * var(--rv));
    border-width: calc(1.5 * var(--rv)) 0 calc(1.5 * var(--rv)) calc(1 * var(--rv));
    border-color: transparent transparent transparent #fff;
}
.characteristicList h4:after {
    right: calc(-0.1 * var(--rv));
    border-width: calc(1.5 * var(--rv)) calc(1 * var(--rv)) calc(1.5 * var(--rv)) 0;
    border-color: transparent #fff transparent transparent;
}
.characteristicList h4 + p {
    margin-bottom: 0.4em;
    font-size: calc(2.4 * var(--rv));
}

/*  supportCont
---------------------------------*/
.supportCont {
    box-sizing: border-box;
    margin-bottom: calc(4 * var(--rv));
    padding: calc(2 * var(--rv)) calc(3 * var(--rv));
    border: solid calc(0.1 * var(--rv)) #82c1ea;
    line-height: 1.6;
}
.supportCont header {
    position: relative;
    padding-left: calc(17 * var(--rv));
    min-height: calc(23 * var(--rv));
}
.supportCont header figure {
    position: absolute;
}
.supportCont header figure:nth-of-type(1) {
    top: 0;
    left: 0;
    width: calc(15.9 * var(--rv));
}
.supportCont header figure:nth-of-type(2) {
    right: 0;
    bottom: 0;
    width: calc(31.7 * var(--rv));
}
.supportCont header h2 {
    position: relative;
    z-index: 10;
    margin-bottom: 0.2em;
    color: #82c1ea;
    font-size: calc(2.4 * var(--rv));
    text-indent: -0.5em;
}
.supportCont header p {
    margin-bottom: 1.2em;
    font-weight: 600;
}
.supportCont header p:nth-of-type(2) {
    font-size: calc(1.4 * var(--rv));
}
.supportCont header p span {
    display: block;
    font-size: calc(1.2 * var(--rv));
    font-weight: normal;
}
.supportCont h3 {
    position: relative;
    width: calc(17 * var(--rv));
    height: calc(3 * var(--rv));
    line-height: calc(3 * var(--rv));
    margin-bottom: 1.5em;
    background: #82c1ea;
    color: #fff;
    font-size: calc(1.6 * var(--rv));
    text-align: center;
}
.supportCont h3:before,.supportCont h3:after {
    content: "";
    position: absolute;
    display: block;
}
.supportCont h3:before {
    left: 0;
    bottom: 0;
    width: calc(76 * var(--rv));
    height: calc(0.1 * var(--rv));
    background: #82c1ea;
}
.supportCont h3:after {
    top: 0;
    left: calc(17 * var(--rv));
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(3 * var(--rv)) 0 0 calc(2 * var(--rv));
    border-color: transparent transparent transparent #82c1ea;
}
.supportCont ol {
    margin-bottom: 2em;
}
.supportCont ol > li {
    margin-bottom: 1.8em;
}
.supportCont ol > li > b {
    display: block;
    margin-bottom: 0.2em;
    padding-left: 1.6em;
    font-size: calc(1.8 * var(--rv));
    font-weight: 500;
}
.supportCont ol:nth-of-type(1) > li > b {
    color: #5cb668;
}
.supportCont ol:nth-of-type(2) > li > b {
    color: #2481c1;
}
.supportCont ol > li b span {
    display: inline-block;
    vertical-align: middle;
    width: 1.6em;
    height: 1.6em;
    margin: calc(-0.2 * var(--rv)) calc(0.7 * var(--rv)) 0 -2em;
    border-radius: 50%;
    border: solid calc(0.1 * var(--rv));
    font-size: 80%;
    text-align: center;
    line-height: 1.4;
}
.supportCont ol:nth-of-type(1) > li > b span {
    border-color: #5cb668;
}
.supportCont ol:nth-of-type(2) > li > b span {
    border-color: #2481c1;
}
.supportCont ol p {
    margin-bottom: 1em;
}
.supportCont .cl1 {
    color: #5cb668;
}
.supportCont .cl2 {
    color: #2481c1;
}
.supportCont strong {
    color: #e30920;
}
.supportCont .disc1 {
    margin-top: -1em;
}
.supportCont .disc1 li {
    padding-left: 1em;
    text-indent: -1em;
}
.supportCont .disc1 li:before {
    display: inline;
    content: "●";
    color: #54b569;
}
.supportCont .disc2 {
    margin-top: -1em;
}
.supportCont .disc2 li {
    padding-left: 1em;
    text-indent: -1em;
}
.supportCont .disc2 li:before,
.supportCont h4:before {
    display: inline;
    content: "●";
    color: #2481c1;
}
.supportCont .disc2.bd li:before {
     display: inline;
    content: "◯";
}
.supportCont .disc2 li.note:before {
     display: inline;
    content: "◎";
}
.supportCont .lg {
    font-weight: 500;
    line-height: 1.4;
}
.supportCont .lg span {
    font-size: calc(1.8 * var(--rv));
}
.supportCont .lg strong {
    font-size: calc(2.4 * var(--rv));
    font-weight: 600;
}
.supportCont ol li dl {
    margin-left: 1em;
}
.supportCont ol li dd {
    margin: -1.6em 0 1.6em 7em;
}
.supportCont li span.note {
    font-size: calc(1.4 * var(--rv));
}
.supportCont ol li figure img {
    width: calc(48.3 * var(--rv));
    margin: 2em auto;
}

/*  sec__1dayReport
---------------------------------*/

.sec__1dayReport {
    margin-bottom: calc(9 * var(--rv));
}
.sec__1dayReport h3 {
    color: #82c1ea;
    font-size: calc(2.6 * var(--rv));
    text-align: center;
}
.sec__1dayReport h3 b {
    display: block;
    width: calc(22 * var(--rv));
    height: calc(4.6 * var(--rv));
    line-height: calc(4.6 * var(--rv));
    margin: calc(1 * var(--rv)) auto;
    border: dashed calc(0.1 * var(--rv)) #82c1ea;
    font-size: calc(2 * var(--rv));
}
.sec__1dayReport ol {
    position: relative;
    overflow: hidden;
    padding-top: calc(3.4 * var(--rv));
    background: url(../images/course/try/bd_dotte.jpg) repeat-y 50% 0;
}
.sec__1dayReport ol li {
    position: relative;
    width: calc(37.3 * var(--rv));
    margin-bottom: calc(3 * var(--rv));
}
.sec__1dayReport ol li:nth-last-of-type(1) {
    margin: calc(-0.5 * var(--rv)) 0 0;
}
.sec__1dayReport ol li:nth-of-type(odd) {
    float: right;
}
.sec__1dayReport ol li:nth-of-type(even) {
    float: left;
}
.sec__1dayReport ol li figure {
    margin-bottom: 0.5em;
}
.sec__1dayReport ol li:nth-of-type(1) figure {
    float: right;
    width: calc(14.9 * var(--rv));
    margin-bottom: 0;
}
.sec__1dayReport ol li:nth-of-type(1) p {
    box-sizing: border-box;
    position: relative;
    width: calc(18.4 * var(--rv));
    height: calc(18.4 * var(--rv));
    margin: 0 0 0 calc(2 * var(--rv));
    padding-top: calc(3 * var(--rv));
    border-radius: 50%;
    background: #f0f8fd;
    color: #82c1ea;
    font-size: calc(1.4 * var(--rv));
    font-weight: 600;
    text-align: center;
}
.sec__1dayReport ol li:nth-of-type(1) p:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(5.1 * var(--rv));
    right: calc(-2.5 * var(--rv));
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(2 * var(--rv)) calc(4 * var(--rv)) 0 0;
    border-color: #f0f8fd transparent transparent transparent;
}
.sec__1dayReport ol li span {
    display: inline-block;
    position: absolute;
    top: calc(1.3 * var(--rv));
    height: calc(3.2 * var(--rv));
    line-height: calc(3.2 * var(--rv));
    padding: 0 0.3em;
    background: #82c1ea;
    font-family: "Arial", "sans-serif";
    color: #fff;
    font-size: calc(2.2 * var(--rv));
    font-weight: 600;
}
.sec__1dayReport ol li:nth-of-type(odd) span {
    left: calc(-4.9 * var(--rv));
    padding-right: 0.5em;
}
.sec__1dayReport ol li:nth-of-type(even) span {
    right: calc(-4.9 * var(--rv));
    padding-left: 0.5em;
}
.sec__1dayReport ol li span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.sec__1dayReport ol li:nth-of-type(odd) span:after {
    right: calc(-1.2 * var(--rv));
    border-width: calc(1.6 * var(--rv)) 0 calc(1.6 * var(--rv)) calc(1.2 * var(--rv));
    border-color: transparent transparent transparent #82c1ea;
}
.sec__1dayReport ol li:nth-of-type(even) span:after {
    left: calc(-1.2 * var(--rv));
    border-width: calc(1.6 * var(--rv)) calc(1.2 * var(--rv)) calc(1.6 * var(--rv)) 0;
    border-color: transparent #82c1ea transparent transparent;
}
.sec__1dayReport li dl {
    padding: calc(1 * var(--rv)) calc(2 * var(--rv));
    border-radius: calc(2 * var(--rv));
    background: #f0f8fd;
}
.sec__1dayReport li dl dt:nth-of-type(1) {
    color: #e7639e;
    font-size: calc(1.4 * var(--rv));
}
.sec__1dayReport li dl dd:nth-of-type(1) {
    color: #000;
    font-size: calc(1.2 * var(--rv));
}
.sec__1dayReport li dl dd:nth-of-type(1) b {
    font-size: calc(1.8 * var(--rv));
}
.sec__1dayReport li dl dd {
     color: #e7639e;
}

/*  sec__1dayReport_2
---------------------------------*/

.sec__1dayReport_2 {
    margin-bottom: calc(9 * var(--rv));
    background: #f0f8fd;
    padding: calc(3.5 * var(--rv));
}
.sec__1dayReport_2 .title_1day {
    width: 60%;
    margin: 0 auto;
}
.sec__1dayReport_2 h3 {
    color: #82c1ea;
    font-size: calc(2.6 * var(--rv));
    text-align: center;
}
.sec__1dayReport_2 h3 b {
    display: block;
    width: calc(22 * var(--rv));
    height: calc(4.6 * var(--rv));
    line-height: calc(4.6 * var(--rv));
    margin: calc(1 * var(--rv)) auto;
    border: dashed calc(0.1 * var(--rv)) #82c1ea;
    font-size: calc(2 * var(--rv));
}
.sec__1dayReport_2 ol {
    position: relative;
    overflow: hidden;
    padding-top: calc(3.4 * var(--rv));
}
.sec__1dayReport_2 ol li {
    position: relative;
    width: calc(36 * var(--rv));
    margin-bottom: calc(3 * var(--rv));
    min-height: calc(34 * var(--rv));
}

.sec__1dayReport_2 ol li:nth-of-type(odd) {
    float: left;
}
.sec__1dayReport_2 ol li:nth-of-type(even) {
    float: right;
}
.sec__1dayReport_2 ol li figure {
    margin-bottom: 0.5em;
}

/*===================================
	理容学科
=====================================*/

.sec__esthtiCcourse {
    margin-bottom: calc(6.8 * var(--rv));
    padding: calc(3.4 * var(--rv)) calc(3.9 * var(--rv)) calc(2 * var(--rv));
    border: solid calc(0.1 * var(--rv)) #8cc66d;
}

.sec__esthtiCcourse p:nth-of-type(1) strong {
    position: relative;
    display: block;
    height: calc(5 * var(--rv));
    line-height: calc(5 * var(--rv));
    margin-bottom: calc(3.5 * var(--rv));
    background: #8cc66d;
    color: #fff;
    font-size: calc(2.4 * var(--rv));
    text-align: center;
}
.sec__esthtiCcourse p:nth-of-type(1) strong:before,.sec__esthtiCcourse p:nth-of-type(1) strong:after {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.sec__esthtiCcourse p:nth-of-type(1) strong:before {
    left: 0;
    border-width: calc(2.5 * var(--rv)) 0 calc(2.5 * var(--rv)) calc(1.4 * var(--rv));
    border-color: transparent transparent transparent #fff;
}
.sec__esthtiCcourse p:nth-of-type(1) strong:after {
    right: 0;
    border-width: calc(2.5 * var(--rv)) calc(1.4 * var(--rv)) calc(2.5 * var(--rv)) 0;
    border-color: transparent #fff transparent transparent;
}

.sec__esthtiCcourse h3 + p strong {
    font-size: calc(1.8 * var(--rv));
}
.sec__esthtiCcourse h3 {
    margin-bottom: calc(4 * var(--rv));
    font-size: calc(1.8 * var(--rv));
    text-align: center;
}
.sec__esthtiCcourse h3 b {
    display: block;
    margin-bottom: 0.1em;
    font-size: calc(4 * var(--rv));
}
.sec__esthtiCcourse h3 span {
    display: inline-block;
    padding: 0.2em 1.5em;
    border-radius: 2em;
    background: #8cc66d;
    color: #fff;
    font-size: calc(1.4 * var(--rv));
}
.sec__esthtiCcourse h3 + p strong {
    display: block;
    margin-bottom: 0.5em;
    color: #8cc66d;
    font-size: calc(2.6 * var(--rv));
}
.sec__esthtiCcourse figure {
    overflow: hidden;
    margin-top: calc(3 * var(--rv));
}
.sec__esthtiCcourse figure li {
    float: left;
    width: calc(30 * var(--rv));
    margin-bottom: calc(2 * var(--rv));
}
.sec__esthtiCcourse figure li:nth-of-type(1) {
    width: calc(42 * var(--rv));
    margin-right: calc(2 * var(--rv));
}
.sec__esthtiCcourse figure li:nth-of-type(2) {
    margin-top: calc(2 * var(--rv));
}

/*===================================
	トータルビューティシャン科
=====================================*/

.totalBeauty .sec__passRate h3 span:nth-of-type(1) {
    width: 5.1em;
}
.totalBeauty .sec__passRate h3 img {
    width: calc(37.8 * var(--rv));
}
.totalBeauty .sec__voice {
    margin-top: calc(8 * var(--rv));
}
.totalBeauty .characteristicList h4 {
    width: calc(30 * var(--rv));
    margin: 0 auto calc(0.5 * var(--rv));
    background: #f29c9f;
}
.totalBeauty .characteristicList h4 + p {
    margin-bottom: 0;
}
.totalBeauty .characteristicList li span {
    font-size: 0.7em;
}
.totalBeauty .outlineList .outlineList_1{
    display: inline-block;
    width: calc(39 * var(--rv));
    margin: 0 calc(4 * var(--rv)) calc(2.5 * var(--rv)) 0;
}
.totalBeauty .outlineList > li:nth-of-type(odd){
    margin-right: calc(2.5 * var(--rv));
}
.totalBeauty .outlineList > li:nth-of-type(even){
    margin-right: 0;
}
.totalBeauty .outlineList ul li div {
    padding: calc(1 * var(--rv)) calc(1.5 * var(--rv));
    margin-top: calc(1 * var(--rv));
    display: block;
    clear: both;
}
.totalBeauty .outlineList ul li div h5{
    position: static;
}
.totalBeauty .outlineList ul li div h5 span{
    font-size: 0.7em;
}
.totalBeauty .outlineList.aim > li {
    width: calc(15.4 * var(--rv));
    display: inline-block;
    margin: 0 calc(0.5 * var(--rv));
}

.totalBeauty .outlineList.aim > li h4 {
    font-size: calc(1.8 * var(--rv));
    color: #000;
    line-height: 1.2rem;
    margin-top: calc(0.5 * var(--rv));
}
.totalBeauty .outlineList.aim > li h4 span {
    font-size: calc(1.2 * var(--rv));
}
.totalBeauty .outlineList.select h4 {
    color: #000;
}
.totalBeauty .outlineList.select ul {
    margin-top: calc(1 * var(--rv));
    padding: calc(2 * var(--rv)) calc(2 * var(--rv)) calc(0.1 * var(--rv));
}
.totalBeauty .outlineList.select .select_01 {
    background: #eceef7;
}
.totalBeauty .outlineList.select .select_02 {
    background: #fafbed;
}

.totalBeauty .outlineList.select .select_01 li div {
    background: #cacee8;
}
.totalBeauty .outlineList.select .select_02 li div {
    background: #f6f5b5;
}

.totalBeauty .outlineList.select .select_01 li div p,
.totalBeauty .outlineList.select .select_02 li div p {
    margin-left: 0;
}
.totalBeauty .flow h4 {
    border: calc(0.1 * var(--rv)) solid #000;
    border-radius: calc(2 * var(--rv));
    padding: calc(0.5 * var(--rv)) calc(1 * var(--rv));
    width: 10em;
    text-align: center;
    margin-bottom: calc(1 * var(--rv));
}
.totalBeauty .flow ul {
    margin-bottom: calc(1.5 * var(--rv));
}

.totalBeauty .sec__specialLesson,
.totalBeauty .sec__faq {
    margin-bottom: calc(5.5 * var(--rv));
    padding-top: calc(0.2 * var(--rv));
    border-top: solid calc(0.3 * var(--rv));
    border-color: #f29c9f;
}

.totalBeauty .sec__specialLesson h3,
.totalBeauty .sec__faq h3{
    margin-bottom: calc(1.5 * var(--rv));
    padding-top: calc(2 * var(--rv));
    border-top: solid calc(0.1 * var(--rv));
    font-size: calc(3 * var(--rv));
    text-align: center;
    border-color:#f29c9f;
    color:#f29c9f;
}

.totalBeauty .sec__specialLesson h4 {
    text-align: center;
    font-size: calc(2 * var(--rv));
    background: #f29c9f;
    color: #fff;
    width: 6em;
    margin: 0 auto;
}

.totalBeauty .sec__specialLesson figure {
    width: calc(15 * var(--rv));
    margin: calc(1.5 * var(--rv)) auto calc(2 * var(--rv));
}
.totalBeauty .sec__faq dl dt:before {
    content: "Q.";
    display: inline-block;
    color: #f29c9f;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: calc(0.5 * var(--rv));
}

.totalBeauty .sec__faq dl dt {
    border-bottom: calc(0.1 * var(--rv))  #f29c9f dashed;
    margin-bottom: calc(1 * var(--rv));
    font-weight: 500;
}

.totalBeauty .sec__faq dl dd {
    margin-bottom: calc(2 * var(--rv));
}

.totalBeauty .sec__faq dl strong {
    color: #f29c9f;
}

/*===================================
	専門科目
=====================================*/

.advanced .sec__summary h3 {
    margin-bottom: 1em;
	color: #4abcbb;
	font-size: calc(3.2 * var(--rv));
    text-align: left;
}
.advanced .sec__summary h4 {
    margin-bottom: 1em;
}

.list__imgrightbd {
    margin-bottom: calc(3.5 * var(--rv));
}
.list__imgrightbd li {
    overflow: hidden;
    position: relative;
    min-height: calc(18 * var(--rv));
    margin-bottom: calc(1.5 * var(--rv));
    padding: 0 0 calc(2.5 * var(--rv)) calc(23.5 * var(--rv));
    border-bottom: dashed calc(0.1 * var(--rv)) #c9c9c9;
    font-size: calc(1.6 * var(--rv));
    line-height: 1.6;
}
.list__imgrightbd figure {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(22 * var(--rv));
}
.list__imgrightbd h3 {
    margin-bottom: 0.3em;
    font-size: calc(2 * var(--rv));
}
.ttl_sub + .list__imgrightbd {
    margin-top: calc(1 * var(--rv));
}
p + .list__imgrightbd {
    margin-top: calc(-0.5 * var(--rv));
}
p.summary + .list__imgrightbd {
    margin-top: calc(-1.5 * var(--rv));
}
.list__imgrightbd p.note {
    margin-top: 1em;
    font-size: calc(1.2 * var(--rv));
}
.beauty .list__imgrightbd h3 {
    color: #fdd35c;
}
.totalBeauty .list__imgrightbd h3 {
    color: #f29c9f;
}
.advanced .list__imgrightbd h3 {
    color: #4abcbb;
}
.hairdress  .list__imgrightbd h3 {
    color: #8cc66d;
}
.advancedList li {
	margin-bottom: calc(3 * var(--rv));
}
.advancedList p {
	float: left;
	width: calc(34.4 * var(--rv));
}
.advancedList figure {
	position: relative;
	float: right;
	width: calc(34 * var(--rv));
}
.advancedList figcaption span {
	position: absolute;
	top: calc(9.5 * var(--rv));
	left: calc(22.5 * var(--rv));
}

/*----2023.04追記 nishigaki----*/
.sec__advanced .list__imgrightbd ul.contestImg {
    margin-top: calc(4 * var(--rv));
}
.sec__advanced .list__imgrightbd .contestImg li {
    border: none;
    padding-left: calc(16.5 * var(--rv));
    min-height: calc(22 * var(--rv));
}
.sec__advanced .list__imgrightbd .contestImg li figure {
    width: calc(15 * var(--rv));
}
.sec__advanced .list__imgrightbd .contestImg li h4 {
    color: #4abcbb;
}

/*----2024.03追記 nishigaki----*/
.sec__advanced-schd {
    margin-top: calc(8 * var(--rv));
}	

.sec__advanced-schd__text01 {
	margin-top: calc(1.6 * var(--rv));
}
.sec__advanced-schd__subhead {
	font-size: calc(1.8 * var(--rv));
    color: #ffffff;
    background: #000;
    display: inline-block;
    border-radius: calc(2 * var(--rv));
    padding: calc(0.4 * var(--rv));
    width: calc(15 * var(--rv));
    text-align: center;
    margin-top: calc(3 * var(--rv));
}

.advanced-schd-list {
    margin-top: calc(2.1 * var(--rv));
    margin-left: calc(1.6 * var(--rv));
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.advanced-schd__month {
    width: 6.5em;
    padding-bottom: calc(1.6 * var(--rv));
    color: #4abcbb;
    font-weight: 500;
}

.advanced-schd__subject {
    width: calc(100% - 6.5em);
    padding-bottom: calc(1.6 * var(--rv));
}



/*===================================
	ダブルライセンスコース
=====================================*/

.techArtist .sec__summary figure {
    margin: calc(5.5 * var(--rv)) auto calc(8.5 * var(--rv));
    padding: calc(3.6 * var(--rv)) calc(2 * var(--rv));
    border: solid calc(0.1 * var(--rv)) #f3a694;
}
.techArtist .sec__summary figure img {
    margin: auto;
}
.techArtist .sec__point {
    margin-bottom: calc(8 * var(--rv));
    padding-top: calc(0.2 * var(--rv));
    border-top: solid calc(0.3 * var(--rv)) #f3a694;
}
.techArtist .sec__point > h3 {
    margin-bottom: calc(4 * var(--rv));
    padding-top: calc(2 * var(--rv));
    border-top: solid calc(0.1 * var(--rv));
    font-size: calc(3 * var(--rv));
    text-align: center;
}
.techArtist .sec__point > h3 .note {
    display: block;
    margin-top: 0.6em;
    color: #000;
    font-size: calc(1.4 * var(--rv));
}

.techArtist .sec__point h4 {
    position: relative;
    width: calc(31 * var(--rv));
    height: calc(3.6 * var(--rv));
    line-height: calc(3.6 * var(--rv));
    margin: 0 auto calc(1.8 * var(--rv));
    background: #f3a694;
    color: #fff;
    font-size: calc(1.8 * var(--rv));
    text-align: center;
}
.techArtist .sec__point h4:before,.techArtist .sec__point h4:after {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.techArtist .sec__point h4:before {
    left: calc(-0.1 * var(--rv));
    border-width: calc(1.8 * var(--rv)) 0 calc(1.8 * var(--rv)) calc(1 * var(--rv));
    border-color: transparent transparent transparent #fff;
}
.techArtist .sec__point h4:after {
    right: calc(-0.1 * var(--rv));
    border-width: calc(1.8 * var(--rv)) calc(1 * var(--rv)) calc(1.8 * var(--rv)) 0;
    border-color: transparent #fff transparent transparent;
}
.techArtist .sec__point p {
    margin-bottom: 2em;
}
.techArtist .sec__point dl {
    margin-top: -2em;
}
.techArtist .outlineList h5 {
  color: #ed785d;
  }
.techArtist .outlineList ul li figure + p {
  margin-top:calc(7 * var(--rv));
  }
.techArtist .characteristicList h4 + p {
  font-size: calc(2 * var(--rv));
  }
.techArtist .characteristicList h4 {
    color: #000;
    background: none;
    border: calc(0.1 * var(--rv)) solid #f3a694;
    font-size: calc(2 * var(--rv));
    width: calc(5 * var(--rv));
    height: calc(5 * var(--rv));
    line-height: calc(5 * var(--rv));
    border-radius: 50%;
}
.techArtist .characteristicList h4:before, .techArtist .characteristicList h4:after{
border:none;
}

@media screen and (max-width: 640px) {
    .techArtist .sec__point {
        margin: 0 calc(-3 * var(--rv)) calc(3.5 * var(--rv));
        padding: calc(0.6 * var(--rv)) calc(3 * var(--rv)) 0;
        border-top-width: calc(0.9 * var(--rv));
    }
    .techArtist .sec__point > h3 {
        margin: 0 calc(-3 * var(--rv)) calc(6 * var(--rv));
        padding-top: calc(4.5 * var(--rv));
        border-top-width: calc(0.3 * var(--rv));
        font-size: calc(4.2 * var(--rv));
    }
    .techArtist .sec__point > h3 .note {
        font-size: calc(2.4 * var(--rv));
    }

    .techArtist .sec__point h4 {
        width: calc(38 * var(--rv));
        height: calc(5 * var(--rv));
        line-height: calc(5 * var(--rv));
        margin: 0 auto calc(3 * var(--rv));
        font-size: calc(2.4 * var(--rv));
    }
    .techArtist .sec__point h4:before {
        border-width: calc(2.5 * var(--rv)) 0 calc(2.5 * var(--rv)) calc(1.6 * var(--rv));
    }
    .techArtist .sec__point h4:after {
        border-width: calc(2.5 * var(--rv)) calc(1.6 * var(--rv)) calc(2.5 * var(--rv)) 0;
    }
    .techArtist .sec__point p {
        font-size: calc(2.6 * var(--rv));
    }
    .techArtist .sec__point dl {
        margin-bottom: 4em;
        font-size: calc(2.6 * var(--rv));
    }
    .techArtist .outlineList > li,.techArtist .outlineList > li:nth-of-type(1),.techArtist .outlineList > li:nth-of-type(odd) {
        display: block;
        width: auto;
        margin: 0 0 calc(6.5 * var(--rv));
    }
    .techArtist .outlineList h4 {
        font-size: calc(4.2 * var(--rv));
    }

}
/************************************************************************************
smaller than 640px
*************************************************************************************/
@media screen and (max-width: 640px) {


	/*===================================
        element
    =====================================*/

    /*  move__btns
    ---------------------------------*/

    .move__btns {
        margin: calc(6 * var(--rv)) 0;
    }
    .move__btns li {
        width: 100%;
        margin: 0 0 calc(4 * var(--rv));
    }
    .move__btns.btn a {
        width: auto;
        height: calc(10.2 * var(--rv));
        line-height: calc(10.2 * var(--rv));
        font-size: calc(3.2 * var(--rv));
    }
    .move__btns li.advancedBtn {
        padding: calc(4 * var(--rv)) 0 calc(5 * var(--rv));
    }
    .advancedBtn p {
        margin-bottom: 1.5em;
        font-size: calc(2.4 * var(--rv));
    }
    .advancedBtn p strong {
        font-size: calc(5 * var(--rv));
    }
    .advancedBtn p strong:after {
        width: 10em;
    }
    .move__btns.btn .advancedBtn a {
        width: 90%;
        height: calc(9 * var(--rv));
        line-height: calc(9 * var(--rv));
        font-size: calc(3.2 * var(--rv));
    }

    /*===================================
        course / top
    =====================================*/

    .top__summary> p {
        text-align: left;
    }
    .top__summary p strong {
        text-align: center;
    }
    .sec__top {
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 calc(3 * var(--rv));
        padding-bottom: calc(2 * var(--rv));
        border-radius: calc(0.5 * var(--rv));
        font-size: calc(2.2 * var(--rv));
    }
    .sec__top.course5 {
        height: auto;
    }
    .sec__top a:hover {
        opacity: 1;
    }
    .sec__top figure {
        padding: calc(2 * var(--rv));
    }
    .sec__top h2 {
        margin: 0.8em 0;
        font-size: calc(2.8 * var(--rv));
    }
    .sec__top h2 span,
    .sec__top.course5 h2 span {
        margin-bottom: calc(0.5 * var(--rv));
        font-size: calc(4 * var(--rv));
    }
    .sec__top.course2 h2 span,
    .sec__top.course4 h2 span,
    .sec__top.course6 h2 span,
    .sec__top.course7 h2 span {
        font-size: calc(4 * var(--rv));
    }
    .sec__top.course2 h2,
    .sec__top.course4 h2,
    .sec__top.course6 h2,
    .sec__top.course7 h2 {
        margin: 0.8em 0;
    }

    .sec__top p {
        padding: 0 calc(3 * var(--rv));
    }


	/*===================================
	    course__head
    =====================================*/

    .course__head {
        height: calc(41.4 * var(--rv));
        margin: 0 calc(-3 * var(--rv)) calc(6 * var(--rv));
        padding: calc(21 * var(--rv)) 0 0 calc(3 * var(--rv));
        background-size: calc(64 * var(--rv)) calc(41.4 * var(--rv));
    }
    .try .course__head {
        padding: calc(18.7 * var(--rv)) 0 0 calc(3 * var(--rv));
    }
    .techArtist .course__head {
        padding: calc(17.5 * var(--rv)) 0 0 calc(2 * var(--rv));
    }
    .course__head:after {
        top: calc(18.7 * var(--rv));
        width: calc(36.5 * var(--rv));
    }
    .try .course__head:after {
        top: calc(16.8 * var(--rv));
        width: calc(40.5 * var(--rv));
        height: calc(22.8 * var(--rv));
    }
    .totalBeauty .course__head:after {
        width: calc(53 * var(--rv));
    }
    .techArtist .course__head:after {
        top: calc(16.8 * var(--rv));
        width: calc(44 * var(--rv));
        height: calc(22.8 * var(--rv));
    }
    .course__head h2 {
        font-size: calc(5.2 * var(--rv));
    }
    .try .course__head h2 {
        font-size: calc(3.4 * var(--rv));
    }
    .try .course__head h2 b {
        font-size: calc(4.6 * var(--rv));
    }
    .totalBeauty .course__head h2 {
        font-size: calc(3.4 * var(--rv));
    }
    .totalBeauty .course__head h2 b {
        font-size: calc(2.6 * var(--rv));
    }
    .techArtist .course__head h2 {
        font-size: calc(3.4 * var(--rv));
    }
    .techArtist .course__head h2 b {
        font-size: calc(2.6 * var(--rv));
    }
    .course__head h2 span {
        margin: calc(1.7 * var(--rv)) 0 calc(2.6 * var(--rv));
        font-size: calc(1.8 * var(--rv));
    }
    .course__head p {
        font-size: calc(2.4 * var(--rv));
    }
    .totalBeauty .course__head h2 span {
        font-size: calc(1.7 * var(--rv));
    }
    .techArtist .course__head h2 span {
        font-size: calc(1.7 * var(--rv));
    }
    .techArtist .course__head p {
        margin-top: calc(-1 * var(--rv));
        line-height: 1;
    }
    .techArtist .course__head p span {
	    font-size: calc(1.4 * var(--rv));
	    }

    /*===================================
        sec__summary
    =====================================*/

    .sec__summary {
        margin-bottom: calc(8.5 * var(--rv));
    }
    .sec__summary h3 {
        margin: 0 calc(-4 * var(--rv)) 1em calc(-3 * var(--rv));
        font-size: calc(3.4 * var(--rv));
    }
    .sec__summary p {
        font-size: calc(2.8 * var(--rv));
    }

    /*===================================
        sec__comment
    =====================================*/

    .sec__comment {
        margin-bottom: calc(10.2 * var(--rv));
        padding: calc(4 * var(--rv)) calc(3.5 * var(--rv)) calc(3 * var(--rv)) calc(4 * var(--rv));
    }
    .sec__comment figure {
        width: calc(17 * var(--rv));
        margin: 0 0 calc(2.5 * var(--rv));
    }
    .sec__comment p {
        margin-left: 0;
    }
    .sec__comment h3 {
        margin: 0 0 1em calc(19 * var(--rv));
        font-size: calc(3 * var(--rv));
    }
    .sec__comment p {
        clear: both;
        font-size: calc(2.8 * var(--rv));
    }
    .sec__comment p.sign {
        clear: none;
        margin-top: 0;
        font-size: calc(2.4 * var(--rv));
    }
    .sec__comment p.sign b {
        padding-left: calc(2 * var(--rv));
        font-size: calc(2.6 * var(--rv));
    }
    .sec__comment p.sign span:nth-of-type(1) {
        display: block;
        color: #000;
        margin-left: calc(18 * var(--rv));
        margin-right: -1em;
        font-size: calc(2.4 * var(--rv));
    }.sec__comment p.sign span:nth-of-type(2) {
        font-size: calc(2.4 * var(--rv));
    }

    /*===================================
    	sec__timetable
    =====================================*/
    .sec__timetable {
        overflow-x: scroll;
    }

    .sec__timetable table {
        white-space: nowrap;
    }



    /*===================================
        sec__passRate
    =====================================*/

    .sec__passRate {
        margin-bottom: calc(6 * var(--rv));
        padding: calc(3.8 * var(--rv)) calc(3.5 * var(--rv)) calc(3.5 * var(--rv));
    }
    .sec__passRate p {
        font-size:calc(2.8 * var(--rv));
    }
    .sec__passRate h3 {
        margin-bottom: calc(3 * var(--rv));
    }
    .sec__passRate h3 br {
        display: none;
    }
    .sec__passRate h3 span,.sec__passRate h3 img {
        display: block;
    }
    .sec__passRate h3 span:nth-of-type(1) {
        width: auto;
        text-align: center;
    }
    .sec__passRate h3 img {
        width: auto;
        margin: calc(1.2 * var(--rv)) auto calc(2.8 * var(--rv));
    }
    .sec__passRate h3 span:nth-of-type(2) {
        font-size: calc(2.4 * var(--rv));
    }
    .sec__passRate h3 + p {
        font-size: calc(2.8 * var(--rv));
        text-align: left;
    }
    .sec__passRate dl {
        padding: calc(3.3 * var(--rv)) calc(4 * var(--rv)) calc(2.8 * var(--rv));
        font-size: calc(2.4 * var(--rv));
    }
    .sec__passRate dt {
        font-size: calc(2.4 * var(--rv));
    }
    .sec__passRate dt span,.sec__passRate dd span {
        font-size: calc(2 * var(--rv));
    }

    /*===================================
        sec__outline
    =====================================*/

    .sec__outline {
        margin: 0 calc(-3 * var(--rv)) calc(3.5 * var(--rv));
        padding: calc(0.6 * var(--rv)) calc(3 * var(--rv)) 0;
        border-top-width: calc(0.9 * var(--rv));
    }
    .sec__outline h3 {
        margin: 0 calc(-3 * var(--rv)) calc(4 * var(--rv));
        padding-top: calc(4.5 * var(--rv));
        border-top-width: calc(0.3 * var(--rv));
        font-size: calc(4.8 * var(--rv));
    }
    .sec__outline h3 + p {
        margin-bottom: calc(6 * var(--rv));
        font-size: calc(2.8 * var(--rv));
        text-align: left;
    }

    /*  outlineList
    ---------------------------------*/

    .outlineList > li {
        display: block;
        width: auto;
        margin: 0 0 calc(6.5 * var(--rv));
    }
    .outlineList > li:nth-of-type(1) > figure {
        margin: 0 calc(-3 * var(--rv));
    }
    .outlineList h4 {
        font-size: calc(4.8 * var(--rv));
    }
    .outlineList h4 span {
        font-size: calc(2.8 * var(--rv));
    }
    .outlineList p {
        font-size: calc(2.8 * var(--rv));
    }
    .outlineList ul {
        margin: calc(4 * var(--rv)) 0 calc(7 * var(--rv));
    }
    .outlineList ul li {
        margin-bottom: calc(3 * var(--rv));
        padding-bottom: calc(2.5 * var(--rv));
    }
    .outlineList ul li figure {
        float: left;
        width: calc(27 * var(--rv));
    }
    .outlineList h5 {
        position: relative;
        top: inherit;
        left: 0;
        margin-bottom: 0.5em;
        font-size: calc(2.4 * var(--rv));
    }
    .outlineList ul li figure + p {
        margin-top: 0;
    }
    .outlineList ul li p {
        font-size: calc(2.4 * var(--rv));
    }

    /*===================================
        sec__overseasTraining
    =====================================*/

    .sec__overseasTraining,
    .sec__activity {
        position: relative;
        margin: 0 calc(-3 * var(--rv)) calc(13 * var(--rv));
        padding: calc(3 * var(--rv));
    }
    .sec__overseasTraining h3 {
        top: calc(-0.9 * var(--rv));
        left: inherit;
        right: calc(2.1 * var(--rv));
        width: calc(13.6 * var(--rv));
        height: calc(13.6 * var(--rv));
        background-size: auto auto;
    }
    .sec__overseasTraining h3 + p {
        margin: 0 calc(13 * var(--rv)) calc(2 * var(--rv)) 0;
        font-size: calc(3.2 * var(--rv));
    }
    .sec__overseasTraining figure img {
        width: auto;
        margin-bottom: calc(3 * var(--rv));
    }
    .sec__overseasTraining figure img:nth-of-type(odd),
    .sec__overseasTraining figure img:nth-of-type(even),
    .sec__overseasTraining figure.floaleft {
        float: none;
    }
    .sec__overseasTraining figure.floaleft {
        margin-right: 0;
    }
    .sec__overseasTraining figure.floaleft + p {
        min-height: inherit;
    }
    .sec__activity {
        margin-bottom: calc(5 * var(--rv));
    }
    .sec__activity h3 {
        margin-bottom: 1em;
        color: #f37a3d;
        font-size: calc(3.4 * var(--rv));
    }
    .sec__activity figure {
        float: none;
        width: auto;
        margin: auto auto calc(3 * var(--rv));
    }
    .sec__activity .note {
        font-size: calc(2 * var(--rv));
    }

    /*===================================
        sec__voice
    =====================================*/

    .sec__voice,.sec__voice.teacher {
        padding: 0 calc(3 * var(--rv)) calc(3.9 * var(--rv)) calc(3.9 * var(--rv));
    }
    .sec__voice h3 {
        width: calc(21.4 * var(--rv));
        height: calc(4.7 * var(--rv));
        line-height: calc(4.7 * var(--rv));
        margin: calc(-3 * var(--rv)) auto calc(3 * var(--rv));
        background-image: url(../images/course/bg_title_voice_sp.png);
        font-size: calc(2.8 * var(--rv));
    }
    .sec__voice h3 + p,
    .sec__voice.teacher h3 + p {
        font-size: calc(3.2 * var(--rv));
        text-align: left;
    }
    .sec__voice figure:nth-of-type(1) {
        float: none;
        width: auto;
    }
    .sec__voice p,
    .sec__voice.teacher p {
        margin-left: 0;
        font-size: calc(2.8 * var(--rv));
    }
    .sec__voice p.sign {
        margin: 1em -1em 1em 0;
    }
    .sec__voice p.sign span,
    .sec__voice p.sign b {
        font-size: calc(2.4 * var(--rv));
    }
    .sec__voice figure:nth-of-type(2) img {
        width: calc(24 * var(--rv));
    }
    .sec__voice.teacher figure:nth-of-type(1) {
        position: relative;
        top: inherit;
        left: inherit;
        width: auto;
        margin: 0 calc(7 * var(--rv)) calc(5 * var(--rv));
    }

    /*===================================
    	美容学科
    =====================================*/

    .sec__selectSchedule figure {
        padding: 0 0 calc(8 * var(--rv));
    }
    .beauty .sec__outline.sec__major h3 {
      font-size: calc(4.4 * var(--rv));
    }

    /*===================================
        トライチェンジコース
    =====================================*/
    /*  sec__characteristic
    ---------------------------------*/

    .sec__characteristic {
        margin: 0 calc(-3 * var(--rv)) calc(3.5 * var(--rv));
        padding: calc(0.6 * var(--rv)) calc(3 * var(--rv)) 0;
        border-top-width: calc(0.9 * var(--rv));
    }
    .sec__characteristic > h3 {
        margin: 0 calc(-3 * var(--rv)) calc(6 * var(--rv));
        padding-top: calc(4.5 * var(--rv));
        border-top-width: calc(0.3 * var(--rv));
        font-size: calc(4.8 * var(--rv));
    }

    /*  outlineList
    ---------------------------------*/

    .characteristicList {
        margin-bottom: calc(10 * var(--rv));
    }
    .characteristicList li {
        margin-bottom: calc(5 * var(--rv));
        text-align: center;
    }
    .characteristicList h4 {
        width: calc(24 * var(--rv));
        height: calc(5 * var(--rv));
        line-height: calc(5 * var(--rv));
        margin: 0 auto calc(3 * var(--rv));
    }
    .characteristicList h4:before {
        border-width: calc(2.5 * var(--rv)) 0 calc(2.5 * var(--rv)) calc(1.6 * var(--rv));
    }
    .characteristicList h4:after {
        border-width: calc(2.5 * var(--rv)) calc(1.6 * var(--rv)) calc(2.5 * var(--rv)) 0;
    }
    .characteristicList h4 + p {
        font-size: calc(2.6 * var(--rv));
    }
    .characteristicList h4 + p + p {
        text-align: left;
    }

    /*  supportCont
    ---------------------------------*/

    .supportCont {
        padding: calc(2 * var(--rv)) calc(3.5 * var(--rv));
    }
    .supportCont header {
        overflow: hidden;
        margin: 0 calc(-2 * var(--rv));
        padding-left: calc(1 * var(--rv));
        min-height: inherit;
    }
    .supportCont header figure {
        position: relative;
    }
    .supportCont header figure:nth-of-type(1) {
        float: left;
        top: inherit;
        left: inherit;
        width: auto;
        margin: 0 calc(1 * var(--rv)) calc(3 * var(--rv)) 0;
    }
    .supportCont header figure:nth-of-type(2) {
        right: inherit;
        bottom: inherit;
        width: auto;
        margin-bottom: calc(5 * var(--rv));
    }
    .supportCont header figure img {
        margin: auto;
    }
    .supportCont header h2 {
        margin-bottom: 0.8em;
        color: #82c1ea;
        font-size: calc(3.2 * var(--rv));
    }
    .supportCont header p:nth-of-type(1) {
        margin-top: 2em;
    }
    .supportCont header p {
        font-size: calc(2.6 * var(--rv));
    }
    .supportCont header p:nth-of-type(2) {
        font-size: calc(2.5 * var(--rv));
    }
    .supportCont header p span {
        font-size: calc(1.8 * var(--rv));
    }
    .supportCont h3 {
        width: calc(27 * var(--rv));
        height: calc(4.8 * var(--rv));
        line-height: calc(4.8 * var(--rv));
        font-size: calc(2.6 * var(--rv));
    }
    .supportCont h3:before {
        width: calc(53 * var(--rv));
    }
    .supportCont h3:after {
        left: calc(27 * var(--rv));
        border-width: calc(4.8 * var(--rv)) 0 0 calc(3.2 * var(--rv));
    }
    .supportCont ol > li {
        font-size: calc(2.4 * var(--rv));
    }
    .supportCont ol > li > b {
        font-size: calc(2.8 * var(--rv));
    }
    .supportCont .lg span {
        font-size: calc(2.8 * var(--rv));
    }
    .supportCont .lg strong {
        font-size: calc(3.2 * var(--rv));
    }
    .supportCont .ssp {
        font-size: 90%;
    }
    .supportCont ol li dd {
        margin: 0;
    }
    .supportCont li span.note {
        font-size: calc(1.8 * var(--rv));
    }
    .supportCont ol li figure img {
        width: auto;
    }

    /*  sec__1dayReport
    ---------------------------------*/

    .sec__1dayReport h3 {
        font-size: calc(3.6 * var(--rv));
    }
    .sec__1dayReport h2 b {
        width: calc(34.6 * var(--rv));
        height: calc(7.3 * var(--rv));
        line-height: calc(7.3 * var(--rv));
        margin: calc(2 * var(--rv)) auto;
        border-width: calc(0.2 * var(--rv));
        font-size: calc(2.6 * var(--rv));
    }
    .sec__1dayReport ol {
        margin: 0 calc(2 * var(--rv));
        padding-top: calc(2.4 * var(--rv));
        font-size: calc(2.4 * var(--rv));
    }
    .sec__1dayReport ol li {
        position: relative;
        width: auto;
        margin-bottom: calc(5 * var(--rv));
        padding-top: calc(2.4 * var(--rv));
    }
    .sec__1dayReport ol li:nth-last-of-type(1) {
        margin: 0;
    }
    .sec__1dayReport ol li:nth-of-type(odd),
    .sec__1dayReport ol li:nth-of-type(even) {
        float: none;
    }
    .sec__1dayReport ol li figure {
        margin-bottom: 0;
    }
    .sec__1dayReport ol li figure img {
        width: 100%;
        margin: auto;
    }
    .sec__1dayReport ol li p {
        padding-top: 0.5em;
        background: rgba(255,255,255,1);
    }
    .sec__1dayReport ol li:nth-of-type(1) figure {
        width: calc(26 * var(--rv));
    }
    .sec__1dayReport ol li:nth-of-type(1) p {
        width: calc(27 * var(--rv));
        height: calc(27 * var(--rv));
        margin: calc(2 * var(--rv)) 0 0 0;
        padding-top: calc(4.5 * var(--rv));
        font-size: calc(2 * var(--rv));
    }
    .sec__1dayReport ol li:nth-of-type(1) p:after {
        top: calc(10 * var(--rv));
        right: calc(-6 * var(--rv));
        border-width: calc(3 * var(--rv)) calc(8 * var(--rv)) 0 0;
    }
    .sec__1dayReport ol li span,
    .sec__1dayReport ol li:nth-of-type(odd) span,
    .sec__1dayReport ol li:nth-of-type(even) span {
        top: 0;
        left: calc(1.4 * var(--rv));
        right: inherit;
        height: calc(5 * var(--rv));
        line-height: calc(5 * var(--rv));
        padding: 0 0.3em;
        font-size: calc(3.9 * var(--rv));
    }
    .sec__1dayReport ol li span:after {
        display: none;
    }
    .sec__1dayReport li dl {
        padding: calc(3 * var(--rv));
        border-radius: calc(2 * var(--rv));
    }
    .sec__1dayReport li dl dt:nth-of-type(1) {
        font-size: calc(2.2 * var(--rv));
    }
    .sec__1dayReport li dl dd:nth-of-type(1) {
        color: #000;
        font-size: calc(1.8 * var(--rv));
    }
    .sec__1dayReport li dl dd:nth-of-type(1) b {
        font-size: calc(2.8 * var(--rv));
    }
    /*  sec__1dayReport_2
    ---------------------------------*/

    .sec__1dayReport_2 h3 {
        font-size: calc(3.6 * var(--rv));
    }
    .sec__1dayReport_2 .title_1day {
  	  width: 100%;
	}
    .sec__1dayReport_2 h2 b {
        width: calc(34.6 * var(--rv));
        height: calc(7.3 * var(--rv));
        line-height: calc(7.3 * var(--rv));
        margin: calc(2 * var(--rv)) auto;
        border-width: calc(0.2 * var(--rv));
        font-size: calc(2.6 * var(--rv));
    }
    .sec__1dayReport_2 ol {
        margin: 0 calc(2 * var(--rv));
        padding-top: calc(2.4 * var(--rv));
        font-size: calc(2.4 * var(--rv));
    }
    .sec__1dayReport_2 ol li {
        position: relative;
        width: auto;
        margin-bottom: calc(3 * var(--rv));
        min-height: auto;
    }

    .sec__1dayReport_2 ol li:nth-of-type(odd),
    .sec__1dayReport_2 ol li:nth-of-type(even) {
        float: none;
    }
    .sec__1dayReport_2 ol li figure {
        margin-bottom: 0;
    }
    .sec__1dayReport_2 ol li figure img {
        width: 100%;
        margin: auto;
    }
    .sec__1dayReport_2 ol li p {
        padding-top: 0.5em;
    }

    /*===================================
        理容学科
    =====================================*/

    .sec__esthtiCcourse {
        margin-bottom: calc(4 * var(--rv));
    }
    .sec__esthtiCcourse p:nth-of-type(1) strong {
        height: calc(10 * var(--rv));
        margin: 0 calc(-2 * var(--rv)) calc(3.5 * var(--rv));
        padding-top: calc(1.5 * var(--rv));
        line-height: 1.2;
        font-size: calc(2.9 * var(--rv));
        text-align: center;
    }
    .sec__esthtiCcourse p:nth-of-type(1) strong:before {
        border-width: calc(5 * var(--rv)) 0 calc(5 * var(--rv)) calc(1.4 * var(--rv));
    }
    .sec__esthtiCcourse p:nth-of-type(1) strong:after {
        border-width: calc(5 * var(--rv)) calc(1.4 * var(--rv)) calc(5 * var(--rv)) 0;
    }
    .sec__esthtiCcourse h3 + p strong {
        font-size: calc(2.6 * var(--rv));
        text-align: left;
    }
    .sec__esthtiCcourse h3 {
        margin: 0 -1em 1.2em;
        padding: calc(1.5 * var(--rv)) 0 calc(2 * var(--rv));
        font-size: calc(2.4 * var(--rv));
        line-height: 1.6;
    }
    .sec__esthtiCcourse h3 b {
        font-size: calc(3.4 * var(--rv));
    }
    .sec__esthtiCcourse h3 span {
        font-size: calc(2 * var(--rv));
    }
    .sec__esthtiCcourse figure li,
    .sec__esthtiCcourse figure li:nth-of-type(1){
        float: none;
        width: auto;
        margin: 0 0 calc(3 * var(--rv));
    }
    .sec__esthtiCcourse figure img {
        margin: auto;
    }

    /*===================================
        トータルビューティシャン科
    =====================================*/

    .totalBeauty .sec__comment p.sign {
        clear: both;
        margin-bottom: 0.5em;
    }
    .totalBeauty .sec__comment p.sign span:nth-of-type(1) {
        margin-left: 0;
    }
    .totalBeauty .sec__passRate h3 span:nth-of-type(1),
    .totalBeauty .sec__passRate h3 img {
        width: auto;
    }
    .totalBeauty .sec__passRate h3 img {
        margin-left: 2em;
    }
    .totalBeauty .sec__voice {
        margin-top: calc(13 * var(--rv));
    }
    .totalBeauty .characteristicList h4 {
        width: calc(45 * var(--rv));
    }
    .totalBeauty .characteristicList h4 + p + p {
        text-align: center;
    }
    .totalBeauty .outlineList .outlineList_1 {
        display: block;
        width: auto;
        margin: 0 0 calc(6.5 * var(--rv));
    }
    .totalBeauty .outlineList > li:nth-of-type(1) > figure {
        margin: 0;
    }
    .totalBeauty .outlineList > li:nth-of-type(odd) {
        margin-right: 0;
    }
    .totalBeauty .outlineList ul li div {
        display: inline-block;
    }
    .totalBeauty .outlineList ul li div h5,
    .outlineList ul li div p {
        margin-left: calc(1.5 * var(--rv));
    }

    .totalBeauty .outlineList.aim > li {
        width: calc(18.3 * var(--rv));
        margin: 0 calc(0.5 * var(--rv)) calc(2 * var(--rv));
    }

    .totalBeauty .outlineList.aim > li h4 {
        font-size: calc(2.2 * var(--rv));
        line-height: 1.5rem;
        margin-top: calc(1 * var(--rv));
    }
    .totalBeauty .outlineList.aim > li h4 span {
        font-size: calc(1.6 * var(--rv));
    }
    .totalBeauty .outlineList.select ul {
        margin-top: calc(1 * var(--rv));
        padding: calc(2 * var(--rv)) calc(2 * var(--rv)) calc(0.1 * var(--rv));
    }

    .totalBeauty .outlineList.select .select_01 li div h5,
    .totalBeauty .outlineList.select .select_02 li div h5 {
       margin-left: 0;
    }

    .totalBeauty .sec__specialLesson,
    .totalBeauty .sec__faq {
        margin: 0 calc(-3 * var(--rv)) calc(3.5 * var(--rv));
        padding: calc(0.6 * var(--rv)) calc(3 * var(--rv)) 0;
        border-top-width: calc(0.9 * var(--rv));
    }

    .totalBeauty .sec__specialLesson h3,
    .totalBeauty .sec__faq h3{
        margin: 0 calc(-3 * var(--rv)) calc(4 * var(--rv));
        padding-top: calc(4.5 * var(--rv));
        border-top-width: calc(0.3 * var(--rv));
        font-size: calc(4.8 * var(--rv));
    }

    .totalBeauty .sec__specialLesson h4 {
        font-size: calc(3 * var(--rv));
    }

    .totalBeauty .sec__specialLesson figure {
        width: calc(25 * var(--rv));
        margin: calc(3 * var(--rv)) auto;
    }
    .totalBeauty .sec__faq dl dt:before {
        margin-right: calc(1 * var(--rv));
    }
    .totalBeauty .sec__faq dl dd {
        margin-bottom: calc(4 * var(--rv));
    }



    /*===================================
        ダブルライセンスコース
    =====================================*/
    .techArtist .outlineList ul li figure + p {
        margin-top: 0;
    }
    .techArtist .characteristicList h4 + p {
        font-size: calc(2.6 * var(--rv));
    }

    /*===================================
        専門科目
    =====================================*/

    .advanced .sec__summary h3 {
        padding: 0 calc(3 * var(--rv));
    }
    .list__imgrightbd {
        margin-bottom: calc(5 * var(--rv));
    }
    .list__imgrightbd li {
        min-height: inherit;
        margin-bottom: calc(3 * var(--rv));
        padding: 0 0 calc(3 * var(--rv));
        font-size: calc(2.4 * var(--rv));
    }
    .list__imgrightbd figure {
        position: inherit;
        top: inherit;
        left: inherit;
        width: auto;
    }
    .list__imgrightbd figure img {
        margin: calc(2 * var(--rv)) auto calc(3 * var(--rv));
    }
    .list__imgrightbd h3 {
        font-size: calc(2.6 * var(--rv));
    }
    .list__imgrightbd p.note {
        font-size: calc(1.6 * var(--rv));
    }
    /*----2023.04追記 nishigaki----*/
    .sec__advanced .list__imgrightbd .contestImg li {
        padding-left: calc(25.5 * var(--rv));
        min-height: calc(34 * var(--rv));
    }
    .sec__advanced .list__imgrightbd .contestImg li figure {
        width: calc(23 * var(--rv));
        position: absolute;
        top:0;
        left: 0;
    }
    .sec__advanced .list__imgrightbd .contestImg li figure img {
        margin: 0;
    }

}