@charset "UTF-8";
@media only screen and (min-width: 1081px) {
  .key_fade .key_img {
    background: url(../img/course/key_img3.jpg) no-repeat center/cover;
  }
  .key_fade img {
    display: none;
  }
}
@media only screen and (max-width: 1081px) {
  .key_img {
    width: 100%;
  }
  .key_img img {
    width: 100%;
    height: auto;
  }
}
.header_btn {
  left: calc(50% - 350px);
}

.wrap {
  width: 1070px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .wrap {
    width: 100% !important;
    padding: 0 3.2%;
  }
}

.nav-fixed .wrap {
  width: 1000px;
}

#sec1 {
  padding: 60px 0 126px 0;
}
#sec1 .wrap {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}
#sec1 .wrap .right {
  width: 510px;
}
#sec1 .wrap .left {
  margin-top: 68px;
}
#sec1 .wrap .left h2 {
  margin-bottom: 40px;
}
#sec1 .wrap .left .sec1-content {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.92px;
  font-weight: 600;
}
#sec1 .wrap::before {
  position: absolute;
  content: "";
  background: url(../img/course/sec1_deco.png) no-repeat;
  width: 230px;
  height: 192px;
  left: 264px;
  top: -42px;
}
@media only screen and (max-width: 1080px) {
  #sec1 .wrap::before {
    display: none;
  }
}
#sec1 .wrap::after {
  position: absolute;
  content: "";
  background: url(../img/course/sec1_deco.png) no-repeat;
  width: 230px;
  height: 192px;
  left: -150px;
  bottom: -91px;
}
@media only screen and (max-width: 1080px) {
  #sec1 .wrap::after {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  #sec1 {
    padding-top: 0;
    padding-bottom: 8vw;
  }
  #sec1 h2.sp {
    width: 100%;
  }
  #sec1 h2.sp img {
    width: 100%;
    height: auto;
  }
  #sec1 .wrap {
    width: 100%;
    padding: 0 3.2%;
    display: block;
  }
  #sec1 .wrap .right {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 3.5vw;
  }
  #sec1 .wrap .right img {
    width: 100%;
    height: auto;
  }
  #sec1 .wrap .left {
    margin: 0;
  }
  #sec1 .wrap .left .sec1-content {
    font-size: 14px;
    line-height: 26px;
  }
}

