/*=============================================
 * key 
 *=============================================*/
#key-box {
  background: url("../img/course/key.jpg") no-repeat center;
  background-size: cover;
}

/*=============================================
 * sec 1 
 *=============================================*/
#sec1 {
  position: relative;
  padding: 15vw 0 15vw;
  background: url("../img/course/sec1_bg.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
}
#sec1:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 20px;
  right: 10px;
  z-index: 5;
}
#sec1 h2 {
  font-size: 6vw;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 6vw;
}
#sec1 h2 span {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#sec1 .txt {
  margin-bottom: 8vw;
}
#sec1 h3 {
  color: #fff;
  text-align: center;
  font-size: 5vw;
  position: relative;
  margin-bottom: 6vw;
  letter-spacing: 0.2em;
}
#sec1 h3 span {
  background: #c1bfbe;
  color: #000;
  padding: 2px 5px;
  font-size: 6vw;
  margin-right: 3%;
}
#sec1 h3 small {
  position: absolute;
  width: 14%;
  right: 8%;
  top: -5vw;
}
#sec1 .catch li {
  width: 67%;
  height: 60vw;
  border-radius: 50%;
  background: url("../img/shared/bg2.jpg") repeat;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #147012;
  text-align: center;
  margin: 0 auto 5vw;
}
#sec1 .catch li dl dt {
  font-size: 18px;
}
#sec1 .catch li dl dd {
  color: #f7efe0;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 150px 0 100px;
  }
  #sec1 .wrap {
    width: 1330px;
    padding: 0 20px;
  }
  #sec1:before {
    top: 20px;
    left: 40px;
  }
  #sec1 h2 {
    font-size: 35px;
    margin-bottom: 24px;
    line-height: 60px;
  }
  #sec1 .txt {
    margin-bottom: 123px;
    text-align: center;
  }
  #sec1 h3 {
       font-size: 38px;
    margin-bottom: 36px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec1 h3 span {
    font-size: 66px;
    display: inline-block;
    padding: 15px 16px 24px;
    margin-right: 12px;
    letter-spacing: -1px;
  }
  #sec1 h3 small {
    width: auto;
    left: 578px;
    top: -25px;
  }
  #sec1 .catch {
    display: flex;
    justify-content: space-between;
    margin-right: 26px;
  }
  #sec1 .catch li {
    margin: 0 auto 30px;
    width: 385px;
    height: 385px;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 152px;
    max-width: 32%;
  }
	#sec1 .catch li:nth-child(2) {
	
	}
  #sec1 .catch li dl dt {
    font-size: 35px;
    margin-bottom: 21px;
    line-height: 52px;
    margin-top: 0;
    letter-spacing: 5px;
  }
  #sec1 .catch li dl dd {
    font-size: 24px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1 .catch li {
    width: 350px;
    height: 350px;
    padding-top: 100px;
  }
}

/*=============================================
 * sec 2
 *=============================================*/
