/** @format */

@media screen and (min-width: 768px) {
  #key .slide {
    background: url("../img/course/key.jpg") center/cover;
  }
}

#sec1 {
  background: url("../img/course/sec1_bg.png") center/cover;
  padding: 16vw 0px 20vw;
}
#sec1 h2 {
  font-size: 6vw;
  line-height: 1.6;
  margin: 0px 0px 6vw;
}
#sec1 h2 span {
  font-size: 3.5vw;
}
#sec1 .sec1-txt1 p + p {
  margin: 4vw 0px 0px;
}
#sec1 .sec1-link {
  background: url("../img/shared/bg2.jpg") repeat top center;
  color: #000;
  position: relative;
  box-sizing: border-box;
  padding: 4vw 16% 4vw 6%;
  margin: 0px 0px 6vw;
}
#sec1 .sec1-link::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 12%;
  background: #000;
}
#sec1 .sec1-link::after {
  content: url("../img/course/arrow1.png");
  position: absolute;
  top: 32%;
  right: 3%;
  transition: all 0.6s;
}
#sec1 .sec1-link:hover::after {
  top: 38%;
  transition: all 0.6s;
}
#sec1 .sec1-link .sec1-txt2 {
  padding-bottom: 2vw;
  font-size: 5vw;
  border-bottom: 1px solid #000;
  margin: 0px 0px 4vw;
}
#sec1 .sec1-list {
  margin: 8vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 138px 0px 144px;
  }
  #sec1 h2 {
    font-size: 33px;
    line-height: 52px;
    margin: 0px 0px 30px;
  }
  #sec1 h2 span {
    font-size: 15px;
  }
  #sec1 .sec1-box1 {
    width: 550px;
  }
  #sec1 .sec1-list {
    width: 465px;
    margin: 29px -52px 0px 0px;
  }
  #sec1 .sec1-txt1 p + p {
    margin: 41px 0px 0px;
  }
  #sec1 .sec1-link {
    padding: 19px 76px 16px 33px;
    margin: 0px 0px 37px;
    line-height: 30px;
  }
  #sec1 .sec1-link::before {
    width: 44px;
  }
  #sec1 .sec1-link::after {
    top: 59px;
    right: 12px;
  }
  #sec1 .sec1-link:hover::after {
    top: 70px;
  }
  #sec1 .sec1-link .sec1-txt2 {
    font-size: 25px;
    padding-bottom: 20px;
    margin: 0px 0px 16px;
  }
}

#sec2 {
  background: url("../img/shared/bg3.jpg") repeat top center;
  padding: 12vw 4% 8vw;
}
#sec2 .sec2-txt1 {
  text-align: center;
  margin: 0px 0px 4vw;
  letter-spacing: 0;
}
#sec2 .sec2-box {
  margin: 8vw 2% 0px;
  text-align: center;
}
#sec2 .sec2-txt2 {
  background: url("../img/course/sec2_box.png") center/100% 100%;
  width: 60%;
  margin: 0px auto;
  font-size: 5vw;
  line-height: 2;
}
#sec2 .sec2-txt3 {
  font-size: 5vw;
  position: relative;
}
#sec2 .sec2-txt3::before,
#sec2 .sec2-txt3::after {
  content: "";
  position: absolute;
  bottom: -4vw;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
}
#sec2 .sec2-txt3::after {
  bottom: -5vw;
}
#sec2 .sec2-txt3 span {
  font-size: 4vw;
}
#sec2 .sec2-txt4 {
  font-size: 4.5vw;
  margin: 12vw 0px 8vw;
}
#sec2 h2 {
  font-size: 6vw;
  margin: 2vw 0px 4vw;
}
#sec2 .sec2-list {
  display: block;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 2;
}
#sec2 .sec2-list span {
  font-size: 3vw;
  border-bottom: 1px solid;
}
#sec2 .sec2-list li {
  margin-bottom: 2vw;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 98px 0px 0px;
  }
  #sec2 .sec2-txt1 {
    margin: 0px 0px 15px;
  }
  #sec2 .sec2-row {
    flex-direction: row-reverse;
  }
  #sec2 .sec2-box {
    width: 470px;
    box-sizing: border-box;
    padding: 32px 35px 0px;
    margin: 0px;
  }
  #sec2 .sec2-txt2 {
    width: 202px;
    line-height: 31px;
    font-size: 20px;
  }
  #sec2 h2 {
    font-size: 33px;
    margin: 23px 0px 18px;
  }
  #sec2 .sec2-txt3 {
    font-size: 25px;
    line-height: 50px;
  }
  #sec2 .sec2-txt3 span {
    font-size: 18px;
  }
  #sec2 .sec2-txt3::before {
    bottom: -26px;
  }
  #sec2 .sec2-txt3::after {
    bottom: -30px;
  }
  #sec2 .sec2-txt4 {
    font-size: 25px;
    margin: 63px 0px 21px;
  }
  #sec2 .sec2-list {
    display: block;
    line-height: 36px;
  }
  #sec2 .sec2-list li {
    line-height: 18px;
    margin-bottom: 18px;
  }
  #sec2 .sec2-list span {
    font-size: 12px;
  }
  #sec2 .sec2-img {
    width: calc(100% - 470px);
  }
  #sec2 .sec2-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 750px;
  }
}

