@media only screen and (min-width: 768px) {
  .nav-fixed {
    top: 0px;
    visibility: visible;
  }
  .btn-fixed {
    opacity: 1;
    visibility: visible;
  }
}
#sec1 {
  padding: 8vw 0px 4vw;
}
#sec1 .sec1-img {
  margin: 0px -10% 8vw;
}
#sec1 h2 {
  font-size: 7vw;
  margin: 0px 0px 4vw;
  font-weight: 400;
}
#sec1 h2 span {
  font-size: 6vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 50px 0px 0px;
  }
  #sec1 .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #sec1 h2 {
    font-size: 40px;
    line-height: 62px;
    margin: 0px 0px 32px;
  }
  #sec1 h2 span {
    font-size: 30px;
  }
  #sec1 .sec1-img {
    width: 1143px;
    margin: 0px 0px 0px -72px;
  }
  #sec1 .sec1-box {
    position: relative;
    z-index: 1;
    width: 455px;
    margin: -330px 0px 0px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec1 .sec1-box {
    margin-right: 50px;
  }
}

#sec2 {
  background: url("../img/course/sec2_bg_sp.png") no-repeat top center/100%;
  padding: 30vw 0px 0px;
}
#sec2 h2 {
  text-align: center;
  font-weight: 400;
  font-size: 7vw;
  color: #d6bb90;
  margin: 0px 0px 10vw;
}
#sec2 h2 span {
  font-size: 6vw;
}
#sec2 .sec2-listbtn li a {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20vw 0px 24vw;
  width: 100%;
  box-sizing: border-box;
}
#sec2 .sec2-listbtn li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 17px;
  height: 29px;
  background: url("../img/course/sec2_arrow.png") center/cover;
  transform: translateX(-50%);
}
#sec2 .sec2-listbtn li a .sec2-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in-out;
  z-index: -1;
}
#sec2 .sec2-listbtn li a .sec2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec2 .sec2-listbtn li a h3 {
  font-size: 6vw;
  font-weight: 400;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    margin: -74px 0px 0px;
    padding: 250px 0px 0px;
    background-image: url("../img/course/sec2_bg.png");
  }
  #sec2 h2 {
    font-size: 40px;
    margin: 0px 0px 73px;
  }
  #sec2 h2 span {
    font-size: 30px;
  }
  #sec2 .sec2-listbtn li {
    width: calc(33.333% - 2px);
  }
  #sec2 .sec2-listbtn li a {
    padding: 175px 0px 180px;
  }
  #sec2 .sec2-listbtn li a::before {
    bottom: 70px;
  }
  #sec2 .sec2-listbtn li a h3 {
    font-size: 30px;
  }
  #sec2 .sec2-listbtn li a:hover .sec2-img {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
  }
  #sec2 .sec2-listbtn li a:hover .sec2-img img {
    opacity: 1;
  }
}

#sec3 {
  background: url("../img/course/sec3_deco.png") no-repeat top right/10%;
  padding: 20vw 0px;
}
#sec3 h2 {
  text-align: center;
  font-size: 6vw;
  font-weight: 400;
}
#sec3 h2 span {
  font-size: 7vw;
  color: #d6bb90;
}
#sec3 h2 small {
  font-size: 5.5vw;
}
#sec3 .sec3-img1 {
  margin: 8vw -5%;
}
#sec3 .sec3-img3 {
  margin: 2vw 0px 8vw;
  position: relative;
}
#sec3 .sec3-img3 span {
  font-size: 6vw;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  bottom: 4%;
  right: 4%;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    background-size: auto;
    padding: 113px 0px 113px;
  }
  #sec3 .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #sec3 h2 {
    text-align: right;
    height: 300px;
    margin: 92px 20px 0px;
    font-size: 30px;
    line-height: 50px;
  }
  #sec3 h2 span {
    font-size: 40px;
  }
  #sec3 h2 small {
    font-size: 24px;
  }
  #sec3 .sec3-row1, #sec3 .sec3-row2 {
    flex-direction: row-reverse;
  }
  #sec3 .sec3-img1 {
    width: 1036px;
    margin: 0px 0px 0px -100px;
  }
  #sec3 .sec3-txt1 {
    width: 465px;
    margin: 90px 30px 0px;
  }
  #sec3 .sec3-listimg {
    width: 604px;
    position: relative;
    margin: -90px -50px 0px 0px;
  }
  #sec3 .sec3-img3 {
    margin: 10px 0px 0px;
  }
  #sec3 .sec3-img3 span {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec3 h2 {
    margin-right: 45px;
  }
  #sec3 .sec3-listimg {
    margin-right: -20px;
  }
}

