@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : course.css                                  */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
body {
  color: #333;
}

.mv_wrap {
  position: relative;
}
.mv_wrap img {
  width: 100%;
}
.mv_wrap .mv_pic {
  position: absolute;
  width: 70.49%;
  max-width: 1015px;
  top: 6.94%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.mv_wrap .mv_student {
  width: 72%;
  opacity: 0;
  transform: translateY(60px);
  animation: mvStudent 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
  margin: 0 auto;
}
.mv_wrap .mv_title {
  margin-top: -20%;
  opacity: 0;
  transform: translateY(80px) scale(0.5);
  transform-origin: center center;
  animation: mvTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
@keyframes mvStudent {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mvTitle {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(0.5);
  }
  45% {
    opacity: 1;
    transform: translateY(-15px) scale(1.12);
  }
  65% {
    transform: translateY(5px) scale(0.96);
  }
  80% {
    transform: translateY(-3px) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.mv_wrap .mv_bg {
  position: relative;
  display: block;
  height: 55vw;
  max-height: 800px;
}
.mv_wrap .mv_bg img {
  width: 100%;
  height: 100%;
}
.mv_wrap .mv_object {
  position: absolute;
  width: 30%;
}
.mv_wrap .mv_object.left {
  top: 0;
  left: 0;
}
.mv_wrap .mv_object.right {
  right: 0;
  bottom: 0;
}
.mv_wrap .mv_deco {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.mv_wrap .mv_deco.deco01 {
  top: 20%;
  left: 15%;
  width: 12%;
  animation: deco01 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.2s forwards;
}
.mv_wrap .mv_deco.deco02 {
  left: 10%;
  bottom: 10%;
  width: 9%;
  animation: deco02 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.25s forwards;
}
.mv_wrap .mv_deco.deco03 {
  top: 3%;
  right: 20%;
  width: 11%;
  animation: deco03 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.3s forwards;
}
.mv_wrap .mv_deco.deco04 {
  right: 10%;
  bottom: 10%;
  width: 7.5%;
  animation: deco04 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.35s forwards;
}
@keyframes deco01 {
  0% {
    opacity: 0;
    transform: translate(-50px, 30px) scale(0.7) rotate(-10deg);
  }
  60% {
    opacity: 1;
    transform: translate(8px, -5px) scale(1.08) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0);
  }
}
@keyframes deco02 {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.7) rotate(10deg);
  }
  60% {
    opacity: 1;
    transform: translateY(-8px) scale(1.08) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}
@keyframes deco03 {
  0% {
    opacity: 0;
    transform: translate(50px, -30px) scale(0.7) rotate(10deg);
  }
  60% {
    opacity: 1;
    transform: translate(-8px, 5px) scale(1.08) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0);
  }
}
@keyframes deco04 {
  0% {
    opacity: 0;
    transform: translateY(60px) scale(0.65);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px) scale(1.1);
  }
  80% {
    transform: translateY(3px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.mv_wrap #breadCrumb {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.mv_wrap #breadCrumb ul {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 0;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.mv_wrap #breadCrumb ul li {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 10px;
}
.mv_wrap #breadCrumb ul li::after {
  content: " > ";
  position: absolute;
  right: -3px;
}
.mv_wrap #breadCrumb ul li:last-child::after {
  content: none;
}
.mv_wrap #breadCrumb ul li .here {
  color: #A8852B;
}

.lead_sec {
  position: relative;
}
.lead_sec::before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  width: 2200px;
  height: 550px;
  background: #fff;
  border-radius: 100% 100% 0 0;
}
.lead_sec::after {
  content: "";
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 320px;
  background-image: url(../../welcome/img/bg_lead@2x.webp);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 320px;
  z-index: 1;
}
.lead_sec .title_wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}
.lead_sec .lead_babble {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 20px 50px;
  border-radius: 100px;
  background-color: #FF8FBE;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
}
.lead_sec .lead_babble::before, .lead_sec .lead_babble::after {
  content: "";
  position: absolute;
}
.lead_sec .lead_babble::before {
  top: -55px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../welcome/img/deco_lead.svg) no-repeat top center/100%;
  width: 153px;
  height: 76px;
  z-index: -1;
}
.lead_sec .lead_babble::after {
  bottom: 10px;
  left: 50%;
  translate: -50% 100%;
  width: 12px;
  height: 29px;
  background: #FF8FBE;
  border-radius: 50px;
}
.lead_sec .lead_text {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  font-size: 20px;
  line-height: 2.3;
  padding: 10px;
  margin-top: 30px;
}

