#sec1 {
  padding: 12vw 0px;
  position: relative;
  z-index: 1;
}
#sec1 h2 {
  position: relative;
  margin: 0px auto 6vw;
  height: 60vw;
  font-size: 7.5vw;
  line-height: 1.6;
}
#sec1 h2 span {
  font-size: 6.5vw;
}
#sec1 h2 small {
  font-size: 5vw;
}
#sec1 h2::before {
  content: "";
  position: absolute;
  top: -8vw;
  left: -25vw;
  width: 42vw;
  height: 30vw;
  background: url("../img/course/sec1_deco.png") center/cover;
}
#sec1 .sec1-txt {
  margin: 8vw 0px;
}
#sec1::before {
  content: "";
  position: absolute;
  bottom: -24vw;
  left: 0;
  width: 100%;
  height: 60vw;
  background: url("../img/course/sec1_line.png") center/100% 100%;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 80px 0px 90px;
  }
  #sec1::before {
    width: 1401px;
    height: 612px;
    bottom: -216px;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec1 .sec1-row2 {
    flex-direction: row-reverse;
    margin-top: 60px;
  }
  #sec1 h2 {
    font-size: 48px;
    line-height: 70px;
    height: 385px;
    margin: 77px 0px 0px 83px;
  }
  #sec1 h2 span {
    font-size: 40px;
  }
  #sec1 h2 small {
    font-size: 30px;
  }
  #sec1 h2::before {
    width: 436px;
    height: 263px;
    top: -133px;
    left: -260px;
  }
  #sec1 .sec1-img1 {
    width: 800px;
    margin: 0px -160px 0px 0px;
  }
  #sec1 .sec1-txt {
    line-height: 35px;
    width: 460px;
    margin: 20px 30px 0px 0px;
  }
  #sec1 .sec1-img2 {
    width: 549px;
    margin: 0px 0px 0px -100px;
  }
}

#sec2 {
  padding: 0px 0px 16vw;
}
#sec2 .sec2-bg1 {
  background: url("../img/course/sec2_bg.jpg") center/cover;
  padding: 24vw 0px;
}
#sec2 .sec2-bg1 h2 {
  text-align: center;
  font-size: 6.5vw;
  margin-bottom: 4vw;
  line-height: 1.6;
  position: relative;
}
#sec2 .sec2-bg1 h2::before {
  content: "";
  position: absolute;
  top: -18vw;
  left: 50%;
  width: 2px;
  height: 15vw;
  border-left: 1px solid #000;
  transform: translateX(-50%);
}
#sec2 .sec2-bg1 h2 span {
  font-size: 5.5vw;
}
#sec2 .sec2-bg1 .sec2-txt1 p + p {
  margin: 3vw 0px 0px;
}
#sec2 .sec2-list1 {
  margin: -10vw 0px 12vw;
}
#sec2 .sec2-list1 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50vw;
  margin: 0px auto 8vw;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000;
  position: relative;
}
#sec2 .sec2-list1 li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border-radius: 50%;
  border: 1px solid #000;
  transform: translate(-50%, -50%);
}
#sec2 .sec2-list1 li p {
  font-size: 6vw;
  line-height: 2;
  position: relative;
}
#sec2 .sec2-list1 li:first-child p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 80%;
  transform: translate(-50%, -50%);
  border-left: 1px solid #cccccc;
}
#sec2 .sec2-box1 {
  position: relative;
  margin: 20vw auto 10vw;
  width: 70%;
  z-index: 1;
}
#sec2 .sec2-box1::before, #sec2 .sec2-box1::after {
  content: "";
  position: absolute;
  top: -10vw;
  right: -12vw;
  height: calc(110% + 8vw);
  width: 100vw;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
