@charset "UTF-8";

/*パソコン*/
@media screen and (min-width: 834px){
.spmie{
	display: none;
}
.sc_conwrap{
    max-width: 1280px;
    margin:0 auto;
    display: flex;
    justify-content:space-between;
}
.sc_conwrap ul{
    width: 30%;
    position: relative;
}
.sc_headTxt{
	padding: 1rem 0 5rem 0;
    }
/*コンタクト*/
.sccon_bnr{
    max-width: 1280px;
    margin:2rem auto;
}
.sccon_bnr ul{
    display: flex;
    justify-content:center;
}
.sccon_bnr ul li{
    max-width: 550px;
    width: 48%;
}
.sccon_bnr ul li:first-child{
    margin-right: 1rem;
}

/*セクションの見出し*/
.sc_corse h3,
.sc_voice h3,
.sc_contact h3{
    font-size: 3.6rem;
    margin-bottom: 2rem;
}
.sc_corse h4,
.sc_voice h4,
.sc_contact h4{
    font-size: 2rem;
    margin-bottom: 6rem;
}
/*セクションの見出し　リクルートはこれ*/
.sc_recTxt h2{
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 2rem;
}
.sc_recTxt h3{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

/*トップの３項目*/
.sc_conwrap ul li:first-child{
    font-size: 5rem;
    position: absolute;
    left:1rem;
}
.sc_conwrap ul li:nth-child(2){
    margin-bottom: 1rem;
    padding-top: 4.7rem;
}
.sc_conwrap ul li:nth-child(3){
    font-size: .9rem;
    line-height: 1.75;
}
.sc_conwrap ul li:nth-child(3) span{
    font-size: 1.2rem;
    font-weight: 600;
}
.sc_con2{
    padding-top: 3rem;
}
.sc_con3{
    padding-top: 6rem;
}

/*コース紹介*/
.sc_corse{
	padding: 4rem 0 5rem;
}
.sc_courseWrap{
    max-width: 1280px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sc_courseBox{
    width: 49%;
    position: relative;
    background-color: #fff;
    border: 1px #000 solid;
    padding: 3rem 0 2rem;
    margin-bottom: 4rem;
}
.sc_courseBox dl dt{
    font-size: 1.8rem;
    color: #A971AD;/*紫*/
    margin-bottom: 0.5rem;
}
.sc_courseBox dl dd{
    border-bottom: 1px dotted #000;
    padding-bottom: 30px;
    position: relative;
    padding: 0.7em 0.5em 0.7em 0;
    width: 62%;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.02rem;
}
ul.sc_couseLabel {
    position: absolute;
    right: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 27%;
}
ul.sc_couseLabel li{
    width: 49%;
    color: #fff;
    padding: 0.2rem 0;
    text-align: center;
    margin-bottom: 0.3rem;
    font-size: 0.75rem;
}
.sc_courseBox h4{
    background-color: #000;
    color: #fff;
    padding: 0.2rem 0.8rem;
    position: absolute;
    top: -2rem;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    left: 1rem;
}
.sc_coutxt{
    font-size: 1rem;
    width: 94%;
    margin: 0 auto 2.5rem;
}
/*丸パープルの「まずはお試し」*/
.sc_coutry1{
    top: -4rem;
    right: 3rem;
    max-width: 130px;
}
.sc_courseBox h5{
    width: 97%;
    margin: 0 auto 2rem;
}

/*リクルート*/

.sc_recruit{
    padding:5rem 0;
}
.sc_recWrap{
    max-width: 1280px;
    margin:0 auto 5rem;
    display: flex;
    justify-content: space-between;
}
.sc_rec_work h5 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.sc_recWrap figure{
    width: 45%;
    max-width: 500px;
}
.sc_recTxt{
    width: 50%;
}
.sc_rec_work ul li{
    width: 32.5%;
    margin-bottom: .75rem;
}
dl.sc_rec_dtl dt{
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
dl.sc_rec_dtl dd{
    font-size: 1.0rem;
    line-height: 1.7;
}
dl.sc_rec_dtl{
    padding: 2rem;
}

/*リクルート下のスライダー*/
.sc_rec_slide{
    margin-bottom: 5rem;
}

/*VOICE*/
.sc_voice{
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    width: 100%;
    padding: 4rem 0 5rem;
}
.sc_voiBoxWrap{
    max-width:1000px;
    margin: 0 auto 2rem auto;
}
.voiceTxt_st{
    position: relative;
    display: inline-block;
    padding: 2rem 3rem;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 1rem;
    background: #A971AD;
}
.voiceTxt_st p{
    line-height: 1.8;
    font-size: 1.1rem;
}

.vt-right {
    margin: 1.5em 4rem 1.5em 0;
}
.vt-left {
  margin: 1.5em 0 1.5em 4rem;
}

.vt-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 45px solid #A971AD;
}

.vt-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4rem;
    margin-top: -15px;
    border: 1rem solid transparent;
    border-right: 3rem solid #A971AD;
}
.sc_voiBox figure img{
    width: 160px;
}
.sc_voiceWrap ul{
    display: flex;
    justify-content:space-between;
}
.sc_voiceWrap ul li{
    width: 27%;
    margin:0 auto;
}
.sc_voice_ttl{
    font-size: 2rem;
    margin-bottom: 2rem;
}
.ksimg{
    width: 70%;
    max-width: 280px;
    margin: 0 auto 3rem;
}
.kosiName{
    background-color: #A971AD;
    text-align: center;
    color: #fff;
    padding: 0.75rem 0;
    width: 70%;
    position: absolute;
    top: 0rem;
    font-size: 1.2rem;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.kosiTxt {
    font-size: 1rem;
    width: 90%;
    margin: 0 auto;
    line-height: 1.7;
}
.sc_voiceWrap ul li:nth-child(2){
    margin-top: 3rem;
}

/*contact*/
.sc_contact{
    width: 100%;
    padding: 4rem 0 5rem;
}
.contactLine{
    max-width: 550px;
    width: 48%;
    margin: 0 auto 6rem;
}
.contactLine p{
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.2rem;
}
/*コンタクトのテーブル*/
.sc_contactBox table.out_tbl caption {
    padding-bottom: 20px;
    font-size: 1.3em;
    color: #ff473d;
}
.sc_contactBox table th{
    text-align: left;
/*  margin-right: 1%;*/
    padding:5px 1% 5px 0;
    border-top: 1px solid #a9a9a9;
    border-right: solid 6px white;
    font-weight: normal;
}

.sc_contactBox table td{
    text-align: left;
    position: relative;
    padding: .7em .2em;
    border-top: 1px solid #d3d3d3;
    line-height: 2;
}
.sc_contactBox table input[type=email],
.sc_contactBox table input[type=text],
.sc_contactBox table input[type=tel]
{
    width: 100%;
    line-height: 35px;
    background-color: #f2f1eb;
    border: 0 none;
    height: 35px;
    margin: 0;
    padding: 5px 9px;
    letter-spacing: .05em;
}
.sc_contactBox table textarea{
    background-color: #f2f1eb;
    width: 100%;
    height: 140px;
    border: 0 none;
    padding: 8px 9px;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date{
    width: 45%;
    line-height: 35px;
    background-color: #f2f1eb;
    border: 0 none;
    height: 35px;
    margin: 0;
    padding: 5px 9px;
    letter-spacing: .05em;
}
/*フッター*/
.footImg{
	width: 100%;
    background-image: url(../img/school/footerImg.jpg);
    height: 750px;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-size: cover;
    position: relative;
}
.footin{
    text-align: center;
    margin:0 auto;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.footin h2{
    max-width: 250px;
    margin: 0px auto 1rem;
}

.footin h3{
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
}
.sc_copyright{
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: "Noto Serif JP", serif;
}






}