@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : online.css                                */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.online {
  padding-bottom: 120px;
}

.online-mv {
  height: 740px;
  position: relative;
  background-color: #FF8D8D;
}
.online-mv img {
  width: inherit;
  height: inherit;
}

.mv_wrap {
  max-width: 1270px;
  padding: 213px 15px 0;
  margin: 0 auto;
  color: #fff;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}

.mv_heading-sub span {
  background-color: #EF7070;
  border-radius: 5px;
  padding: 7px;
  font-weight: bold;
}

.mv_heading {
  font-weight: bold;
  font-size: 80px;
  margin-top: 10px;
}

.mv_text-pc {
  margin-top: 20px;
  font-size: 28px;
}

.mv_text02-pc {
  margin-top: 30px;
  line-height: 1.86;
}

.mv_img {
  position: absolute;
  bottom: 85.5px;
  right: 3%;
}

.online.subpage .heading01 {
  border-color: #FF8D8D;
}

.point_box {
  margin-top: 32px;
}

.point_content {
  padding: 45px 45px 49px;
  background-color: #fff;
  position: relative;
  margin-bottom: 32px;
  border-radius: 20px;
}
.point_content:last-of-type {
  margin-bottom: 0;
}
.point_content .point_no {
  width: 82px;
  position: absolute;
}
.point_content .point_title {
  margin-left: 82px;
  font-size: 30px;
  line-height: 1.4;
}
.point_content .point_text {
  margin: 20px 0 0 82px;
  line-height: 1.8;
}

.sec01 {
  margin-top: 90px;
  padding-top: 30px;
  position: relative;
}
.sec01::before {
  content: "";
  width: 100%;
  height: 140px;
  display: block;
  background: url(../../online/img/wave_p.svg) repeat-x top left;
  position: absolute;
  top: -139px;
  left: 0;
}

.sec01_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.sec01_box:nth-child(even) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.sec01_box:nth-child(even) .sec01_no {
  left: inherit;
  right: 0;
}

.sec01_content {
  width: 46.46%;
  max-width: 576px;
  position: relative;
}

.sec01_content02 {
  width: 48.71%;
  max-width: 604px;
}

.sec01_no {
  font-size: 250px;
  line-height: 1;
  color: #ffe1e1;
  position: absolute;
  left: 0;
  bottom: -35px;
}

.sec01_title {
  font-size: 30px;
  position: relative;
}

.sec01_text {
  position: relative;
  margin-top: 30px;
}

.sec02 {
  margin-top: 101px;
}

.sec02_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec02_content {
  width: 31.62%;
  max-width: 392px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.point_no {
  width: 72px;
}

.point_title {
  width: calc(100% - 72px);
  font-size: 30px;
  line-height: 1.48;
}

.sec02_textarea {
  display: flex;
  flex-wrap: wrap;
  padding: 0 35px;
}

.point_text {
  margin: 20px 0 38px;
  line-height: 1.75;
}

.note {
  font-size: 14px;
}

.img_box {
  margin-top: 40px;
}

.sec03 {
  margin-top: 100px;
}
.sec03 .inner {
  position: relative;
}

.sec03_img {
  position: absolute;
  right: 0;
  left: 77.5%;
  bottom: 0;
}

.sec03_list li {
  font-size: 28px;
  padding-left: 49px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.45;
}
.sec03_list li:last-child {
  margin-bottom: 0;
}
.sec03_list li::before, .sec03_list li::after {
  content: "";
  display: block;
  position: absolute;
}
.sec03_list li::before {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #ffffff;
  border: 2px solid #FFC7C7;
  left: 0;
  top: 7px;
}
.sec03_list li::after {
  border-left: 4px solid #FF8D8D;
  border-bottom: 4px solid #FF8D8D;
  width: 26px;
  height: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 7px;
  top: 10px;
  border-radius: 2px;
}

.sec04 {
  margin-top: 100px;
}

.sec04_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.sec04_text {
  font-size: 20px;
}
.sec04_text span {
  display: inline-block;
  color: #FF8D8D;
  font-weight: bold;
  width: 255px;
}

.sec04_box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.sec04_box02:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.sec04_content {
  width: 46.5%;
  max-width: 576px;
}

.sec04_img {
  width: 48.71%;
  max-width: 604px;
}

.sec04_name span {
  font-weight: bold;
  font-size: 40px;
  background: #FF8D8D;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
}

.sec04_name-sub {
  color: #FF8D8D;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.45;
}

.sec04_title {
  font-size: 26px;
  margin-top: 16px;
  line-height: 1.6;
}

.sec04_text02 {
  margin-top: 16px;
}

.btn_course a {
  display: block;
  width: 275px;
  background: #FF8D8D;
  border: 2px solid #FF8D8D;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding: 20px 10px;
  margin-top: 16px;
  transition: 0.3s ease;
}
.btn_course a:hover {
  background: #fff;
  color: #FF8D8D;
}

/* -------------------pc END------------------------------- */
@media screen and (max-width: 1550px) {
  .mv_img {
    width: 70%;
    text-align: right;
  }
  .mv_text02-pc {
    max-width: 450px;
  }
}
@media screen and (max-width: 1100px) {
  .mv_wrap {
    padding: 148px 15px 0;
  }
  .sec03_img {
    bottom: -20%;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .sec01 {
    margin-top: 8px;
    padding-top: 35px;
  }
  .sec01::before {
    height: 35px;
    background: url(../../online/img/wave_p.svg) repeat-x top left/100px auto;
    top: -24px;
    z-index: 1;
  }
  .sec01_box {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .sec01_box:nth-child(even) {
    flex-direction: column-reverse;
  }
  .sec01_content {
    width: 100%;
    max-width: inherit;
  }
  .sec01_content02 {
    width: 100%;
    max-width: inherit;
  }
  .sec01_content02 img {
    width: 100%;
  }
  .point_box {
    margin-top: 16px;
  }
  .point_content {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .point_content .point_title {
    font-size: 18px;
    margin-left: 0;
    width: calc(100% - 57px);
    line-height: 1.6;
  }
  .point_content .point_no {
    width: 57px;
    position: relative;
  }
  .point_content .point_no img {
    height: 50px;
    max-width: 37px;
  }
  .point_content .point_text {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
    line-height: 1.9;
  }
  .sec02_content {
    width: 100%;
    max-width: inherit;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 20px 0 0;
  }
  .sec02_content:last-of-type {
    margin-bottom: 0;
  }
  .sec02_textarea {
    padding: 0 20px 0;
  }
  .img03,
  .img04,
  .img05 {
    width: 100%;
  }
  .img03 img,
  .img04 img,
  .img05 img {
    width: 100%;
    max-width: inherit;
  }
  .img_box {
    margin-top: 20px;
  }
  .sec04_text span {
    width: 100%;
  }
  .sec04_box02 {
    margin-top: 25px;
    flex-direction: column-reverse;
  }
  .sec04_box02:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
  .sec04_content {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .sec04_img {
    width: 100%;
    max-width: inherit;
  }
  .sec04_img img {
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 750px) {
  .online {
    padding-bottom: 65px;
  }
  .online-mv {
    height: 260px;
    margin-top: 70px;
  }
  .online-mv img {
    height: inherit;
    width: inherit;
  }
  .mv_img {
    margin: 0 auto;
    left: 0;
    width: auto;
    text-align: center;
    bottom: 0;
  }
  .mv_heading-sub {
    font-size: 15px;
  }
  .mv_heading-sub span {
    padding: 1px 5px;
    font-weight: normal;
  }
  .mv_wrap {
    padding: 35px 20px 0;
    text-align: center;
  }
  .mv_heading {
    font-size: 34px;
  }
  .mv_text-pc,
  .mv_text02-pc {
    display: none;
  }
  .mv_text-sp {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  .mv_text02-sp {
    margin-bottom: 50px;
  }
  .sec01_title {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.56;
  }
  .sec01_text {
    margin-top: 15px;
    line-height: 1.8;
  }
  .sec01_no {
    font-size: 150px;
    left: inherit;
    right: 0;
    bottom: 0;
  }
  .sec02 {
    margin-top: 50px;
  }
  .point_no {
    width: 57px;
  }
  .point_no img {
    max-width: 37px;
    height: 50px;
  }
  .point_title {
    width: calc(100% - 57px);
    font-size: 18px;
  }
  .point_text {
    width: calc(100% - 57px);
    margin: -14px 0 29px 57px;
  }
  .note {
    font-size: 13px;
  }
  .sec03 {
    margin-top: 50px;
  }
  .sec03_list li {
    font-size: 16px;
    padding-left: 28px;
    margin-bottom: 5px;
    line-height: 1.7;
  }
  .sec03_list li::before {
    width: 18px;
    height: 18px;
  }
  .sec03_list li::after {
    border-width: 3px;
    width: 17px;
    height: 7px;
    left: 3px;
  }
  .sec03_img {
    position: relative;
    text-align: center;
    margin-top: 20px;
    display: none;
  }
  .sec04 {
    margin-top: 50px;
  }
  .sec04_box {
    padding: 20px;
    border-radius: 10px;
  }
  .sec04_text {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.72;
  }
  .sec04_text span {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .sec04_name span {
    font-size: 20px;
    padding: 3px 5px;
  }
  .sec04_name-sub {
    margin-top: 10px;
  }
  .sec04_title {
    font-size: 18px;
    margin-top: 15px;
  }
  .sec04_text02 {
    margin-top: 10px;
  }
  .btn_course a {
    width: 100%;
    font-size: 15px;
    padding: 10px 5px;
    margin-top: 8px;
  }
  .btn_course a:hover {
    background: #FF8D8D;
    color: #fff;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=online.css.map */