@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.ttl_border_ac {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 40px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #edf5fe 10px, #edf5fe 20px);
  border-radius: 40px;
  font-size: 2.8rem;
  font-weight: 700;
  word-break: keep-all;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #397fc6;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .ttl_border_ac {
    padding: 8px 22px;
    font-size: 2rem;
  }
}

.ac-main {
  height: 46.5vw;
  display: flex;
}
@media all and (max-width: 896px) {
  .ac-main {
    height: auto;
    display: block;
  }
}
.ac-main img {
  width: 100%;
  max-width: none;
}
.ac-main__container {
  position: relative;
  width: 32%;
  order: 1;
  background-color: #548ac7;
  background-image: radial-gradient(#6e99cd 22%, transparent 22%), radial-gradient(#6e99cd 22%, transparent 22%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 9.25vw 2vw 0;
}
@media all and (max-width: 896px) {
  .ac-main__container {
    width: 100%;
    padding: 40px 20px;
  }
}
.ac-main__figure01 {
  position: absolute;
  width: 17.5vw;
  top: 0;
  left: 10%;
}
@media all and (max-width: 896px) {
  .ac-main__figure01 {
    width: 138px;
    left: 20px;
  }
}
.ac-main__figure02 {
  position: absolute;
  width: 7.8vw;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .ac-main__figure02 {
    width: 60px;
  }
}
.ac-main__period {
  text-align: center;
  font-size: 2.3vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
@media all and (max-width: 896px) {
  .ac-main__period {
    font-size: 1.8rem;
  }
}
.ac-main__period > span {
  box-sizing: border-box;
  padding: 0.1em 1em;
  display: inline-block;
  color: #fff;
  background: #2a6ba8;
  border-radius: 80px;
}
.ac-main__mark {
  width: 12.75vw;
  margin-top: 1.4vw;
  margin-inline: auto;
  position: relative;
}
@media all and (max-width: 896px) {
  .ac-main__mark {
    width: 100px;
    margin-top: 10px;
  }
}
.ac-main__ttl {
  text-align: center;
  font-size: 3.4vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-top: 1.2vw;
  position: relative;
}
@media all and (max-width: 896px) {
  .ac-main__ttl {
    font-size: 2.6rem;
    margin-top: 10px;
  }
}
.ac-main__en {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7vw;
  color: #accced;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 0.6vw;
  position: relative;
}
@media all and (max-width: 896px) {
  .ac-main__en {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.ac-main__photo {
  display: contents;
}
@media all and (max-width: 896px) {
  .ac-main__photo {
    display: flex;
    height: 70vw;
  }
}
.ac-main__left {
  position: relative;
  width: 34%;
  order: 0;
  background: url("../images/main_bg01.jpg") bottom left/cover no-repeat;
}
@media all and (max-width: 896px) {
  .ac-main__left {
    width: 50%;
  }
}
.ac-main__right {
  position: relative;
  width: 34%;
  order: 2;
  background: url("../images/main_bg02.jpg") bottom right/cover no-repeat;
}
@media all and (max-width: 896px) {
  .ac-main__right {
    width: 50%;
  }
}
.ac-main__person01 {
  width: 118%;
  position: absolute;
  bottom: 0;
  left: 18%;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .ac-main__person01 {
    width: 94.4%;
    z-index: 0;
  }
}
.ac-main__person02 {
  width: 108%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .ac-main__person02 {
    width: 86.4%;
  }
}
.ac-main__copy01 {
  width: 38%;
  position: absolute;
  top: 8.4vw;
  left: 1.6vw;
}
@media all and (max-width: 896px) {
  .ac-main__copy01 {
    top: 9vw;
    left: 8vw;
  }
}
.ac-main__copy02 {
  width: 51%;
  position: absolute;
  top: 2.8vw;
  right: 1.4vw;
}
@media all and (max-width: 896px) {
  .ac-main__copy02 {
    top: 8vw;
    right: 4vw;
  }
}

.course_main {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #edf5fe 10px, #edf5fe 20px);
}

.course_intro .deco01 {
  top: -18px;
  left: 9%;
}
@media all and (max-width: 896px) {
  .course_intro .deco01 {
    width: 65.5px;
  }
}
.course_intro .deco02 {
  left: 300px;
  bottom: 50px;
}
@media all and (max-width: 896px) {
  .course_intro .deco02 {
    width: 19px;
    left: 110px;
    bottom: auto;
    top: 15px;
  }
}
.course_intro .deco03 {
  right: 3%;
  bottom: 60px;
}
@media all and (max-width: 896px) {
  .course_intro .deco03 {
    width: 19px;
    bottom: 10px;
  }
}
.course_intro .deco04 {
  bottom: 50px;
  right: 4.8%;
}
@media all and (max-width: 896px) {
  .course_intro .deco04 {
    width: 43.5px;
    bottom: auto;
    top: 40px;
  }
}
.course_intro .deco05 {
  left: -50px;
  top: 50px;
}
@media all and (max-width: 896px) {
  .course_intro .deco05 {
    width: 60px;
    top: auto;
    bottom: 80px;
  }
}
.course_intro .deco06 {
  left: 4%;
  bottom: -60px;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .course_intro .deco06 {
    width: 80.5px;
  }
}
.course_intro .deco07 {
  right: 3%;
  bottom: -160px;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .course_intro .deco07 {
    width: 84px;
    bottom: -80px;
  }
}
.course_intro .sec_intro .block_txt {
  padding-bottom: 120px;
}
@media all and (max-width: 896px) {
  .course_intro .sec_intro .block_txt {
    padding-bottom: 0;
  }
}

.course_license .deco01 {
  top: -200px;
  left: 2%;
}
@media all and (max-width: 896px) {
  .course_license .deco01 {
    width: 69px;
    top: -100px;
  }
}

.course_features .point01 .block_point01 {
  background-color: #70b1d8;
  background-image: radial-gradient(#79b5da 22%, transparent 22%), radial-gradient(#79b5da 22%, transparent 22%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  position: relative;
}
.course_features .point01 .block_point01 .deco01 {
  width: 7.8%;
  top: 200px;
  left: -2.5%;
}
.course_features .point01 .block_point01 .deco02 {
  width: 10%;
  top: 120px;
  right: 4.5%;
}
.course_features .point01 .block_point01 .bg_point01 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.course_features .point01 .block_point01 .point01_wrapper {
  max-width: 1500px;
  padding: 90px 0 38px;
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point01 .block_point01 .point01_wrapper {
    padding: 50px 0 20px;
  }
}
.course_features .point01 .block_point01 .point01_wrapper .circle_point {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .course_features .point01 .block_point01 .point01_wrapper .circle_point {
    top: -45px;
  }
}
.course_features .point01 .block_point01 .list_wrapper {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .course_features .point01 .block_point01 .list_wrapper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.course_features .point01 .block_point01 .list_point01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.875%;
}
@media all and (max-width: 896px) {
  .course_features .point01 .block_point01 .list_point01 {
    display: contents;
  }
}
.course_features .point01 .block_point01 .list_point01 + .list_point01 {
  margin-top: 1.875%;
}
.course_features .point01 .block_point01 .list_point01 > div {
  width: 18.5%;
}
@media all and (max-width: 896px) {
  .course_features .point01 .block_point01 .list_point01 > div {
    width: calc((100% - 20px) / 3);
  }
}
@media all and (max-width: 480px) {
  .course_features .point01 .block_point01 .list_point01 > div {
    width: calc((100% - 10px) / 2);
  }
}
.course_features .point01 .block_point01 .ttl_point {
  color: #fff;
}
.course_features .point01 .txt_point01 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .course_features .point01 .txt_point01 {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .course_features .point01 .txt_point01 {
    text-align: left;
  }
}
.course_features .sec_study {
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #c7dcf0;
  background-image: radial-gradient(#d5e5f4 26%, transparent 26%), radial-gradient(#d5e5f4 26%, transparent 26%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .course_features .sec_study {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.course_features .sec_study .ttl_study {
  text-align: center;
  font-size: 4.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #397fc6;
}
@media all and (max-width: 896px) {
  .course_features .sec_study .ttl_study {
    font-size: 3rem;
  }
}
.course_features .sec_study .ttl_study .mark_cross {
  display: inline-block;
  margin: 0 0.2em;
  line-height: 1;
  vertical-align: 0.1em;
}
@media all and (max-width: 896px) {
  .course_features .sec_study .ttl_study .mark_cross {
    width: 20px;
  }
}
.course_features .sec_study .ttl_study .txt_animal {
  display: inline-block;
  font-size: 1.2em;
  color: #fff;
  text-shadow: -4px -2px 0 #007DC3, -4px -1px 0 #007DC3, -4px 0 0 #007DC3, -4px 1px 0 #007DC3, -4px 2px 0 #007DC3, -3px -3px 0 #007DC3, -3px -2px 0 #007DC3, -3px -1px 0 #007DC3, -3px 0 0 #007DC3, -3px 1px 0 #007DC3, -3px 2px 0 #007DC3, -3px 3px 0 #007DC3, -2px -4px 0 #007DC3, -2px -3px 0 #007DC3, -2px -2px 0 #007DC3, -2px -1px 0 #007DC3, -2px 0 0 #007DC3, -2px 1px 0 #007DC3, -2px 2px 0 #007DC3, -2px 3px 0 #007DC3, -2px 4px 0 #007DC3, -1px -4px 0 #007DC3, -1px -3px 0 #007DC3, -1px -2px 0 #007DC3, -1px -1px 0 #007DC3, -1px 0 0 #007DC3, -1px 1px 0 #007DC3, -1px 2px 0 #007DC3, -1px 3px 0 #007DC3, -1px 4px 0 #007DC3, 0 -4px 0 #007DC3, 0 -3px 0 #007DC3, 0 -2px 0 #007DC3, 0 -1px 0 #007DC3, 0 0 0 #007DC3, 0 1px 0 #007DC3, 0 2px 0 #007DC3, 0 3px 0 #007DC3, 0 4px 0 #007DC3, 1px -4px 0 #007DC3, 1px -3px 0 #007DC3, 1px -2px 0 #007DC3, 1px -1px 0 #007DC3, 1px 0 0 #007DC3, 1px 1px 0 #007DC3, 1px 2px 0 #007DC3, 1px 3px 0 #007DC3, 1px 4px 0 #007DC3, 2px -4px 0 #007DC3, 2px -3px 0 #007DC3, 2px -2px 0 #007DC3, 2px -1px 0 #007DC3, 2px 0 0 #007DC3, 2px 1px 0 #007DC3, 2px 2px 0 #007DC3, 2px 3px 0 #007DC3, 2px 4px 0 #007DC3, 3px -3px 0 #007DC3, 3px -2px 0 #007DC3, 3px -1px 0 #007DC3, 3px 0 0 #007DC3, 3px 1px 0 #007DC3, 3px 2px 0 #007DC3, 3px 3px 0 #007DC3, 4px -2px 0 #007DC3, 4px -1px 0 #007DC3, 4px 0 0 #007DC3, 4px 1px 0 #007DC3, 4px 2px 0 #007DC3;
  margin: 0 0.1em;
}
.course_features .sec_study .ttl_study .txt_nature {
  display: inline-block;
  font-size: 1.2em;
  color: #fff;
  text-shadow: -4px -2px 0 #4BB460, -4px -1px 0 #4BB460, -4px 0 0 #4BB460, -4px 1px 0 #4BB460, -4px 2px 0 #4BB460, -3px -3px 0 #4BB460, -3px -2px 0 #4BB460, -3px -1px 0 #4BB460, -3px 0 0 #4BB460, -3px 1px 0 #4BB460, -3px 2px 0 #4BB460, -3px 3px 0 #4BB460, -2px -4px 0 #4BB460, -2px -3px 0 #4BB460, -2px -2px 0 #4BB460, -2px -1px 0 #4BB460, -2px 0 0 #4BB460, -2px 1px 0 #4BB460, -2px 2px 0 #4BB460, -2px 3px 0 #4BB460, -2px 4px 0 #4BB460, -1px -4px 0 #4BB460, -1px -3px 0 #4BB460, -1px -2px 0 #4BB460, -1px -1px 0 #4BB460, -1px 0 0 #4BB460, -1px 1px 0 #4BB460, -1px 2px 0 #4BB460, -1px 3px 0 #4BB460, -1px 4px 0 #4BB460, 0 -4px 0 #4BB460, 0 -3px 0 #4BB460, 0 -2px 0 #4BB460, 0 -1px 0 #4BB460, 0 0 0 #4BB460, 0 1px 0 #4BB460, 0 2px 0 #4BB460, 0 3px 0 #4BB460, 0 4px 0 #4BB460, 1px -4px 0 #4BB460, 1px -3px 0 #4BB460, 1px -2px 0 #4BB460, 1px -1px 0 #4BB460, 1px 0 0 #4BB460, 1px 1px 0 #4BB460, 1px 2px 0 #4BB460, 1px 3px 0 #4BB460, 1px 4px 0 #4BB460, 2px -4px 0 #4BB460, 2px -3px 0 #4BB460, 2px -2px 0 #4BB460, 2px -1px 0 #4BB460, 2px 0 0 #4BB460, 2px 1px 0 #4BB460, 2px 2px 0 #4BB460, 2px 3px 0 #4BB460, 2px 4px 0 #4BB460, 3px -3px 0 #4BB460, 3px -2px 0 #4BB460, 3px -1px 0 #4BB460, 3px 0 0 #4BB460, 3px 1px 0 #4BB460, 3px 2px 0 #4BB460, 3px 3px 0 #4BB460, 4px -2px 0 #4BB460, 4px -1px 0 #4BB460, 4px 0 0 #4BB460, 4px 1px 0 #4BB460, 4px 2px 0 #4BB460;
  margin: 0 0.1em;
}
.course_features .sec_study .copy_study {
  text-align: center;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  word-break: keep-all;
  color: #397fc6;
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .course_features .sec_study .copy_study {
    font-size: 2.2rem;
    margin-top: 10px;
  }
}
.course_features .sec_study .copy_study .txt_strong {
  font-size: 1.4em;
  color: #F28F00;
}
.course_features .sec_study .txt_study {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media all and (max-width: 896px) {
  .course_features .sec_study .txt_study {
    font-size: 1.7rem;
    margin-top: 15px;
  }
}
.course_features .sec_study .list_study {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .course_features .sec_study .list_study {
    gap: 20px;
    margin-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .course_features .sec_study .list_study {
    grid-template-columns: repeat(1, 1fr);
  }
}
.course_features .sec_study .list_study img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 625/384;
  border-radius: 20px;
  border: 8px solid #fff;
}
@media all and (max-width: 896px) {
  .course_features .sec_study .list_study img {
    border-width: 6px;
  }
}
.course_features .point02 {
  padding-top: 80px;
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point02 {
    padding-top: 50px;
  }
}
.course_features .point02 .deco01 {
  top: -120px;
  right: 2%;
}
@media all and (max-width: 1367px) {
  .course_features .point02 .deco01 {
    width: 130.4px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point02 .deco01 {
    width: 81.5px;
    top: -60px;
  }
}
.course_features .point02 .deco02 {
  top: -40px;
  left: 4%;
}
@media all and (max-width: 896px) {
  .course_features .point02 .deco02 {
    width: 48px;
  }
}
.course_features .point02 .deco03 {
  top: -30px;
  right: 4%;
}
@media all and (max-width: 896px) {
  .course_features .point02 .deco03 {
    width: 95px;
  }
}
.course_features .point02 .deco04 {
  bottom: 30px;
  left: 2%;
}
@media all and (max-width: 896px) {
  .course_features .point02 .deco04 {
    width: 159px;
    bottom: 70px;
  }
}
@media all and (max-width: 480px) {
  .course_features .point02 .deco04 {
    bottom: 100px;
  }
}
.course_features .point02 .block_ttl_point {
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point02 .block_ttl_point {
    max-width: 480px;
  }
}
.course_features .point02 .flag_point02 {
  position: absolute;
  left: 0;
  top: 20px;
}
@media all and (max-width: 1025px) {
  .course_features .point02 .flag_point02 {
    width: 144px;
    top: -30px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point02 .flag_point02 {
    width: 90px;
    top: 40px;
    left: -10px;
  }
}
.course_features .point02 .ttl_point {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .course_features .point02 .ttl_point {
    margin-top: 10px;
  }
}
.course_features .point02 .copy_course {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .course_features .point02 .copy_course {
    margin-top: 10px;
  }
}
.course_features .point02 .block_point02 {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .course_features .point02 .block_point02 {
    margin-top: 20px;
  }
}
.course_features .point02 .point02_wrapper {
  padding: 40px 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .course_features .point02 .point02_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point02 .point02_wrapper:first-of-type {
    margin-top: 60px;
  }
}
.course_features .point02 .point02_wrapper::after {
  content: "";
  display: block;
  width: calc(100% - 90px);
  height: 100%;
  background: #fff;
  border-radius: 0 600px 600px 0;
  border-top: 6px solid #e1eefc;
  border-bottom: 6px solid #e1eefc;
  border-right: 6px solid #e1eefc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media all and (max-width: 896px) {
  .course_features .point02 .point02_wrapper::after {
    width: calc(100% - 30px);
    border-width: 4px;
  }
}
@media all and (max-width: 480px) {
  .course_features .point02 .point02_wrapper::after {
    width: calc(100% + 15px);
  }
}
.course_features .point02 .point02_wrapper.reverse {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: calc(50vw - 50%);
}
.course_features .point02 .point02_wrapper.reverse::after {
  left: auto;
  right: 0;
  border-radius: 600px 0 0 600px;
  border-left: 6px solid #e1eefc;
  border-right: none;
}
.course_features .point02 .point02_wrapper.reverse .box_point02 {
  flex-direction: row-reverse;
  margin-left: 0;
}
@media all and (max-width: 480px) {
  .course_features .point02 .point02_wrapper.reverse .box_point02 {
    flex-direction: column;
  }
}
.course_features .point02 .point02_wrapper .box_point02 {
  display: flex;
  align-items: center;
  gap: 30px 6%;
}
@media all and (max-width: 896px) {
  .course_features .point02 .point02_wrapper .box_point02 {
    gap: 30px;
  }
}
@media all and (max-width: 480px) {
  .course_features .point02 .point02_wrapper .box_point02 {
    flex-direction: column;
  }
}
.course_features .point02 .point02_wrapper .box_txt {
  flex-grow: 1;
}
.course_features .point02 .point02_wrapper .box_img {
  width: 460px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .course_features .point02 .point02_wrapper .box_img {
    width: 184px;
  }
}
.course_features .point02 .point02_wrapper .box_img img {
  border-radius: 20px;
}
.course_features .point02 .point02_wrapper .ttl_point_second {
  margin-top: 10px;
}
.course_features .point02 .point02_wrapper .txt_point_second {
  margin-top: 16px;
}
.course_features .point02 .box_example {
  box-sizing: border-box;
  padding: 20px 30px;
  background: #eef7fe;
  border-radius: 20px;
  border: 1px solid #c7e4fa;
  color: #397fc6;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .course_features .point02 .box_example {
    padding: 20px;
    border-radius: 16px;
    margin-top: 16px;
  }
}
.course_features .point02 .box_example .ttl_example {
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .course_features .point02 .box_example .ttl_example {
    font-size: 1.7rem;
  }
}
.course_features .point02 .box_example .list_example {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 40px;
  margin-top: 10px;
}
.course_features .point02 .box_example .list_example > li {
  position: relative;
  padding-left: 20px;
}
.course_features .point02 .box_example .list_example > li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #acd1f7;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.course_features .point02 .btn_course {
  margin-top: 40px;
}
.course_features .point03 {
  margin-top: 120px;
  position: relative;
}
.course_features .point03 .deco01 {
  top: 0;
  left: 0;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .course_features .point03 .deco01 {
    width: 150px;
    top: -100px;
  }
}
.course_features .point03 .deco02 {
  top: -100px;
  right: 0;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .course_features .point03 .deco02 {
    width: 115px;
  }
}
.course_features .point03 .block_point03 {
  max-width: 1380px;
  box-sizing: border-box;
  background: #fff;
  padding: 120px 30px 80px;
  border: 6px solid #e1eefc;
  border-radius: 40px;
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point03 .block_point03 {
    padding: 60px 20px 40px;
    border-width: 4px;
    border-radius: 30px;
  }
}
.course_features .point03 .circle_point {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .course_features .point03 .circle_point {
    top: -45px;
  }
}
.course_features .point03 .list_point_detail {
  max-width: 1080px;
  margin: 30px auto 0;
}
@media all and (max-width: 896px) {
  .course_features .point03 .list_point_detail {
    margin-top: 20px;
  }
}
.course_features .point04 {
  margin-top: 120px;
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point04 {
    margin-top: 80px;
  }
}
.course_features .point04 .deco01 {
  top: 200px;
  left: 0;
}
@media all and (max-width: 896px) {
  .course_features .point04 .deco01 {
    width: 80px;
  }
}
.course_features .point04 .deco02 {
  bottom: 230px;
  right: 0;
}
@media all and (max-width: 896px) {
  .course_features .point04 .deco02 {
    width: 104px;
  }
}
.course_features .point04 .deco03 {
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .course_features .point04 .deco03 {
    width: 205.6px;
  }
}
.course_features .point04 .deco04 {
  bottom: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  .course_features .point04 .deco04 {
    width: 172px;
  }
}
.course_features .point04 .block_point04 {
  box-sizing: border-box;
  background: #fff;
  padding: 100px 0 20px;
  border-top: 6px solid #e1eefc;
  border-bottom: 6px solid #e1eefc;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .course_features .point04 .block_point04 {
    padding: 60px 0 80px;
    border-width: 4px;
  }
}
.course_features .point04 .circle_point {
  position: absolute;
  left: 50%;
  top: -60px;
  z-index: 20;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .course_features .point04 .circle_point {
    top: -45px;
  }
}
.course_features .point04 .point04_wrapper {
  position: relative;
  z-index: 10;
}
.course_features .point04 .img_point04 {
  text-align: center;
  margin-top: 30px;
}
.course_features .point05 {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .course_features .point05 {
    margin-top: 80px;
  }
}
.course_features .point05 .block_point05 {
  max-width: 1380px;
  box-sizing: border-box;
  background: #fff;
  padding: 80px 50px 40px;
  border: 6px solid #e1eefc;
  border-radius: 40px;
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point05 .block_point05 {
    padding: 60px 20px 30px;
    border-width: 4px;
    border-radius: 30px;
  }
}
.course_features .point05 .deco01 {
  top: -70px;
  right: 0;
}
@media all and (max-width: 896px) {
  .course_features .point05 .deco01 {
    width: 100px;
    top: -25px;
  }
}
.course_features .point05 .circle_point {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .course_features .point05 .circle_point {
    top: -45px;
  }
}
.course_features .point05 .txt_point_second {
  margin-top: 20px;
}
.course_features .point05 .list_img_point {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .course_features .point05 .list_img_point {
    margin-top: 30px;
  }
}
.course_features .point_columns .point07 .box_img img {
  -o-object-position: left top;
     object-position: left top;
}

.course_life .deco01 {
  left: 0;
  top: 70px;
}
@media all and (max-width: 896px) {
  .course_life .deco01 {
    width: 76px;
    left: -10px;
    top: 200px;
  }
}
@media all and (max-width: 480px) {
  .course_life .deco01 {
    top: 294px;
  }
}
.course_life .deco02 {
  right: -15px;
  top: 80px;
}
@media all and (max-width: 896px) {
  .course_life .deco02 {
    width: 86px;
    top: 120px;
  }
}
@media all and (max-width: 480px) {
  .course_life .deco02 {
    top: 140px;
  }
}
.course_life .area_schedule .schedule_wrapper::after {
  border-color: #e1eefc;
}
.course_life .area_schedule .schedule_wrapper.reverse::after {
  border-color: #e1eefc;
}
.course_life .area_schedule .schedule_wrapper.bg_color::after {
  background: #eaf5ff;
}

.course_employment .sec_result .deco01 {
  top: -16px;
  left: 0;
}
@media all and (max-width: 896px) {
  .course_employment .sec_result .deco01 {
    width: 100px;
    top: 30px;
  }
}
.course_employment .sec_result .deco02 {
  top: -120px;
  right: 0;
}
@media all and (max-width: 896px) {
  .course_employment .sec_result .deco02 {
    width: 120px;
    top: -10px;
  }
}
.course_employment .facility_wrapper .deco01 {
  left: 0;
  top: 40px;
  z-index: 10;
}
@media all and (max-width: 1025px) {
  .course_employment .facility_wrapper .deco01 {
    width: 208px;
  }
}
@media all and (max-width: 896px) {
  .course_employment .facility_wrapper .deco01 {
    width: 130px;
  }
}
@media all and (max-width: 480px) {
  .course_employment .facility_wrapper .deco01 {
    top: 80px;
  }
}
.course_employment .facility_wrapper .deco02 {
  right: 0;
  top: 50px;
}
@media all and (max-width: 1025px) {
  .course_employment .facility_wrapper .deco02 {
    width: 136px;
  }
}
@media all and (max-width: 896px) {
  .course_employment .facility_wrapper .deco02 {
    width: 85px;
  }
}
@media all and (max-width: 480px) {
  .course_employment .facility_wrapper .deco02 {
    top: 90px;
  }
}