#head-key {
  background: var(--bg2);
}

.c-content {
  text-align: center;
  padding: 8vw 0;
  position: relative;
}

.c-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg7);
  z-index: -1;
}

.c-content .title {
  margin: 0 auto;
  font-size: 20px;
  color: #3b1e13;
  display: table;
  padding: 0 20px 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #0f0c09;
}

.c-content .quantity {
  margin-bottom: 23px;
  font-size: 16px;
  color: #3b1e13;
  position: relative;
}

.c-content .quantity::before {
  content: '';
  position: absolute;
  top: calc(100% + 4px);
  left: calc(50% - 7px);
  width: 14px;
  height: 8px;
  background: #0f0c09;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: transform 0.3s ease;
}

.c-content.active .quantity:before {
  transform: rotate(180deg);
}

.c-content dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: left;
  margin: 0 4% 20px;
}

.c-content dl dt {
  min-width: 100px;
}

@media screen and (min-width: 768px) {
  .c-content {
    padding: 68px 0 47px;
    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
  }
  .c-content:before {
    left: calc(50% - 50vw);
    width: auto;
    right: calc(50% - 600px);
  }
  .c-content .title {
    font-size: 30px;
    padding: 0 46px 10px;
    margin-bottom: 7px;
  }
  .c-content .quantity {
    font-size: 20px;
    margin-bottom: 31px;
  }
  .c-content .quantity:before {
    display: none;
  }
  .c-content .row {
    display: flex !important;
    gap: 20px;
    justify-content: space-between;
    margin-right: 14px;
  }
  .c-content .row div {
    min-width: max-content;
  }
  .c-content .row dl {
    margin: 0;
    margin-bottom: 25px;
    line-height: 25px;
  }
  .c-content .row dl dt {
    min-width: 98px;
  }
}
.price {
  text-align: center;
  color: #3b1e13;
  margin: 3vw 0 6vw;
}

@media screen and (min-width: 768px) {
  main {
    overflow: visible;
  }
  .ovh {
    overflow: hidden;
  }
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 12vw 0;
  background: var(--bg2);
  color: #fff;
  position: relative;
  z-index: 2;
}

#sec1 .photo {
  position: absolute;
  bottom: 124vw;
  height: 95vw;
  width: 100%;
}

#sec1 .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec1 .row {
  gap: 10vw;
}

#sec1 .row .content {
  padding: 0 4%;
}

#sec1 .row .content h2 {
  width: 90%;
  margin: 0 auto 6vw;
}

#sec1 .row .content .txt span {
  display: block;
  margin-top: 28px;
}

#sec1 .text {
  margin-top: 105vw;
}

#sec1 .text h3 {
  display: table;
  font-size: 11vw;
  color: #e5cca0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 8vw;
}

#sec1 .text h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

#sec1 .text dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 5vw;
  margin-bottom: 20px;
}

#sec1 .text dl dd {
  min-width: max-content;
}

#sec1 .text dl span {
  font-size: 6vw;
  color: #e5cca0;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 0;
  }
  #sec1 .row {
    flex-direction: row-reverse;
    gap: 0;
  }
  #sec1 .row .photo {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    width: 50%;
    box-sizing: border-box;
  }
  #sec1 .row .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec1 .row .content {
    padding: 136px 20px 119px;
    width: 50%;
    box-sizing: border-box;
  }
  #sec1 .row .content .inner {
    max-width: 100%;
    width: 570px;
    margin: 0 auto 0 calc(50% - 278px);
  }
  #sec1 .row .content h2 {
    width: 100%;
    margin-bottom: 23px;
  }
  #sec1 .row .content .txt {
    margin: 0 28px 0 12px;
  }
  #sec1 .row .content .txt span {
    margin-top: 36px;
  }
  #sec1 .row .text {
    margin-top: 87px;
    overflow: hidden;
  }
  #sec1 .row .text h3 {
    font-size: 70px;
    letter-spacing: -0.12em;
    padding: 0 14px 1px 11px;
    line-height: 110px;
    margin-bottom: 56px;
  }
  #sec1 .row .text h3:before {
    height: 8px;
  }
  #sec1 .row .text dl {
    font-size: 30px;
    line-height: 46px;
    margin-left: 13px;
    margin-bottom: 51px;
    gap: 15px;
    letter-spacing: -0.09em;
  }
  #sec1 .row .text dl dt {
    width: 106px;
  }
  #sec1 .row .text dl span {
    font-size: 40px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #sec1 .row .content .inner {
    margin-left: 0;
  }
  #sec1 .row .text h3 {
    font-size: 60px;
  }
}
/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  position: relative;
  z-index: 1;
  padding: 13vw 0;
}