#sec2 {
  position: relative;
  padding: 25vw 0 15vw;
}
#sec2:before {
  content: "";
  background: url("../img/course/sec2_deco1.png") no-repeat;
  width: 28%;
  height: 73vw;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec2 .col h2 {
  position: relative;
  padding-top: 10vw;
  font-size: 6vw;
  margin-bottom: 5vw;
}
#sec2 .col h2 small {
  position: absolute;
  top: -16vw;
  left: 0;
}
#sec2 .col h2 span {
  background: url("../img/shared/bg2.jpg") repeat;
  color: #fff;
  padding: 0 9px;
}
#sec2 .col .price {
  margin-bottom: 4vw;
  line-height: 32px;
}
#sec2 .col .price dt {
  font-size: 20px;
  color: #107110;
}
#sec2 .col .price dd {
  font-size: 22px;
}
#sec2 .col .ttl {
  border-top: 1px solid #b1a48d;
  padding-top: 5vw;
  font-size: 18px;
  margin-bottom: 3vw;
}
#sec2 .col .list {
  margin-bottom: 6vw;
}
#sec2 .col .list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
#sec2 .col .list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #2d2d2d;
}
#sec2 .col .note {
  margin-bottom: 6vw;
}
#sec2 .left {
  margin-bottom: 8vw;
}
#sec2 .left .photo {
  position: relative;
}
#sec2 .left .photo:before {
  content: "";
  border: 1px solid #d8d4cf;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 5;
}
#sec2 .left .txt {
  background: url("../img/shared/bg2.jpg") repeat;
  color: #fff;
  padding: 5% 10%;
  position: relative;
}
#sec2 .left .txt:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  display: inline-block;
  transform: rotate(-45deg);
  top: 0;
  left: 0;
  position: absolute;
}
#sec2 .js .photo {
  margin-right: 10vw;
}
#sec2 .js .slick-slide:nth-child(2n+2) .photo {
  margin-top: 10vw;
}
#sec2 .js .ttl {
  margin-left: 5%;
  max-width: 90%;
}
@media only screen and (min-width: 768px) {
	#sec2:before {
		width: 696px;
		height: 942px;
	}
  #sec2 {
    padding: 181px 0 30px;
  }
  #sec2 .wrap {
    width: 1400px;
    padding: 0 20px;
  }
  #sec2 .col {
    width: 400px;
    margin-left: auto;
  }
  #sec2 .col h2 {
    padding-top: 30px;
    font-size: 35px;
    margin-bottom: 4px;
    margin-left: 40px;
  }
  #sec2 .col h2 small {
    top: -130px;
    width: auto;
    left: -200px;
  }
  #sec2 .col h2 span {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 27px;
  }
  #sec2 .col .price {
    margin-bottom: 30px;
    margin-left: 66px;
  }
  #sec2 .col .price dt {
    margin-bottom: 5px;
  }
  #sec2 .col .price dd {
    letter-spacing: 3px;
  }
  #sec2 .col .ttl {
    padding-top: 26px;
    margin-bottom: 0px;
    margin-left: 60px;
  }
  #sec2 .col .list {
    margin-bottom: 13px;
    margin-left: 68px;
  }
  #sec2 .col .list li {
    margin-bottom: 0;
    line-height: 34px;
  }
  #sec2 .col .list li:before {
    top: 12px;
    width: 7px;
    height: 7px;
  }
  #sec2 .col .note {
    margin-bottom: 30px;
    margin-left: 70px;
    line-height: 33px;
  }
  #sec2 .left {
    margin-bottom: 30px;
    position: absolute;
    left: calc(50% - 50vw);
    top: -10px;
    right: 453px;
  }
  #sec2 .left .photo {
    height: 649px;
  }
  #sec2 .left .photo:before {
    left: 46px;
    bottom: 30px;
    right: 20px;
    top: 20px;
  }
  #sec2 .left .txt {
    padding: 30px;
    line-height: 33px;
  }
  #sec2 .left .txt span {
    width: 652px;
    margin-left: auto;
    display: block;
  }
  #sec2 .left .txt:before {
    left: auto;
    right: 619px;
    width: 195px;
    top: 22px;
    transform: rotate(-48deg);
  }
  #sec2 .js {
    margin-top: 70px;
    padding-bottom: 23px;
  }
  #sec2 .js .photo {
    margin-right: 30px;
  }
  #sec2 .js .slick-slide:nth-child(2n+2) .photo {
    margin-top: 100px;
  }
  #sec2 .js .ttl {
    font-size: 25px;
    margin-top: 10px;
  }
}

/*=============================================
 * sec 3 
 *=============================================*/
