body {
  --serif: 'Noto Serif JP';
  --roboto: 'Roboto';
  --mincho: 'Zen Old Mincho';
  --sans: 'Noto Sans JP';
}

.popup-content {
  padding: 3vw 3%;
}
.popup-content .popup {
  padding: 10vw 3% 5vw;
  color: #000;
}
.popup-content .img {
  margin-bottom: 5vw;
}
.popup-content h2 {
  font-size: 5.7vw;
  font-weight: 500;
  font-family: var(--serif);
  line-height: 1.6em;
  margin-bottom: 3vw;
}
.popup-content .txt {
  text-align: center;
}

.slick-slider .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 3vw 0 0;
}
.slick-slider .slick-dots li {
  display: flex;
  margin: 0 6px;
  width: 15px;
  height: 15px;
}
.slick-slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots button::before {
  content: none;
}
.slick-slider .slick-dots .slick-active button {
  background-color: #e28308;
  opacity: 1;
}

#sec1 {
  padding: 15vw 0;
  position: relative;
}
#sec1::after {
  content: '';
  position: absolute;
  background: url(../img/course/bar_deco1.png) repeat-x;
  background-size: cover;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#sec1::before {
  content: '';
  position: absolute;
  background: url(../img/course/sec1_bg1.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  aspect-ratio: 1500/1325;
  height: 160vw;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
#sec1 .row1 {
  margin-bottom: 8vw;
}
#sec1 .row1 .img {
  margin-bottom: 8vw;
}
#sec1 .row1 h2 {
  width: 46vw;
  margin: 0 auto;
}
#sec1 .row2 {
  margin-bottom: 17vw;
}
#sec1 .row2 .txt {
  margin-bottom: 8vw;
}
#sec1 .row2 .img .slick-dots {
  justify-content: flex-end;
  margin: 0;
}
#sec1 .row2 .img .photo {
  margin-left: 5%;
}
#sec1 .row2 .img .photo h3 {
  position: relative;
  z-index: 1;
  margin-top: -10vw;
  margin-left: -5%;
  font-size: 6vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
}
#sec1 .row2 .img .photo h3 .orange {
  color: #e28308;
  font-size: 122.2222222222%;
}
#sec1 .row3 {
  gap: 15px;
  flex-direction: row;
}
#sec1 .row3 .left {
  width: 55%;
  position: relative;
}
#sec1 .row3 .left .btn-cir {
  width: 100%;
}
#sec1 .row3 .deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  text-align: center;
  top: -9vw;
  width: 115px;
}
#sec1 .row3 .deco::before,
#sec1 .row3 .deco::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: calc(100% + 2px);
  background: url('../img/course/s1_ttl_deco.png') no-repeat center bottom;
  background-size: contain;
  width: 28px;
  height: 31px;
}
#sec1 .row3 .deco::before {
  left: auto;
  right: calc(100% + 2px);
  transform: scaleX(-1);
}
#sec1 .row3 .btn-cus a:after {
  transform: rotate(90deg);
}

