@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.sec_ttl_course .ttl_jp {
  color: #ec7001;
}
.sec_ttl_course .ttl_en {
  color: #f8d48e;
}

.ttl_curriculum {
  color: #ec7001;
}

.ttl_border_pg {
  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, #fdf0d3 10px, #fdf0d3 20px);
  border-radius: 40px;
  font-size: 2.8rem;
  font-weight: 700;
  word-break: keep-all;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ec7001;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .ttl_border_pg {
    padding: 8px 22px;
    font-size: 2rem;
  }
}

.pg-main {
  display: flex;
  height: 46.5vw;
}
@media all and (max-width: 896px) {
  .pg-main {
    display: block;
    height: auto;
  }
}
.pg-main img {
  width: 100%;
  max-width: none;
}
.pg-main__container {
  width: 46%;
  background-color: #ffb054;
  background-image: radial-gradient(#ffb55f 22%, transparent 22%), radial-gradient(#ffb55f 22%, transparent 22%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 15vw 2vw 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .pg-main__container {
    width: 100%;
    padding: 40px 20px;
  }
}
.pg-main__figure01 {
  width: 17.8vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .pg-main__figure01 {
    width: 138px;
  }
}
.pg-main__figure02 {
  width: 7.8vw;
  position: absolute;
  right: 2.6vw;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .pg-main__figure02 {
    width: 60px;
    right: 20px;
  }
}
.pg-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) {
  .pg-main__period {
    font-size: 1.8rem;
  }
}
.pg-main__period > span {
  box-sizing: border-box;
  padding: 0.1em 1em;
  display: inline-block;
  color: #fff;
  background: #fa884a;
  border-radius: 80px;
}
.pg-main__block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  position: relative;
  margin-top: 0.6vw;
}
@media all and (max-width: 896px) {
  .pg-main__block {
    gap: 12px;
    margin-top: 10px;
  }
}
.pg-main__mark {
  flex-shrink: 0;
  width: 4.8vw;
}
@media all and (max-width: 896px) {
  .pg-main__mark {
    width: 36px;
  }
}
.pg-main__ttl {
  font-size: 3.4vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .pg-main__ttl {
    font-size: 2.6rem;
  }
}
.pg-main__en {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7vw;
  color: #f48f12;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 1.2vw;
  position: relative;
}
@media all and (max-width: 896px) {
  .pg-main__en {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}
.pg-main__photo {
  width: 54%;
  background: url("../images/main_bg.jpg") top left/cover no-repeat;
  position: relative;
}
@media all and (max-width: 896px) {
  .pg-main__photo {
    width: 100%;
    height: 70vw;
  }
}
.pg-main__copy {
  width: 34.8%;
  position: absolute;
  top: 5.25vw;
  right: 4.75vw;
}

.btn_course > a {
  background: #f7a154;
}
.btn_course > a::after {
  background-image: url("../images/btn_arrow.svg");
}

.sec_check {
  border-color: #fce49f;
  box-shadow: 8px 8px 0 #fce49f;
}
@media all and (max-width: 896px) {
  .sec_check {
    box-shadow: 6px 6px 0 #fce49f;
  }
}
.sec_check .block_ttl {
  max-width: 600px;
}
.sec_check .btn_course {
  margin-top: 20px;
}

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

@media all and (max-width: 896px) {
  .course_intro {
    padding-bottom: 80px;
  }
}
.course_intro .deco01 {
  bottom: -70px;
  left: 0;
  z-index: 10;
}
@media all and (max-width: 1367px) {
  .course_intro .deco01 {
    width: 200px;
  }
}
@media all and (max-width: 896px) {
  .course_intro .deco01 {
    width: 125px;
    bottom: -50px;
  }
}
.course_intro .deco02 {
  bottom: 150px;
  right: 30px;
  z-index: 10;
}
@media all and (max-width: 1367px) {
  .course_intro .deco02 {
    width: 30.4px;
  }
}
@media all and (max-width: 896px) {
  .course_intro .deco02 {
    width: 19px;
    right: 10px;
  }
}
.course_intro .deco03 {
  bottom: -65px;
  right: 0;
  z-index: 30;
}
@media all and (max-width: 1367px) {
  .course_intro .deco03 {
    width: 208px;
  }
}
@media all and (max-width: 896px) {
  .course_intro .deco03 {
    width: 130px;
    bottom: -50px;
  }
}

.course_pickup {
  background-color: #fbe6a6;
  background-image: radial-gradient(#fcecbc 26%, transparent 26%), radial-gradient(#fcecbc 26%, transparent 26%);
}
.course_pickup .pickup_wrapper {
  position: relative;
}
.course_pickup .ttl_pickup {
  color: #ec7001;
}

.course_license .deco01 {
  top: -200px;
  left: 20px;
}
@media all and (max-width: 896px) {
  .course_license .deco01 {
    width: 82.5px;
    top: -130px;
  }
}
.course_license .deco02 {
  top: -160px;
  right: 10px;
}
@media all and (max-width: 896px) {
  .course_license .deco02 {
    width: 85px;
    top: -110px;
  }
}
.course_license .ttl_license {
  background-color: #f7bc6f;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #f8c179 6px, #f8c179 9px);
}
.course_license .list_license {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
.course_license .list_license > li {
  border-color: #fce49f;
  background: #fbf4e0;
}
.course_license .list_license .name_license {
  color: #ec7001;
}
.course_license .other_license .txt_other {
  color: #ec7001;
}
.course_license .other_license .txt_other::before, .course_license .other_license .txt_other::after {
  background: #fce49f;
}
.course_license .other_license .list_other > li::before {
  background: #fce49f;
}
.course_license .block_more {
  box-sizing: border-box;
  border: 3px solid #fbe3c0;
  padding: 30px 20px;
  border-radius: 20px;
  background: #fbf4e0;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .course_license .block_more {
    padding: 20px;
    margin-top: 40px;
  }
}
.course_license .block_more .ttl_more {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ec7001;
  text-align: center;
}
@media all and (max-width: 896px) {
  .course_license .block_more .ttl_more {
    font-size: 2rem;
  }
}
.course_license .block_more .list_goal {
  margin-top: 10px;
}
.course_license .block_more .note_more {
  max-width: 1340px;
  font-size: 2rem;
  font-weight: 700;
  text-indent: -1em;
  padding-left: 1em;
  margin: 50px auto 0;
}
@media all and (max-width: 896px) {
  .course_license .block_more .note_more {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.course_anchor {
  background-color: #fbecc2;
  background-image: radial-gradient(#fcf2d6 26%, transparent 26%), radial-gradient(#fcf2d6 26%, transparent 26%);
}
.course_anchor .list_anchor {
  color: #ec7001;
}
.course_anchor .list_anchor a::after {
  background-image: url("../images/arrow_bottom.svg");
}

.course_features {
  background-color: #fdf4e0;
  background-image: radial-gradient(#fefbf4 26%, transparent 26%), radial-gradient(#fefbf4 26%, transparent 26%);
}
.course_features .circle_point {
  background: #ec7001;
  color: #fdfaa2;
}
.course_features .ttl_point {
  color: #ec7001;
}
.course_features .ttl_point .txt_fukidashi::before, .course_features .ttl_point .txt_fukidashi::after {
  background: #fce49f;
}
.course_features .ttl_point_small {
  color: #ec7001;
}
.course_features .point_columns .sec_features > div {
  border-color: #fbe3c0;
}
.course_features .point01 {
  padding-top: 80px;
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point01 {
    padding-top: 50px;
  }
}
.course_features .point01 .deco01 {
  top: 40px;
  right: 4%;
}
@media all and (max-width: 1367px) {
  .course_features .point01 .deco01 {
    width: 144px;
    top: -60px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point01 .deco01 {
    width: 90px;
  }
}
.course_features .point01 .deco02 {
  top: -20px;
  right: 500px;
}
@media all and (max-width: 1367px) {
  .course_features .point01 .deco02 {
    width: 144px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point01 .deco02 {
    width: 90px;
    top: -40px;
    right: auto;
    left: 100px;
  }
}
.course_features .point01 .deco03 {
  top: 50px;
  right: 3%;
}
@media all and (max-width: 1367px) {
  .course_features .point01 .deco03 {
    width: 128px;
    top: -20px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point01 .deco03 {
    width: 80px;
  }
}
.course_features .point01 .circle_point {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .course_features .point01 .circle_point {
    top: -45px;
  }
}
.course_features .point01 .block_ttl_point {
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point01 .block_ttl_point {
    max-width: 480px;
  }
}
.course_features .point01 .ttl_point {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .course_features .point01 .ttl_point {
    margin-top: 10px;
  }
}
.course_features .point01 .box_ttl_flex {
  gap: 10px 30px;
}
.course_features .point01 .box_ttl_flex .number_point {
  color: #ec7001;
}
.course_features .point01 .box_ttl_flex .ttl_point_flex {
  color: #000;
}
.course_features .point01 .copy_course {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .course_features .point01 .copy_course {
    margin-top: 10px;
  }
}
.course_features .point01 .block_point01 {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .course_features .point01 .block_point01 {
    margin-top: 20px;
  }
}
.course_features .point01 .point01_wrapper {
  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 .point01 .point01_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point01 .point01_wrapper:first-of-type {
    margin-top: 60px;
  }
}
.course_features .point01 .point01_wrapper::after {
  content: "";
  display: block;
  width: calc(100% - 90px);
  height: calc(100% - 40px);
  background: #fff;
  border-radius: 0 600px 600px 0;
  border-top: 6px solid #fbe3c0;
  border-bottom: 6px solid #fbe3c0;
  border-right: 6px solid #fbe3c0;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -10;
}
@media all and (max-width: 896px) {
  .course_features .point01 .point01_wrapper::after {
    width: calc(100% - 30px);
    height: 100%;
    border-width: 4px;
    top: 0;
  }
}
@media all and (max-width: 480px) {
  .course_features .point01 .point01_wrapper::after {
    width: calc(100% + 15px);
  }
}
.course_features .point01 .point01_wrapper.reverse {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: calc(50vw - 50%);
}
.course_features .point01 .point01_wrapper.reverse::after {
  left: auto;
  right: 0;
  border-radius: 600px 0 0 600px;
  border-left: 6px solid #fbe3c0;
  border-right: none;
}
.course_features .point01 .point01_wrapper.reverse .box_point01 {
  flex-direction: row-reverse;
  margin-left: 0;
}
@media all and (max-width: 480px) {
  .course_features .point01 .point01_wrapper.reverse .box_point01 {
    flex-direction: column;
  }
}
.course_features .point01 .point01_wrapper .box_point01 {
  display: flex;
  align-items: center;
  gap: 30px 4%;
}
@media all and (max-width: 896px) {
  .course_features .point01 .point01_wrapper .box_point01 {
    gap: 30px;
  }
}
@media all and (max-width: 480px) {
  .course_features .point01 .point01_wrapper .box_point01 {
    flex-direction: column;
  }
}
.course_features .point01 .point01_wrapper .box_txt {
  flex-grow: 1;
  padding: 30px 0;
}
@media all and (max-width: 896px) {
  .course_features .point01 .point01_wrapper .box_txt {
    padding: 0;
  }
}
.course_features .point01 .point01_wrapper .box_img {
  width: 460px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .course_features .point01 .point01_wrapper .box_img {
    width: 184px;
  }
}
.course_features .point01 .point01_wrapper .box_img img {
  border-radius: 20px;
}
.course_features .point01 .point01_wrapper .ttl_point_second {
  margin-top: 10px;
}
.course_features .point01 .point01_wrapper .txt_point_second {
  margin-top: 16px;
}
.course_features .point04 {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .course_features .point04 {
    margin-top: 72px;
  }
}
.course_features .point04 .deco01 {
  left: 60px;
  top: 180px;
  z-index: -10;
}
@media all and (max-width: 896px) {
  .course_features .point04 .deco01 {
    width: 56px;
    top: 220px;
    left: 10px;
  }
}
.course_features .point04 .deco02 {
  right: 60px;
  top: 180px;
  z-index: -10;
}
@media all and (max-width: 896px) {
  .course_features .point04 .deco02 {
    width: 44px;
    top: 220px;
    right: 10px;
  }
}
.course_features .point04 .block_point04 {
  max-width: 1380px;
  box-sizing: border-box;
  background: #fff;
  padding: 80px 30px 60px;
  border: 6px solid #fbe3c0;
  border-radius: 40px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .course_features .point04 .block_point04 {
    padding: 60px 20px 40px;
    border-width: 4px;
    border-radius: 30px;
  }
}
.course_features .point04 .circle_point {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .course_features .point04 .circle_point {
    top: -45px;
  }
}
.course_features .point04 .ttl_dog {
  margin-top: 30px;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .course_features .point04 .ttl_dog {
    font-size: 2.2rem;
    margin-top: 20px;
  }
}
.course_features .point04 .copy_dog {
  margin-top: 10px;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #ec7001;
}
@media all and (max-width: 896px) {
  .course_features .point04 .copy_dog {
    font-size: 2.2rem;
    margin-top: 8px;
  }
}
.course_features .point04 .list_dog {
  margin-top: 20px;
}
.course_features .point04 .list_dog .box_dog {
  margin: 0 5px;
  text-align: center;
  width: 280px;
}
@media all and (max-width: 896px) {
  .course_features .point04 .list_dog .box_dog {
    width: 200px;
  }
}
.course_features .point04 .list_dog .box_dog img {
  margin: 0 auto;
}
.course_features .point04 .list_dog .name_dog {
  font-size: 2rem;
  font-weight: 700;
  color: #ec7001;
  line-height: 1.3;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .course_features .point04 .list_dog .name_dog {
    font-size: 1.6rem;
  }
}
.course_features .point04 .list_dog .slick-track {
  display: flex;
  align-items: flex-end;
}
.course_features .point04 .list_dog .slide-arrow {
  width: 60px;
  bottom: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .course_features .point04 .list_dog .slide-arrow {
    width: 30px;
  }
}
.course_features .point04 .list_dog .prev-arrow {
  left: 0;
}
.course_features .point04 .list_dog .next-arrow {
  right: 0;
}
.course_features .point05 {
  padding-top: 80px;
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point05 {
    padding-top: 50px;
  }
}
.course_features .point05 .deco01 {
  top: 160px;
  left: 4%;
}
@media all and (max-width: 1367px) {
  .course_features .point05 .deco01 {
    width: 144px;
    top: 120px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point05 .deco01 {
    width: 90px;
    top: 30px;
  }
}
.course_features .point05 .deco02 {
  top: 120px;
  right: 4%;
}
@media all and (max-width: 1367px) {
  .course_features .point05 .deco02 {
    width: 112px;
    top: 30px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point05 .deco02 {
    width: 70px;
    top: 40px;
  }
}
.course_features .point05 .block_ttl_point {
  position: relative;
}
@media all and (max-width: 896px) {
  .course_features .point05 .block_ttl_point {
    max-width: 480px;
  }
}
.course_features .point05 .ttl_point {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .course_features .point05 .ttl_point {
    margin-top: 10px;
  }
}
.course_features .point05 .copy_course {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .course_features .point05 .copy_course {
    margin-top: 10px;
  }
}
.course_features .point05 .block_point05 {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .course_features .point05 .block_point05 {
    margin-top: 20px;
  }
}
.course_features .point05 .point05_wrapper {
  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 .point05 .point05_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
}
@media all and (max-width: 896px) {
  .course_features .point05 .point05_wrapper:first-of-type {
    margin-top: 30px;
  }
}
.course_features .point05 .point05_wrapper::after {
  content: "";
  display: block;
  width: calc(100% - 90px);
  height: calc(100% - 20px);
  background: #fff;
  border-radius: 0 600px 600px 0;
  border-top: 6px solid #fbe3c0;
  border-bottom: 6px solid #fbe3c0;
  border-right: 6px solid #fbe3c0;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -10;
}
@media all and (max-width: 896px) {
  .course_features .point05 .point05_wrapper::after {
    width: calc(100% - 30px);
    height: 100%;
    border-width: 4px;
    top: 0;
  }
}
@media all and (max-width: 480px) {
  .course_features .point05 .point05_wrapper::after {
    width: calc(100% + 15px);
  }
}
.course_features .point05 .point05_wrapper.reverse {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: calc(50vw - 50%);
}
.course_features .point05 .point05_wrapper.reverse::after {
  left: auto;
  right: 0;
  border-radius: 600px 0 0 600px;
  border-left: 6px solid #fbe3c0;
  border-right: none;
}
.course_features .point05 .point05_wrapper.reverse .box_point05 {
  flex-direction: row-reverse;
  margin-left: 0;
}
@media all and (max-width: 480px) {
  .course_features .point05 .point05_wrapper.reverse .box_point05 {
    flex-direction: column;
  }
}
.course_features .point05 .point05_wrapper.w_all {
  margin-left: calc(50% - 50vw);
}
@media all and (max-width: 480px) {
  .course_features .point05 .point05_wrapper.w_all {
    margin-left: 0;
  }
}
.course_features .point05 .point05_wrapper.w_all::after {
  height: 100%;
  top: 0;
}
.course_features .point05 .point05_wrapper.w_all .box_img img {
  border-radius: 0 20px 20px 0;
}
@media all and (max-width: 480px) {
  .course_features .point05 .point05_wrapper.w_all .box_img img {
    border-radius: 20px;
  }
}
.course_features .point05 .point05_wrapper .box_point05 {
  display: flex;
  align-items: center;
  gap: 30px 4%;
}
@media all and (max-width: 896px) {
  .course_features .point05 .point05_wrapper .box_point05 {
    gap: 30px;
  }
}
@media all and (max-width: 480px) {
  .course_features .point05 .point05_wrapper .box_point05 {
    gap: 20px;
    flex-direction: column;
  }
}
.course_features .point05 .point05_wrapper .box_txt {
  flex-grow: 1;
  padding: 30px 0;
}
@media all and (max-width: 896px) {
  .course_features .point05 .point05_wrapper .box_txt {
    padding: 0;
  }
}
.course_features .point05 .point05_wrapper .box_img {
  width: 50%;
  aspect-ratio: 6/4;
  flex-shrink: 0;
}
@media all and (max-width: 480px) {
  .course_features .point05 .point05_wrapper .box_img {
    width: 100%;
    max-width: 400px;
  }
}
.course_features .point05 .point05_wrapper .box_img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course_features .point05 .point05_wrapper .ttl_point_second {
  margin-top: 10px;
}
.course_features .point05 .point05_wrapper .txt_point_second {
  margin-top: 16px;
}
.course_features .point05 .point05_wrapper .txt_point_second a {
  color: #ec7001;
  text-decoration: underline;
}
.course_features .point05 .point05_wrapper .txt_point05 {
  display: block;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .course_features .point05 .point05_wrapper .txt_point05 {
    font-size: 1.8rem;
  }
}
.course_features .point05 .point05_wrapper .strong_point05 {
  display: block;
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  color: #FDFAA2;
  text-shadow: -3px -2px 0 #ec7001, -3px -1px 0 #ec7001, -3px 0 0 #ec7001, -3px 1px 0 #ec7001, -3px 2px 0 #ec7001, -2px -3px 0 #ec7001, -2px -2px 0 #ec7001, -2px -1px 0 #ec7001, -2px 0 0 #ec7001, -2px 1px 0 #ec7001, -2px 2px 0 #ec7001, -2px 3px 0 #ec7001, -1px -3px 0 #ec7001, -1px -2px 0 #ec7001, -1px -1px 0 #ec7001, -1px 0 0 #ec7001, -1px 1px 0 #ec7001, -1px 2px 0 #ec7001, -1px 3px 0 #ec7001, 0 -3px 0 #ec7001, 0 -2px 0 #ec7001, 0 -1px 0 #ec7001, 0 0 0 #ec7001, 0 1px 0 #ec7001, 0 2px 0 #ec7001, 0 3px 0 #ec7001, 1px -3px 0 #ec7001, 1px -2px 0 #ec7001, 1px -1px 0 #ec7001, 1px 0 0 #ec7001, 1px 1px 0 #ec7001, 1px 2px 0 #ec7001, 1px 3px 0 #ec7001, 2px -3px 0 #ec7001, 2px -2px 0 #ec7001, 2px -1px 0 #ec7001, 2px 0 0 #ec7001, 2px 1px 0 #ec7001, 2px 2px 0 #ec7001, 2px 3px 0 #ec7001, 3px -2px 0 #ec7001, 3px -1px 0 #ec7001, 3px 0 0 #ec7001, 3px 1px 0 #ec7001, 3px 2px 0 #ec7001;
}
@media all and (max-width: 896px) {
  .course_features .point05 .point05_wrapper .strong_point05 {
    font-size: 3.4rem;
    text-shadow: -2px -1px 0 #ec7001, -2px 0 0 #ec7001, -2px 1px 0 #ec7001, -1px -2px 0 #ec7001, -1px -1px 0 #ec7001, -1px 0 0 #ec7001, -1px 1px 0 #ec7001, -1px 2px 0 #ec7001, 0 -2px 0 #ec7001, 0 -1px 0 #ec7001, 0 0 0 #ec7001, 0 1px 0 #ec7001, 0 2px 0 #ec7001, 1px -2px 0 #ec7001, 1px -1px 0 #ec7001, 1px 0 0 #ec7001, 1px 1px 0 #ec7001, 1px 2px 0 #ec7001, 2px -1px 0 #ec7001, 2px 0 0 #ec7001, 2px 1px 0 #ec7001;
  }
}

.course_curriculum .sec_curriculum {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .course_curriculum .sec_curriculum {
    margin-top: 30px;
  }
}
.course_curriculum .area_schedule {
  padding-top: 150px;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_schedule {
    padding-top: 80px;
  }
}
.course_curriculum .area_schedule .block_ttl {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_schedule .block_ttl {
    max-width: 400px;
  }
}
.course_curriculum .area_schedule .fukidashi_check {
  position: absolute;
  top: -90px;
  left: 0;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_schedule .fukidashi_check {
    width: 114px;
    top: -60px;
  }
}
.course_curriculum .area_schedule .block_schedule {
  max-width: 1400px;
}
.course_curriculum .area_schedule .copy_schedule {
  font-size: 3.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_schedule .copy_schedule {
    font-size: 2.2rem;
  }
}
.course_curriculum .area_schedule .schedule_wrapper {
  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_curriculum .area_schedule .schedule_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
}
@media all and (max-width: 896px) {
  .course_curriculum .area_schedule .schedule_wrapper:first-of-type {
    margin-top: 30px;
  }
}
.course_curriculum .area_schedule .schedule_wrapper::after {
  content: "";
  display: block;
  width: calc(100% - 90px);
  height: calc(100% - 40px);
  background: #fff;
  border-radius: 0 600px 600px 0;
  border-top: 6px solid #fbe3c0;
  border-bottom: 6px solid #fbe3c0;
  border-right: 6px solid #fbe3c0;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -10;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_schedule .schedule_wrapper::after {
    width: calc(100% - 30px);
    height: 100%;
    border-width: 4px;
    top: 0;
  }
}
@media all and (max-width: 480px) {
  .course_curriculum .area_schedule .schedule_wrapper::after {
    width: calc(100% + 15px);
  }
}
.course_curriculum .area_schedule .schedule_wrapper.reverse {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: calc(50vw - 50%);
}
.course_curriculum .area_schedule .schedule_wrapper.reverse::after {
  left: auto;
  right: 0;
  border-radius: 600px 0 0 600px;
  border-left: 6px solid #fbe3c0;
  border-right: none;
}
.course_curriculum .area_schedule .schedule_wrapper.reverse .box_schedule {
  flex-direction: row-reverse;
  margin-left: 0;
}
@media all and (max-width: 480px) {
  .course_curriculum .area_schedule .schedule_wrapper.reverse .box_schedule {
    flex-direction: column;
  }
}
.course_curriculum .area_schedule .schedule_wrapper.w_all {
  margin-left: calc(50% - 50vw);
}
@media all and (max-width: 480px) {
  .course_curriculum .area_schedule .schedule_wrapper.w_all {
    margin-left: 0;
  }
}
.course_curriculum .area_schedule .schedule_wrapper.w_all .box_img img {
  border-radius: 0 20px 20px 0;
}
@media all and (max-width: 480px) {
  .course_curriculum .area_schedule .schedule_wrapper.w_all .box_img img {
    border-radius: 20px;
  }
}
.course_curriculum .area_schedule .schedule_wrapper.bg_color::after {
  background: #faecd9;
}
.course_curriculum .area_schedule .schedule_wrapper .box_schedule {
  display: flex;
  align-items: center;
  gap: 30px 4%;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_schedule .schedule_wrapper .box_schedule {
    gap: 30px;
  }
}
@media all and (max-width: 480px) {
  .course_curriculum .area_schedule .schedule_wrapper .box_schedule {
    gap: 20px;
    flex-direction: column;
  }
}
.course_curriculum .area_schedule .schedule_wrapper .box_txt {
  flex-grow: 1;
  padding: 30px 0;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_schedule .schedule_wrapper .box_txt {
    padding: 0;
  }
}
.course_curriculum .area_schedule .schedule_wrapper .box_img {
  width: 50%;
  aspect-ratio: 6/4;
  flex-shrink: 0;
}
@media all and (max-width: 480px) {
  .course_curriculum .area_schedule .schedule_wrapper .box_img {
    width: 100%;
    max-width: 400px;
  }
}
.course_curriculum .area_schedule .schedule_wrapper .box_img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course_curriculum .area_schedule .schedule_wrapper .ttl_border_pg {
  margin-top: 0;
}
.course_curriculum .area_schedule .schedule_wrapper .txt_detail {
  margin-top: 16px;
}
.course_curriculum .list_year {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .course_curriculum .list_year {
    margin-top: 20px;
  }
}
.course_curriculum .list_year .name_year {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ec7001;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .course_curriculum .list_year .name_year {
    font-size: 1.6rem;
  }
}
.course_curriculum .list_year .box_year img {
  border-radius: 20px;
}
.course_curriculum .list_year .slide-arrow {
  width: 60px;
  bottom: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .course_curriculum .list_year .slide-arrow {
    width: 30px;
  }
}
.course_curriculum .list_year .prev-arrow {
  left: -20px;
}
@media all and (max-width: 896px) {
  .course_curriculum .list_year .prev-arrow {
    left: -10px;
  }
}
.course_curriculum .list_year .next-arrow {
  right: -20px;
}
@media all and (max-width: 896px) {
  .course_curriculum .list_year .next-arrow {
    right: -10px;
  }
}
.course_curriculum .list_year .slick-dots {
  bottom: -36px;
}
.course_curriculum .list_year .slick-dots li {
  width: 15px;
}
.course_curriculum .list_year .slick-dots li button::before {
  font-size: 12px;
  color: #ec7001;
}
.course_curriculum .ttl_year {
  padding: 0 80px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ec7001;
}
@media all and (max-width: 896px) {
  .course_curriculum .ttl_year {
    padding: 0 20px;
    font-size: 2.1rem;
  }
}
.course_curriculum .mark_year {
  position: absolute;
  top: -40px;
  left: -10px;
}
@media all and (max-width: 896px) {
  .course_curriculum .mark_year {
    width: 72px;
    top: -30px;
  }
}
.course_curriculum .area_twoyear {
  max-width: 1400px;
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_twoyear {
    padding-top: 50px;
  }
}
.course_curriculum .area_twoyear .copy_course {
  margin-top: 20px;
}
.course_curriculum .area_twoyear .sec_start {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 40px;
  border: 3px solid #fce49f;
  background-color: #fbf4e0;
  background-image: radial-gradient(#fdfaf2 26%, transparent 26%), radial-gradient(#fdfaf2 26%, transparent 26%);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_twoyear .sec_start {
    margin-top: 20px;
    padding: 20px 30px;
  }
}
.course_curriculum .area_twoyear .sec_start .month_start {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ec7001;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_twoyear .sec_start .month_start {
    font-size: 2.1rem;
  }
}
.course_curriculum .area_twoyear .sec_start .txt_start {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 10px;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_twoyear .sec_start .txt_start {
    font-size: 1.6rem;
    padding-top: 6px;
  }
}
.course_curriculum .area_twoyear .sec_twoyear {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  margin-top: 60px;
}
.course_curriculum .area_twoyear .block_twoyear {
  width: calc((100% - 30px) / 2);
  box-sizing: border-box;
  padding: 40px 30px 30px;
  border-radius: 20px;
  background: #fff;
  border: 4px solid #fce49f;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 10px 10px 0 #fce49f;
  position: relative;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_twoyear .block_twoyear {
    width: 100%;
    padding: 30px 20px 20px;
    border-width: 3px;
    box-shadow: 8px 8px 0 #fce49f;
  }
}
.course_curriculum .area_threeyear {
  max-width: 1400px;
  padding-top: 80px;
}
.course_curriculum .area_threeyear .copy_course {
  margin-top: 20px;
}
.course_curriculum .area_threeyear .txt_detail {
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_threeyear .txt_detail {
    text-align: left;
  }
}
.course_curriculum .area_threeyear .sec_threeyear {
  box-sizing: border-box;
  padding: 40px 30px 30px;
  border: 4px solid #fce49f;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #fce49f;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 95px;
  position: relative;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_threeyear .sec_threeyear {
    padding: 30px 20px 20px;
    border-width: 3px;
    box-shadow: 8px 8px 0 #fce49f;
  }
}
.course_curriculum .area_threeyear .block_threeyear {
  width: calc((100% - 95px) / 2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_threeyear .block_threeyear {
    width: 100%;
  }
}
.course_curriculum .area_salon {
  max-width: 1400px;
  padding-top: 50px;
}
.course_curriculum .area_salon .txt_salon_deco {
  text-align: center;
  font-size: 3.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #ec7001;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .txt_salon_deco {
    font-size: 2.4rem;
    gap: 0 28px;
  }
}
.course_curriculum .area_salon .txt_salon_deco::before, .course_curriculum .area_salon .txt_salon_deco::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1.8em;
  background: #f8d48e;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .txt_salon_deco::before, .course_curriculum .area_salon .txt_salon_deco::after {
    width: 4px;
  }
}
.course_curriculum .area_salon .txt_salon_deco::before {
  transform: rotate(-45deg);
}
.course_curriculum .area_salon .txt_salon_deco::after {
  transform: rotate(45deg);
}
.course_curriculum .area_salon .txt_salon_deco .txt_large {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  vertical-align: -0.1em;
  margin-right: 0.1em;
}
.course_curriculum .area_salon .sec_salon {
  box-sizing: border-box;
  padding: 0 60px 50px;
  border: 4px solid #fce49f;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #fce49f;
  background-size: auto auto;
  background-color: #fdf4e6;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #fefaf3 8px, #fefaf3 12px);
  margin-top: 80px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1367px) {
  .course_curriculum .area_salon .sec_salon {
    padding: 0 40px 30px;
  }
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .sec_salon {
    padding: 0 20px 20px;
    border-width: 3px;
    box-shadow: 8px 8px 0 #fce49f;
    margin-top: 80px;
  }
}
.course_curriculum .area_salon .deco01 {
  left: 70px;
  top: -10px;
}
@media all and (max-width: 1367px) {
  .course_curriculum .area_salon .deco01 {
    width: 97.6px;
    left: 10px;
  }
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .deco01 {
    width: 48.8px;
    top: 70px;
    left: 5px;
  }
}
.course_curriculum .area_salon .deco02 {
  right: 0;
  top: -90px;
}
@media all and (max-width: 1367px) {
  .course_curriculum .area_salon .deco02 {
    width: 168.8px;
    right: -20px;
  }
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .deco02 {
    width: 84.4px;
    top: -100px;
  }
}
.course_curriculum .area_salon .rope_salon {
  position: absolute;
  z-index: -10;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .rope_salon {
    width: 117px;
    top: -60px;
  }
}
.course_curriculum .area_salon .ttl_salon {
  max-width: 680px;
  margin: -20px auto 0;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  background-color: #e38706;
  background-image: radial-gradient(#e5921d 26%, transparent 26%), radial-gradient(#e5921d 26%, transparent 26%);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px;
  font-size: 4.4rem;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .ttl_salon {
    max-width: 420px;
    padding: 12px;
    font-size: 2.8rem;
  }
}
.course_curriculum .area_salon .block_salon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .block_salon {
    margin-top: 30px;
  }
}
.course_curriculum .area_salon .block_salon .box_img {
  width: 49%;
  aspect-ratio: 6/4;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .block_salon .box_img {
    width: 100%;
  }
}
.course_curriculum .area_salon .block_salon .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.course_curriculum .area_salon .block_salon .box_txt {
  width: 48%;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .block_salon .box_txt {
    width: 100%;
  }
}
.course_curriculum .area_salon .copy_salon {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media all and (max-width: 896px) {
  .course_curriculum .area_salon .copy_salon {
    font-size: 2.1rem;
  }
}
.course_curriculum .area_salon .txt_detail {
  margin-top: 20px;
}
.course_curriculum .area_check {
  max-width: 1400px;
}

.course_life {
  padding: 130px 0;
  background-color: #fdf1dc;
  background-image: radial-gradient(#fefaf3 26%, transparent 26%), radial-gradient(#fefaf3 26%, transparent 26%);
}
@media all and (max-width: 896px) {
  .course_life {
    padding: 90px 0;
  }
}
.course_life .ttl_life {
  color: #ec7001;
}
.course_life .block_life .list_life dt {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fdf0d3 10px, #fdf0d3 20px);
}
.course_life .block_life .list_life dt::before {
  color: #ec7001;
}
.course_life .block_life .name_life::before {
  background-image: url("../images/mark_license.svg");
}
.course_life .deco01 {
  top: 0;
  left: -82px;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .course_life .deco01 {
    width: 155px;
    z-index: 1;
    top: 72px;
    left: -40px;
  }
}
@media all and (max-width: 480px) {
  .course_life .deco01 {
    width: 124px;
    top: 164px;
  }
}
.course_life .deco02 {
  right: -10px;
  top: 84px;
}
@media all and (max-width: 896px) {
  .course_life .deco02 {
    width: 135px;
    top: 110px;
  }
}
@media all and (max-width: 480px) {
  .course_life .deco02 {
    width: 108px;
    top: 124px;
    right: -20px;
  }
}
@media all and (max-width: 896px) {
  .course_life .sec_life {
    margin-top: 30px;
  }
}
.course_life .sec_album .name_album {
  border-color: #f9ce84;
  color: #ec7001;
}
.course_life .sec_album .name_album::before {
  border-color: #f9ce84 transparent transparent transparent;
}

.course_teachers {
  padding: 60px 0 80px;
}
@media all and (max-width: 896px) {
  .course_teachers {
    padding: 20px 0 60px;
  }
}
.course_teachers .box_txt .name_teachers {
  color: #ec7001;
}
.course_teachers .box_txt .txt_teachers {
  text-align: left;
}
.course_teachers .list_teachers_2column > div {
  border-color: #f9ce84;
}

.course_employment {
  background-color: #fdefe2;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #fef6ee 8px, #fef6ee 12px);
  position: relative;
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .course_employment {
    padding-top: 60px;
  }
}
.course_employment .deco01 {
  top: 100px;
  left: -30px;
  z-index: 20;
}
@media all and (max-width: 1367px) {
  .course_employment .deco01 {
    width: 328px;
    top: 160px;
  }
}
@media all and (max-width: 896px) {
  .course_employment .deco01 {
    width: 164px;
    top: 160px;
  }
}
.course_employment .deco02 {
  top: 150px;
  right: -5px;
  z-index: 20;
}
@media all and (max-width: 1367px) {
  .course_employment .deco02 {
    width: 352px;
    top: 190px;
  }
}
@media all and (max-width: 896px) {
  .course_employment .deco02 {
    width: 176px;
    top: 175px;
  }
}
.course_employment .ttl_employment {
  color: #ec7001;
  position: relative;
  z-index: 30;
}
@media all and (max-width: 896px) {
  .course_employment .sec_result {
    margin-top: 20px;
  }
}
@media all and (max-width: 896px) {
  .course_employment .block_result {
    margin-top: 60px;
  }
}
.course_employment .work_result {
  background-color: #f09e6c;
  background-image: radial-gradient(#f2aa7d 26%, transparent 26%), radial-gradient(#f2aa7d 26%, transparent 26%);
}
.course_employment .box_result .place_result {
  color: #ec7001;
}
.course_employment .list_voice > li {
  border-color: #fbe3c0;
  box-shadow: 10px 10px 0 #fbe3c0;
}
@media all and (max-width: 896px) {
  .course_employment .list_voice > li {
    box-shadow: 8px 8px 0 #fbe3c0;
  }
}
.course_employment .list_voice .work_voice {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-color: #f09e6c;
  background-image: radial-gradient(#f2aa7d 26%, transparent 26%), radial-gradient(#f2aa7d 26%, transparent 26%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
@media all and (max-width: 896px) {
  .course_employment .list_voice .work_voice {
    font-size: 1.8rem;
  }
}
.course_employment .list_voice .qa_voice dt {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fdf0d3 10px, #fdf0d3 20px);
}
.course_employment .list_voice .qa_voice dt::before {
  color: #ec7001;
}
.course_employment .list_voice .place_voice {
  color: #ec7001;
}
.course_employment .list_voice .name_voice::before {
  background-image: url("../images/mark_license.svg");
}

.course_blog .item_blog {
  background: #fbefdc;
}
.course_blog .tag > li {
  color: #ec7001;
}
.course_blog .tag > li::before {
  background-image: url("/common/images/mark_category_pg.svg");
}