#sec3 {
  position: relative;
  padding: 15vw 0 15vw;
}
#sec3:before {
  content: "";
  background: url("../img/course/sec3_deco1.png") no-repeat;
  width: 28%;
  height: 23vw;
  background-size: 100%;
  position: absolute;
  top: 91vw;
  right: 0;
  z-index: 5;
}
#sec3:after {
  content: "";
  background: url("../img/course/sec3_bg.png") no-repeat right 47% top 0;
  width: 100%;
  height: 127vw;
  background-size: 380%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#sec3 h2 {
  font-size: 5vw;
  margin-bottom: 9vw;
  letter-spacing: 0.15em;
  border-bottom: 1px dashed #26201b;
  text-align: center;
}
#sec3 .tel {
  margin-bottom: 8vw;
  text-align: center;
  line-height: 1.5;
}
#sec3 .tel dt {
  font-size: 4vw;
}
#sec3 .tel dd .tel-icon {
  font-size: 8vw;
  letter-spacing: 0.1em;
}
#sec3 .tel dd .tel-icon span {
  width: 9%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3vw;
  margin-right: 2%;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 65px 0 30px;
  }
  #sec3:before {
    width: 249px;
    height: 169px;
    top: 115px;
    left: calc(50% + 280px);
  }
  #sec3:after {
    background-size: 100%;
  }
  #sec3 h2 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 12px;
    width: 690px;
    margin: 0 auto 47px;
  }
  #sec3 .tel {
    margin-bottom: 30px;
  }
  #sec3 .tel dt {
    font-size: 20px;
    margin-bottom: -9px;
  }
  #sec3 .tel dd .tel-icon {
    font-size: 38px;
  }
  #sec3 .tel dd .tel-icon span {
    margin-top: -17px;
    width: 39px;
    margin-right: 9px;
  }
  #sec3 .btn-cus {
    margin: 0 auto 95px;
  }
}


/*=============================================
 * sec 4
 *=============================================*/
#sec4 {
  padding: 15vw 0 15vw;
  position: relative;
}
#sec4:after {
  content: "";
  background: url("../img/course/sec4_deco1.png") no-repeat;
  width: 28%;
  height: 23vw;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
#sec4 h2 {
  font-size: 7vw;
  margin-bottom: 5vw;
  letter-spacing: 0.2em;
  text-align: center;
}
#sec4 .list .box {
  background: url("../img/shared/bg2.jpg") repeat;
  padding: 8% 5%;
  margin-bottom: 6vw;
  color: #fff;
}
#sec4 .list .box .price {
  border-bottom: 1px solid #918877;
  margin-bottom: 6vw;
  padding-bottom: 4vw;
}
#sec4 .list .box .price dt {
  font-size: 18px;
}
#sec4 .list .box .price dd {
  font-size: 22px;
}
#sec4 .list .box .ttl {
  margin-bottom: 3vw;
  font-size: 18px;
}
#sec4 .list .box ul {
  margin-bottom: 8vw;
}
#sec4 .list .box ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
#sec4 .list .box ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
}
#sec4 .note2 {
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 30px 0 84px;
  }
  #sec4 .wrap {
    width: 1250px;
    padding: 0 20px;
  }
  #sec4:after {
    width: 485px;
    height: 492px;
  }
  #sec4 h2 {
    font-size: 38px;
    margin-bottom: 64px;
  }
  #sec4 .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #sec4 .list .box {
    margin-bottom: 30px;
    width: 386px;
    max-width: 32%;
    box-sizing: border-box;
    padding: 63px 0px 60px 80px;
  }
  #sec4 .list .box .price {
    margin-bottom: 25px;
    padding-bottom: 26px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  #sec4 .list .box .price dt {
    font-size: 20px;
  }
  #sec4 .list .box .price dd {
    font-size: 25px;
  }
  #sec4 .list .box .ttl {
    margin-bottom: 9px;
  }
  #sec4 .list .box ul {
    margin-bottom: 30px;
    min-height: 290px;
  }
  #sec4 .list .box ul li {
    line-height: 23px;
    padding-left: 26px;
  }
  #sec4 .list .box ul li:before {
    width: 7px;
    height: 7px;
    left: 7px;
  }
  #sec4 .note2 {
    margin-bottom: 30px;
    width: 330px;
    margin: 0 auto 49px;
    line-height: 33px;
  }
  #sec4 .btn-cus {
    width: 490px;
    margin: 0 auto;
  }
  #sec4 .btn-cus a {
    font-size: 30px;
    line-height: 90px;
    height: 90px;
  }
  #sec4 .btn-cus a:after {
    width: 30px;
    height: 31px;
    right: 10%;
  }
}

/*=============================================
 * sec 5
 *=============================================*/