#sec2:before {
  content: '';
  position: absolute;
  top: -40vw;
  right: -40vw;
  width: 98vw;
  height: 96vw;
  background: url('../img/course/s2_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}

#sec2 h2 {
  width: 29%;
  margin: 0 auto 4vw;
}

#sec2 .row1 {
  gap: 7vw;
}

#sec2 .row1 .photo {
  margin-left: -10%;
}

#sec2 .row2 {
  gap: 7vw;
  margin: 10vw 0;
}

#sec2 .row2 .photo {
  margin-right: -5%;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 99px 0 103px;
  }
  #sec2:before {
    width: 742px;
    height: 723px;
    top: -112px;
    right: calc(50% - 843px);
  }
  #sec2 .wrap {
    max-width: 1060px;
  }
  #sec2 .row1 {
    justify-content: end;
    position: relative;
  }
  #sec2 .row1 .photo {
    position: absolute;
    left: calc(50% - 50vw);
    right: calc(50% - 241px);
    margin-left: 0;
    top: 19px;
    height: 650px;
  }
  #sec2 .row1 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec2 .row1 .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
  }
  #sec2 .row1 .content .note {
    white-space: nowrap;
    margin: 0px 32px 35px 0;
    letter-spacing: 0.06em;
  }
  #sec2 .row1 .content h2 {
    width: 193px;
    margin-right: -42px;
    margin-bottom: 0;
  }
  #sec2 .row2 {
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: space-between;
    margin: 40px 0 72px;
  }
  #sec2 .row2 .content {
    width: 412px;
    padding-top: 47px;
  }
  #sec2 .row2 .content .price {
    margin: 22px 0 28px;
  }
  #sec2 .row2 .content h3 {
    letter-spacing: -0.09em;
  }
  #sec2 .row2 .photo {
    margin-right: -116px;
  }
}
@media (max-width: 1150px) and (min-width: 768px) {
  #sec2 .row1 .content h2 {
    margin-right: 0;
  }
  #sec2 .row1 .photo {
    right: auto;
    max-width: calc(100% - 270px);
  }
}
/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 .photo {
  margin-right: -5%;
}

#sec3 .photo:before {
  bottom: 0;
  top: -10px;
}

@media screen and (min-width: 768px) {
  #sec3 .photo {
    margin-right: 0;
    margin-left: -71px;
  }
  #sec3 .photo:before {
    top: -30px;
    left: -30px;
  }
  #sec3 .c-content {
    margin-top: 64px;
  }
  #sec3 .c-content:before {
    left: calc(50% - 600px);
    right: calc(50% - 50vw);
  }
  #sec3 .c-content .row {
    margin-right: 74px;
  }
}
.c-sec > .row {
  gap: 7vw;
}

.c-sec .c-content {
  margin-top: 10vw;
}

@media screen and (min-width: 768px) {
  .c-sec .wrap {
    max-width: 1200px;
  }
  .c-sec > .row {
    gap: 30px;
    justify-content: space-between;
    align-items: center;
  }
  .c-sec > .row .content {
    width: 350px;
    padding-top: 8px;
    min-width: 350px;
  }
  .c-sec > .row .content .price {
    margin: 23px 0 39px;
  }
  .c-sec > .row .content h2 {
    letter-spacing: -0.1em;
  }
  .c-sec > .row .content .txt {
    margin: 0 13px 0 23px;
  }
}
/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  padding: 13vw 0;
}