.sec-acho h2 {
  text-align: center;
  font-weight: 400;
  font-size: 6vw;
}
.sec-acho .txt-note {
  text-align: center;
  margin: 2vw 0px 8vw;
}
.sec-acho .sec-col {
  box-sizing: border-box;
  background: #000;
  padding: 12vw 4%;
  text-align: center;
  margin: 0px 0px 8vw;
}
.sec-acho .sec-col .sec-txt1 {
  width: 60%;
  margin: 0px auto;
  background: url("../img/course/sec4_bgtxt.jpg") repeat top left;
  color: #000;
  font-size: 5.5vw;
  font-weight: 400;
  line-height: 2;
}
.sec-acho .sec-col h3 {
  text-align: center;
  font-size: 6.5vw;
  font-weight: 400;
  margin: 4vw 0px;
}
.sec-acho .sec-col h3 span {
  font-size: 6vw;
  color: #d6bb90;
}
.sec-acho .sec-col h3 span span {
  font-size: 5vw;
}
.sec-acho .sec-col .sec-toggle .toggle-link {
  font-size: 5vw;
  margin: 0px auto 4vw;
  text-align: center;
  transform: rotate(0);
  transition: all 0.3s;
}
.sec-acho .sec-col .sec-toggle.active .toggle-link {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.sec-acho .sec-col .sec-toggle .toggle-main h4 {
  font-size: 5vw;
  font-weight: 400;
  margin: 0px 0px 3vw;
}
.sec-acho .sec-col .sec-toggle .toggle-main ul {
  line-height: 2;
  font-weight: 400;
  font-size: 4vw;
}
@media only screen and (min-width: 768px) {
  .sec-acho .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  .sec-acho h2 {
    font-size: 30px;
  }
  .sec-acho .txt-note {
    margin: 12px 0px 54px;
  }
  .sec-acho .sec-row {
    margin: 0px -30px;
  }
  .sec-acho .sec-col {
    margin: 0px 6px;
    width: 32%;
    padding: 125px 10px 116px;
  }
  .sec-acho .sec-col .sec-txt1 {
    font-size: 24px;
    width: 220px;
    line-height: 42px;
  }
  .sec-acho .sec-col h3 {
    font-size: 36px;
    line-height: 50px;
    margin: 23px 0px 32px;
  }
  .sec-acho .sec-col h3 span {
    font-size: 30px;
  }
  .sec-acho .sec-col h3 span span {
    font-size: 24px;
  }
  .sec-acho .sec-col .sec-toggle .toggle-main {
    display: block !important;
  }
  .sec-acho .sec-col .sec-toggle .toggle-main h4 {
    font-size: 22px;
    margin: 0px 0px 20px;
  }
  .sec-acho .sec-col .sec-toggle .toggle-main ul {
    font-size: 20px;
    line-height: 40px;
  }
}

#sec4 {
  padding: 0vw 0px 12vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 20px 0px 95px;
  }
}