#sec5 {
  position: relative;
  padding: 23vw 0 15vw;
}
#sec5:before {
  content: "";
  background: url("../img/course/sec5_bg.jpg") no-repeat right 60% top 0;
  width: 100%;
  height: 63vw;
  background-size: 180%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#sec5:after {
  content: "";
  background: url("../img/course/sec5_deco2.png") no-repeat;
  width: 100%;
  height: 63vw;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#sec5 h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 19vw;
  color: #fff;
}
#sec5 .row .map {
  margin-bottom: 6vw;
}
#sec5 .row .txt {
  margin-bottom: 6vw;
}
#sec5 .set1 {
  padding: 4vw 0 4vw;
}
#sec5 .set1 h3 {
  font-size: 6vw;
  margin-bottom: 3vw;
  letter-spacing: 0.2em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  padding-left: 20px;
}
#sec5 .set1 .js {
  margin-bottom: 3vw;
}
#sec5 .set1 .js .slick-dots{
	    flex-direction: column;
    display: flex !important;
    margin-left: 10px;
}
#sec5 .set2 {
  padding: 8vw 0 4vw;
}
#sec5 .set2 h3 {
  font-size: 6vw;
  margin-bottom: 5vw;
  letter-spacing: 0.2em;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  padding-left: 20px;
}

#sec5 .set2 .photo {
  margin-bottom: 5vw;
}
#sec5 .set3 {
  padding: 10vw 0 10vw;
}
#sec5 .set3 h3 {
  font-size: 6vw;
  margin-bottom: 6vw;
}
#sec5 .set3 .photo {
  margin-bottom: 3vw;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 218px 0 106px;
  }
  #sec5:before {
    height: 483px;
    background-size: cover;
  }
  #sec5:after {
    width: 991px;
    height: 857px;
    bottom: 154px;
  }
  #sec5 h2 {
    font-size: 35px;
    margin-bottom: 294px;
    letter-spacing: 5px;
  }
  #sec5 .row {
    margin-bottom: 90px;
  }
  #sec5 .row .map {
    margin-bottom: 30px;
    margin-left: -87px;
    position: absolute;
    left: 0;
    top: -146px;
  }
  #sec5 .row .txt {
    margin-bottom: 30px;
    width: 317px;
    margin-left: auto;
    margin-right: -20px;
  }
  #sec5 .set1 {
    padding: 0;
    min-height: 491px;
  }
	#sec5 .set1 .wrap {
  width: 1100px;
}
  #sec5 .set1 .wrap {
    width: 1204px;
  }
  #sec5 .set1 h3 {
    font-size: 35px;
    margin-bottom: 12px;
    padding-top: 100px;
    padding-left: 80px;
    padding-bottom: 30px;
  }
  #sec5 .set1 .txt {
    width: 329px;
    margin-left: 80px;
    letter-spacing: 1px;
  }
  #sec5 .set1 .js {
    margin-bottom: 30px;
    position: absolute;
    left: 513px;
    top: 0;
    right: calc(50% - 50vw);
  }
	#sec5 .set1 .js .ob{
		height: 460px;
	}
  #sec5 .set2 {
    padding: 30px 0 92px;
  }
  #sec5 .set2 .wrap {
    width: 1204px;
  }
  #sec5 .set2 h3 {
    font-size: 35px;
    margin-bottom: 12px;
    padding-top: 100px;
    padding-left: 80px;
    padding-bottom: 30px;
  }
  #sec5 .set2 .photo {
    margin-bottom: 30px;
    position: absolute;
    left: 513px;
    top: 0;
    right: calc(50% - 50vw);
	  height: 461px;
  }
  #sec5 .set2 .txt {
    width: 339px;
    margin-left: 80px;
    letter-spacing: 1px;
  }
  #sec5 .set3 {
    padding: 30px 0 30px;
  }
  #sec5 .set3 .wrap {
    width: 1100px;
  }
  #sec5 .set3 h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  #sec5 .set3 .photo {
    margin-bottom: 30px;
  }
}
#banner .bnr-shared .item:nth-child(1) {
  background: url("../img/course/banner_bg1.jpg") no-repeat center;
  background-size: cover;
}
#banner .bnr-shared .item:nth-child(2) {
  background: url("../img/course/banner_bg2.jpg") no-repeat center;
  background-size: cover;
}