#sec4 .photo {
  margin-left: -5%;
}

#sec4 .photo:before {
  left: auto;
  right: -10px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 85px 0 95px;
  }
  #sec4 > .row {
    flex-direction: row-reverse;
  }
  #sec4 > .row .photo {
    margin-right: -71px;
    margin-left: 0;
  }
  #sec4 > .row .photo:before {
    right: -30px;
    bottom: -30px;
  }
  #sec4 > .row .content {
    padding-top: 11px;
  }
  #sec4 .c-content {
    margin-top: 105px;
    padding-bottom: 60px;
  }
  #sec4 .c-content > .row {
    margin-right: -60px;
  }
  #sec4 .c-content > .row div {
    width: 33%;
  }
}
/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  background: var(--bg2);
  color: #fff;
  padding: 15vw 0;
  text-align: center;
}

#sec5 h2 {
  color: inherit;
}

#sec5 .note {
  margin: 5vw 0 7vw;
}

#sec5 .row {
  gap: 10vw;
}

#sec5 .row .toggle {
  background: rgba(0, 0, 0, 0.55);
  padding: 10vw 4%;
}

#sec5 .row .toggle .bg {
  background: #d3b69a;
  line-height: 31px;
  font-size: 16px;
  text-align: center;
  width: 70%;
  margin: 0 auto 10px;
  color: #3b1e13;
}

#sec5 .row .toggle h3 {
  font-size: 9vw;
  color: #d3b69a;
  line-height: 1.5;
}

#sec5 .row .toggle .price {
  color: #d3b69a;
  border-bottom: 1px solid;
  margin: 7vw 0 13vw;
  padding-bottom: 4vw;
  position: relative;
  position: relative;
}

#sec5 .row .toggle .price::before {
  content: '';
  position: absolute;
  top: calc(100% + 5vw);
  left: calc(50% - 7px);
  width: 14px;
  height: 8px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: transform 0.3s ease;
}

#sec5 .row .toggle dl {
  margin-bottom: 20px;
}

#sec5 .row .toggle dl:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 148px 0 180px;
  }
  #sec5 h2 {
    letter-spacing: -0.1em;
  }
  #sec5 .note {
    margin: 35px 0 63px;
  }
  #sec5 .wrap {
    max-width: 1306px;
  }
  #sec5 .row {
    margin-right: 4px;
    gap: 22px;
    margin-top: 63px;
  }
  #sec5 .row .toggle {
    width: 33.3333333333%;
    padding: 79px 0 94px;
  }
  #sec5 .row .toggle:nth-child(2) .bg {
    /* opacity: 0; */
  }
  #sec5 .row .toggle .bg {
    font-size: 20px;
    height: 31px;
    line-height: 29px;
    width: 194px;
    margin-bottom: 5px;
  }
  #sec5 .row .toggle h3 {
    font-size: 40px;
    color: #d3b69a;
    line-height: 60px;
    letter-spacing: -0.1em;
    min-height: 120px;
  }
  #sec5 .row .toggle .price {
    margin: 27px auto 68px;
    width: 100%;
    max-width: 328px;
    border-width: 2px;
    border-color: transparent;
    padding-bottom: 18px;
  }
  #sec5 .row .toggle .price:before {
    top: calc(100% + 29px);
    left: calc(50% - 6px);
    width: 12px;
    height: 11px;
    display: none;
  }
  #sec5 .row .toggle dl {
    line-height: 25px;
    margin-bottom: 25px;
  }
  #sec5 .row .toggle .toggle-link {
    pointer-events: none;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #sec5 .row .toggle h3 {
    font-size: 30px;
  }
}
/*--------------------------------------
    sec6
--------------------------------------*/
#sec6 {
  position: relative;
  z-index: 1;
  padding: 13vw 0;
  color: #fff;
  background: var(--bg2);
}

