@charset "UTF-8";

/* CSS Document */

/* 
=================================================== 

  A. Medium :  ~ 769x
  B. SP : 768px ~

=================================================== 
*/


/* 
=================================================== 
  
  A. Medium :  ~ 769x

=================================================== 
*/





/* 
=================================================== 
  
  B. SP : 768px ~

=================================================== 
*/


@media screen and (max-width:767px) {


/* 
---------------------------------------------------
  0. Common
---------------------------------------------------
*/

/* common */

.wrapper {
  overflow-x: hidden;
}

/* loading */

#fade .hidden img {
  width: 72vw;
}


/* humbBtn */

.humbBtn {
  height: 60px;
  width: 60px;
  right: 17px;
  top: 37px;
}
body.pace-done .humbBtn.delay {
  transition-delay: 0s;
}
body.pace-done .humbBtn.sp {
  top: 17px;
}
.humbBtn .inner {
  width: 38%;
  height: 27%;
}
.humbBtn span {
  height: 2px;
  background-color: #fff;
}
.humbBtn span:nth-child(1) {
  right: 1px;
}

.humbBtn span:nth-child(2) {
  left: 2px;
}
.humbBtn span:nth-child(3) {
  right: 1px;
}



/* humbCont */

.humbClose {
  height: 34px;
  width: 34px;
  top: 22px;
  right: 22px;
}

.humbCont {
  width: 95%;
}
.humbCont.active > .inner {
  margin: 32vw auto;
}
.humbNav ul li {
    font-size: 1.8rem;
}
.humbNav ul li + li {
    margin-top: 13px;
}
.humbNav ul li span {
    font-size: 1.5rem;
    margin-top: -3px;
}

.humbSns li {
  height: 55px;
  width: 55px;
}
.humbSns li i {
  line-height: 55px;
}


/* contactBtn */

.contactBtn {
  position: fixed;
  height: 70px;
  width: 70px;
  right: 11px;
  transition-delay: 1.85s;
}
.contactBtn .inner {
  top: 53%;
}
.pace-done .contactBtn {
  bottom:17px;
}

.contactBtn .icon img {
  width: 23px; 
}
.contactBtn .jpn {
  display: none;
}
.contactBtn .eng {
  display: none;
}


/* 
---------------------------------------------------
  1. Header
---------------------------------------------------
*/

/* common */

header {
  top: 40px;
}
header > .inner {
  width: 87%;
  margin:0 auto;
  position: relative;
}


/* mainNav */

.mainNav {
  display: none;
}

/* title */

header .title img {
  width: 63vw;
}


/* 
---------------------------------------------------
  2. Footer
---------------------------------------------------
*/

/* common */

footer {
  margin-top: 60px;
}
footer > .inner {
  width: 82%;
  margin:0 auto;
  padding-top: 54px;
}


/* one */

footer .one .title img {
  width: 74vw;
}
.footNav {
  display: none;
}

/* two */

footer .two {
  margin-top: 40px;
}
footer .info {
  width: 100%;
}
footer .info > .inner {
  flex-direction: column;
  flex-wrap: wrap;
  margin:32px 33px;
}

footer .info address {
  font-size: 1.5rem;
  line-height: 1.7;
  width: 100%;
  padding-right: 0;
}

footer .info .contactList {
  font-size: 1.7rem;
  width: 100%;
  padding-left: 0;
  border-left: 0px ;
  border-top: 1px dotted #000;
  margin-top: 15px;
  padding-top: 15px;
}
.contactList .mail a:before {
  height: 13px;
  width: 19px;
  left: -2px;
}


/* three */

footer .three {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  position: relative;
  margin-top: 42px;
}

footer .produced {
  margin-right: 0;
  padding-top: 0;
  margin-left: 0;
  margin-top: 40px;
}

footer .toTop {
  position: absolute;
  bottom: -80px;
  z-index: 2;
  right: -16px;
  width: 57px;
  height: 57px;
}
footer .toTop img {
  top: 50%;
}