#sec2 {
  background: url(../img/course/sec2_bg.jpg) repeat top center;
}
#sec2 .sec2-top {
  padding-top: 115px;
  width: 100%;
}
#sec2 .sec2-top .wrap .top-ttl {
  position: relative;
  margin-bottom: 140px;
}
#sec2 .sec2-top .wrap .top-ttl h2 {
  width: 485px;
  position: absolute;
  top: -205px;
  left: -179px;
}
#sec2 .sec2-top .wrap .top-ttl h2 img {
  width: 100%;
  height: auto;
}
#sec2 .sec2-top .wrap .top-ttl .price {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 45%;
}
#sec2 .sec2-top .wrap .top-ttl .price .sub-price {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 3.6px;
  font-weight: 600;
  margin-bottom: 20px;
}
#sec2 .sec2-top .wrap .top-ttl .price p {
  padding-left: 10px;
}
#sec2 .sec2-top .wrap .top-ttl .price p:nth-child(2) {
  font-size: 48px;
  line-height: 32px;
  letter-spacing: 5.76px;
  color: #b62727;
  margin-bottom: 12px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec2 .sec2-top .wrap .top-ttl .price p:nth-child(2) span {
  font-size: 35px;
  letter-spacing: 4.2px;
}
#sec2 .sec2-top .wrap .top-ttl .price p:nth-child(2) i {
  font-size: 25px;
  letter-spacing: 3px;
  color: #000;
}
#sec2 .sec2-top .wrap .top-ttl .price hr {
  width: 300%;
  border: none;
  border-top: 2px dashed black;
}
#sec2 .sec2-top .wrap .mid-img {
  position: relative;
  width: 100%;
}
#sec2 .sec2-top .wrap .mid-img .image-mid {
  position: relative;
}
#sec2 .sec2-top .wrap .mid-img .image-mid img {
  width: 100%;
  height: auto;
}
#sec2 .sec2-top .wrap .mid-img .mid-img1 {
  width: 987px;
  margin-left: 183px;
}
#sec2 .sec2-top .wrap .mid-img .mid-img2 {
  width: 554px;
  margin-top: -390px;
  margin-left: -192px;
  z-index: 2;
}
#sec2 .sec2-top .wrap .mid-img .mid-img3 {
  width: 928px;
  margin-left: 141px;
  margin-top: -185px;
}
#sec2 .sec2-top .wrap .mid-img .mid-img3::before {
  position: absolute;
  content: "";
  background: url(../img/course/sec2_deco.png) no-repeat;
  width: 229px;
  height: 192px;
  top: 280px;
  left: -376px;
}
#sec2 .sec2-top .wrap .sec2-bottom {
  position: relative;
}
#sec2 .sec2-top .wrap .sec2-bottom .bottom-img {
  width: 746px;
  position: absolute;
  left: -247px;
  top: -150px;
}
#sec2 .sec2-top .wrap .sec2-bottom .bottom-img img {
  width: 100%;
  height: auto;
}
#sec2 .sec2-top .wrap .sec2-bottom .bottom-info {
  position: relative;
  width: 100%;
  left: 47%;
  padding-bottom: 80px;
}
#sec2 .sec2-top .wrap .sec2-bottom .bottom-info .desc {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.92px;
  font-weight: 600;
  margin: 0 0 0 8px;
}
@media only screen and (max-width: 1220px) {
  #sec2 .sec2-top .wrap .sec2-bottom .bottom-info .desc {
    width: 50%;
  }
}
#sec2 .sec2-top .wrap .sec2-bottom .bottom-info::after {
  position: absolute;
  content: "";
  background: url(../img/course/sec2_deco.png) no-repeat;
  background-size: cover;
  width: 229px;
  height: 192px;
  top: 149px;
  left: 220px;
}
#sec2 .sec2-top .wrap .sec2-bottom::before {
  position: absolute;
  content: "";
  background: url(../img/course/sec2_bot_deco.png) no-repeat;
  background-size: cover;
  width: 298px;
  height: 253px;
  right: -164px;
  top: 22px;
}
#sec2 .sec2-feature {
  background: url(../img/course/sec2_fea_bg.jpg) repeat top center;
  padding-bottom: 110px;
}
#sec2 .sec2-feature .feature-img {
  position: relative;
}
#sec2 .sec2-feature .feature-img img {
  width: 100%;
  height: auto;
}
#sec2 .sec2-feature .feature-img1 {
  width: 785px;
  top: -60px;
  left: -162px;
}
#sec2 .sec2-feature .feature-img1::before {
  position: absolute;
  content: "";
  background: url(../img/course/sec2_fea_deco1.png);
  width: 200px;
  height: 167px;
  bottom: 105px;
  right: -210px;
}
@media only screen and (max-width: 1080px) {
  #sec2 .sec2-feature .feature-img1::before {
    display: none;
  }
}
#sec2 .sec2-feature .feature-img2 {
  width: 1040px;
  right: -152px;
  margin-top: -218px;
}
#sec2 .sec2-feature .feature-img3 {
  width: 828px;
  margin-top: 21px;
  margin-left: -247px;
  z-index: 2;
}
#sec2 .sec2-feature .feature-img3::before {
  position: absolute;
  content: "";
  background: url(../img/course/sec2_fea_deco2.png);
  width: 202px;
  height: 92px;
  left: 215px;
  top: -85px;
}
@media only screen and (max-width: 1080px) {
  #sec2 .sec2-feature .feature-img3::before {
    display: none;
  }
}
#sec2 .sec2-feature .feature-img3::after {
  position: absolute;
  content: "";
  background: url(../img/course/sec2_fea_deco2.png);
  width: 202px;
  height: 92px;
  top: 123px;
  right: -210px;
}
@media only screen and (max-width: 1080px) {
  #sec2 .sec2-feature .feature-img3::after {
    display: none;
  }
}
#sec2 .sec2-feature .feature-img4 {
  width: 714px;
  margin-top: -374px;
  margin-left: 268px;
}
#sec2 .sec2-feature .feature-img4::before {
  position: absolute;
  content: "";
  background: url(../img/course/sec2_fea_deco1.png);
  width: 200px;
  height: 167px;
  top: 472px;
  left: -220px;
}
@media only screen and (max-width: 1080px) {
  #sec2 .sec2-feature .feature-img4::before {
    display: none;
  }
}
#sec2 .sec2-feature .feature-img4::after {
  position: absolute;
  content: "";
  background: url(../img/course/sec2_fea_deco.png);
  width: 274px;
  height: 233px;
  top: 605px;
  left: -376px;
}
@media only screen and (max-width: 1080px) {
  #sec2 .sec2-feature .feature-img4::after {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  #sec2 .sec2-top {
    padding-top: 0;
  }
  #sec2 .sec2-top .wrap .top-ttl {
    margin-bottom: 4vw;
  }
  #sec2 .sec2-top .wrap .top-ttl h2 {
    position: relative;
    top: unset;
    left: unset;
    width: 100vw;
    margin-left: -3.4%;
  }
  #sec2 .sec2-top .wrap .top-ttl h2 img {
    width: 100%;
    height: auto;
  }
  #sec2 .sec2-top .wrap .top-ttl .price {
    width: 98%;
    margin: 0 auto;
  }
  #sec2 .sec2-top .wrap .top-ttl .price .sub-price {
    font-size: 4.5vw;
    margin-bottom: 0;
  }
  #sec2 .sec2-top .wrap .top-ttl .price p {
    padding-left: 0;
  }
  #sec2 .sec2-top .wrap .top-ttl .price p:nth-child(2) {
    font-size: 6vw;
    margin-left: 40vw;
    letter-spacing: 2.8px;
  }
  #sec2 .sec2-top .wrap .top-ttl .price p:nth-child(2) span {
    font-size: 3.5vw;
    letter-spacing: 3.2px;
  }
  #sec2 .sec2-top .wrap .top-ttl .price p:nth-child(2) i {
    font-size: 3vw;
    letter-spacing: 2px;
  }
  #sec2 .sec2-top .wrap .top-ttl .price hr {
    width: 100%;
    border-top: 2px solid black;
  }
  #sec2 .sec2-top .wrap .mid-img {
    margin-bottom: 8vw;
  }
  #sec2 .sec2-top .wrap .mid-img .mid-img1 {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 8vw;
  }
  #sec2 .sec2-top .wrap .mid-img .mid-img2 {
    margin: 0;
    margin-left: -3.2%;
    width: 62vw;
  }
  #sec2 .sec2-top .wrap .mid-img .mid-img3 {
    margin: 0;
    width: 100vw;
    margin-left: -3.4%;
    margin-top: -9.8vw;
  }
  #sec2 .sec2-top .wrap .mid-img .mid-img3::before {
    position: absolute;
    content: "";
    background: url(../img/course/sec2_bot_deco.png) no-repeat;
    background-size: cover;
    top: -23.7vw;
    right: 2vw;
    left: unset;
    width: 30vw;
    height: 25.5vw;
  }
  #sec2 .sec2-top .wrap .sec2-bottom .bottom-img {
    position: relative;
    top: unset;
    left: unset;
    width: 100vw;
    margin-left: -3.4%;
  }
  #sec2 .sec2-top .wrap .sec2-bottom .bottom-info {
    left: unset;
    padding-bottom: 30vw;
  }
  #sec2 .sec2-top .wrap .sec2-bottom .bottom-info h3 {
    width: 100vw;
    margin-left: -3.2%;
  }
  #sec2 .sec2-top .wrap .sec2-bottom .bottom-info h3 img {
    width: 100%;
    height: auto;
  }
  #sec2 .sec2-top .wrap .sec2-bottom .bottom-info .desc {
    padding: 0 3.2%;
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 26px;
    width: unset;
    margin: 0;
  }
  #sec2 .sec2-top .wrap .sec2-bottom .bottom-info:after {
    top: unset;
    left: unset;
    right: 8vw;
    bottom: 30vw;
    width: 27vw;
    height: 23vw;
  }
  #sec2 .sec2-top .wrap .sec2-bottom::before {
    top: unset;
    right: 0;
    bottom: 4vw;
    width: 30vw;
    height: 25.5vw;
  }
  #sec2 .sec2-feature {
    padding-bottom: 15vw;
  }
  #sec2 .sec2-feature .feature-img {
    margin: 0;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: 100vw;
    left: -3.4%;
  }
  #sec2 .sec2-feature .feature-img4 {
    margin-top: -30vw;
  }
}