#sec6:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 200vw;
  background: url('../img/course/s6_bg.png') no-repeat center top;
  background-size: auto 100%;
  z-index: -1;
}

#sec6 .row1 .photo {
  margin-left: -5%;
}

#sec6 .row1 .content {
  position: relative;
  padding: 5vw 4% 10vw;
}

#sec6 .row1 .content:before {
  content: '';
  position: absolute;
  top: -20vw;
  left: 0;
  right: -5%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

#sec6 .row1 .content h2 {
  text-align: center;
  font-size: 12vw;
  line-height: 1.2;
  margin-bottom: 6vw;
}

#sec6 .row1 .content h2 .mt {
  margin-top: 0;
  display: inline-block;
  transform: translateY(-11px);
}

#sec6 .row1 .content h2 .sml {
  font-size: 7vw;
}

#sec6 .row2 {
  text-align: center;
  margin-top: 7vw;
  gap: 8vw;
}

#sec6 .row2 h3 {
  color: inherit;
  --gap: -2vw;
}

#sec6 .row2 .price {
  color: inherit;
}

#sec6 .row2 .txt {
  text-align: center;
}

#sec6 .row2 .txt span {
  display: table;
  background: #3b1e13;
  padding: 2px 17px;
  margin: 0 auto;
}

#sec6 .row2 .item {
  position: relative;
}

#sec6 .row2 .item:nth-child(1) {
  border-bottom: 1px solid;
  padding-bottom: 7vw;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 67px 0;
    background: transparent;
  }
  #sec6:before {
    height: 1142px;
    background-size: cover;
    background-position: bottom;
  }
  #sec6 .wrap {
    max-width: 1140px;
  }
  #sec6 .row1 {
    justify-content: space-between;
    align-items: start;
    gap: 20px;
  }
  #sec6 .row1 .photo {
    margin: 74px 0 0 -84px;
  }
  #sec6 .row1 .content {
    padding: 77px 0 73px;
    width: 424px;
    min-width: 424px;
  }
  #sec6 .row1 .content:before {
    top: 0;
    left: -163px;
    right: calc(50% - 50vw);
  }
  #sec6 .row1 .content h2 {
    font-size: 90px;
    line-height: 92px;
    margin-bottom: 18px;
  }
  #sec6 .row1 .content h2 .mt {
    font-size: 80px;
  }
  #sec6 .row1 .content h2 small {
    font-size: 80px;
  }
  #sec6 .row1 .content h2 .sml {
    font-size: 60px;
  }
  #sec6 .row2 {
    gap: 0;
    margin: 44px -80px 0 -100px;
    justify-content: center;
  }
  #sec6 .row2 .item {
    width: 50%;
  }
  #sec6 .row2 .item:nth-child(1) {
    border: none;
    position: relative;
    padding-bottom: 62px;
  }
  #sec6 .row2 .item:nth-child(1):before {
    content: '';
    position: absolute;
    top: 4px;
    right: -9px;
    width: 2px;
    bottom: 0px;
    background: #fff;
  }
  #sec6 .row2 .item h3 {
    letter-spacing: -0.1em;
  }
  #sec6 .row2 .item .price {
    margin: 15px 0 37px;
  }
  #sec6 .row2 .item .txt {
    font-size: 22px;
    line-height: 45px;
    margin-left: 21px;
    letter-spacing: 0.03em;
  }
  #sec6 .row2 .item .txt span {
    padding: 0px 27px;
    margin: 5px auto 2px;
    line-height: 39px;
  }
}
@media (max-width: 1180px) and (min-width: 768px) {
  #sec6 .row2 {
    margin-right: 0;
    margin-left: 0;
  }
  #sec6 .row2 .item .txt {
    font-size: 20px;
  }
}
/*--------------------------------------
    sec7
--------------------------------------*/
#sec7 {
  padding: 12vw 0;
}

#sec7 .row {
  gap: 7vw;
}