#sec3 {
  background: url("../img/course/sec3_bg1.png") no-repeat top center/100%, url("../img/course/sec3_bg2.png") no-repeat top 467vw left/80%;
  padding: 20vw 0px 16vw;
  position: relative;
}
#sec3::before {
  content: url("../img/course/sec3_arrow.png");
  position: absolute;
  left: 50%;
  top: 4vw;
  transform: translateX(-50%);
  scale: 0.7;
}
#sec3 .sec3-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  background: url("../img/course/sec3_bgdeco.png") center/cover;
  width: 160px;
  height: 160px;
  text-align: center;
}
#sec3 .sec3-txt1 {
  margin: 0px 0px 0px -4%;
}
#sec3 .sec3-img1 {
  margin: -21vw -16% 10vw -6%;
}
#sec3 .sec3-box1 {
  position: relative;
}
#sec3 .sec3-box1 .sec3-txt2 {
  margin: 0px -4% 30vw auto;
}
#sec3 .sec3-box1 .sec3-img2 {
  position: absolute;
  top: 0px;
  left: -5%;
}
#sec3 .sec3-box2 .sec3-txt3 {
  margin: 0px auto;
}
#sec3 .sec3-box2 .sec3-img3 {
  margin: -10vw 0px 0px;
}
#sec3 .sec3-img4 {
  margin: 4vw -6% -12vw;
}
#sec3 .sec3-txt4 {
  background: url("../img/shared/bg3.jpg") repeat top center;
  font-size: 5vw;
  line-height: 1.7;
  box-sizing: border-box;
  padding: 3vw 10%;
  margin: 2vw 0px 10vw;
}
#sec3 .sec3-txt5 {
  background: url("../img/shared/bg3.jpg") repeat top center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5vw;
  padding: 3vw 5%;
}
#sec3 .sec3-txt6 {
  margin: 8vw 0px -15vw auto;
}
#sec3 .sec3-txt7 {
  margin: 8vw auto -12vw;
}
#sec3 .sec3-txt8 {
  text-align: center;
  font-size: 5.5vw;
  margin: 10vw 0px 8vw;
  letter-spacing: 0.35em;
}
#sec3 .sec3-slide .slide1 .sec3-txt9 {
  text-align: center;
  font-size: 4.5vw;
  margin: 4vw 0px 0px;
}

.sec3-txt4-small {
  font-size: 15px;
  line-height: 10px;
}

.sec3-txt5-txt {
  padding: 3vw 0 0 11%;
}