#sec3 {
  background: url(../img/course/sec3_bg.jpg) repeat top center;
  padding: 70px 0 60px 0;
  position: relative;
}
#sec3::before {
  content: "";
  top: 8px;
  left: 8px;
  position: absolute;
  border: 1px solid #000;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  z-index: 1;
}
@media only screen and (max-width: 1080px) {
  #sec3::before {
    display: none;
  }
}
#sec3 .wrap {
  width: 1100px;
}
#sec3 .wrap .sec3-info {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#sec3 .wrap .sec3-info h2 {
  margin-bottom: 40px;
}
#sec3 .wrap .sec3-info .sec3-content {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.92px;
  font-weight: 600;
  margin-bottom: 45px;
}
#sec3 .wrap .wrap-slider .sec3-slider {
  display: flex;
  gap: 16px;
}
#sec3 .wrap .wrap-slider .sec3-slider .slider-item img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1080px) {
  #sec3 {
    padding: 8vw 0 10vw 0;
  }
  #sec3 .wrap {
    padding: 0;
  }
  #sec3 .wrap .sec3-info {
    margin: 0 3.2%;
    margin-bottom: 9vw;
  }
  #sec3 .wrap .sec3-info h2 {
    width: 100%;
    margin-bottom: 9vw;
  }
  #sec3 .wrap .sec3-info h2 img {
    width: 100%;
    height: auto;
  }
  #sec3 .wrap .sec3-info .sec3-content {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
  }
  #sec3 .wrap .wrap-slider {
    position: relative;
  }
  #sec3 .wrap .wrap-slider .sec3-slider {
    display: block;
  }
  #sec3 .wrap .wrap-slider .sec3-slider .slick-list .slick-track .slick-slide {
    width: 70vw;
    margin: 0 1vw;
  }
  #sec3 .wrap .wrap-slider .sec3-slider .slick-list .slick-track .slick-slide div {
    width: 100%;
  }
  #sec3 .wrap .wrap-slider .sec3-slider .slick-list .slick-track .slick-slide div .slider-item {
    width: 100%;
  }
  #sec3 .wrap .wrap-slider .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 8vw;
    cursor: pointer;
  }
  #sec3 .wrap .wrap-slider .slider-btn img {
    width: 100%;
    height: auto;
  }
  #sec3 .wrap .wrap-slider .slider-btn.sec3-prev-btn {
    left: 0;
  }
  #sec3 .wrap .wrap-slider .slider-btn.sec3-next-btn {
    right: 0;
  }
}