#sec5 {
  background: url("../img/course/sec5_deco.png") no-repeat top 130vw left/50%;
  padding: 0px 0px 12vw;
}
#sec5 h2 {
  text-align: center;
  font-size: 6vw;
  font-weight: 400;
}
#sec5 h2 small {
  font-size: 5vw;
}
#sec5 h2 span {
  font-size: 7vw;
  color: #d6bb90;
}
#sec5 h2 i {
  display: none;
}
#sec5 .sec5-img1 {
  margin: 8vw 0px;
}
#sec5 .sec5-box1 {
  position: relative;
  margin: 16vw 0px 10vw;
}
#sec5 .sec5-box1 h3 {
  position: absolute;
  z-index: 1;
  top: 4vw;
  right: 4%;
  font-weight: 400;
  font-size: 6vw;
}
#sec5 .sec5-box1 .sec5-txt2 {
  margin: 7vw 0px 0px;
}
#sec5 .sec5-img2 {
  position: relative;
}
#sec5 .sec5-img2 span {
  font-size: 5.5vw;
  font-weight: 400;
  position: absolute;
  bottom: 4%;
  left: 5%;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    background-size: auto;
    background-position: top 403px left;
    padding: 0px 0px 100px;
  }
  #sec5 .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #sec5 h2 {
    margin: 93px 10px 0px;
    font-size: 30px;
    line-height: 50px;
    text-align: left;
  }
  #sec5 h2 small {
    font-size: 24px;
  }
  #sec5 h2 span {
    font-size: 40px;
    display: inline-block;
    margin: 158px 0px 0px;
  }
  #sec5 h2 i {
    display: inline;
  }
  #sec5 .sec5-img1 {
    width: 1034px;
    margin: 0px -110px 0px 0px;
  }
  #sec5 .sec5-row2 {
    position: relative;
    margin: 89px 0px 0px;
  }
  #sec5 .sec5-txt1 {
    width: 430px;
    margin: 0px 50px 0px auto;
  }
  #sec5 .sec5-img2 {
    width: 488px;
    margin: 56px 0px 0px auto;
  }
  #sec5 .sec5-img2 span {
    font-size: 30px;
  }
  #sec5 .sec5-box1 {
    width: 655px;
    position: absolute;
    top: -29px;
    left: -20px;
    margin: 0px;
  }
  #sec5 .sec5-box1 h3 {
    font-size: 30px;
    line-height: 55px;
    top: 48px;
    right: 20px;
  }
  #sec5 .sec5-box1 .sec5-txt2 {
    margin: 46px 0px 0px 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec5 .sec5-box1 {
    left: -120px;
  }
  #sec5 .sec5-box1 .sec5-txt2 {
    margin-left: 140px;
  }
  #sec5 .sec5-box1 .sec5-slide .slick-dots {
    margin-left: 110px;
  }
}

#sec6 {
  padding: 0px 0px 12vw;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 30px 0px 139px;
  }
}

#sec7 {
  padding: 0px 0px 20vw;
}
#sec7 h2 {
  text-align: center;
  font-size: 6vw;
  font-weight: 400;
  margin: 0px 0px 8vw;
}
#sec7 h2 small {
  font-size: 5vw;
}
#sec7 h2 span {
  color: #d6bb90;
  font-size: 7vw;
}
#sec7 .sec7-txt1 {
  width: 90%;
  margin: 8vw auto 10vw;
}
#sec7 .sec7-box1 {
  background: #000;
  padding: 16vw 3%;
  box-sizing: border-box;
  text-align: center;
}
#sec7 .sec7-box1 h3 {
  font-size: 6.5vw;
  font-weight: 400;
}
#sec7 .sec7-box1 h3 span {
  font-size: 6vw;
  color: #d6bb90;
}
#sec7 .sec7-box1 h3 span span {
  font-size: 5vw;
}
#sec7 .sec7-box1 .sec7-toggle .toggle-link {
  font-size: 5vw;
  margin: 6vw 0px;
  transition: all 0.3s;
}
#sec7 .sec7-box1 .sec7-toggle.active .toggle-link {
  transform: rotate(180deg);
  transition: all 0.3s;
}
#sec7 .sec7-box1 .sec7-toggle .toggle-main {
  font-weight: 400;
}
#sec7 .sec7-box1 .sec7-toggle .toggle-main h4 {
  font-size: 5vw;
  margin: 0px 0px 4vw;
}
#sec7 .sec7-box1 .sec7-toggle .toggle-main ul {
  font-size: 4vw;
  line-height: 2;
}
#sec7 .sec7-box3 {
  text-align: center;
  background: url("../img/shared/bg2.jpg") repeat top left;
  margin: 12vw 0px 0px;
  padding: 10vw 4%;
  color: #000;
}
#sec7 .sec7-box3 .sec7-tel p:nth-child(1) {
  font-size: 15px;
}
#sec7 .sec7-box3 .sec7-tel p:nth-child(2) {
  font-size: 25px;
}
#sec7 .sec7-box3 .sec7-tel p:nth-child(2) i {
  width: 15px;
}
#sec7 .sec7-box3 .sec7-txt2 {
  margin: 1vw auto 8vw;
  padding: 2vw 10px 0px;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