#sec2 .sec2-box1::after {
  width: 70vw;
  height: 85%;
  top: calc(-10vw + 8px);
  right: calc(-12vw - 8px);
}
#sec2 .sec2-box1 h3 {
  position: relative;
  padding: 0px 3vw 3vw;
  border-bottom: 1px solid #000;
  margin: 0px 0px 3vw;
  font-size: 6vw;
  line-height: 1.6;
}
#sec2 .sec2-box1 h3 > span {
  margin-bottom: 2vw;
  display: inline-block;
}
#sec2 .sec2-box1 h3 > span span {
  display: inline-block;
  padding: 2vw 3vw;
  line-height: 1.4;
  font-size: 5vw;
  margin-left: -1vw;
  background: #fff;
  margin-bottom: -4px;
}
#sec2 .sec2-box1 .sec2-txt2 {
  line-height: 1.6;
  font-size: 4.5vw;
  margin-left: 3vw;
}
#sec2 .sec2-box1 .sec2-txt2 span {
  font-size: 5vw;
}
#sec2 .sec2-box1 .sec2-txt2 small {
  font-size: 4vw;
}
#sec2 .sec2-box2 {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #000;
  padding: 4vw 0px;
  margin: 6vw 0px 10vw;
}
#sec2 .sec2-box2 h4 {
  text-align: center;
  padding-bottom: 4vw;
  border-bottom: 1px solid #000;
  margin-bottom: 6vw;
}
#sec2 .sec2-box2 ul {
  width: 90%;
  margin: 0px auto;
}
#sec2 .sec2-box4 {
  position: relative;
  padding: 8vw 6% 6vw;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#sec2 .sec2-box4::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  width: 95%;
  height: 90%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
#sec2 .sec2-box4 h5 {
  line-height: 1.6;
  margin: 0px 4vw 6vw;
  font-size: 6vw;
}
#sec2 .sec2-box4 h5 span {
  display: inline-block;
  background: #fff;
  line-height: 2.2;
  padding: 0px 4vw;
  margin: 0px 0px 2vw -4vw;
}
#sec2 .sec2-box4 h5 small {
  font-size: 5vw;
}
#sec2 .sec2-box4 h5 small small {
  font-size: 4.5vw;
}
#sec2 .sec2-box4 h6 {
  text-align: center;
  margin: 0px 0px 8vw;
  line-height: 3;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 0px 0px 98px;
  }
  #sec2 .sec2-bg1 {
    padding: 195px 0px 155px;
  }
  #sec2 .sec2-bg1 h2 {
    line-height: 45px;
    font-size: 36px;
    margin-bottom: 32px;
  }
  #sec2 .sec2-bg1 h2 span {
    font-size: 30px;
  }
  #sec2 .sec2-bg1 h2::before {
    top: -120px;
    height: 100px;
  }
  #sec2 .sec2-bg1 .sec2-txt1 {
    text-align: center;
    line-height: 35px;
  }
  #sec2 .sec2-bg1 .sec2-txt1 p + p {
    margin-top: 20px;
  }
  #sec2 .sec2-list1 {
    width: 760px;
    margin: -110px auto 83px;
  }
  #sec2 .sec2-list1 li {
    width: 220px;
    margin: 0px;
    height: 220px;
  }
  #sec2 .sec2-list1 li p {
    font-size: 30px;
    line-height: 65px;
  }
  #sec2 .sec2-row1 {
    flex-direction: row-reverse;
  }
  #sec2 .sec2-img1 {
    width: 1000px;
    margin: 0px 0px 0px -250px;
  }
  #sec2 .sec2-box1 {
    width: 365px;
    margin: 143px -150px 0px 0px;
  }
  #sec2 .sec2-box1::before {
    top: -100px;
    right: -50px;
    width: 920px;
    height: 612px;
  }
  #sec2 .sec2-box1::after {
    top: -90px;
    right: -60px;
    width: 407px;
    height: 422px;
  }
  #sec2 .sec2-box1 h3 {
    font-size: 36px;
    line-height: 55px;
    padding: 0px 0px 36px 40px;
    margin-bottom: 28px;
  }
  #sec2 .sec2-box1 h3 > span {
    margin-bottom: 12px;
  }
  #sec2 .sec2-box1 h3 > span span {
    font-size: 30px;
    line-height: 36px;
    padding: 10px 22px;
    margin-left: -22px;
  }
  #sec2 .sec2-box1 .sec2-txt2 {
    font-size: 24px;
    line-height: 40px;
    margin-left: 22px;
  }
  #sec2 .sec2-box1 .sec2-txt2 span {
    font-size: 30px;
  }
  #sec2 .sec2-box1 .sec2-txt2 small {
    font-size: 18px;
  }
  #sec2 .sec2-row2 .sec2-box1 {
    margin-left: -150px;
    margin-right: 0px;
    margin-top: 130px;
  }
  #sec2 .sec2-row2 .sec2-box1::before, #sec2 .sec2-row2 .sec2-box1::after {
    border-left: 1px solid #000;
    border-right: none;
    left: -48px;
  }
  #sec2 .sec2-row2 .sec2-box1::after {
    left: -60px;
  }
  #sec2 .sec2-row2 .sec2-box1 h3 > span span {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -6px;
  }
  #sec2 .sec2-img2 {
    width: 1000px;
    margin: 0px -250px 0px 0px;
  }
  #sec2 .sec2-box2 {
    width: 800px;
    margin: -32px auto 77px;
    padding: 0px;
  }
  #sec2 .sec2-box2.sec2-box22 .sec2-box3 {
    margin-top: 30px;
  }
  #sec2 .sec2-box2 h4 {
    height: 200px;
    line-height: 70px;
    padding: 0px;
    border: none;
    border-right: 1px solid #000;
    margin: 0px;
  }
  #sec2 .sec2-box2 .sec2-box3 {
    margin: 46px auto 0px;
    width: 95%;
  }
  #sec2 .sec2-box2 ul {
    width: -moz-fit-content;
    width: fit-content;
    line-height: 35px;
  }
  #sec2 .sec2-box4 {
    margin: 0px 0px 0px 10px;
    padding: 84px 40px 11px 128px;
    align-items: center;
  }
  #sec2 .sec2-box4 h5 {
    width: 270px;
    font-size: 30px;
    line-height: 50px;
    margin: 0px;
  }
  #sec2 .sec2-box4 h5 small {
    font-size: 20px;
  }
  #sec2 .sec2-box4 h5 small small {
    font-size: 18px;
  }
  #sec2 .sec2-box4 h5 span {
    font-size: 30px;
    line-height: 60px;
    padding: 0px 22px;
    margin: 0px 0px 10px -22px;
  }
  #sec2 .sec2-box4 h6 {
    line-height: 72px;
    border: none;
    height: 205px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin: 0px;
  }
  #sec2 .sec2-box4 ul {
    width: 330px;
    line-height: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec2 .sec2-img1 {
    margin-left: -330px;
  }
  #sec2 .sec2-box1 {
    margin-right: -60px;
  }
  #sec2 .sec2-row2 .sec2-box1 {
    margin-left: -30px;
  }
  #sec2 .sec2-img2 {
    margin-right: -330px;
  }
}