@media screen and (min-width: 768px) {
  #sec3 {
    background: url("../img/course/sec3_bg1.png") no-repeat top center/100%, url("../img/course/sec3_bg2.png") no-repeat top 2510px left;
    padding: 150px 0px 185px;
  }
  #sec3::before {
    top: 74px;
    scale: 1;
  }
  #sec3 .sec3-txt {
    width: 270px;
    height: 265px;
    font-size: 25px;
    line-height: 45px;
  }
  #sec3 .sec3-txt1 {
    margin: 0px 0px 0px -53px;
  }
  #sec3 .sec3-img1 {
    width: 903px;
    margin: -257px 0px 112px 88px;
  }
  #sec3 .sec3-box1 {
    width: 662px;
  }
  #sec3 .sec3-box1 .sec3-txt2 {
    margin: 26px 38px 0px auto;
  }
  #sec3 .sec3-box1 .sec3-img2 {
    top: 0px;
    left: -55px;
  }
  #sec3 .sec3-box2 {
    width: 401px;
    margin: 131px -69px 0px 0px;
  }
  #sec3 .sec3-box2 .sec3-img3 {
    margin: -61px 0px 0px;
  }
  #sec3 .sec3-img4 {
    position: relative;
    width: 949px;
    margin: -118px 0px 25px -150px;
  }
  #sec3 .sec3-img4::before {
    content: "";
    position: absolute;
    top: -169px;
    left: -54px;
    width: 1px;
    height: 600px;
    background: #e9e9e9;
    transform: rotate(-50deg);
    z-index: -1;
  }
  #sec3 .sec3-txt4 {
    width: 380px;
    margin: 274px -85px 0px -100px;
    font-size: 25px;
    line-height: 60px;
    padding: 40px 20px 30px 78px;
    align-self: baseline;
  }
  #sec3 .sec3-row4 {
    flex-direction: row-reverse;
  }
  #sec3 .sec3-txt5 {
    width: 310px;
    font-size: 25px;
    line-height: 60px;
    margin: 0px 0px 0px -80px;
    margin: 0px;
  }
  #sec3 .sec3-img5 {
    width: 1020px;
    margin: 0px -250px 0px 0px;
    position: relative;
  }
  #sec3 .sec3-img5::before {
    content: "";
    position: absolute;
    top: -812px;
    right: 208px;
    width: 1px;
    height: 1000px;
    background: #e9e9e9;
    transform: rotate(50deg);
    z-index: -1;
  }
  #sec3 .sec3-box3 {
    width: 447px;
  }
  #sec3 .sec3-box4 {
    width: 509px;
  }
  #sec3 .sec3-txt6 {
    margin: 41px -179px 0px auto;
  }
  #sec3 .sec3-img6 {
    margin: -126px 0px 0px 24px;
  }
  #sec3 .sec3-txt7 {
    margin: 122px 0px 0px 173px;
  }
  #sec3 .sec3-img7 {
    margin: -35px -74px 0px 56px;
  }
  #sec3 .sec3-txt8 {
    margin: 127px 0px 41px;
    font-size: 33px;
  }
  #sec3 .sec3-slide {
    display: flex;
    justify-content: space-between;
    margin: 0px -131px 0px;
  }
  #sec3 .sec3-slide .slide1 {
    width: 398px;
  }
  #sec3 .sec3-slide .slide1 .sec3-txt9 {
    font-size: 25px;
    margin: 20px 0px 0px;
  }

  .sec3-txt4-small {
    font-size: 15px;
    line-height: 10px;
  }

  .sec3-txt5-txt {
    text-align: center;
    position: absolute;
    right: 58%;
    padding: 0;
  }
}