#sec7 .sec7-box3 .sec7-btn1 a {
  margin: 0px auto;
  font-size: 15px;
}
#sec7 .sec7-box3 .sec7-btn1 a::after {
  width: 14px;
  height: 8px;
  background: url("../img/shared/icon_arrow3.png");
}
#sec7 .sec7-box3 .sec7-txt3 {
  margin: 6vw 0px 0px;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  #sec7 {
    padding: 60px 0px 185px;
  }
  #sec7 .sec7-row {
    position: relative;
  }
  #sec7 h2 {
    font-size: 30px;
    margin: 0px calc(4% + 124px) 0px auto;
    line-height: 55px;
    text-align: left;
  }
  #sec7 h2 small {
    font-size: 24px;
  }
  #sec7 h2 span {
    display: inline-block;
    margin-top: 40px;
    font-size: 40px;
  }
  #sec7 .sec7-img1 {
    margin: 0px;
    position: absolute;
    top: -60px;
    left: 0px;
    width: calc(92% - 390px);
  }
  #sec7 .sec7-img1 img {
    width: 100%;
    height: 674px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec7 .sec7-txt1 {
    width: 390px;
    margin: 59px 4% 100px auto;
  }
  #sec7 .sec7-box1 {
    padding: 83px 100px 76px;
    margin: 0px -100px;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  #sec7 .sec7-box1 h3 {
    font-size: 36px;
    line-height: 50px;
    margin: 0px 0px 0px 40px;
  }
  #sec7 .sec7-box1 h3 span {
    font-size: 30px;
  }
  #sec7 .sec7-box1 h3 span span {
    font-size: 24px;
  }
  #sec7 .sec7-box1 .sec7-toggle {
    width: 570px;
  }
  #sec7 .sec7-box1 .sec7-toggle .toggle-main {
    display: block !important;
    position: relative;
  }
  #sec7 .sec7-box1 .sec7-toggle .toggle-main h4 {
    font-size: 22px;
    position: relative;
    margin: 0px 0px 11px;
  }
  #sec7 .sec7-box1 .sec7-toggle .toggle-main h4::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 82%;
    height: 2px;
    background: #8c8c8c;
    transform: translateY(-50%);
  }
  #sec7 .sec7-box1 .sec7-toggle .toggle-main ul {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 40px;
  }
  #sec7 .sec7-box3 {
    margin: 106px auto 0px;
    padding: 59px 20px 58px;
  }
  #sec7 .sec7-box3 .sec7-tel {
    line-height: 36px;
  }
  #sec7 .sec7-box3 .sec7-tel p:nth-child(1) {
    font-size: 19px;
  }
  #sec7 .sec7-box3 .sec7-tel p:nth-child(2) {
    font-size: 30px;
  }
  #sec7 .sec7-box3 .sec7-txt2 {
    margin: 10px auto 20px;
    padding-top: 5px;
  }
  #sec7 .sec7-box3 .sec7-btn1 a {
    font-size: 20px;
    width: 330px;
    line-height: 64px;
  }
  #sec7 .sec7-box3 .sec7-btn1 a:hover::after {
    background-image: url("../img/shared/icon_arrow4.png");
  }
  #sec7 .sec7-box3 .sec7-txt3 {
    margin: 26px 0px 0px;
    line-height: 30px;
  }
}