.contents_sec {
  position: relative;
}
.contents_sec .other_text {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 60px;
}
.contents_sec .other_text span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  color: #FDFF65;
  line-height: 1.5;
  text-shadow: 2px 2px 0 #47A1EF, 3px 3px 0 #47A1EF, 4px 4px 0 #47A1EF;
  -webkit-text-stroke: 3px #47A1EF;
  paint-order: stroke;
  transform: skewX(-10deg);
}
.contents_sec .other_text span::after {
  content: "";
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%) skewX(10deg);
  display: block;
  background: url(../../welcome/img/content_arrow.svg) no-repeat top center/contain;
  width: 171px;
  height: 55px;
  animation: arrowFloat 1.8s ease-in-out infinite;
}
@keyframes arrowFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0) skewX(10deg);
  }
  50% {
    transform: translateX(-50%) translateY(10px) skewX(10deg);
  }
}
.contents_sec .wave_wrap {
  position: relative;
  width: 100%;
  height: 260px;
  z-index: 1;
}
.contents_sec .wave_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_sec .title_intro {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 9;
}
.contents_sec .title_intro .text_l {
  font-size: 54px;
  color: #FDFF65;
}
.contents_sec .title_intro .title_wrap {
  position: relative;
  display: inline-block;
  height: 90px;
  background: #FF8FBE;
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  line-height: 90px;
  padding: 0 30px;
  margin-top: -15px;
}
.contents_sec .title_intro .title_wrap::before, .contents_sec .title_intro .title_wrap::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  z-index: 1;
}
.contents_sec .title_intro .title_wrap::before {
  top: 0;
  left: 0;
  border-width: 45px 0px 45px 15px;
  border-color: transparent transparent transparent #FFE6F1;
  border-style: solid;
}
.contents_sec .title_intro .title_wrap::after {
  top: 0;
  right: 0;
  border-width: 45px 15px 45px 0px;
  border-color: transparent #FFE6F1 transparent transparent;
  border-style: solid;
}
.contents_sec .title_intro .title_sub {
  position: relative;
  display: block;
  z-index: 2;
}
.contents_sec .img_student {
  position: absolute;
}
.contents_sec .img_student.student01 {
  top: -1.5%;
  left: 5.76%;
  width: 17.22%;
}
.contents_sec .img_student.student02 {
  top: -2%;
  right: 5.76%;
  width: 18.61%;
}
@media screen and (max-width: 1400px) {
  .contents_sec .img_student.student01 {
    top: -1%;
  }
}
@media screen and (max-width: 1300px) {
  .contents_sec .img_student.student01 {
    top: -0.8%;
  }
  .contents_sec .img_student.student02 {
    top: -1.5%;
  }
}
@media screen and (max-width: 1200px) {
  .contents_sec .img_student.student01 {
    top: 0;
  }
  .contents_sec .img_student.student02 {
    top: -1%;
  }
}
.contents_sec .content_lead {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 35px;
}
.contents_sec .content_wrap {
  position: relative;
  margin-top: 100px;
}
.contents_sec .content_wrap:first-of-type {
  margin-top: 50px;
}
.contents_sec .content_wrap .content_title {
  position: absolute;
  z-index: 2;
}
.contents_sec .content_wrap.wrap01 .content_title {
  transform: translate(90%, 5%);
  width: 32.25%;
}
.contents_sec .content_wrap.wrap02 .content_title {
  transform: translate(-170%, 40%);
  width: 32.25%;
}
.contents_sec .content_wrap.wrap03 .content_title {
  transform: translate(-130%, 470%);
  width: 28.08%;
}
.contents_sec .content_wrap.wrap04 .content_title {
  transform: translate(-65%, 430%);
  width: 32.25%;
}
.contents_sec .content_img img {
  width: 100%;
}
.contents_sec .content_text {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: -70px auto 0;
}
.contents_sec .content_text.reverse {
  align-items: flex-end;
}
.contents_sec .content_text.contents01_2 {
  margin-top: -20px;
}
.contents_sec .content_text.contents02_1 {
  margin-top: -130px;
}
.contents_sec .text_inner {
  position: relative;
  width: 72.73%;
  max-width: 800px;
  background: #fff;
  border: 2px solid #FF8FBE;
  border-radius: 20px;
  font-size: 20px;
  padding: 30px;
}
.contents_sec .text_inner .title {
  position: absolute;
  top: -20px;
  left: -10px;
  background: #FF8FBE;
  border-radius: 50px;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 28px;
  color: #FDFF65;
  line-height: 1.3;
  padding: 5px 30px;
}
.contents_sec .text_inner .text .color {
  color: #FF8FBE;
  font-weight: bold;
}
.contents_sec .text_inner .voice {
  position: relative;
  background-image: repeating-linear-gradient(-30deg, #ffe9f2, #ffe9f2 8px, transparent 8px, transparent 12px);
  border: 2px solid #FF8FBE;
  border-radius: 20px;
  font-size: 18px;
  padding: 10px 30px;
  margin-top: 15px;
}
.contents_sec .text_inner .voice_title {
  position: absolute;
  top: -25px;
  left: 30px;
}
.contents_sec .img_inner {
  position: absolute;
}
.contents_sec .img_inner.img01 {
  right: 50px;
  bottom: -5px;
  width: 30.75%;
}
.contents_sec .img_inner.img02 {
  left: 50px;
  bottom: 0;
  width: 24.17%;
  z-index: 1;
}
.contents_sec .img_inner.img03 {
  right: 50px;
  bottom: -10px;
  width: 25.25%;
}
.contents_sec .img_inner.img04 {
  top: 22px;
  left: 50px;
  width: 19.33%;
  z-index: 2;
}
.contents_sec .img_inner.img05 {
  left: 77px;
  bottom: 15px;
  width: 19.83%;
  z-index: 1;
}
.contents_sec .sec_title {
  position: relative;
  padding: 15px 10px;
  border-radius: 20px;
  background-color: #fff;
  background-position: 0 0, 7.5px 15px;
  background-size: 15px 30px;
  text-align: center;
}
.contents_sec .sec_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  translate: -50% 100%;
}
.contents_sec .sec_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14.2px 8.5px 0 8.5px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.contents_sec .sec_title .title_inner {
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  transform: skewX(-10deg);
}
.contents_sec .sec_title .title_inner .text_l {
  font-size: 48px;
  color: #FDFF77;
}
.contents_sec .sec_title .title_inner::before, .contents_sec .sec_title .title_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 48px;
  height: 41px;
}
.contents_sec .sec_title .title_inner::before {
  left: -80px;
}
.contents_sec .sec_title .title_inner::after {
  top: 30%;
  right: -80px;
  transform: scaleX(-1);
}
.contents_sec .sec_title .check {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12.33%;
}
.contents_sec .contents01,
.contents_sec .contents02 {
  position: relative;
  padding: 60px 0 80px;
  z-index: 2;
}
.contents_sec .contents01::before, .contents_sec .contents01::after,
.contents_sec .contents02::before,
.contents_sec .contents02::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.contents_sec .contents01 {
  background-image: linear-gradient(#ffe6f1, #fff);
  margin-top: -2px;
}
.contents_sec .contents01::before {
  top: 5%;
  right: -80px;
  background: url(../../welcome/img/bg_cosme01.svg) no-repeat top center/100%;
  width: 413px;
  height: 201px;
}
.contents_sec .contents01::after {
  top: 38%;
  left: -150px;
  background: url(../../welcome/img/bg_cosme02.svg) no-repeat top center/100%;
  width: 434px;
  height: 186px;
}
.contents_sec .contents01 .bg_inner {
  position: relative;
}
.contents_sec .contents01 .bg_inner::before {
  content: "";
  position: absolute;
  top: 67%;
  right: -150px;
  background: url(../../welcome/img/bg_cosme03.svg) no-repeat top center/100%;
  width: 407px;
  height: 199px;
  z-index: -1;
}
.contents_sec .contents01 .sec_title {
  border: 3px solid #FF8FBE;
  background-image: radial-gradient(circle, #ffdeec 2.5px, transparent 2.5px), radial-gradient(circle, #ffdeec 2.5px, transparent 2.5px);
}
.contents_sec .contents01 .sec_title::before {
  border-color: #FF8FBE transparent transparent;
}
.contents_sec .contents01 .sec_title .title_inner {
  text-shadow: 2px 2px 0 #FF5EA2, 3px 3px 0 #FF5EA2, 4px 4px 0 #FF5EA2;
  -webkit-text-stroke: 3.5px #FF5EA2;
  paint-order: stroke;
}
.contents_sec .contents01 .sec_title .title_inner::before, .contents_sec .contents01 .sec_title .title_inner::after {
  background: url(../../welcome/img/icon_title_pink.svg) no-repeat top center/contain;
  width: 48px;
  height: 41px;
}
.contents_sec .contents02 {
  padding-bottom: 120px;
  background-image: linear-gradient(#ffffff 2%, #d3f6ff);
}
.contents_sec .contents02::before, .contents_sec .contents02::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.contents_sec .contents02::before {
  top: 0;
  left: -10px;
  background: url(../../welcome/img/bg_cosme04.svg) no-repeat top center/100%;
  width: 394px;
  height: 328px;
}
.contents_sec .contents02::after {
  top: 90%;
  right: -10px;
  background: url(../../welcome/img/bg_cosme05.svg) no-repeat top center/100%;
  width: 217px;
  height: 286px;
}
.contents_sec .contents02 .sec_title {
  border: 3px solid #47A1EF;
  background-image: radial-gradient(circle, #DCF8FF 2.5px, transparent 2.5px), radial-gradient(circle, #DCF8FF 2.5px, transparent 2.5px);
}
.contents_sec .contents02 .sec_title::before {
  border-color: #47A1EF transparent transparent;
}
.contents_sec .contents02 .sec_title .title_inner {
  text-shadow: 2px 2px 0 #47A1EF, 3px 3px 0 #47A1EF, 4px 4px 0 #47A1EF;
  -webkit-text-stroke: 3.5px #47A1EF;
  paint-order: stroke;
}
.contents_sec .contents02 .sec_title .title_inner::before, .contents_sec .contents02 .sec_title .title_inner::after {
  background: url(../../welcome/img/icon_title_blue.svg) no-repeat top center/contain;
  width: 48px;
  height: 41px;
}
.contents_sec .contents02 .text_inner {
  border: 2px solid #47A1EF;
}
.contents_sec .contents02 .text_inner .title {
  background: #47A1EF;
}
.contents_sec .contents02 .text_inner .text .color {
  color: #47A1EF;
}
.contents_sec .contents02 .text_inner .voice {
  background-image: repeating-linear-gradient(-30deg, #E6FAFF, #E6FAFF 8px, transparent 8px, transparent 12px);
  border: 2px solid #47A1EF;
}
.contents_sec .contents02 .text_inner .voice_title {
  color: #47A1EF;
}
.contents_sec .contents02 .text_inner .voice_title::before {
  color: #47A1EF;
  -webkit-text-stroke: 5px #47A1EF;
}
.contents_sec .contents02 .contents_flex_list {
  position: relative;
  display: flex;
  gap: 0 3.64%;
  max-width: 1100px;
  margin: 100px auto 0;
}
.contents_sec .contents02 .contents_flex_list::before {
  content: "";
  position: absolute;
  background: url(../../welcome/img/bg_contents_list.svg) no-repeat top center/contain;
  top: -67px;
  width: 1200px;
  height: 697px;
}
.contents_sec .contents02 .contents_list_item {
  width: 48.18%;
}
.contents_sec .contents02 .contents_list_item .content_img {
  position: relative;
}
.contents_sec .contents02 .contents_list_item .cap01 {
  position: absolute;
  top: -38px;
  right: 13px;
}
.contents_sec .contents02 .contents_list_item .cap02 {
  position: absolute;
  left: 10px;
  bottom: -30px;
}
.contents_sec .contents02 .contents_list_item .deco01 {
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 22.26%;
}
.contents_sec .contents02 .contents_list_item .deco02 {
  position: absolute;
  top: -30px;
  left: 12px;
  width: 17.92%;
}
.contents_sec .contents02 .contents_list_item .deco03 {
  position: absolute;
  right: -20px;
  bottom: 15px;
  width: 17.36%;
}
.contents_sec .contents02 .contents_list_item .content_text {
  max-width: 100%;
  margin-top: 40px;
}
.contents_sec .contents02 .contents_list_item .text_inner {
  width: 100%;
  max-width: 100%;
}
.contents_sec .contents02 .contents_list_item:last-child {
  margin-top: 60px;
}

.campus_sec {
  position: relative;
  padding-bottom: 100px;
  margin-top: -80px;
}
.campus_sec::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: url(../../welcome/img/bg_campus.svg) repeat-x top center/contain;
  width: 100%;
  height: 527px;
  z-index: -1;
}
.campus_sec .title {
  position: relative;
  text-align: center;
  z-index: 3;
}
.campus_sec .text {
  position: relative;
  max-width: 840px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  margin: 30px auto 0;
  z-index: 3;
}
.campus_sec .bg_inner {
  position: relative;
}
.campus_sec .bg_inner::before, .campus_sec .bg_inner::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
}
.campus_sec .bg_inner::before {
  top: -80px;
  left: -10px;
  background: url(../../welcome/img/deco_campus_l@2x.webp) no-repeat top center/contain;
  width: 28.61%;
  height: 588px;
  aspect-ratio: 103/147;
}
.campus_sec .bg_inner::after {
  top: -140px;
  right: -10px;
  background: url(../../welcome/img/deco_campus_r@2x.webp) no-repeat top center/contain;
  width: 48.68%;
  height: 718px;
  aspect-ratio: 701/718;
}
.campus_sec .bnr_box {
  text-align: center;
  margin-top: 15px;
}
.campus_sec .img_student {
  position: absolute;
  right: 1.5%;
  bottom: -150px;
}

.oc_sec {
  position: relative;
  background-image: linear-gradient(90deg, #dbf8ff, #ffdceb);
  padding: 80px 0 65px;
}
.oc_sec .title {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.oc_sec .title span {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  background-image: linear-gradient(90deg, #ffa0c8, #87e6ff);
  border-radius: 100px;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
  padding: 10px 50px;
}
.oc_sec .title span::before, .oc_sec .title span::after {
  width: 3px;
  height: 32px;
  content: "";
  background-color: #fff;
  border-radius: 50px;
}
.oc_sec .title span::before {
  margin-right: 0.5em;
  transform: rotate(-45deg);
}
.oc_sec .title span::after {
  margin-left: 0.5em;
  transform: rotate(45deg);
}
.oc_sec .bnr_box {
  text-align: center;
}

.rate_sec {
  background: url(../../welcome/img/bg_rate.svg) top center;
  padding: 60px 0;
}
.rate_sec .lead {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #FF8FBE;
}
.rate_sec .img {
  text-align: center;
  margin-top: 30px;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 768px) {
  #breadCrumb {
    display: none;
  }
  .mv_wrap .mv_pic {
    width: 98%;
    max-width: 98%;
    top: 21%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
  }
  .mv_wrap .mv_student {
    width: 75%;
    opacity: 0;
    transform: translateY(60px);
    animation: mvStudent 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
    margin: 0 auto;
  }
  .mv_wrap .mv_title {
    margin-top: -22%;
    opacity: 0;
    transform: translateY(80px) scale(0.5);
    transform-origin: center center;
    animation: mvTitle 1s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
  }
  @keyframes mvStudent {
    0% {
      opacity: 0;
      transform: translateY(60px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes mvTitle {
    0% {
      opacity: 0;
      transform: translateY(80px) scale(0.5);
    }
    45% {
      opacity: 1;
      transform: translateY(-15px) scale(1.12);
    }
    65% {
      transform: translateY(5px) scale(0.96);
    }
    80% {
      transform: translateY(-3px) scale(1.04);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  .mv_wrap .mv_bg {
    height: auto;
    max-height: 100%;
  }
  .mv_wrap .mv_object {
    width: 35%;
  }
  .mv_wrap .mv_deco {
    z-index: 1;
  }
  .mv_wrap .mv_deco.deco01 {
    top: 20%;
    left: 5%;
    width: 16%;
    animation: deco01 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.2s forwards;
  }
  .mv_wrap .mv_deco.deco02 {
    left: 0;
    bottom: 22%;
    width: 15%;
    animation: deco02 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.25s forwards;
  }
  .mv_wrap .mv_deco.deco03 {
    top: 12%;
    left: 50%;
    width: 13%;
    animation: deco03 0.8s cubic-bezier(0.16, 1, 0.3, 1) 1.3s forwards;
  }
  .mv_wrap .mv_deco.deco04 {
    right: 5%;
    bottom: 27%;
    width: 12%;
    animation: deco04 0.9s cubic-bezier(0.16, 1, 0.3, 1) 1.35s forwards;
  }
  @keyframes deco01 {
    0% {
      opacity: 0;
      transform: translate(-50px, 30px) scale(0.7) rotate(-10deg);
    }
    60% {
      opacity: 1;
      transform: translate(8px, -5px) scale(1.08) rotate(3deg);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0) scale(1) rotate(0);
    }
  }
  @keyframes deco02 {
    0% {
      opacity: 0;
      transform: translateY(50px) scale(0.7) rotate(10deg);
    }
    60% {
      opacity: 1;
      transform: translateY(-8px) scale(1.08) rotate(-3deg);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1) rotate(0);
    }
  }
  @keyframes deco03 {
    0% {
      opacity: 0;
      transform: translate(50px, -30px) scale(0.7) rotate(10deg);
    }
    60% {
      opacity: 1;
      transform: translate(-8px, 5px) scale(1.08) rotate(-3deg);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0) scale(1) rotate(0);
    }
  }
  @keyframes deco04 {
    0% {
      opacity: 0;
      transform: translateY(60px) scale(0.65);
    }
    60% {
      opacity: 1;
      transform: translateY(-10px) scale(1.1);
    }
    80% {
      transform: translateY(3px) scale(0.97);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  .mv_wrap #breadCrumb {
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
  .mv_wrap #breadCrumb ul {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  .mv_wrap #breadCrumb ul li {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.1em;
    position: relative;
    padding-right: 10px;
  }
  .mv_wrap #breadCrumb ul li::after {
    content: " > ";
    position: absolute;
    right: -3px;
  }
  .mv_wrap #breadCrumb ul li:last-child::after {
    content: none;
  }
  .mv_wrap #breadCrumb ul li .here {
    color: #A8852B;
  }
  .lead_sec {
    padding-top: 50px;
  }
  .lead_sec::before {
    top: -14vw;
    width: 800px;
    height: 500px;
  }
  .lead_sec::after {
    top: -10px;
    width: 100%;
    height: 150px;
    background-size: cover;
  }
  .lead_sec .title_wrap {
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .lead_sec .lead_babble {
    margin-bottom: 10px;
    padding: 10px 25px;
    font-size: 17px;
  }
  .lead_sec .lead_babble::before {
    top: -25px;
    width: 76px;
    height: 38px;
  }
  .lead_sec .lead_babble::after {
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 25px;
  }
  .lead_sec .lead_text {
    font-size: 15px;
    padding: 5px;
    margin-top: 15px;
  }
  .contents_sec {
    margin-top: 50px;
  }
  .contents_sec .other_text {
    margin-top: 30px;
  }
  .contents_sec .other_text span {
    font-size: 20px;
  }
  .contents_sec .other_text span::after {
    width: 100px;
    height: 32px;
  }
  .contents_sec .wave_wrap {
    height: 70px;
  }
  .contents_sec .title_intro {
    top: 30px;
    padding: 0 20px;
  }
  .contents_sec .title_intro .text_l {
    font-size: 20px;
  }
  .contents_sec .title_intro .title_wrap {
    width: 100%;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    padding: 0 15px;
    margin-top: -15px;
  }
  .contents_sec .title_intro .title_wrap::before {
    border-width: 19px 0px 19px 7px;
  }
  .contents_sec .title_intro .title_wrap::after {
    border-width: 19px 7px 19px 0px;
  }
  .contents_sec .title_intro .title_sub {
    width: 34.93%;
    margin: 0 auto;
  }
  .contents_sec .img_student.student01 {
    top: -35px;
    width: 30%;
  }
  .contents_sec .img_student.student02 {
    top: -40px;
    width: 31.5%;
  }
  .contents_sec .content_lead {
    font-size: 16px;
    margin-top: 17px;
  }
  .contents_sec .content_wrap {
    margin-top: 50px;
  }
  .contents_sec .content_wrap:first-of-type {
    margin-top: 25px;
  }
  .contents_sec .content_wrap .content_title {
    position: absolute;
    z-index: 2;
  }
  .contents_sec .content_wrap.wrap01 .content_title {
    transform: translate(10%, 100%);
    width: 65%;
  }
  .contents_sec .content_wrap.wrap02 .content_title {
    transform: translate(0%, -40%);
    width: 65%;
  }
  .contents_sec .content_wrap.wrap03 {
    margin-top: 8px;
  }
  .contents_sec .content_wrap.wrap03 .content_title {
    transform: translate(-60%, 340%);
    width: 62%;
  }
  .contents_sec .content_wrap.wrap04 .content_title {
    transform: translate(-30%, 300%);
    width: 68%;
  }
  .contents_sec .content_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .contents_sec .content_text {
    max-width: 100%;
    margin: -30px auto 0;
  }
  .contents_sec .content_text.reverse {
    align-items: flex-start;
  }
  .contents_sec .content_text.contents01_3 {
    margin-top: -60px;
  }
  .contents_sec .content_text.contents02_1 {
    margin-top: -95px;
  }
  .contents_sec .text_inner {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    font-size: 14px;
    padding: 20px 10px 10px;
  }
  .contents_sec .text_inner .title {
    top: -20px;
    left: -10px;
    font-size: 22px;
    padding: 5px 20px;
  }
  .contents_sec .text_inner .text .color {
    color: #FF8FBE;
    font-weight: bold;
  }
  .contents_sec .text_inner .voice {
    background-image: repeating-linear-gradient(-30deg, #ffe9f2, #ffe9f2 4px, transparent 4px, transparent 6px);
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.8;
    padding: 10px;
  }
  .contents_sec .text_inner .voice_title {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 50%;
  }
  .contents_sec .img_inner {
    display: none;
  }
  .contents_sec .img_inner.img01 {
    right: 50px;
    bottom: -5px;
    width: 30.75%;
  }
  .contents_sec .img_inner.img02 {
    left: 50px;
    bottom: 0;
    width: 24.17%;
    z-index: 1;
  }
  .contents_sec .img_inner.img03 {
    right: 50px;
    bottom: -10px;
    width: 25.25%;
  }
  .contents_sec .img_inner.img04 {
    top: 22px;
    left: 50px;
    width: 19.33%;
    z-index: 2;
  }
  .contents_sec .img_inner.img05 {
    left: 77px;
    bottom: 15px;
    width: 19.83%;
    z-index: 1;
  }
  .contents_sec .sec_title {
    padding: 8px 5px;
  }
  .contents_sec .sec_title .title_inner {
    font-size: 18px;
    line-height: 1.5;
  }
  .contents_sec .sec_title .title_inner .text_l {
    font-size: 21px;
  }
  .contents_sec .sec_title .title_inner::before, .contents_sec .sec_title .title_inner::after {
    width: 24px;
    height: 20px;
  }
  .contents_sec .sec_title .title_inner::before {
    left: -25px;
  }
  .contents_sec .sec_title .title_inner::after {
    top: 45%;
    right: -25px;
  }
  .contents_sec .sec_title .check {
    top: -21px;
    width: 25%;
  }
  .contents_sec .contents01,
  .contents_sec .contents02 {
    padding-bottom: 40px;
  }
  .contents_sec .contents01::before {
    top: 8%;
    right: -70px;
    width: 205px;
    height: 100px;
  }
  .contents_sec .contents01::after {
    top: 40%;
    width: 300px;
    height: 128px;
  }
  .contents_sec .contents01 .bg_inner::before {
    top: 67%;
    right: -150px;
    width: 300px;
    height: 146px;
  }
  .contents_sec .contents01 .sec_title .title_inner {
    text-shadow: 1px 1px 0 #FF5EA2, 2px 2px 0 #FF5EA2, 3px 3px 0 #FF5EA2;
    -webkit-text-stroke: 3.5px #FF5EA2;
    paint-order: stroke;
  }
  .contents_sec .contents01 .sec_title .title_inner::before, .contents_sec .contents01 .sec_title .title_inner::after {
    width: 24px;
    height: 20px;
  }
  .contents_sec .contents02 {
    padding: 40px 0 120px;
  }
  .contents_sec .contents02::before {
    top: -40px;
    left: -50px;
    width: 200px;
    height: 167px;
  }
  .contents_sec .contents02::after {
    top: 90%;
    right: -20px;
    width: 120px;
  }
  .contents_sec .contents02 .sec_title .title_inner {
    text-shadow: 1px 1px 0 #47A1EF, 2px 2px 0 #47A1EF, 3px 3px 0 #47A1EF;
  }
  .contents_sec .contents02 .sec_title .title_inner::before, .contents_sec .contents02 .sec_title .title_inner::after {
    width: 24px;
    height: 20px;
  }
  .contents_sec .contents02 .text_inner .voice {
    background-image: repeating-linear-gradient(-30deg, #E6FAFF, #E6FAFF 4px, transparent 4px, transparent 6px);
  }
  .contents_sec .contents02 .contents_flex_list {
    flex-direction: column;
    gap: 50px 0;
    max-width: 100%;
    margin: 50px auto 0;
  }
  .contents_sec .contents02 .contents_flex_list::before {
    content: none;
  }
  .contents_sec .contents02 .contents_list_item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contents_sec .contents02 .contents_list_item::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 10px;
    background: url(../../welcome/img/bg_contents_list.svg) no-repeat top center/contain;
    width: 600px;
    height: 349px;
    transform: scale(-1, -1);
  }
  .contents_sec .contents02 .contents_list_item .content_img {
    width: 100%;
    margin: 0;
  }
  .contents_sec .contents02 .contents_list_item .content_img .img {
    width: 73.33%;
  }
  .contents_sec .contents02 .contents_list_item .cap01 {
    top: -19px;
    right: 70px;
    width: 56.55%;
  }
  .contents_sec .contents02 .contents_list_item .cap02 {
    top: -30px;
    left: 0;
    bottom: auto;
    width: 102.36%;
  }
  .contents_sec .contents02 .contents_list_item .deco01 {
    left: 20px;
    bottom: -50px;
  }
  .contents_sec .contents02 .contents_list_item .deco02 {
    top: 25px;
    left: 12px;
  }
  .contents_sec .contents02 .contents_list_item .deco03 {
    right: -10px;
    bottom: -15px;
  }
  .contents_sec .contents02 .contents_list_item .content_text {
    align-self: flex-end;
    max-width: 100%;
    width: 73.33%;
    margin: -30px 0 0;
  }
  .contents_sec .contents02 .contents_list_item .text_inner {
    width: 100%;
    max-width: 100%;
  }
  .contents_sec .contents02 .contents_list_item:last-child {
    margin-top: 0;
  }
  .contents_sec .contents02 .contents_list_item:last-child::before {
    transform: scale(1, -1);
  }
  .contents_sec .contents02 .contents_list_item:last-child .content_img {
    align-self: flex-end;
  }
  .contents_sec .contents02 .contents_list_item:last-child .content_img .img {
    margin-left: auto;
  }
  .contents_sec .contents02 .contents_list_item:last-child .content_text {
    align-self: flex-start;
  }
  .campus_sec {
    padding: 50px 0;
    margin-top: -40px;
  }
  .campus_sec::before {
    top: 0;
    background: url(../../welcome/img/bg_campus.svg) repeat-x top center/cover;
    height: 264px;
  }
  .campus_sec .text {
    max-width: 100%;
    font-size: 15px;
    padding: 5px;
    margin: 15px auto 0;
  }
  .campus_sec .bg_inner::before {
    top: -80px;
    left: -10px;
    background: url(../../welcome/img/deco_campus_l_sp@2x.webp) no-repeat top center/contain;
    width: 28.61%;
    height: 194px;
    aspect-ratio: 279/389;
  }
  .campus_sec .bg_inner::after {
    top: -90px;
    right: -20px;
    background: url(../../welcome/img/deco_campus_r_sp@2x.webp) no-repeat top center/contain;
    width: 66.13%;
    height: 194px;
    aspect-ratio: 124/97;
  }
  .oc_sec {
    padding: 55px 0 32px;
  }
  .oc_sec .title span {
    width: calc(100% - 40px);
    font-size: 20px;
    padding: 5px 25px;
  }
  .oc_sec .title span::before, .oc_sec .title span::after {
    height: 43px;
  }
  .oc_sec .title span::before {
    margin-right: 1em;
  }
  .oc_sec .title span::after {
    margin-left: 1em;
  }
  .rate_sec {
    background: url(../../welcome/img/bg_rate.svg) top center;
    padding: 30px 0;
  }
  .rate_sec .lead {
    font-size: 18px;
    line-height: 1.5;
  }
  .rate_sec .img {
    margin-top: 15px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=welcome.css.map */