@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : course.css                                  */
/* update : 2024                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.course {
  padding-bottom: 120px;
}
.course .course-mv {
  position: relative;
  background: url("../../course/img/mv_bg.png") no-repeat top left/cover;
  height: 750px;
}
.course .mv_wrap {
  position: absolute;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  color: #fff;
  max-width: 550px;
  z-index: 2;
}
.course .mv_heading {
  font-weight: bold;
  font-size: 80px;
  text-align: center;
  line-height: 1.5;
}
.course .mv_text {
  font-size: 28px;
  text-align: center;
  margin-top: 50px;
}
.course .mv_img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
}
.course .mv_img img {
  height: auto;
  width: auto;
}
.course .sec01 {
  margin-top: 80px;
  padding-top: 30px;
  position: relative;
}
.course .sec01::before {
  content: "";
  width: 100%;
  height: 140px;
  display: block;
  background: url(../../course/img/wave_b.svg) repeat-x top left;
  position: absolute;
  top: -139px;
  left: 0;
}
.course .sec01_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course .sec01_content {
  width: 160px;
  height: 160px;
  margin-right: 20px;
  border: solid 2px #1E5DD5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.course .sec01_content span {
  width: 156px;
  height: 156px;
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #1E5DD5;
  text-align: center;
  background-color: #E2F0FF;
  border: solid 15px #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 120px;
}
.course .sec01_content02 {
  width: calc(100% - 180px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.course .sec01_content02_inner {
  line-height: 1.4;
  font-weight: bold;
}
.course .sec01_title-sub {
  font-size: 30px;
}
.course .sec01_title {
  font-size: 60px;
  font-size: clamp(50px, 4.1vw, 60px);
}
.course .sec01_title span {
  font-size: 100px;
  font-size: clamp(80px, 7vw, 100px);
  color: #FFFDBD;
  -webkit-text-stroke: 3px #1E5DD5;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.3em;
  padding-right: 0.2em;
  margin-left: -0.2em;
}

.course .sec02 {
  margin-top: 115px;
}

.course_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.course_list::after {
  content: "";
  width: 31.61%;
  height: 0;
  display: block;
}
.course_list li {
  min-height: 400px;
  border-radius: 20px;
  position: relative;
  border-radius: 20px;
  line-height: 1.4;
  background-color: #5EC95B;
}
.course_list li.course_list-comp {
  background-color: #4BB6F1;
}
.course_list li.course_list-comp .course_shape {
  background-color: #4BB6F1;
}
.course_list li.course_list-beauty {
  background-color: #FF83C1;
}
.course_list li.course_list-beauty .course_shape {
  background-color: #FF83C1;
}
.course_list li.course_list-education {
  background-color: #9C6FD7;
}
.course_list li.course_list-education .course_shape {
  background-color: #9C6FD7;
}
.course_list li.course_list-mypace {
  background-color: #FFA22A;
}
.course_list li.course_list-mypace .course_shape {
  background-color: #FFA22A;
}
.course_list li.course_list-online {
  background-color: #FF8D8D;
}
.course_list li.course_list-online .course_shape {
  background-color: #FF8D8D;
}
.course_list li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  overflow: hidden;
  border-radius: 20px;
}
.course_list li a:hover .course_img {
  overflow: hidden;
}
.course_list li a:hover .course_img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
}
.course_list li a:hover .course_shape img {
  opacity: 1;
}

.course_img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  max-width: 620px;
  width: 50%;
}
.course_img img {
  max-width: inherit;
}

.course_text {
  width: 50%;
  padding: 50px 50px;
}

.course_field-sub {
  font-size: 20px;
  margin-bottom: 10px;
}

.course_field {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
}

.course_name {
  line-height: 1.75;
}

.course_days {
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 21px;
  border: solid #fff 1px;
  border-radius: 3px;
  padding: 0 2px;
  margin-left: 5px;
}
.course_days span {
  font-size: 15px;
}

.course_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 100% 0 20px 0;
  background: #5ec95b;
  color: #fff;
  text-align: center;
  line-height: 46px;
  z-index: 2;
}

/* -------------------pc END------------------------------- */
@media screen and (max-width: 1140px) {
  .sec01_content02_inner:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .course .mv_text {
    width: 70%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
  .course .sec01_title {
    font-size: 7.4vw;
  }
  .course .sec01_content02 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 190px);
  }
  .course_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: inherit;
  }
  .course_text {
    padding: 30px;
  }
  .course_field {
    font-size: 3.4vw;
  }
  .course_list li {
    min-height: inherit;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .course {
    padding-bottom: 65px;
  }
  .course .course-mv {
    height: 260px;
    margin-top: 70px;
    background-image: url("../../course/img/mv_bg_sp.png");
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .course .mv_img {
    right: inherit;
    width: 176px;
    position: inherit;
    left: inherit;
    bottom: inherit;
    margin: 0 20px 0 0;
  }
  .course .mv_wrap {
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: inherit;
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
  }
  .course .mv_heading {
    font-weight: bold;
    font-size: 34px;
    text-align: left;
  }
  .course .mv_text {
    font-size: 15px;
    margin-top: 20px;
    width: 100%;
    text-align: left;
  }
  .course .sec01 {
    margin-top: 5px;
    padding-top: 33px;
  }
  .course .sec01::before {
    height: 35px;
    background: url(../../course/img/wave_b.svg) repeat-x top left/100px auto;
    top: -24px;
    z-index: 1;
  }
  .course .sec01_content {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .course .sec01_content span {
    width: 76px;
    height: 76px;
    font-size: 17px;
    border-width: 6px;
    line-height: 63px;
  }
  .course .sec01_content02 {
    width: calc(100% - 96px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .course .sec01_content02_inner:nth-of-type(2) {
    margin-top: 5px;
  }
  .course .sec01_title-sub {
    font-size: 15px;
  }
  .course .sec01_title {
    font-size: 6vw;
    margin-bottom: 10px;
  }
  .course .sec01_title span {
    font-size: 50px;
    -webkit-text-stroke: 2px #1E5DD5;
    line-height: 40px;
  }
  .course .sec02 {
    margin-top: 39px;
  }
  .course_list {
    margin-top: 25px;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    gap: 15px;
  }
  .course_list li {
    border-radius: 10px;
    min-height: 330px;
    gap: 15px;
    width: 100%;
  }
  .course_list li a {
    border-radius: 10px;
    padding: 0;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
  .course_img {
    width: 100%;
    max-width: inherit;
  }
  .course_text {
    padding: 20px;
    width: 100%;
  }
  .course_field-sub {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 7px;
  }
  .course_field {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .course_shape {
    width: 35px;
    height: 35px;
    line-height: 26.5px;
    border-radius: 100% 0 10px 0;
  }
  .course_shape img {
    width: 38%;
    margin-left: 5px;
  }
}
/* -------------------sp END------------------------------- */