.tCenter{
  text-align: center;
}
br.sp{
  display: none;
}
.pc {
  display: inherit;
}
.sp {
  display: none;
}
.wrapper {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.pB40{
  padding-bottom: 40px;
}
.pB30{
  padding-bottom: 30px;
}
.pB20{
  padding-bottom: 20px;
}
.pB10{
  padding-bottom: 10px;
}
.pB5{
  padding-bottom: 5px;
}
.pT40{
  padding-top: 40px;
}
.pT30{
  padding-top: 30px;
}
.pT20{
  padding-top: 20px;
}
.pT15{
  padding-top: 15px;
}
.pT10{
  padding-top: 10px;
}
.pT5{
  padding-top: 5px;
}
.fR{
  float: right;
}
.menu{
  position: absolute;
  top: -35px;
  right: -133px;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pc{
  display: block;
}
#header{
  padding: 30px 0px;
}
.menuLink{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.sideMenu{
  position: relative;
  z-index: 1;
}
.sideMenu a{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);25
}
#mainImg{
  height: 435px;
  padding-top: 22px;
  text-align: center;
  background: url("../img/main_bg.jpg") no-repeat top center;
  position: relative;
}
#mainImg .wrapper{
  position: relative;
  text-align: right;
}
#mainImg h1{
  text-indent: -9999px;
  margin-right: 106px;
}
#mainContact {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: url(../img/bg_main_btn.png) repeat;
  position: absolute;
  bottom: 0;
}
#mainContact a {
  display: inline-block;
  margin-bottom: 0px;
}
.campaign {
  position: relative;
  padding: 45px 0 0;
}
.campaign a {
  position: absolute;
  left: 50%;
  bottom: 56px;
  transform: translateX(-50%);
}
.cram{
  padding-bottom: 50px;
  padding-top: 50px;
}
.cram h2{
  padding: 25px 0px;
}
.possibility{
  background: url("../img/possibility_bg.png") no-repeat top center;
  position: relative;
  height: 400px;
  padding-top: 50px;;
}
div.possibility:after{
  content: url(../img/under.png);
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -38px;
  z-index: 80;
}
.point{
  background: url("../img/point_bg.png") repeat top center;
  position: relative;
  z-index: 0;;;
}
.point h2{
  padding: 90px 0px 0;
}
.live{
  background: url("../img/live_bg.jpg") no-repeat top center;
}
.Performance{
  background: url("../img/Performance_bg.jpg") no-repeat top center;
  padding: 20px 0 0;;
}
.passed{
  background-color: #f3bcbe;
  padding: 30px 0;;
}
.passed h2{
  padding: 0 0 20px;
}

.school{
  background-color: #f6f6f6;
}
.school h2{
  padding: 30px 0px 20px 0px;
}

.schoolGui{
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
.schoolGui div{
  width: 25%;
  box-sizing: border-box;
  padding: 0px 10px 20px 10px;

}
.schoolGui p{
  text-align: left;
  padding: 10px 0px 0px 7px;
  color: #080258;
  line-height: 1.3;
  font-size: 13px;
}
.inquiry{
  background-color: #7d7d7d;
  position: relative;
}
.inquiryW{
  max-width: 1000px;
  margin: 0 auto;
}
.inquiryBtn{
  /*
  position: absolute;
  top: 165px;
  */
}
.style{
  background: url("../img/style_bg.jpg") no-repeat top center;
}
div.style:after{
  content: url(../img/under.png);
  display: block;
  position: absolute;
  right: 0;
  left: 0;
}
.styleSub{
  padding-top: 50px;
  background: url("../img/point_bg.png") repeat top center;
}
.styleSubBtn{
  padding: 30px 0px;
}
.styleSubBtn a{
  text-decoration: none;
}
.support{
  background-color: #080258;
}
.question{
  border-bottom: 1px solid #080258;
}
.question h2{
  padding: 30px 0px 20px 0px;
}
.schoolInfo{
  background-color: #fafafa;
  padding-bottom: 50px;
}
.schoolInfo h2{
  padding: 30px 0px 20px 0px;
}
.schoolInfo .schoolInfo-title {
  background-color: #7d7d7d;
  color: #fff;
  font-size: 30px;
  padding: 20px 0px;
  margin-bottom: 35px;
}
.schoolInfoLink{
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}
.schoolInfoLink div{
  width: 25%;
  box-sizing: border-box;
  padding: 0px 8px 20px 8px;
}
.schoolInfoLink div a {
  display: inline-block;
  margin-top: 5px;
}
#footer{
  text-align: center;
  padding: 15px 0px;
  background-color: #7d7d7d;
}
/*dropdownmenu*/
#menu{
  max-width: 1000px;
  margin: 0 auto;
}
.drop {
  margin: 0 auto;
}