.box-custom {
  padding: 5vw 5%;
  position: relative;
  box-sizing: border-box;
}
.box-custom h2 {
  position: absolute;
  top: -10vw;
  right: 5%;
  left: 5%;
  z-index: 1;
  padding-right: 12vw;
}
.box-custom h2::before {
  content: '';
  position: absolute;
  background: url(../img/course/deco_title3.png) no-repeat;
  background-size: contain;
  aspect-ratio: 202/283;
  width: 15vw;
  height: auto;
  top: 4vw;
  right: 0;
  z-index: 1;
}
.box-custom .img {
  margin-bottom: 5vw;
}
.box-custom .desc {
  margin-bottom: 8vw;
}
.box-custom .label {
  font-size: 6vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 2vw;
}
.box-custom .label .bg {
  display: inline-block;
  text-align: center;
  padding: 2vw 8%;
  background: url(../img/course/bg_label.jpg) repeat;
  background-position: center top;
}
.box-custom .label .small {
  font-size: 77.7777777778%;
}
.box-custom h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  font-size: 10.7vw;
  margin-bottom: 3vw;
}
.box-custom .sub {
  font-size: 5.7vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5vw;
}
.box-custom .sub .ml {
  margin-left: -3vw;
}
.box-custom .sub .small {
  font-size: 71.4285714286%;
}
.box-custom .txt {
  margin-bottom: 5vw;
}
.box-custom .ct {
  margin: 0 auto 8vw;
  box-sizing: border-box;
  padding: 5vw 5%;
  border: 1px solid #fff;
}
.box-custom .ct .tit {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  font-family: var(--sans);
  line-height: 1.6em;
  margin-bottom: 4vw;
}
.box-custom .ct .dish {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  max-height: 83px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
#sec2 {
  margin-bottom: 15vw;
  padding-top: 10vw;
}
#sec2 .box-custom {
  color: #000;
  background: var(--bg6);
  background-position: center top;
  margin-right: -4.4%;
}
#sec2 .box-custom .img {
  margin-right: -5.2%;
}
#sec2 .box-custom .ct {
  border-color: #2f160a;
}
#sec3 {
  padding-top: 10vw;
}
#sec3 .box-custom {
  background: url(../img/shared/bg3.jpg) repeat;
  background-position: center top;
  margin-left: -4.4%;
}
#sec3 .box-custom .img {
  margin-left: -5.2%;
}

#sec4 {
  padding: 15vw 0;
}
#sec4 h2 {
  text-align: center;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  font-size: 6vw;
  margin-bottom: 5vw;
  position: relative;
}
#sec4 h2::before {
  position: absolute;
  content: '';
  background: url(../img/course/deco_title2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 865/222;
  width: 88vw;
  height: auto;
  top: -1vw;
  left: 3%;
  z-index: -1;
}
#sec4 h2 .orange {
  font-size: 122.2222222222%;
  color: #e28308;
}
#sec4 .list {
  margin-bottom: 8vw;
}
#sec4 .list .item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#sec4 .list .item .tit {
  color: #f1850d;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 5px;
}
#sec4 .list .item .tit:last-child {
  margin-bottom: 0;
}
#sec4 .txt {
  text-align: center;
}