#sec-contact {
  padding-top: 38px;
  padding-bottom: 45px;
}
#sec-contact .wrap .contact-box {
  width: 700px;
  margin: 0 auto;
  border: 3px solid #000;
  text-align: center;
  padding: 29px 0 33px 0;
}
#sec-contact .wrap .contact-box .contact-info h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 29px;
}
#sec-contact .wrap .contact-box .contact-info .tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
#sec-contact .wrap .contact-box .contact-info .tel a {
  text-decoration: none;
}
#sec-contact .wrap .contact-box .contact-info .tel a a:active {
  text-decoration: none;
}
#sec-contact .wrap .contact-box .contact-info .desc {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin-bottom: 36px;
}
#sec-contact .wrap .contact-box .contact-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#sec-contact .wrap .contact-box .contact-btn::before {
  position: absolute;
  content: "";
  background: url(../img/course/contact_line_deco.png) no-repeat;
  width: 116px;
  height: 98px;
  right: -40px;
  bottom: 21px;
  z-index: 2;
}
@media only screen and (max-width: 1080px) {
  #sec-contact {
    padding-top: 5vw;
    padding-bottom: 15vw;
  }
  #sec-contact .wrap .contact-box {
    width: 100%;
    padding: 5vw 0 4vw 0;
  }
  #sec-contact .wrap .contact-box .contact-info {
    width: 100%;
  }
  #sec-contact .wrap .contact-box .contact-info h3 {
    width: 100%;
    margin-bottom: 4vw;
  }
  #sec-contact .wrap .contact-box .contact-info h3 img {
    width: 100%;
    height: auto;
  }
  #sec-contact .wrap .contact-box .contact-info .tel {
    width: 100%;
  }
  #sec-contact .wrap .contact-box .contact-info .tel img {
    width: 100%;
    height: auto;
  }
  #sec-contact .wrap .contact-box .contact-info .desc {
    font-size: 2.8vw;
    margin-bottom: 2vw;
  }
  #sec-contact .wrap .contact-box .contact-btn {
    width: 90%;
  }
  #sec-contact .wrap .contact-box .contact-btn a {
    width: 100%;
  }
  #sec-contact .wrap .contact-box .contact-btn a img {
    width: 100%;
    height: auto;
  }
  #sec-contact .wrap .contact-box .contact-btn::before {
    background-size: cover;
    width: 17vw;
    height: 14.5vw;
    bottom: 10%;
    right: -6%;
  }
}/*# sourceMappingURL=course.css.map */