#cta {
  background: url("../img/course/cta_bg_sp.png") no-repeat bottom center/120%;
  padding: 0px 4% 30vw;
}
#cta .cta-bg {
  box-sizing: border-box;
  border: 1px solid #000;
  background: url("../img/shared/bg2.jpg") repeat top left;
  color: #000;
  position: relative;
  padding: 18vw 0px;
}
#cta .cta-bg::before, #cta .cta-bg::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid #000;
}
#cta .cta-bg::after {
  top: auto;
  bottom: 10px;
}
#cta .cta-tel {
  text-align: center;
  margin: 0px 0px 10vw;
  line-height: 1.6;
}
#cta .cta-tel p:nth-child(1) {
  font-size: 4vw;
}
#cta .cta-tel p:nth-child(2) {
  font-size: 7vw;
}
#cta .cta-tel p:nth-child(2) span {
  font-size: 6vw;
}
#cta .cta-tel p:nth-child(3) {
  font-size: 3vw;
  line-height: 1.6;
  letter-spacing: 0;
}
#cta .cta-btn a {
  margin: 0px auto 10vw;
}
#cta .cta-calander {
  width: 100%;
  height: 300px;
}
#cta .cta-calander iframe {
  width: 100%;
  height: 100%;
}
#cta .cta-box1 {
  margin: 8vw 0px 0px;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 8vw 0px 10vw;
  text-align: center;
}
#cta .cta-box1 h3 {
  font-size: 5vw;
  border-bottom: 1px solid #000;
  margin-bottom: 6vw;
  padding-bottom: 6vw;
}
@media only screen and (min-width: 768px) {
  #cta {
    background-image: url("../img/course/cta_bg.png");
    background-size: 100%;
    padding: 0px 0px 201px;
  }
  #cta .cta-bg {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    padding: 89px 0px 109px;
  }
  #cta .cta-tel {
    line-height: 40px;
    margin: 0px 0px 44px;
  }
  #cta .cta-tel p:nth-child(1) {
    font-size: 20px;
  }
  #cta .cta-tel p:nth-child(2) {
    font-size: 30px;
  }
  #cta .cta-tel p:nth-child(2) span {
    font-size: 24px;
  }
  #cta .cta-tel p:nth-child(3) {
    font-size: 15px;
    line-height: 27px;
    margin-top: 8px;
  }
  #cta .cta-btn a {
    margin-bottom: 60px;
  }
  #cta .cta-calander {
    width: 630px;
    height: 400px;
  }
  #cta .cta-box1 {
    width: 345px;
    padding: 45px 0px 40px;
    margin: 0px;
  }
  #cta .cta-box1 h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 41px;
    padding-bottom: 47px;
  }
  #cta .cta-box1 .cta-txt1 {
    width: 254px;
    margin: 0px auto;
    line-height: 27px;
    text-align: left;
  }
}