#sec5 {
  padding-bottom: 12vw;
}
#sec5 .box {
  color: #000;
  padding: 8vw 5%;
  background: var(--bg6);
  background-position: center top;
}
#sec5 .box .desc {
  margin-bottom: 5vw;
}
#sec5 .box h2 {
  font-size: 6vw;
  font-weight: 500;
  font-family: var(--serif);
  line-height: 1.6em;
  margin-bottom: 2vw;
  position: relative;
  z-index: 1;
}
#sec5 .box h2::before {
  position: absolute;
  content: '';
  background: url(../img/course/deco_title1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 860/171;
  width: 80vw;
  height: auto;
  top: -1vw;
  left: -3%;
  z-index: -1;
}
#sec5 .box .note {
  position: relative;
  z-index: 1;
  margin-bottom: 5vw;
}
#sec5 .box .price li {
  font-size: 4.7vw;
  font-weight: 500;
  font-family: var(--serif);
  line-height: 1.6em;
  margin-bottom: 2vw;
}
#sec5 .box .price li:last-child {
  margin-bottom: 0;
}
#sec5 .box .price li .num {
  font-size: 140%;
}
#sec5 .box .ct {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 5vw 5%;
  background-color: #000;
  color: #fff;
}
#sec5 .box .ct .tit {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  font-family: var(--sans);
  line-height: 1.6em;
  margin-bottom: 4vw;
}
#sec5 .box .ct .dish {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  max-height: 83px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#sec6 {
  padding-bottom: 15vw;
}
#sec6 .slide-infinity li {
  width: 172.4vw;
  margin: 0 4.23%;
}
#sec6 .row1 {
  position: relative;
  height: 80vw;
}
#sec6 .row1 h2 {
  width: 60%;
  position: absolute;
  top: -8vw;
  left: 5%;
  right: 5%;
  z-index: 2;
}
#sec6 .row1 .img {
  width: 100%;
  height: 100%;
}
#sec6 .row1 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec6 .row2 {
  position: relative;
  margin-top: -10vw;
  margin-bottom: 20.2vw;
}
#sec6 .row2 .img {
  margin-bottom: 5vw;
}
#sec6 .row2 .desc {
  margin: 0 4%;
  padding: 5vw 5%;
  background: url(../img/shared/bg3.jpg) repeat;
  background-position: center top;
}
#sec6 .ttl {
  text-align: center;
  margin-bottom: 6.5vw;
}
#sec6 .ttl .ic {
  display: inline-block;
  position: relative;
  padding-top: 12.1vw;
}
#sec6 .ttl .ic::before {
  content: '';
  position: absolute;
  background: url(../img/course/icon_loop.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 9.1vw;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#sec6 .row-map h3 {
  width: 35.5vw;
}
#sec6 .row-map .map {
  margin: 0 auto;
  position: relative;
}
#sec6 .row-map .map .list li {
  font-size: 3.7vw;
  position: absolute;
  z-index: 2;
}
#sec6 .row-map .map .list li a {
  text-decoration: none;
  min-width: 28px;
  display: block;
  position: relative;
}
#sec6 .row-map .map .list li a::before {
  content: '';
  position: absolute;
  background: url(../img/course/icon_loop.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 7.7vw;
  height: auto;
  z-index: 1;
  pointer-events: auto;
}
#sec6 .row3 {
  margin-bottom: 8vw;
}
#sec6 .row3 h3 {
  margin-left: -4.4%;
}
#sec6 .row3 .map {
  width: 92.4vw;
}
#sec6 .row3 .map .img {
  margin-top: -17.4vw;
  margin-bottom: 13vw;
}
#sec6 .row4 {
  margin-bottom: 12vw;
}
#sec6 .row4 h3 {
  margin: 0 3.7% 4.7vw auto;
}
#sec6 .row4 .map {
  width: 81.2vw;
}
#sec6 .box {
  padding: 5vw 2%;
  background-color: #fff;
  text-align: center;
  color: #000;
}
#sec6 .box h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  font-size: 5.6vw;
  margin-bottom: 5vw;
  width: auto;
}
#sec6 .box .txt {
  text-align: center;
}
#sec6 .note{
  text-align:center;
}
@media only screen and (max-width: 767px) {
  #sec6 .row-map .map .list li .nor {
    padding-left: 9.1vw;
  }
  #sec6 .row-map .map .list li .nor::before {
    top: -1vw;
    left: 0;
  }
  #sec6 .row-map .map .list li .dif {
    padding-top: 9.1vw;
  }
  #sec6 .row-map .map .list li .dif::before {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #sec6 .row3 .map .list li:nth-child(1) {
    top: 68.9vw;
    left: 26%;
  }
  #sec6 .row3 .map .list li:nth-child(2) {
    bottom: 59vw;
    right: 18%;
  }
  #sec6 .row3 .map .list li:nth-child(3) {
    top: 53vw;
    right: 27%;
  }
  #sec6 .row3 .map .list li:nth-child(4) {
    top: 32.5vw;
    left: 23%;
  }
  #sec6 .row3 .map .list li:nth-child(5) {
    top: 5.8vw;
    right: 7%;
  }
  #sec6 .row4 .map .list li:nth-child(1) {
    top: 102vw;
    left: 46.3%;
  }
  #sec6 .row4 .map .list li:nth-child(2) {
    top: 11.3vw;
    right: 67.3%;
  }
}
@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 800px;
  }
  .remodal-wrapper {
    padding: 6% 5% 5%;
  }
  .popup-content {
    padding: 18px;
  }
  .popup-content .popup {
    padding: 42px 58px 62px;
  }
  .popup-content .img {
    margin-bottom: 33px;
  }
  .popup-content h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .popup-content .txt {
    line-height: 2.2em;
  }
  .slick-slider .slick-dots {
    margin: 14px 0 0 0;
  }
  .slick-slider .slick-dots li {
    margin: 0 12px;
    transition: all 0.3s ease;
  }
  .slick-slider .slick-dots li:not(.slick-active):hover {
    opacity: 0.7;
  }
  #sec1 {
    padding: 88px 0 69px;
  }
  #sec1::before {
    height: 1325px;
  }
  #sec1::after {
    background-size: contain;
  }
  #sec1 .row1 {
    margin: 0 -107px 60px -140px;
    display: flex;
  }
  #sec1 .row1 h2 {
    width: 405px;
    margin-left: -135px;
  }
  #sec1 .row1 .img {
    margin-top: 51px;
    margin-bottom: 0;
    height: 669px;
  }
  #sec1 .row1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec1 .row2 {
    margin: 0 -102px 0 -11px;
    display: flex;
  }
  #sec1 .row2 .txt {
    width: 440px;
    height: 500px;
    margin-bottom: 161px;
    line-height: 3.1em;
    letter-spacing: 0.1em;
  }
  #sec1 .row2 .img {
    width: 646px;
    margin-left: 27px;
    margin-top: 94px;
    box-sizing: border-box;
  }
  #sec1 .row2 .img .slick-dots {
    margin: -39px 0px 0 10px;
  }
  #sec1 .row2 .img .photo {
    margin-left: 0;
  }
  #sec1 .row2 .img .photo img {
    margin-left: auto;
  }
  #sec1 .row2 .img .photo h3 {
    font-size: 45px;
    margin-top: -79px;
    margin-left: 0;
  }
  #sec1 .row3 {
    gap: 110px;
    justify-content: center;
    margin-left: -25px;
  }
  #sec1 .row3 .left {
    position: relative;
    width: 318px;
  }
  #sec1 .row3 .deco {
    position: absolute;
    font-size: 25px;
    top: -53px;
    width: 200px;
    letter-spacing: 0em;
  }
  #sec1 .row3 .deco:before,
  #sec1 .row3 .deco::after {
    width: 43px;
    bottom: -9px;
    height: 55px;
  }
  #sec1 .row3 .deco:before {
    right: calc(100% - 17px);
  }
  #sec1 .row3 .deco::after {
    left: calc(100% + -17px);
  }
  .box-custom {
    padding: 146px 30px 71px 86px;
  }
  .box-custom h2 {
    top: -141px;
    right: unset;
    left: 56px;
    padding-right: 155px;
  }
  .box-custom h2::before {
    width: 202px;
    top: 37px;
  }
  .box-custom .img {
    position: absolute;
    top: 41px;
    right: 0;
    margin-bottom: 0;
    height: 650px;
  }
  .box-custom .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .box-custom .flex {
    display: flex;
    align-items: flex-start;
  }
  .box-custom .desc {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 29px;
  }
  .box-custom .label {
    font-size: 45px;
    margin-bottom: 0;
  }
  .box-custom .label .bg {
    padding: 1px 73px;
  }
  .box-custom h3 {
    font-size: 80px;
    margin-bottom: -18px;
  }
  .box-custom .sub {
    font-size: 35px;
    line-height: 2em;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .box-custom .sub .ml {
    margin-left: -22px;
  }
  .box-custom .txt {
    margin-bottom: 48px;
    margin-left: 10px;
    width: 424px;
  }
  .box-custom .ct {
    max-width: 410px;
    margin: 0 0 0 39px;
    padding: 34px 10px 31px;
  }
  .box-custom .ct .tit {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .box-custom .ct .dish {
    max-height: 135px;
    max-width: 280px;
  }
  .box-custom .note {
    margin-bottom: 21px;
    margin-top: 575px;
  }
  #sec2 {
    margin-bottom: 88px;
    padding-top: 141px;
  }
  #sec2 .wrap {
    max-width: 1500px;
  }
  #sec2 .box-custom {
    margin-right: -34px;
    margin-left: 30px;
  }
  #sec2 .box-custom .img {
    margin-left: 600px;
    margin-right: 0;
  }
  #sec3 {
    padding-top: 141px;
  }
  #sec3 .wrap {
    max-width: 1500px;
  }
  #sec3 .box-custom {
    margin-left: -34px;
    margin-right: 30px;
    padding: 168px 0 71px 86px;
  }
  #sec3 .box-custom h2 {
    right: 34px;
    left: inherit;
    padding-right: 135px;
  }
  #sec3 .box-custom h2::before {
    top: 28px;
  }
  #sec3 .box-custom .img {
    margin-right: 600px;
    margin-left: 0;
    right: inherit;
    left: 0;
  }
  #sec3 .box-custom .flex {
    flex-direction: row-reverse;
  }
  #sec3 .box-custom .desc {
    margin-right: 122px;
    margin-left: 136px;
  }
  #sec3 .box-custom h3 {
    margin-bottom: -5px;
    margin-left: -5px;
  }
  #sec3 .box-custom .sub {
    line-height: 1.6em;
    margin-left: 0;
    margin-bottom: 33px;
  }
  #sec3 .box-custom .txt {
    margin-left: 0;
    margin-bottom: 61px;
  }
  #sec3 .box-custom .ct {
    margin-left: 0;
    position: relative;
    right: 44px;
  }
  #sec3 .box-custom .note {
    margin-bottom: 0;
  }
  #sec4 {
    padding: 120px 0 81px;
  }
  #sec4 h2 {
    font-size: 45px;
    line-height: 1.4em;
    margin-bottom: 62px;
  }
  #sec4 h2::before {
    width: 865px;
    top: -11px;
    left: 61px;
  }
  #sec4 .list {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
  }
  #sec4 .list .group {
    width: 33.3333333333%;
  }
  #sec4 .list .item {
    padding: 8px 0 8px;
  }
  #sec4 .list .item .tit {
    font-size: 20px;
    line-height: 1.8em;
  }
  #sec4 .list .item ul li {
    letter-spacing: -0.03em;
    line-height: 1.6em;
  }
  #sec5 {
    padding-bottom: 70px;
  }
  #sec5 .wrap {
    max-width: 1200px;
  }
  #sec5 .box {
    padding: 59px 102px 59px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    width: 640px;
    margin: 0 auto;
  }
  #sec5 .box .desc {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  #sec5 .box h2 {
    font-size: 45px;
    margin-bottom: 5px;
  }
  #sec5 .box h2::before {
    width: 860px;
    top: -23px;
    left: -87px;
  }
  #sec5 .box .note {
    margin-bottom: 31px;
  }
  #sec5 .box .price li {
    font-size: 25px;
    margin-bottom: 21px;
  }
  #sec5 .box .price li .num {
    padding-left: 25px;
  }
  #sec5 .box .ct {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    width: 410px;
    margin: 39px 0 0 40px;
    padding: 34px 20px 35px;
  }
  #sec5 .box .ct .tit {
    font-size: 20px;
    margin-bottom: 13px;
  }
  #sec5 .box .ct .dish {
    max-height: 135px;
    max-width: 356px;
  }
  #sec5 .box .ct .dish li {
    line-height: 2.2em;
  }
  #sec6 {
    padding-bottom: 71px;
  }
  #sec6 .slide-infinity li {
    width: 1293px;
    margin: 0 75px;
  }
  #sec6 .row1 {
    height: 690px;
  }
  #sec6 .row1 h2 {
    width: unset;
    top: -55px;
    left: 31px;
    right: unset;
  }
  #sec6 .row2 {
    display: flex;
    align-items: flex-start;
    margin: -34px -87px 133px -92px;
  }
  #sec6 .row2 .img {
    width: 530px;
    height: 400px;
    margin-bottom: 0;
  }
  #sec6 .row2 .desc {
    width: 650px;
    flex-shrink: 0;
    margin: 34px 0 0;
    padding: 58px 98px 65px 74px;
    box-sizing: border-box;
  }
  #sec6 .row2 .desc .txt {
    line-height: 2.2em;
  }
  #sec6 .ttl {
    font-size: 16px;
    margin-bottom: 43px;
    margin-right: -30px;
  }
  #sec6 .ttl .ic {
    padding-left: 84px;
    padding-top: 0;
  }
  #sec6 .ttl .ic::before {
    width: 55px;
    top: -9px;
    right: inherit;
  }
  #sec6 .row-map h3 {
    position: absolute;
    width: 209px;
    z-index: 2;
  }
  #sec6 .row-map .map .list li {
    font-size: 16px;
  }
  #sec6 .row-map .map .list li a {
    cursor: pointer;
    padding-left: 42px;
    transition: all 0.3s ease;
  }
  #sec6 .row-map .map .list li a:hover {
    opacity: 0.7;
  }
  #sec6 .row-map .map .list li a::before {
    width: 31px;
    top: 6px;
    left: 0;
  }
  #sec6 .row3 {
    position: relative;
    margin-bottom: 98px;
  }
  #sec6 .row3 h3 {
    top: -86px;
    right: -37px;
    margin-left: 0;
  }
  #sec6 .row3 .map {
    width: 950px;
  }
  #sec6 .row3 .map .list li:nth-child(1) {
    bottom: 55px;
    left: 531px;
  }
  #sec6 .row3 .map .list li:nth-child(1) a {
    padding-top: 36px;
    padding-left: 0;
  }
  #sec6 .row3 .map .list li:nth-child(1) a::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #sec6 .row3 .map .list li:nth-child(2) {
    left: 486px;
    top: 79px;
  }
  #sec6 .row3 .map .list li:nth-child(3) {
    bottom: 102px;
    left: 247px;
  }
  #sec6 .row3 .map .list li:nth-child(4) {
    bottom: 227px;
    left: 206px;
  }
  #sec6 .row3 .map .list li:nth-child(4) a {
    padding-top: 36px;
    padding-left: 0;
  }
  #sec6 .row3 .map .list li:nth-child(4) a::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #sec6 .row3 .map .list li:nth-child(5) {
    top: 61px;
    left: 37px;
  }
  #sec6 .row3 .map .img {
    margin-top: 0;
    margin-bottom: 80px;
  }
  #sec6 .row4 {
    position: relative;
    margin-bottom: 70px;
  }
  #sec6 .row4 h3 {
    top: 68px;
    left: 71px;
  }
  #sec6 .row4 .map {
    margin: 0 83px 0 auto;
    width: 575px;
  }
  #sec6 .row4 .map .list li:nth-child(1) {
    top: 145px;
    right: 439px;
  }
  #sec6 .row4 .map .list li:nth-child(2) {
    bottom: 229px;
    right: 165px;
  }
  #sec6 .box {
    max-width: 648px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 45px 40px 48px;
  }
  #sec6 .box h3 {
    font-size: 30px;
    margin-bottom: 17px;
    top: 0;
    right: 0;
    margin-left: 0px;
    position: relative;
    width: auto;
  }
  #sec6 .box .txt {
    line-height: 2.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec1 .row1 {
    margin: 0 -20px 60px -30px;
  }
  #sec1 .row2 .img {
    width: 585px;
  }
  #sec1 .row2 .img img {
    padding-left: 50px;
  }
  .box-custom {
    padding-left: 30px;
  }
  .box-custom .desc {
    margin-right: 15px;
  }
  #sec2 .box-custom .img {
    margin-left: 550px;
  }
  #sec3 .box-custom {
    padding-left: 40px;
  }
  #sec3 .box-custom .img {
    margin-right: 500px;
  }
  #sec3 .box-custom .desc {
    margin-right: 25px;
    margin-left: 70px;
  }
  #sec3 .box-custom .ct {
    right: 0;
  }
  #sec5 .wrap {
    max-width: 1000px;
  }
  #sec5 .box {
    padding: 59px 30px 79px;
  }
  #sec5 .box .ct {
    width: 370px;
    margin-left: 15px;
  }
}

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