#sec4 {
  position: relative;
  padding: 12vw 0px 16vw;
}
#sec4::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40%;
  height: 20vw;
  background: url("../img/shared/bg_deco.png") repeat top center;
  z-index: -1;
}
#sec4 .sec4-box1 {
  box-sizing: border-box;
  background: url("../img/shared/bg2.jpg") repeat top center;
  padding: 10vw 5%;
  margin: 0px -5% 10vw;
  color: #000;
}
#sec4 .sec4-box1 h2 {
  font-size: 6vw;
  margin: 0px 0px 6vw;
  text-align: center;
}
#sec4 .sec4-box1 .sec4-txt1 {
  text-align: center;
  margin: 0px 0px 6vw;
}
#sec4 .sec4-box1 ul li {
  padding-bottom: 2vw;
  margin: 0px 0px 2vw;
  border-bottom: 1px solid #000;
}
#sec4 .sec4-box2 {
  background: url("../img/shared/bg3.jpg") repeat top center;
  box-sizing: border-box;
  padding: 10vw 6%;
  position: relative;
  margin: 0px -2%;
}
#sec4 .sec4-box2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #e9e9e9;
}
#sec4 .sec4-box2 h3 {
  font-size: 6vw;
  text-align: center;
  margin: 0px 0px 4vw;
}
#sec4 .sec4-box2 .sec4-tel {
  text-align: center;
}
#sec4 .sec4-box2 .sec4-tel p:nth-child(1) {
  font-size: 4vw;
}
#sec4 .sec4-box2 .sec4-tel p:nth-child(2) {
  font-size: 8vw;
}
#sec4 .sec4-box2 .sec4-tel span {
  font-size: 7vw;
}
#sec4 .sec4-box2 .sec4-txt2 {
  box-sizing: border-box;
  padding: 2vw 2%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0;
  margin: 4vw 0px 6vw;
}
#sec4 .sec4-box2 .sec4-btn {
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 82px 0px 100px;
  }
  #sec4::before {
    width: calc(50% + 170px);
    height: 306px;
  }
  #sec4 .sec4-box1 {
    width: 1200px;
    margin: 0px -100px 120px;
    padding: 86px 100px 47px;
  }
  #sec4 .sec4-box1 h2 {
    font-size: 33px;
    margin: 0px 0px 39px;
  }
  #sec4 .sec4-box1 .sec4-txt1 {
    line-height: 25px;
    margin: 0px 0px 45px;
  }
  #sec4 .sec4-box1 ul {
    width: 320px;
    line-height: 25px;
  }
  #sec4 .sec4-box1 ul li {
    padding-bottom: 14px;
    margin: 0px 0px 10px;
  }
  #sec4 .sec4-box2 {
    padding: 89px 210px 75px;
    width: 806px;
    margin: 0px auto;
  }
  #sec4 .sec4-box2::after {
    content: "";
    position: absolute;
    top: -605px;
    right: -248px;
    width: 1px;
    height: 1500px;
    transform: rotate(50deg);
    background: #e9e9e9;
    z-index: -1;
  }
  #sec4 .sec4-box2 h3 {
    font-size: 33px;
    margin: 0px 0px 52px;
  }
  #sec4 .sec4-box2 .sec4-tel {
    line-height: 36px;
    margin: 21px 0px 45px;
  }
  #sec4 .sec4-box2 .sec4-tel p:nth-child(1) {
    font-size: 20px;
  }
  #sec4 .sec4-box2 .sec4-tel p:nth-child(2) {
    font-size: 39px;
  }
  #sec4 .sec4-box2 .sec4-tel span {
    font-size: 30px;
  }
  #sec4 .sec4-box2 .sec4-txt2 {
    padding: 10px 0px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    margin: 21px 0px 49px;
  }
}

#sec5 {
  margin: 12vw 0px;
}
#sec5 h2 {
  text-align: center;
  font-size: 7vw;
  margin: 0px 0px 4vw;
  letter-spacing: 0.15em;
}
#sec5 .sec5-box {
  box-sizing: border-box;
  padding: 6vw 10%;
  background: url("../img/shared/bg2.jpg") repeat top center;
  text-align: center;
  margin: 0px 0px 10vw;
  color: #000;
}
#sec5 .sec5-box h3 {
  font-size: 5vw;
  margin: 0px 0px 4vw;
}
#sec5 .sec5-box .sec5-txt2 {
  position: relative;
  margin: 10vw 0px 4vw;
  font-size: 4vw;
}
#sec5 .sec5-box .sec5-txt2::before,
#sec5 .sec5-box .sec5-txt2::after {
  content: "";
  position: absolute;
  top: -4vw;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #000;
}
#sec5 .sec5-box .sec5-txt2::after {
  top: -5vw;
}
.sec5-center {
  margin: 0px 0px 20px;
}

