/* コースセクション
===================================================== */
.ly_courseMain_inner {
    width: calc(100% - 400px);
    margin-left: 400px;
}

@media screen and (max-width:1024px) {
    .ly_courseMain_inner {
      margin: 0;
      width: 100%;
  }
}

.ly_courseSec1 {
  position: relative;
  margin-bottom: 140vh;
}

@media screen and (max-width:1700px) {
    .ly_courseSec1 {
      margin-bottom: 0;
  }
}

.ly_courseSec1 h1 {
  font-size: 5vw;
  margin-bottom: 0;
}

.ly_courseSec1 h2 {
  font-size: 3vw;
  margin: 0;
}

.bl_course1 {
  width: 70%;
  box-shadow: 10px 10px;
}

@media screen and (max-width:1700px) {
    .bl_course1 {
      position: static;
      width: 100%;
      box-shadow: none;
  }
}

.bl_course1_text {
  position: absolute;
  top: 90%;
  right: 5%;
  background-color:rgba(0,0,0,0.9);
  opacity: 0.8;
  padding: 0px 50px;
  display: inline-block;
  color: #fff;
}

@media screen and (max-width:1700px) {
    .bl_course1_text {
      position: static;
      width: 100%;
  }
}

.bl_course1_ttl  {
  margin-bottom: 10vh;
  font-size: 2vw;
  line-height: 1;
}

@media screen and (max-width:1700px) {
    .bl_course1_ttl {
      margin-bottom: 5vh;
      line-height: 2;
      font-size: 4vw;
  }
}

.bl_course1_ttl h3 {
  font-size: 2vw;
}

@media screen and (max-width:1700px) {
    .bl_course1_ttl h3 {
      font-size: 4vw;
  }
}

.bl_course1_text  p{
  font-size: 2vw;
}

@media screen and (max-width:1700px) {
    .bl_course1_text  p {
      font-size: 4vw;
  }
}



/* コースセクション２
===================================================== */
.ly_courseSec2 {
  position: relative;
  margin-top: 160vh;
}

@media screen and (max-width:1700px) {
    .ly_courseSec2 {
      margin-top: 0;
  }
}

.bl_course2 {
  width: 70%;
  box-shadow: 10px 10px;
}

@media screen and (max-width:1700px) {
    .bl_course2 {
      position: static;
      width: 100%;
      box-shadow: none;
  }
}

.bl_course2_text {
  position: absolute;
  top: 90%;
  right: 5%;
  background-color:rgba(0,0,0,0.9);
  opacity: 0.8;
  padding: 0px 50px;
  display: inline-block;
  color: #fff;
}

@media screen and (max-width:1700px) {
    .bl_course2_text {
      position: static;
      width: 100%;
    }
}

.bl_course2_ttl  {
  margin-bottom: 10vh;
  font-size: 2vw;
  line-height: 1;
}

@media screen and (max-width:1700px) {
    .bl_course2_ttl {
      margin-bottom: 5vh;
      line-height: 2;
      font-size: 4vw;
  }
}

.bl_course2_ttl h3 {
  font-size: 2vw;
}

@media screen and (max-width:1700px) {
    .bl_course2_ttl h3 {
      font-size: 4vw;
  }
}

.bl_course2_text  p {
  font-size: 2vw;
}

@media screen and (max-width:1700px) {
    .bl_course2_text  p {
      font-size: 4vw;
  }
}