#sec3 {
  background: url("../img/course/sec3_line.png") no-repeat top 55vw center/150%, url("../img/course/sec3_bg_sp.png") no-repeat bottom center/120% 145vw;
  padding: 16vw 0px 20vw;
}
#sec3 h2 {
  position: relative;
  font-size: 7vw;
  margin: 0px auto 8vw;
  height: 54vw;
}
#sec3 h2::before {
  content: "";
  position: absolute;
  bottom: -7vw;
  right: -27vw;
  width: 48vw;
  height: 30vw;
  background: url("../img/course/sec3_deco1.png") center/cover;
}
#sec3 .sec3-img1 {
  margin: 0px 0px 8vw;
}
#sec3 .sec3-box1 {
  position: relative;
  margin: 10vw 0px;
}
#sec3 .sec3-box1 .sec3-map1 {
  width: 68%;
  margin: -41vw 0vw 0px auto;
}
#sec3 .sec3-box1 .sec3-listbtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sec3 .sec3-box1 .sec3-listbtn li a {
  position: absolute;
  width: 24px;
}
#sec3 .sec3-box1 .sec3-listbtn .btn1 {
  top: 26vw;
  left: 16vw;
}
#sec3 .sec3-box1 .sec3-listbtn .btn2 {
  top: 17vw;
  right: 19vw;
}
#sec3 .sec3-box1 .sec3-listbtn .btn3 {
  top: 56vw;
  left: 11vw;
}
#sec3 .sec3-box1 .sec3-listbtn .btn4 {
  top: 68vw;
  left: 24vw;
}
#sec3 .sec3-box1 .sec3-listbtn .btn5 {
  bottom: 7vw;
  right: 28vw;
}
#sec3 .sec3-box1 .sec3-listbtn .btn6 {
  bottom: 24vw;
  right: 12vw;
}
#sec3 h3 {
  position: relative;
  margin: 20vw auto 6vw;
  height: 50vw;
  font-size: 7vw;
  line-height: 1.6;
}
#sec3 h3 span {
  font-size: 6vw;
}
#sec3 h3::before {
  content: "";
  position: absolute;
  top: -24vw;
  left: -30vw;
  width: 44vw;
  height: 40vw;
  background: url("../img/course/sec3_deco2.png") center/cover;
}
#sec3 .sec3-btn2 a {
  margin: 8vw auto 0px;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    background: url("../img/course/sec3_line.png") no-repeat top 50px center, url("../img/course/sec3_bg.png") no-repeat bottom center/100% 521px;
    padding: 100px 0px 101px;
  }
  #sec3 h2 {
    font-size: 36px;
    height: 260px;
    margin: 185px 157px 0px 0px;
  }
  #sec3 h2::before {
    width: 411px;
    height: 262px;
    bottom: -155px;
    right: -268px;
  }
  #sec3 .sec3-row1 {
    flex-direction: row-reverse;
  }
  #sec3 .sec3-img1 {
    width: 800px;
    margin: 0px 0px 0px -150px;
  }
  #sec3 .sec3-txt1 {
    width: 558px;
    margin: 12px 0px 40px 99px;
  }
  #sec3 .sec3-box1 {
    margin: 0px auto 65px;
    width: 814px;
  }
  #sec3 .sec3-box1 .sec3-map1 {
    width: 508px;
    margin: -383px 0px 0px auto;
  }
  #sec3 .sec3-box1 .sec3-listbtn li a {
    width: 42px;
  }
  #sec3 .sec3-box1 .sec3-listbtn .btn1 {
    top: 236px;
    left: 149px;
  }
  #sec3 .sec3-box1 .sec3-listbtn .btn2 {
    top: 161px;
    right: 182px;
  }
  #sec3 .sec3-box1 .sec3-listbtn .btn3 {
    top: 520px;
    left: 117px;
  }
  #sec3 .sec3-box1 .sec3-listbtn .btn4 {
    top: 625px;
    left: 213px;
  }
  #sec3 .sec3-box1 .sec3-listbtn .btn5 {
    bottom: 80px;
    right: 260px;
  }
  #sec3 .sec3-box1 .sec3-listbtn .btn6 {
    bottom: 205px;
    right: 130px;
  }
  #sec3 h3 {
    font-size: 48px;
    line-height: 70px;
    height: 320px;
    margin: 52px 0px 0px 145px;
  }
  #sec3 h3 span {
    font-size: 36px;
  }
  #sec3 h3::before {
    width: 364px;
    height: 334px;
    top: -244px;
    left: -192px;
  }
  #sec3 .sec3-img2 {
    width: 800px;
    margin: 0px -150px 0px 0px;
  }
  #sec3 .sec3-btn2 a {
    margin: -18px 0px 0px 66px;
  }
}