@media screen and (min-width: 768px) {
  #sec5 {
    margin: 107px 0px 156px;
  }
  #sec5 h2 {
    font-size: 38px;
    line-height: 40px;
    margin: 0px 0px 40px;
  }
  #sec5 .sec5-img1 {
    width: 864px;
    margin: 0px 0px 0px -216px;
  }
  #sec5 .sec5-box {
    width: 420px;
    padding: 57px 60px 12px;
    margin: 0px;
  }
  #sec5 .sec5-box h3 {
    font-size: 33px;
    line-height: 60px;
    margin: 0px 0px 15px;
  }
  #sec5 .sec5-box .sec5-txt2 {
    font-size: 25px;
    margin: 80px 0px 20px;
  }
  #sec5 .sec5-box .sec5-txt2::before {
    top: -35px;
  }
  #sec5 .sec5-box .sec5-txt2::after {
    top: -39px;
  }
  #sec5 .sec5-box1 {
    margin: 0px -65px 0px 0px;
  }
  #sec5 .sec5-box2 {
    margin: 0px 0px 0px -68px;
  }
  #sec5 .sec5-img2 {
    margin: 0px -215px 0px 0px;
  }
  #sec5 .sec5-row2 {
    margin: 80px 0px 0px;
    flex-direction: row-reverse;
  }

  .sec5-center {
    text-align: center;
    margin: 0px 0px 30px;
  }
}

#sec6 {
  background: url("../img/shared/bg3.jpg") repeat top center;
  padding: 12vw 0px;
}
#sec6 h2 {
  font-size: 6vw;
  margin: 0px 0px 4vw;
  letter-spacing: 0.35em;
}
#sec6 .sec6-img1,
#sec6 .sec6-img2 {
  margin: 6vw 0px;
}
#sec6 .sec6-txt2 {
  background: #000;
  box-sizing: border-box;
  width: 60%;
  text-align: center;
  font-size: 5vw;
  margin: 2vw 0px 4vw;
  line-height: 2;
}
#sec6 .sec6-txt4 {
  background: #000;
  font-size: 5vw;
  letter-spacing: 0.35em;
  margin: 0px 10% 2vw 0px;
  line-height: 2;
  padding: 0px 5%;
}
#sec6 .sec6-txt6 {
  letter-spacing: 0.35em;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 4vw;
  line-height: 2;
  width: 50%;
  margin: 0px auto;
}
#sec6 .sec6-map {
  margin: 8vw 0px;
}
#sec6 .sec6-img4 {
  margin: 4vw 16% 8vw 0px;
}
#sec6 .sec6-txt7 {
  margin: 4vw 0px 8vw;
}
#sec6 .sec6-box2 {
  background: url("../img/shared/bg3.jpg") repeat top center;
  box-sizing: border-box;
  padding: 10vw 6%;
  position: relative;
  margin: 0px -2%;
}
#sec6 .sec6-box2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #e9e9e9;
}
#sec6 .sec6-box2 h3 {
  font-size: 6vw;
  text-align: center;
  margin: 0px 0px 4vw;
}
#sec6 .sec6-box2 .sec6-tel {
  text-align: center;
}
#sec6 .sec6-box2 .sec6-tel p:nth-child(1) {
  font-size: 4vw;
}
#sec6 .sec6-box2 .sec6-tel p:nth-child(2) {
  font-size: 8vw;
}
#sec6 .sec6-box2 .sec6-tel span {
  font-size: 7vw;
}
#sec6 .sec6-box2 .sec6-txt8 {
  box-sizing: border-box;
  padding: 2vw 2%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0;
  margin: 4vw 0px 6vw;
}
#sec6 .sec6-box2 .sec6-btn {
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 157px 0px 152px;
  }
  #sec6 .wrap {
    z-index: 1;
  }
  #sec6 h2 {
    font-size: 33px;
    margin: 0px 0px 21px;
    line-height: 80px;
  }
  #sec6 .sec6-txt1 {
    width: 418px;
  }
  #sec6 .sec6-img1 {
    width: 689px;
    margin: 107px 0px 28px -189px;
  }
  #sec6 .sec6-txt2 {
    width: 270px;
    line-height: 45px;
    font-size: 25px;
    margin: 0px 0px 17px -28px;
  }
  #sec6 .sec6-txt3 {
    width: 500px;
  }
  #sec6 .sec6-img2 {
    width: 688px;
    margin: 55px 0px 0px 144px;
  }
  #sec6 .sec6-box1 {
    flex-direction: row-reverse;
  }
  #sec6 .sec6-txt4 {
    height: 260px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 25px;
    margin: 51px 0px 0px;
    padding: 34px 0px 0px;
  }
  #sec6 .sec6-txt5 {
    height: 440px;
    margin: 84px 21px 0px 0px;
    letter-spacing: 0.1em;
  }
  #sec6 .sec6-map {
    width: 554px;
    position: absolute;
    top: 0px;
    right: -70px;
    margin: 0px;
  }
  #sec6 .sec6-row2 {
    position: relative;
  }
  #sec6 .sec6-img3 {
    width: 686px;
    margin: 110px 0px 12px -47px;
  }
  #sec6 .sec6-img4 {
    position: absolute;
    width: 469px;
    margin: 0px;
    top: 265px;
    right: -52px;
  }
  #sec6 .sec6-txt6 {
    width: 220px;
    line-height: 40px;
    font-size: 25px;
    margin: 0px;
    position: absolute;
    top: 134px;
    right: 66px;
  }
  #sec6 .sec6-txt7 {
    width: 550px;
    margin: 34px 0px 168px;
  }
  #sec6 .sec6-box2 {
    padding: 89px 210px 75px;
    width: 806px;
    margin: 0px auto;
  }
  #sec6 .sec6-box2::before {
    content: "";
    position: absolute;
    top: -546px;
    right: -250px;
    width: 1px;
    height: 1500px;
    transform: rotate(50deg);
    background: #e9e9e9;
    z-index: -1;
  }
  #sec6 .sec6-box2 h3 {
    font-size: 33px;
    margin: 0px 0px 52px;
  }
  #sec6 .sec6-box2 .sec6-tel {
    line-height: 36px;
    margin: 21px 0px 45px;
  }
  #sec6 .sec6-box2 .sec6-tel p:nth-child(1) {
    font-size: 20px;
  }
  #sec6 .sec6-box2 .sec6-tel p:nth-child(2) {
    font-size: 39px;
  }
  #sec6 .sec6-box2 .sec6-tel span {
    font-size: 30px;
  }
  #sec6 .sec6-box2 .sec6-txt8 {
    padding: 10px 0px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    margin: 21px 0px 49px;
  }
}

