@charset "UTF-8";
/* CSS Document */



/* TITLE */
.top-img{
width: 100%;
height: 400px;
background-image: url("../img/school_main.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: center center;
}

@media (max-width: 768px) {
.top-img{
background-size: cover;
height: 200px;
margin-top: -2rem;	
}
}

/*イントロ*/
.main-title{
padding: 2rem 0rem;
text-align: center;
}
.main-title h1{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Shippori Mincho', serif;
font-size: 4.5rem;	
letter-spacing: 1.3rem;
color: #5c2920;
margin-top: 7rem;	
margin-bottom: 1rem;	
}
.main-title h2{
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.3rem;
font-size: 1.6rem;
color: #5c2920;
position: relative;
display: inline-block;
margin-bottom: 1.5em;	
}
.main-title h2:before {
content: '';
position: absolute;
left: 50%;
bottom: -20px;/*線の上下位置*/
display: inline-block;
width: 60px;/*線の長さ*/
height: 1px;/*線の太さ*/
-webkit-transform: translateX(-50%);
transform: translateX(-50%);/*位置調整*/
background-color: #CCB2A3;/*線の色*/
border-radius: 0.1px;/*線の丸み*/
}
.main-title p{
letter-spacing: 0.1rem;
color: #5c2920;
margin-top: 2rem;
}

@media (max-width: 768px) {
.main-title {padding-bottom: 0;}
.main-title h1{
letter-spacing: 0.8rem;
font-size: 3rem;
margin-top: 3rem;
}
.main-title p{
font-size: 1.2rem;
text-align: left;
padding: 0 3rem;
}
}

/*---subtitle---*/
h2.leftline{
position:relative;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.2rem;
line-height: 3rem;
text-align: left;
}
.leftline span{
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  color: #5c2920;
  letter-spacing: 0.5rem;
  white-space: nowrap;
  font-size: 2.6rem;
}
.leftline span::before{
content: "";
display: inline-block;
width: 5em;
border-top: 1px solid #fff;
vertical-align: middle;
margin-right: 1em;
padding-bottom:4px;
}
.lead{
padding:0 2rem 0 20rem;
position: relative;
margin-top: 6rem;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 400;
font-size: 1.6rem;
}

@media (max-width: 992px) {
.leftline span{
  font-size: 1.8rem;
}
}

@media (max-width: 768px) {
h2.leftline{line-height: 3rem;letter-spacing: 0.1rem;}
.leftline span{
letter-spacing: 0.1rem;
font-size: 1.5rem;
}
.leftline span::before{
width: 2em;
margin-right: 1em;
}
}

/*---school---*/
#lashlift{}
.matsuge{
margin: 8rem 0 1.5rem;
color: #5C2920;
}
.matsuge .leftline span::before{
border-top: 1px solid #E6D4C8;
}
.matsuge .container{
padding-top: 10rem;
}
.matsuge .container:first-child{
padding-top: 15rem;
}
.matsuge h3{
font-size: 2rem;
font-family: 'Shippori Mincho', serif;
letter-spacing: 0.4rem;
line-height: 4.5rem;
color: #5C2920;
font-weight: 400;
}
.matsuge p{
margin: 2rem 0 0;
font-size:1.4rem; 
line-height: 3.5rem;
}
.matsuge .row div{
margin-bottom: 5rem;
}
.matsuge h4{
position: relative;
padding: 1rem 0 1.5rem;
border-bottom: 3px solid #CCB2A3;
font-size: 2.3rem;
letter-spacing: 0.rem;
margin-top: 2rem;
line-height: 4rem;
}
.matsuge h4:nth-of-type(2){
font-size: 2rem;
}
.matsuge h4:before {
position: absolute;
bottom: -3px;
left: 0;
width: 40%;
height: 3px;
content: '';
background: #DE6D9C;
}
.matsuge h4 span{
font-size: 1.3rem;
}
.matsuge h4:nth-of-type(2) span{
font-size: 1.5rem;
}
.matsuge .container-fluid{
position: relative;
padding-bottom: 100px;
}
.matsuge .container-fluid:nth-of-type(2){
padding-bottom: 450px;
}
.matsuge .step{
padding: 3rem 20px 0;
}
.step {
max-width: 1140px;
margin: 2rem auto 0;
}
.step .col-md-4{
padding: 5px;
}
.card{
width: 100%;
border: 1px solid #5C2920;
background: #fff;
padding: 2rem 3rem 4rem;
}
.card h5{
text-align: center;
font-size: 3rem;
letter-spacing: 0.5rem;
}
.card h5 span{
display: block;
font-size: 7rem;
font-weight: 600;
letter-spacing: 1rem;
}
.card p{
font-size: 1.7rem;
}
.step-box{
background: #E6D4C8;
width: 100%;
position: absolute;
top:200px;
left: 0;
z-index: -1;
}
.step-box .step {
padding-top: 150px;
padding-bottom: 3rem;
font-size: 1.4rem;
line-height: 3rem;
}
.step-box .step span{
color: #DE6D9C;
}

.upcourse{
margin-top: 2rem;
}

.iconbox{
background-color: #E7E7E7;
padding: 0.5rem 2rem;
border-radius: 30px;
}
.iconfir{
margin-left: 15rem;
margin-bottom: 2rem;
}
.iconbox img{
width: 20px;
margin-right: 0.2rem;
}

.extention{
margin-top: 30rem;
}

.extention2{
margin-top: 15rem;
}



@media (max-width: 768px) {
.matsuge .container{
padding: 5rem 3rem 0;
margin-bottom: 0;
}
.matsuge h3{
font-size: 1.3rem;
letter-spacing: 0.2rem;
line-height: 2.5rem;
}
.matsuge p{
font-size: 1.2rem;
letter-spacing: 0.2rem;
line-height: 2.5rem;
}
.matsuge h4{
font-size: 1.5rem;
line-height: 2.3rem;
margin-top: 0;
}
.matsuge h4:nth-of-type(2){
font-size: 1.3rem;
}
.matsuge h4 span{
font-size: 1.3rem;
}
.matsuge h4:nth-of-type(2) span{
font-size: 1.1rem;
}
.matsuge .last-box{
padding-bottom: 0!important;
margin-bottom: 0!important;
}
.matsuge .container-fluid{
padding: 0!important;
margin-top: 0!important;
}
.step {
max-width: 1140px;
margin: 2rem auto 0;
}
.step .col-md-4{
padding: 5px 5px 0;
margin: 0!important;
}
.card{
padding: 2rem 3rem 2rem;
margin-bottom: 2rem!important;
}
.card h5{
font-size: 2rem;
line-height: 3.5rem;
}
.card h5 span{
font-size: 5rem;
}
.card p{
font-size: 1.4rem;
}
.step-box{
position: relative;
top:0;
left: 0;
padding-bottom: 0!important;
margin-bottom: 8rem;
margin-top: 2rem;
}
.step-box .step {
padding-top: 4rem;
padding-bottom: 0;
font-size: 1.4rem;
line-height: 2.5rem;
}
.upcourse{
margin-top: 5rem;
}

.iconbox{
padding: 0.5rem 2rem;
border-radius: 30px;
}
.iconfir{
margin-left: 4rem;
margin-bottom: 1rem;
font-size: 0.6rem;
}
.iconbox img{
width: 13px;
}

.extention{
margin-top: 10rem;
}

.extention2{
margin-top: 10rem;
}


}