.drop span {
  box-sizing: border-box;
  border: 3px solid #080258;
  background-color: #fff799;
  border-radius: 13px;
  font-size: 1vw;
  text-align: left;
  padding: 10px 20px 10px 55px;
  margin: 0 auto;
  width: 100%;
  display: block;
  color: #080258;
  font-weight: bold;
  background-image: url(../img/bg_qa.png);
  background-repeat: repeat;
  background-position: 98% 50%;
  position: relative;
}
.drop span::after {
  content: url(../img/drop_arrow.png);
  position: absolute;
  right: 15px;
}
.drop span::before {
  content: "Q.";
  position: absolute;
  left: 25px;
}
.drop span:hover {
  cursor: pointer;
}
.drop img{
  padding: 0px 10px;
  float: right;
}

.drop ul {
  display: none;
  width: 1000px;
  margin:0 auto;
}

.drop li{
  list-style-type: none;
  text-align: left;
  font-size: 13px;
  background-position: 17px 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 50px 0 60px;
  line-height: 1.7em;
  position: relative;
}
.drop li::before {
  content: "A.";
  position: absolute;
  left: 27px;
  top: 15px;
  color: #e60012;
  font-size: 25px;
}
#footer span small{
  font-size: 10px;
  color: #fff;
}
img {
  vertical-align: middle;
}
.instructor {
  background: #161161;
  padding: 50px 0;
  text-align: center;
}
ul.listInst {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
ul.listInst li {
  margin: 0 50px;
}


.inquiry-section {
  background-color: #7d7d7d;
  padding: 40px 0;
  color: #fff;
}
.inquiry-wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.inquiry-title {
  font-size: 28px;
  text-align: center;
}
.inquiry-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-top: 20px; */
}
.inquiry-mail {
  width: 46%;
  text-align: center;
}
.inquiry-mail .text1 {
  font-size: 20px;
}
.inquiry-mail .text2 {
  margin-top: 12px;
  font-size: 15px;
}
.inquiry-mail .text2 span {
  color: #ffef3a;
}
.inquiry-mail .button {
}
.inquiry-tel {
  width: 49%;
}
.inquiry-tel .text1 {
  font-size: 20px;
}
.inquiry-tel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.inquiry-tel ul li {
  width: 50%;
}
.inquiry-tel ul li:not(:nth-child(-n+2)) {
  margin-top: 10px;
}

.Line-box-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.Line-box {
  border: 2px solid #00b900;
  background-color: #eaf9e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.Line-box-text {
  width: 50%;
}

.Line-box-text .title {
  font-size: 27px;
  font-weight: bold;
}

.Line-box-text .text {
  font-size: 16px;
}

.Line-box-text .title span {
  color: #00b900;
}

.Line-box-image {
  width: 38%;
}