#sec8 {
  background: url("../img/course/sec8_deco1.png") no-repeat top 224vw right/70%;
  padding: 0px 0px 10vw;
}
#sec8 .sec8-bg {
  width: 100%;
  height: 80vw;
  background: url("../img/course/sec8_img1.jpg") center/cover;
}
#sec8 h2 {
  text-align: center;
  font-size: 6vw;
  font-weight: 400;
  margin: 8vw 0px 4vw;
}
#sec8 h2 span {
  font-size: 7vw;
}
#sec8 h2 i {
  display: none;
}
#sec8 h3 {
  text-align: center;
  font-size: 5vw;
  margin: 10vw 0px 12vw;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
#sec8 h3 i {
  display: none;
}
#sec8 h3::before {
  content: "";
  position: absolute;
  bottom: -24vw;
  width: 80vw;
  height: 37vw;
  left: 5%;
  background: url("../img/course/sec8_deco2_sp.png") bottom center/cover;
}
#sec8 .sec8-img2 {
  width: 90%;
  margin: 0px auto;
}
#sec8 .sec8-banner a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 26vw 4% 2vw;
  box-sizing: border-box;
  margin: 16vw auto 0px;
}
#sec8 .sec8-banner a .sec8-img3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in-out;
}
#sec8 .sec8-banner a .sec8-img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec8 .sec8-banner a h4 {
  font-size: 4.6vw;
  font-weight: 400;
  position: relative;
}
#sec8 .sec8-banner a h4 span {
  font-size: 2.8vw;
  font-weight: 500;
}
#sec8 .sec8-banner a::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  height: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #821e1e transparent;
  z-index: 1;
}
#sec8 .sec8-banner a::after {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 8px;
  width: 18px;
  height: 12px;
  background: url("../img/shared/icon_arrow2.png") center/cover;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #sec8 {
    padding: 0px 0px 60px;
    background-size: auto;
    background-position: bottom 250px right;
  }
  #sec8 .sec8-bg {
    height: 650px;
  }
  #sec8 .sec8-row1 {
    margin: 73px 0px 100px;
  }
  #sec8 h2 {
    font-size: 30px;
    line-height: 55px;
    margin: 0px 0px 0px 143px;
    text-align: left;
    letter-spacing: 0.1em;
  }
  #sec8 h2 span {
    font-size: 40px;
  }
  #sec8 h2 i {
    display: inline;
  }
  #sec8 .sec8-txt1 {
    width: 640px;
    margin: 100px 10px 0px 0px;
  }
  #sec8 .sec8-row2 {
    flex-direction: row-reverse;
  }
  #sec8 h3 {
    font-size: 25px;
    line-height: 60px;
    width: 300px;
    margin: 106px 16px 0px 10px;
    text-align: left;
  }
  #sec8 h3 i {
    display: inline;
  }
  #sec8 h3::before {
    background-image: url("../img/course/sec8_deco2.png");
    width: 99px;
    height: 206px;
    top: -33px;
    left: -96px;
    bottom: auto;
  }
  #sec8 .sec8-img2 {
    width: 603px;
    margin: 0px 0px 0px -60px;
  }
  #sec8 .sec8-banner a {
    width: 800px;
    margin: 127px auto 0px;
    padding: 224px 36px 24px;
  }
  #sec8 .sec8-banner a h4 {
    font-size: 30px;
    line-height: 50px;
  }
  #sec8 .sec8-banner a h4 span {
    font-size: 13px;
  }
  #sec8 .sec8-banner a::before {
    border-width: 0 0 100px 100px;
  }
  #sec8 .sec8-banner a::after {
    bottom: 25px;
    right: 23px;
  }
  #sec8 .sec8-banner a:hover .sec8-img3 {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
  }
  #sec8 .sec8-banner a:hover .sec8-img3 img {
    opacity: 1;
  }
}/*# sourceMappingURL=course.css.map */