footer .sns ul li i {
  line-height: 59px;
}
footer .sns ul li + li {
  margin-left: 6px;
}

footer .produced div:nth-child(2) img {
  width: 49vw;
}


/* copyright */

.copyright {
  font-size: 1.4rem;
  color: #bbbbbb;
  padding:22px 7%;
  text-align: left;
}
.copyright span {
  display: none;
}






/* 
---------------------------------------------------
  3. Main
---------------------------------------------------
*/

/* common */

section .heading {
  font-size: 2.5rem;
  font-size: calc(23px + (1vw - 3.2px)*0.357);
  line-height: 1.65;
  letter-spacing: 0.03em;
}
section .txt {
  font-size: 1.4rem;
  line-height: 2.3;
}


.sectTitle {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
}
.sectTitle img {
  width: 52vw;
}

.sectTitle .main {
  line-height: 1;
}
.sectTitle .sub {
  font-size: 1.6rem;
  margin-left: 0;
  letter-spacing: -0.04em;
}


/* 
---------------------------------------------------
  4. Index
---------------------------------------------------
*/


/* 01 Mv - section */

/*
Common
*/

section.mv {
  max-height: initial;
  position: relative;
}


/*
tagline
*/

.pace-done .tagline {
    top: 60%;
}
.tagline img {
    width: 76vw;
}


/*
copy
*/

.copy {
  display: none;
}


/*
mainImg
*/

.mainImg {
  height: calc(100% - 150px);
  width: calc(100vw - 76px);
  top: 140px;
  right: 12px;
}


/*
slider
*/

.slick-dots {
  display: none !important;
}

/* 02 About us - section */

section.aboutus {
    margin-top: 0px;
    padding-top: 35px;
}
section.aboutus .sectTitle {
  display: block;
  width: calc(100% - 60px);
  margin: 0 auto;
}
section.aboutus .sectTitle img {
    width: 46vw;
}

section.aboutus > .inner {
  width: calc(100% - 60px);
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 41px;
}


/*
Image
*/

section.aboutus .image {
  width: 100%;
  height: 59vw;
}

/*
Contents
*/

section.aboutus .contents {
  width: 100%;
}
section.aboutus .cont {
    width:100%;
    margin: 33px auto 0;
    padding-left: 0;
}


/* 03 Feature - section */

/*
Common
*/

section.feature {
  margin-top: 10px;
  padding-top: 30px;
}
section.feature > .inner {
  width: 100%;
}
section.feature .sectTitle {
  width:calc(100% - 60px);
  margin:0 auto;
}
section.feature .sectTitle img {
 width: 59vw;
}

/*
feaList
*/

.feaList {
  margin-top: 36px;
}
.feaList:before {
  right: 0;
  width: 100%;
  top: 42px;
}

.feaList ul {
  flex-direction: column;
  flex-wrap: wrap;
  width: 88%;
}
.feaList li {
  width: 100%;
}
.feaList li + li {
  margin-left: 0;
  margin-top: 20px;
}

.feaList li > .inner {
  width: 75%;
  margin: 34px auto 47px;
}
.feaList li .num {
  font-size: 4.1rem;
  letter-spacing: 0.0em;
}
.feaList li .mess {
  font-size: 2.35rem;
  font-size: calc(24px + (1vw - 3.2px)*0.357);
  letter-spacing: 0.03em;
  margin-top: 5px;
  line-height: 1.5;
}
.feaList li .eng {
  font-size: 1.7rem;
  margin-top: 6px;
}
.feaList li .desc {
  font-size: 1.3rem;
  line-height: 2.3;
  margin-top: 29px;
  text-align: justify;
}


/* 04 Lesson - section */

/*
Common
*/

section.lesson {
  margin-top: 60px;
  padding-top: 35px;
}

/*
Lesson List
*/

.lessonList {
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 36px;
  width: 106%;
  margin-left: -3%;
}