@media screen and (max-width: 640px){
  .pT30,
  .pB30,
  .pB40 {
    padding: 0 !important;
  }

  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  br.sp{
    display: block;
  }
  .pc{
    display:none;
  }
  #logo {
    width: 150px;
    display: inline-block;
  }
  #header{
    padding: 10px 0px;
  }
  .sideMenu{
    display: none;
  }
  #mainImg{
    height: 115.625vw;
    padding-top: 5.7vw;
    background-image: url('../img/main_bg_sp.jpg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  #mainImg .wrapper{
    max-width: 100%;
  }
  #mainImg h1{
    width: 92.34375%;
    margin-right: 0;
    margin-left: 4vw;
  }
  #mainContact {
    position: static;
    padding-top: 5%;
    padding-right: 3%;
    padding-left: 3%;
    /* margin-top: 2%; */
  }
  #mainContact p {
    padding: 0 5%;
  }
  #mainContact a {
    padding: 0 6%;
    margin-bottom: 0px;
    display: inline-block;
  }
  .campaign {
    max-width: 93.75%;
  }
  .campaign a {
    bottom: 1.5%;
    width: 87.84%;
  }
  .cram{
    padding-bottom: 0;
    padding-top: 25px;
  }
  .possibility{
    height: auto;
    padding-top: 0;
  }
  div.possibility:after {
    display: none;
  }
  .point{
    background: none;
  }
  .point h2{
    padding: 0;
  }
  .point .pB30 {
    padding-bottom: 0 !important;
  }
  .live{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .Performance{
  padding: 0;
  }
  .inquiry{
    background-color: #7d7d7d;
    padding: 0px 15px;
  }
  .passed{
  padding: 0;
  }
  .passed h2 {
    padding-bottom: 0;
  }
  .school{
    padding: 0px 15px;
  }

  .style{
  }
  div.style:after {
    display: none;
  }
  .styleSub{
    background: none;
    padding-top: 0;
  }
  .styleSubBtn{
    padding: 10px 15px;
    background: url("../img/point_bg.png") repeat top center;
    -webkit-background-size: 2px auto;
    background-size: 2px auto;
  }
  .styleSubBtn img{
    padding: 3px 0px;
  }

  .support{
    padding: 15px 20px
  }
  .question{
    padding: 0 !important;
  }
  .question h2{
    padding: 20px 0 0;
  }
  .schoolInfo{
    padding: 0px 0px 25px 0px;
  }

  .schoolInfoLink {
    padding: 0px 10px;
  }

   .schoolInfo .schoolInfo-title {
    font-size: 19px;
  }
  
  #menu {
    padding: 0 15px 30px;
  }

  .drop span {
    box-sizing: border-box;
    border: 2px solid #080258;
    border-radius: 7px;
    font-size: 12px;
    padding: 7px 30px 7px 20px;
    line-height: 1.5;
    padding-left: 10%;
  }
  .drop ul {
    display: none;
    width: 100%;
    margin:0 auto;
  }
  .drop li{
    font-size: 11px;
    background-position: 16px 20px;
    background-size: 5%;
    padding: 0 15px 0 33px;
  }
  .drop li::before {
    font-size: 17px;
    left: 12px;
  }
  .drop span::before {
    left: 10px;
  }
  .drop img{
    padding: 2px 10px;
    float: right;
  }
  .schoolInfoLink{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
  }
  .schoolInfoLink div{
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
  }

  .schoolInfoLink div .slick-slide {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
  }

  .prev-arrow {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    left: 10px;
    max-width: 35px;
    z-index: 100;
  }

  .next-arrow {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 10px;
    max-width: 35px;
    z-index: 100;

  }

  .schoolGui div{
    width: 50%;
    padding: 0px 5px 10px 5px;
  }
  .schoolGui p{
    font-size: 10px;
    padding: 7px 0px 0px 6px;
    line-height: 1.5;
  }
  .inquiry{
    position: relative;
  }

  .inquiryBtn {
    position: static;
  }
  .menuLink{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .menu{
    position: relative;
    top: 0px;
    right: 0px;
    float: none;
  }
  .menuLink{
    display: none;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    z-index: 1;
  }
  .menu img{
    width: 75%;
    padding: 10px 0px
  }

  #footer{
    /* margin-bottom: 75px; */
    padding: 10px 0px;
  }

  .instructor {
    padding: 0;
  }
  ul.listInst {
    margin-top: 30px;
  }
  ul.listInst li {
    width: 100%;
    margin: 0;
  }
  .instructor img {
    width: auto;
    height: auto;
  }



  .inquiry-section {
    padding: 30px 0;
  }
  .inquiry-wrap {
    max-width: 93.75%;
  }
  .inquiry-title {
    font-size: 4.5vw;
  }
  .inquiry-inner {
    display: block;
    /* margin-top: 15px; */
  }
  .inquiry-mail {
    width: 100%;
  }
  .inquiry-mail .text1 {
    font-size: 4vw;
  }
  .inquiry-mail .text2 {
    margin-top: 5px;
    font-size: 3vw;
  }
  .inquiry-mail .button {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry-tel {
    width: 100%;
    margin-top: 20px;
  }
  .inquiry-tel .text1 {
    font-size: 4vw;
    text-align: center;
  }
  .inquiry-tel ul {
  }
  .inquiry-tel ul li {
    width: 48%;
  }
  .inquiry-tel ul li:not(:nth-child(-n+2)) {
  }

  .Line-box-wrap {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }

  .Line-box {
    padding: 20px;
    flex-direction: column;

  }

  .Line-box-text {
    width: 100%;
    margin-bottom: 15px;
  }

  .Line-box-text .title {
    font-size: 20px;
  }

  .Line-box-text .text {
    font-size: 14px;
  }

  .Line-box-image {
    width: 100%;
    max-width: 215px;
  }

}
