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

/*=============================================
******************* sec1  **********************
*=============================================*/
#course #sec1 {
  padding: 13vw 0;
  position: relative;
  z-index: 2;
}
#course #sec1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 90vw;
  background: url(../img/shared/leaf_deco.png) no-repeat center top;
  background-size: contain;
  transform: scaleX(-1);
  z-index: -1;
}
#course #sec1 .photo {
  margin: 7vw 0;
}
#course #sec1 .txt span {
  display: block;
  margin-top: 3vw;
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#course #sec2 .title {
  overflow: hidden;
}
#course #sec2 .title span {
  position: relative;
}
#course #sec2 .title span:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 20px);
  width: 300px;
  height: 1px;
  background: #fff;
}
#course #sec2 h2 {
  margin: 2vw -10%;
}
#course #sec2 .photo {
  padding-top: 12vw;
  border-top: 1px solid;
}
#course #sec2 .photo img {
  margin: 0 -5%;
  width: 110%;
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#course #sec3 {
  padding: 13vw 0;
}
#course #sec3 h2,
#course #sec3 .btn-cus {
  position: relative;
}
#course #sec3 h2:before,
#course #sec3 .btn-cus:before {
  content: '';
  position: absolute;
  top: -15vw;
  left: 0;
  width: 50%;
  height: 50vw;
  background: url(../img/shared/common_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#course #sec3 .sec3-js {
  margin: 7vw 0;
}
#course #sec3 .btn-cus {
  margin-top: 7vw;
}
#course #sec3 .btn-cus:before {
  top: -20vw;
  left: 30%;
}

/*=============================================
******************* sec4  **********************
*=============================================*/
#course #sec4 {
  padding-bottom: 12vw;
}
#course #sec4 .set1 {
  background: url(../img/course/sec3_bg.jpg) no-repeat center top;
  background-size: cover;
  margin-bottom: 6vw;
}
#course #sec4 .set1 h2 {
  width: 44%;
  margin-left: auto;
  margin-right: -5%;
  padding: 5vw 7%;
  box-sizing: border-box;
  background: rgba(40, 18, 4, 0.6);
}

/*=============================================
******************* sec5  **********************
*=============================================*/
#course #sec5 {
  padding: 13vw 0;
  color: #000;
  background: url(../img/shared/wood_bg.jpg) repeat;
}
#course #sec5 .box {
  background: rgba(255, 255, 255, 0.3);
  padding: 5vw 7% 8vw;
  margin: 10vw -2% 0;
}
#course #sec5 .box h3 {
  font-size: 8vw;
  text-align: center;
  margin: 7vw 0 2vw;
}
#course #sec5 .box .price {
  font-size: 6vw;
  text-align: center;
}
#course #sec5 .box .txt {
  margin: 6vw 0;
}
#course #sec5 .box .border {
  border: 1px solid;
  padding: 5vw 0;
}
#course #sec5 .box .border h4 {
  text-align: center;
}
#course #sec5 .box .border h4::after {
  color: #000;
}
#course #sec5 .box .border .row {
  padding-left: 34%;
  margin-top: 6vw;
}
#course #sec5 .sec5-js2 .slick-dots {
  margin-top: 5vw;
}
#course #sec5 .sec5-js2 .slick-next {
  right: -7%;
}
#course #sec5 .sec5-js2 .slick-prev {
  left: -7%;
}
#course #sec5 .sec5-js2 .border {
  text-align: center;
  margin: 6vw 0;
}
#course #sec5 .sec5-js2 .photo2 {
  margin: 5vw 10%;
}
#course #sec5 .sec5-js2 .note {
  text-align: center;
}
#course #sec5 .sec5-js2 .note span {
  display: block;
  margin-top: 2vw;
}
#course #sec5 .btn-cus {
  margin: 8vw -3% 0;
}

/*=============================================
******************* sec6  **********************
*=============================================*/
#course #sec6 {
  padding: 20vw 0 13vw;
}
#course #sec6 h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 25vw;
}
#course #sec6 .photo {
  margin: -68vw 0 0;
  position: absolute;
  left: 0;
}
#course #sec6 .box {
  background: url(../img/shared/wood_bg.jpg) repeat;
  color: #000;
  padding: 5vw 5% 10vw;
  overflow: hidden;
  margin: 10vw -2% 0;
}
#course #sec6 .box h3 {
  font-size: 6vw;
  text-align: center;
  position: relative;
}
#course #sec6 .box h3:after {
  color: #000;
  display: block;
  right: 50%;
  transform: translateX(50%);
  top: calc(100% + 5vw);
  font-size: 23px;
}
#course #sec6 .box h3:before {
  content: '';
  position: absolute;
  top: -15vw;
  left: -5%;
  width: 50%;
  height: 50vw;
  background: url(../img/shared/common_deco.png) no-repeat center top;
  background-size: contain;
  mix-blend-mode: difference;
}
#course #sec6 .box .txt {
  margin: 14vw 0 0vw;
}
#course #sec6 .box .list dl {
  padding: 20px 0 6px;
  border-bottom: 1px solid #6a665d;
}
#course #sec6 .box .list dl dt {
  color: #740707;
  font-weight: 500;
}

/*# sourceMappingURL=course.css.map */