.lessonList .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 35px;
}
.lessonList .slick-arrow {
  display: none !important;
}
.lessonList .slick-prev {
  left: -2vw;
}
.lessonList .slick-next {
  right: -2vw;
}

.lessonList li {
  width: 100%;
}
.lessonList li .image {
  height: 57vw;
}
.lessonList li .cont > .inner {
    width: 81%;
    margin: 27px auto 34px;
}
.lessonList li .cont .num {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.lessonList li .cont .title {
  font-size: 2.7rem;
  margin-top: -2px;
}
.lessonList li .cont .eng {
  font-size: 1.6rem;
  margin-top: -5px;
}
.lessonList li .cont p.desc {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 2.2;
    margin-top: 24px;
}


/* 05 Select - section */

/*
Common
*/

section.select {
  margin-top: 65px;
}


/*
selectList
*/

.selectBtn > .inner {
  padding: 42px 0 46px;
  align-items: flex-start;
}
.selectBtn .num {
  font-size: 3.5rem;
  letter-spacing: 0.01em;
}
.selectBtn .title {
  font-size: 2.5rem;
  margin-left: 18px;
  line-height: 1.2;
}
.selectBtn .title span {
  font-size: 1.7rem;
  margin-top: 6px;
  margin-left: 2px;
}

.selectBtn .btn {
  height: 52px;
width: 52px;
  right: -9px;
}
.selectBtn .btn span {
  width: 19px;
  height: 3px;
}

.couseList {
  width: 87%;
  margin:0 auto;
  padding:40px 0 48px;
}
.couseList li {
  flex-direction: column;
  flex-wrap: wrap;
  min-height: initial;
}
.couseList li + li.inview2.fadeInUp2 {
  margin-top: 29px;
}
.couseList li .image {
  width: 100%;
  height: 60vw;
  border-radius: 35px 35px 0 0px;
}
.couseList li .cont {
  width: 100%;
}
.couseList li .cont .inner {
  width: 73%;
  margin: 0 auto;
  padding: 27px 0 43px;
}
.couseList li .cont .title {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
.couseList li .cont .title .sub {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
.couseList li .cont .desc {
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 2.2;
  margin-top: 20px;
}
.couseList li .cont .url {
  font-size: 1.3rem;
  margin-top: 14px;
}


/* 06 Select - Contact */

/*
Common
*/

section.contact {
  margin-top: 0px;
  padding-top: 30px;
}
section.contact .sectTitle img {
    width: 60vw;
}

.contactCont {
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 30px;
}


/*
Left
*/

.contactCont .left {
  width: 100%;
}
.contactCont .left .info {
   margin-top: 28px;
}
.contactCont .left .info > .inner {
  width: 77%;
  padding: 34px 0 39px;
}
.contactCont address {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-right: 0;
}
.contactCont .infoList {
  font-size: 1.7rem;
}
.contactCont .infoList a {
  padding-left: 31px;
}
.contactCont .infoList .mail a:before {
  height: 14px;
  width: 19px;
  left: -2px;
}


/*
Right
*/

.contactCont .right {
  width: 100%;
  margin-left: 0;
  margin-top: 42px;
}

.formList + .formList {
  margin-top: 22px;
}
.formList input, .formList textarea {
  width: calc(100% - 40px);
  line-height: initial;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-appearance: none;
}
span.wpcf7-not-valid-tip {
	font-size: 1.2rem;
	margin-top: 10px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	font-size: 1.2rem;
	line-height: 1.9;
}

.privacy .frame > .inner {
  margin: 3px auto;
}
.accept {
  margin-top: 25px;
}
.acceptTxt {
  font-size: 1.4rem;
}
.btnList input {
  font-size: 1.5rem;
}



/*
--
*/
}



/* 
=================================================== 
  
  3. SP : 350px ~

=================================================== 
*/


@media screen and (max-width:768px) {

section .heading {
  font-size: calc(22px + (1vw - 3.2px)*0.357);
}

/*
--
*/
}