.remodal-wrapper {
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.remodal-2 {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0px;
}
.remodal-2 .remodal-close {
  position: relative;
  inset: 0;
  width: 24px;
  margin: 0px 0px 20px auto;
}
.remodal-2 .popup-prev, .remodal-2 .popup-next {
  position: absolute;
  top: 45%;
  width: 20px;
}
.remodal-2 .popup-prev {
  left: 0px;
}
.remodal-2 .popup-next {
  right: 0px;
}
.remodal-2 .popup-img {
  position: relative;
  width: 95%;
  margin: 0px auto;
}
.remodal-2 .popup-img span {
  display: inline-block;
  top: 4vw;
  right: 4vw;
  font-size: 5vw;
  line-height: 2.2;
  background: #fff;
  color: #000;
  padding: 4vw 0px;
  z-index: 1;
  position: absolute;
}
.remodal-2 .popup-listbtn {
  justify-content: center;
  gap: 16px;
  margin: 3vw 0px 0px;
  position: relative;
  z-index: 1000;
}
.remodal-2 .popup-listbtn li {
  padding: 0px;
}
.remodal-2 .popup-listbtn li a {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #de8b84;
}
.remodal-2 .popup-listbtn li a.active1 {
  background: #be190a;
}
@media only screen and (min-width: 768px) {
  .remodal-2 {
    margin: 0px auto;
    max-width: 920px;
  }
  .remodal-2 .wrap {
    width: 920px;
  }
  .remodal-2 .popup-img {
    width: 800px;
    margin: 0px auto;
  }
  .remodal-2 .popup-img span {
    font-size: 30px;
    line-height: 60px;
    top: 40px;
    right: 40px;
    padding: 18px 0px;
  }
  .remodal-2 .popup-prev, .remodal-2 .popup-next {
    top: 46%;
    width: 31px;
  }
  .remodal-2 .popup-listbtn {
    margin: 45px 0px 0px;
  }
  .remodal-2 .popup-listbtn li a {
    width: 22px;
    height: 22px;
  }
  .remodal-2 .popup-listbtn li a:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=course.css.map */