#sec7 .row .right {
  position: relative;
  z-index: 1;
}

#sec7 .row .right:before {
  content: '';
  position: absolute;
  bottom: -28vw;
  right: -6vw;
  width: 82.6vw;
  height: 82.6vw;
  background: url('../img/shared/c_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}

#sec7 .row .right h2 {
  width: 70%;
}

#sec7 .row .right .price {
  position: absolute;
  color: #3b1e13;
  left: 26vw;
  bottom: 0;
  margin: 0;
}

#sec7 .row .txt {
  margin-top: 6vw;
}

@media screen and (min-width: 768px) {
  #sec7 {
    padding: 78px 0;
  }
  #sec7 .row {
    flex-direction: row-reverse;
    gap: 0;
    align-items: start;
  }
  #sec7 .row .right {
    width: 425px;
    margin-right: -69px;
  }
  #sec7 .row .right:before {
    width: 564px;
    height: 564px;
    bottom: -204px;
    right: -158px;
  }
  #sec7 .row .right h2 {
    width: 100%;
    margin-top: 83px;
  }
  #sec7 .row .right .price {
    left: 178px;
    bottom: -8px;
  }
  #sec7 .row .left {
    margin-right: -123px;
  }
  #sec7 .row .left .photo {
    margin-left: -151px;
  }
  #sec7 .row .left .txt {
    margin-top: 48px;
    width: 520px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #sec7 .row .right {
    margin-right: 0;
  }
}
/*--------------------------------------
    sec8
--------------------------------------*/
#sec8 {
  margin-top: 12vw;
  padding: 10vw 0;
  background: url('../img/course/s8_bg.jpg') no-repeat center top;
  background-size: cover;
  color: #fff;
}

#sec8 .bg {
  background: rgba(0, 0, 0, 0.55);
  padding: 4%;
}

#sec8 .bg .left {
  border-bottom: 1px solid;
  padding-bottom: 5vw;
  margin-bottom: 6vw;
}

#sec8 .bg .left .btn-cus {
  margin-top: 6vw;
}