#sec7 {
  background: url("../img/shared/bg2.jpg") repeat top center;
  color: #000;
  padding: 0px 0px 10vw;
}
#sec7 .sec7-1 {
  height: 80vw;
  background: url("../img/course/sec7_img.jpg") center/cover;
  width: 100%;
}
#sec7 h2 {
  margin: 10vw 0px 4vw;
  text-align: center;
  font-size: 5.5vw;
  line-height: 1.8;
}
#sec7 .sec7-map {
  margin: 10vw 0px 0px;
}
#sec7 .sec7-map .map iframe {
  width: 100%;
  height: 480px;
}
#sec7 .sec7-map .sec7-list {
  box-sizing: border-box;
  margin: 8vw 0px 0px;
}
#sec7 .sec7-map .sec7-list .btn-link {
  margin: 0px auto 4vw;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding: 0px;
  }
  #sec7 .sec7-1 {
    height: 700px;
  }
  #sec7 h2 {
    font-size: 33px;
    line-height: 70px;
    margin: 81px 0px 29px;
    letter-spacing: 0.35em;
  }
  #sec7 .sec7-txt {
    text-align: center;
  }
  #sec7 .sec7-map {
    margin: 137px 0px 0px;
  }
  #sec7 .sec7-map .map {
    width: calc(100% - 390px);
    height: 610px;
  }
  #sec7 .sec7-map .map iframe {
    height: 610px;
  }
  #sec7 .sec7-map .sec7-list {
    width: 390px;
    align-self: flex-end;
  }
  #sec7 .sec7-map .sec7-list .btn-link {
    margin: 0px auto 50px;
  }
} /*# sourceMappingURL=course.css.map */