#sec8 .bg h2 {
  font-size: 6vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #sec8 {
    margin-top: 57px;
    padding: 80px 0;
  }
  #sec8 .bg {
    padding: 35px 48px 48px;
    align-items: center;
  }
  #sec8 .bg .left {
    margin-bottom: 0;
    padding: 24px 45px 15px 0;
    border: none;
    border-right: 2px solid;
  }
  #sec8 .bg .left .btn-cus {
    margin-top: 24px;
    width: 404px;
  }
  #sec8 .bg .left .btn-cus a {
    background: url('../img/course/btn_bg.png') no-repeat center top;
    background-size: 100% 100%;
    height: 103px;
    font-size: 24px;
    line-height: 94px;
  }
  #sec8 .bg .left .btn-cus a:before {
    width: 30px;
    height: 29px;
    transform: translateY(4px);
  }
  #sec8 .bg .left .btn-cus a:after {
    font-size: 15px;
    margin-right: -44px;
  }
  #sec8 .bg .tel {
    line-height: 48px;
  }
  #sec8 .bg .tel dt {
    font-size: 21px;
    margin-left: 42px;
  }
  #sec8 .bg .tel dd {
    font-size: 47px;
    letter-spacing: 0.07em;
  }
  #sec8 .bg .tel dd img {
    width: 32px;
  }
  #sec8 .bg .right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 18px 0 0px 60px;
    gap: 26px;
    align-items: center;
  }
  #sec8 .bg .right h2 {
    font-size: 30px;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 0;
    min-width: 30px;
    margin-top: 5px;
    letter-spacing: 0.1em;
  }
  #sec8 .bg .right ul {
    font-size: 18px;
    line-height: 40px;
  }
}
/*--------------------------------------
    sec9
--------------------------------------*/
.c-sec2 .left {
  background: var(--bg2);
  padding: 10vw;
}
.c-sec2 .content {
  padding: 12vw 4%;
}
.c-sec2 .content h2 {
  width: 90%;
  margin: 0 auto 6vw;
}
.c-sec2 .content .c-text {
  text-align: center;
}
.c-sec2 .content .c-text .photo {
  margin-bottom: 7vw;
}
.c-sec2 .content .c-text .photo-deco {
  position: relative;
}
.c-sec2 .content .c-text .photo-deco:before {
  content: '';
  position: absolute;
  bottom: -7vw;
  left: -13px;
  width: 27vw;
  height: auto;
  aspect-ratio: 1;
  background: url('../img/course/s9_c1.png') no-repeat center top;
  background-size: contain;
  z-index: 2;
}
.c-sec2 .content .c-text .bg {
  background: var(--bg7);
  padding: 2px 50px;
  font-size: 20px;
  display: table;
  margin: 0 auto 3vw;
}
.c-sec2 .content .c-text h4 {
  letter-spacing: 0.1em;
  font-size: 9vw;
  line-height: 1.3;
}
.c-sec2 .content .c-text .txt {
  margin-top: 6vw;
}
.c-sec2 .content .c-text + .c-text {
  margin-top: 10vw;
}
.c-sec2 .set1 h3 {
  margin-bottom: -12vw;
}
.c-sec2 .set2 {
  background: var(--bg7);
}
.c-sec2 .set2 h3 {
  width: 75%;
  margin-left: 3%;
}
.c-sec2 .set2 .content .photo-deco:before {
  bottom: auto;
  left: auto;
  top: -24vw;
  right: -13px;
  width: 27vw;
  background: url('../img/course/s9_c2.png') no-repeat center top;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-sec2 .set {
    flex-direction: row-reverse;
  }
  .c-sec2 .set > div {
    width: 50%;
    box-sizing: border-box;
  }
  .c-sec2 .set .left {
    padding: 60px 20px 20px;
  }
  .c-sec2 .set .left p {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    text-align: center;
    width: 521px;
    max-width: 100%;
    margin: 0 auto;
  }
  .c-sec2 .set .left p img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: calc(100vh - 120px);
  }
  .c-sec2 .set .content {
    padding: 97px 20px 137px;
  }
  .c-sec2 .set .content .inner {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
  .c-sec2 .set .content h2 {
    width: 589px;
    margin: 0 0px 48px 1px;
    max-width: 100%;
  }
  .c-sec2 .set .content .photo {
    margin-bottom: 48px;
  }
  .c-sec2 .set .content .photo-deco:before {
    width: 193px;
  }
  .c-sec2 .set .content .c-text .bg {
    letter-spacing: 0em;
    padding: 1px 61px 4px;
    margin-bottom: 21px;
    font-size: 24px;
  }
  .c-sec2 .set .content .c-text h4 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0em;
    margin-left: 9px;
  }
  .c-sec2 .set .content .c-text .txt {
    margin: 25px auto 0;
    width: 100%;
    max-width: 513px;
  }
  .c-sec2 .set .content .c-text + .c-text {
    margin-top: 65px;
  }
  .c-sec2 .set1 h3 {
    margin-bottom: -59px;
    margin-left: 35px;
  }
  .c-sec2 .set1 .content .photo-deco {
    margin-left: 3px;
    margin-right: -3px;
  }
  .c-sec2 .set1 .content .photo-deco:before {
    width: 193px;
    bottom: -70px;
    left: -19px;
  }
  .c-sec2 .set2 .content {
    padding-top: 87px;
  }
  .c-sec2 .set2 .content h3 {
    width: 346px;
    margin-left: 48px;
    margin-bottom: 9px;
  }
  .c-sec2 .set2 .content .photo-deco:before {
    right: 9px;
    top: -157px;
    width: 201px;
  }
}
@media (max-width: 1270px) and (min-width: 768px) {
  .c-sec2 .set2 .content h3 {
    margin-left: 0;
    max-width: calc(100% - 200px);
  }
}

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