@charset "UTF-8";
/* course - business
------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Monda:wght@400..700&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
body {
  background: url("../../images/course/business/body_bg.png") no-repeat center top #C3F4FF;
  background-size: cover;
}

.bsMv {
  width: 100%;
  height: 702px;
  position: relative;
}
.bsMv::before {
  content: "";
  width: calc(100% - 494px);
  min-width: 872px;
  height: 630px;
  border-radius: 0 60px 60px 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: url("../../images/course/business/mv_img.png") no-repeat left center;
  background-size: cover;
}
.bsMv::after {
  content: "";
  width: 810px;
  height: 135px;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  background: url("../../images/course/business/mven.png") no-repeat 0 0;
  background-size: 810px auto;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bsMv.isActive::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.bsMv.isActive .bsMvHd {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 872px) and (min-width: 721px) {
  .bsMv::before {
    min-width: auto;
    width: 100%;
    background-position: left -150px center;
  }
  .bsMv::after {
    width: 100%;
  }
}
.bsMvImg {
  position: absolute;
  z-index: 2;
  right: 153px;
  top: 0;
  width: 280px;
  height: 702px;
  overflow: hidden;
}
.bsMvImg::before {
  content: "";
  display: block;
  width: 280px;
  height: 2100px;
  position: absolute;
  bottom: -1050px;
  background: url("../../images/course/business/mv_bg.png") repeat-y 0 0;
  background-size: 280px auto;
  -webkit-animation: scroll-up 20s linear infinite;
          animation: scroll-up 20s linear infinite;
}

@-webkit-keyframes scroll-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1050px);
            transform: translateY(-1050px);
  }
}

@keyframes scroll-up {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1050px);
            transform: translateY(-1050px);
  }
}
.bsMvHd {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 153px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  width: 100%;
  height: 200px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.bsMvHd .sub {
  position: absolute;
  left: 0;
  bottom: 66px;
  display: inline-block;
  padding: 4px 11px 8px;
  background: -webkit-gradient(linear, left top, right bottom, from(#0099d9), to(#004d6d));
  background: linear-gradient(to bottom right, #0099d9 0%, #004d6d 100%);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.bsMvHd .main {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 2px 11px 8px;
  background: -webkit-gradient(linear, left top, right bottom, from(#0099d9), to(#004d6d));
  background: linear-gradient(to bottom right, #0099d9 0%, #004d6d 100%);
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.bsNav {
  margin: 38px 0 42px;
  padding: 0 30px;
}

.bsNavList {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  height: 66px;
  border-radius: 33px;
  background: #fff;
  border: 2px solid #4a4a4a;
  -webkit-box-shadow: 2px 4px 0px 0px #4a4a4a;
          box-shadow: 2px 4px 0px 0px #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.bsNavList li {
  position: relative;
  width: 19.8%;
}
.bsNavList li::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #4A4A4A;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.bsNavList li:first-child:before {
  display: none;
}
.bsNavList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  width: 100%;
  color: #000000;
}
.bsNavList li a:hover {
  color: #0099D9;
}

.bsLearn {
  position: relative;
  padding: 51px 30px 104px;
  margin-bottom: 78px;
  overflow: hidden;
}
.bsLearn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 590px);
  top: 0;
  width: calc(100% - (50% - 590px));
  height: 100%;
  border-radius: 90px 0 0 90px;
  background: url("../../images/course/business/learnintro_bg.png") no-repeat right top 51px #fff;
  background-size: 884px auto;
}
.bsLearn > div {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.bsLearnIntro {
  margin-bottom: 57px;
}

.bsLearnIntroHd {
  padding-top: 134px;
  margin-bottom: 53px;
}
.bsLearnIntroHd .main {
  display: block;
  margin-bottom: 15px;
  font-size: 9rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Monda";
  color: #0099D9;
}
.bsLearnIntroHd .sub {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}

.bsLearnIntroTxtBlock {
  max-width: 756px;
  padding: 47px 66px 42px 0;
  border-radius: 0 60px 0 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
}

.bsLearnIntroLead {
  margin-bottom: 28px;
  font-size: 2rem;
  line-height: 1.55;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.bsLearnIntroTxt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

.bsLearnKFHd {
  margin: 0 auto 115px;
  width: 652px;
}
.bsLearnKFHd .title {
  width: 575px;
  height: 330px;
  margin-bottom: 73px;
  position: relative;
  padding-top: 117px;
}
.bsLearnKFHd .title::before {
  content: "";
  display: block;
  position: absolute;
  right: 201px;
  top: 0;
  width: 303px;
  height: 303px;
  background: url("../../images/course/business/learnkfhd_circle1.svg") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-animation: rotate-clockwise 20s linear infinite;
          animation: rotate-clockwise 20s linear infinite;
}
.bsLearnKFHd .title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 303px;
  height: 303px;
  background: url("../../images/course/business/learnkfhd_circle2.svg") no-repeat 0 0;
  background-size: 100% 100%;
  -webkit-animation: rotate-anticlockwise 20s linear infinite;
          animation: rotate-anticlockwise 20s linear infinite;
}
.bsLearnKFHd .title img {
  position: relative;
  z-index: 3;
}
.bsLearnKFHd .txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

@-webkit-keyframes rotate-clockwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-clockwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-anticlockwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotate-anticlockwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.bsLearnKFKeyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 71px;
}
.bsLearnKFKeyword .title {
  width: 296px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bsLearnKFKeyword .title img {
  width: 233px;
}
.bsLearnKFKeyword .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F4F4F4;
  border-radius: 150px;
  padding: 39px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px 12px;
}
.bsLearnKFKeyword .list li {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
.bsLearnKFKeyword .list li span {
  color: #0099D9;
  margin-right: 4px;
}

.bsLearnKFField {
  margin-bottom: 79px;
}
.bsLearnKFField .title {
  width: 159px;
  margin-bottom: 57px;
}
.bsLearnKFField .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 71px 14%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bsLearnKFField .list li {
  width: 43%;
}
.bsLearnKFField .list li h5 {
  display: inline-block;
  margin-bottom: 9px;
  padding-bottom: 13px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  border-bottom: 3px solid #0099D9;
}
.bsLearnKFField .list li p {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.bsLearnKFField .list li dt {
  display: inline-block;
  padding: 3px 8px 4px;
  margin-right: 5px;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}
.bsLearnKFField .list li dd {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: -1.7em 0 0 5.5em;
}

.bsLearnPbl {
  position: relative;
  color: #fff;
  background-color: #0099D9;
  border-radius: 0 0 0 80px;
  width: 100%;
  padding: 70px 0 79px 157px;
}
.bsLearnPbl::before {
  content: "";
  width: 183px;
  height: 100%;
  background-color: #0099D9;
  border-radius: 0 80px 80px 0;
  display: block;
  position: absolute;
  right: -183px;
  top: 0;
}

.bsLearnPblHd {
  position: absolute;
  left: 44px;
  top: 0;
  padding-top: 42px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Monda";
}
.bsLearnPblHd::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  position: absolute;
  left: 26px;
  top: 0;
  background-color: #fff;
}

.bsLearnPblProject {
  max-width: 842px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  margin-bottom: 49px;
}
.bsLearnPblProject:last-child {
  margin-bottom: 0;
}
.bsLearnPblProject .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 316px;
}

.bsLearnPblProjectTxtBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 8px;
}
.bsLearnPblProjectTxtBlock .lead {
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 300;
}
.bsLearnPblProjectTxtBlock .lead span {
  display: inline-block;
  padding: 10px 15px 11px;
  color: #0099D9;
  background-color: #fff;
  border-radius: 100px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.bsLearnPblProjectTxtBlock .title {
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
  margin-bottom: 13px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.bsLearnPblProjectTxtBlock .txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 900px) and (min-width: 721px) {
  .bsLearnPblProject {
    display: block;
  }
  .bsLearnPblProjectTxtBlock {
    margin-bottom: 20px;
  }
}
.bsPoint {
  position: relative;
  padding-top: 105px;
  padding-bottom: 50px;
}
.bsPoint::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: calc(50% - 590px);
  top: 0;
  width: calc(100% - (50% - 590px));
  height: calc(100% + 108px);
  background-color: #F1FCDD;
  border-radius: 0 80px 80px 0;
}
.bsPoint > div {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1183px) and (min-width: 721px) {
  .bsPoint::before {
    right: 0;
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1060px) and (min-width: 721px) {
  .bsPoint > div {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.bsPointHd {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #D1D1D1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-family: "Monda", "Zen Kaku Gothic New";
}
.bsPointHd::before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #0099D9;
}
.bsPointHd .sub {
  margin-right: 29px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.bsPointHd .main {
  font-size: 4.5rem;
  line-height: 1.1111111111;
  font-weight: 700;
}

.bsPointFlow {
  padding-bottom: 44px;
  border-bottom: 1px solid #4A4A4A;
  margin-bottom: 30px;
}

.bsPointFlowHd {
  margin-bottom: 58px;
  font-size: 3.2rem;
  line-height: 0.9375;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
.bsPointFlowHd .en {
  display: block;
  font-size: 1.3rem;
  line-height: 2.3076923077;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Monda";
  color: #0099D9;
  margin-bottom: 6px;
}

.bsPointFlowMh {
  width: 250px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  background-color: #4A4A4A;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
}

.bsPointFlowList {
  border-top: 1px solid #4A4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 51px;
}
.bsPointFlowList dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.bsPointFlowList dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.bsPointFlowList strong {
  background-color: #F5FF00;
}

.bsPointStructure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 59px;
}
.bsPointStructure .txtBlock {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.bsPointStructure .title {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.bsPointStructure .txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.bsPointStructure .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 500px;
  margin-top: 21px;
}
.bsPointStructure .img img {
  width: 356px;
}

@media screen and (max-width: 900px) and (min-width: 721px) {
  .bsPointStructure .img {
    width: 300px;
    margin-left: 20px;
    margin-right: 70px;
  }
  .bsPointStructure .img img {
    width: 100%;
  }
}
.bsPointMentor {
  position: relative;
}

.bsPointMentorHd {
  margin-bottom: 18px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.bsPointMentorSlide {
  margin-right: calc(50% - 50vw);
}
.bsPointMentorSlide .slick-prev,
.bsPointMentorSlide .slick-next {
  position: absolute;
  bottom: -66px;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #0099D9;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  cursor: pointer;
  outline: none;
  font-size: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.bsPointMentorSlide .slick-prev {
  left: 0;
  background-image: url("../../images/course/business/ico_prev.svg");
  background-position: left 15px center;
}
.bsPointMentorSlide .slick-prev:hover {
  background-image: url("../../images/common/ico_prev_white.svg");
  background-color: #0099D9;
}
.bsPointMentorSlide .slick-next {
  left: 84px;
  background-image: url("../../images/course/business/ico_next.svg");
  background-position: left 16px center;
}
.bsPointMentorSlide .slick-next:hover {
  background-image: url("../../images/common/ico_next_white.svg");
  background-color: #0099D9;
}

.bsPointMentorSlideBtn {
  position: absolute;
  display: block;
  bottom: -66px;
  left: 42px;
  width: 40px;
  height: 40px;
  background: url("../../images/course/business/ico_pause.svg") no-repeat center center;
  background-size: 10px 13px;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
}
.bsPointMentorSlideBtn.isPause {
  background-image: url("../../images/course/business/ico_play.svg");
  background-size: 12px 15px;
}

.bsPointMentorSlideItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  height: 260px;
  margin-right: 47px;
  position: relative;
  color: #fff;
}
.bsPointMentorSlideItem .img {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.bsPointMentorSlideItem .txtBlock {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 153, 217, 0.7)), to(rgba(0, 77, 109, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 153, 217, 0.7) 0%, rgba(0, 77, 109, 0.7) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bsPointMentorSlideItem .txtBlock:hover {
  opacity: 1;
}
.bsPointMentorSlideItem .cat {
  width: 201px;
  padding-bottom: 9px;
  border-bottom: 1px solid #fff;
  margin-bottom: 14px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 700;
}
.bsPointMentorSlideItem .company {
  width: 201px;
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 500;
}
.bsPointMentorSlideItem .name {
  width: 201px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 0.9444444444;
  font-weight: 500;
}
.bsPointMentorSlideItem .name span {
  font-size: 1.4rem;
}
.bsPointMentorSlideItem .txt {
  width: 201px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-weight: 500;
}

.bsCareer {
  background-color: #fff;
  padding: 195px 30px 73px;
}
.bsCareer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.bsCareer .hsCareerImg {
  max-width: 460px;
  margin: 0 auto 36px;
}
.bsCareer .hsCareerGraduates {
  border-radius: 80px;
  background-color: #E3F3FF;
  max-width: 1000px;
  margin: 0 auto 45px;
  padding: 40px;
}
.bsCareer .hsCareerGraduates .title {
  text-align: center;
  margin-bottom: 30px;
  color: #0099D9;
}
.bsCareer .hsCareerGraduates .title span {
  border: 1px solid #0099D9;
  background: #fff;
  padding: 12px 18px 14px;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
.bsCareer .hsCareerGraduates .img {
  width: 601px;
  margin: 0 auto 48px;
}
.bsCareer .hsCareerGraduates .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bsCareer .hsCareerGraduates .list li {
  width: 420px;
  margin-bottom: 18px;
}
.bsCareer .hsCareerGraduates .list h4 {
  display: inline-block;
  border: 1px solid #0099D9;
  background: #fff;
  padding: 10px 12px 12px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
.bsCareer .hsCareerGraduates .list p {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 500;
}

.bsCareerHd {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #D1D1D1;
  padding-bottom: 20px;
  margin-bottom: 45px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
.bsCareerHd::before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #0099D9;
}

.bsCareerLicense {
  margin-bottom: 44px;
}
.bsCareerLicense .title {
  margin-bottom: 26px;
  font-size: 3.2rem;
  line-height: 0.9375;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
.bsCareerLicense .title .en {
  display: block;
  font-size: 1.3rem;
  line-height: 2.3076923077;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Monda";
  color: #0099D9;
  margin-bottom: 6px;
}
.bsCareerLicense .list {
  padding-top: 47px;
  margin-bottom: 26px;
  border-top: 1px solid #0099D9;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 16px;
}
.bsCareerLicense .list li {
  width: 321px;
}
.bsCareerLicense .list li::before {
  content: "●";
  display: inline-block;
  color: #0099D9;
  margin-right: 7px;
}
.bsCareerLicense .txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

.bsCareerSupport {
  padding-top: 49px;
  border-top: 1px solid #0099D9;
}
.bsCareerSupport .title {
  margin-bottom: 25px;
  font-size: 2.3rem;
  line-height: 1.5217391304;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.bsCareerSupport .title::before {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #0099D9;
  margin-right: 21px;
  display: inline-block;
}
.bsCareerSupport .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  margin-bottom: 22px;
}
.bsCareerSupport .list1 dt {
  width: 372px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 23px 0 0 40px;
  background-color: #0099D9;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
}
.bsCareerSupport .list1 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #0099D9;
  padding: 13px 31px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.bsCareerSupport .img {
  width: 83.2%;
  margin: 0 auto 48px;
}
.bsCareerSupport .list2 {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bsCareerSupport .list2 dt {
  width: 218px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bsCareerSupport .list2 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bsCareerSupport .list2 dd span {
  color: #0099D9;
  font-size: 0.7rem;
  vertical-align: 2px;
}

.bsCurriculum {
  background-color: #fff;
}
.bsCurriculum .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.bsCurriculumRound {
  padding: 84px 30px 74px;
  background-color: #0099D9;
  border-radius: 80px;
  max-width: 1366px;
  margin: 0 auto;
}

.bsCurriculumHd {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #D1D1D1;
  padding-bottom: 20px;
  margin-bottom: 60px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  color: #fff;
}
.bsCurriculumHd::before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #fff;
}

.bsCurriculumImgBlock {
  padding: 18px 16px 17px 17px;
  background-color: #fff;
}

.bsClass {
  padding: 110px 30px 258px;
  background-color: #fff;
}
.bsClass .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 68px;
}
.bsClass .inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #0099D9;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}

.bsClassHd {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #D1D1D1;
  padding-bottom: 27px;
  margin-bottom: 66px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
.bsClassHd::before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #0099D9;
}

.bsClassLead {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Monda";
  color: #0099D9;
  position: relative;
  width: 100%;
  padding: 8px 0 9px;
}
.bsClassLead::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #0099D9;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}
.bsClassLead::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #0099D9;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}
.bsClassLead span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #0099D9;
  vertical-align: 4px;
}

.bsClassPickList {
  border-left: 1px solid #0099D9;
  border-right: 1px solid #0099D9;
  position: relative;
}
.bsClassPickList::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #0099D9;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}

.bsClassPickListItem {
  padding: 33px 31px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39px;
}
.bsClassPickListItem .img {
  width: 435px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bsClassPickListItem .txtBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bsClassPickListItem .title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  color: #0099D9;
  margin-bottom: 24px;
}
.bsClassPickListItem .txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 900px) and (min-width: 721px) {
  .bsClassPickListItem .img {
    width: 235px;
  }
}
.bsClassSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #0099D9;
  border-right: 1px solid #0099D9;
  border-bottom: 1px solid #0099D9;
  position: relative;
}
.bsClassSlide::before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #0099D9;
  position: absolute;
  top: 44px;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}
.bsClassSlide::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #0099D9;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}
.bsClassSlide .slick-prev,
.bsClassSlide .slick-next {
  position: absolute;
  bottom: -54px;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #0099D9;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  cursor: pointer;
  outline: none;
  font-size: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.bsClassSlide .slick-prev {
  left: calc(50% - 62px);
  background-image: url("../../images/course/business/ico_prev.svg");
  background-position: left 15px center;
}
.bsClassSlide .slick-prev:hover {
  background-image: url("../../images/common/ico_prev_white.svg");
  background-color: #0099D9;
}
.bsClassSlide .slick-next {
  left: calc(50% + 22px);
  background-image: url("../../images/course/business/ico_next.svg");
  background-position: left 16px center;
}
.bsClassSlide .slick-next:hover {
  background-image: url("../../images/common/ico_next_white.svg");
  background-color: #0099D9;
}

.bsClassSlideBtn {
  position: absolute;
  display: block;
  bottom: 15px;
  left: calc(50% - 21px);
  width: 40px;
  height: 40px;
  background: url("../../images/course/business/ico_pause.svg") no-repeat center center;
  background-size: 10px 13px;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  display: none;
  /* PCで3件以下の場合は非表示に */
}
.bsClassSlideBtn.isPause {
  background-image: url("../../images/course/business/ico_play.svg");
  background-size: 12px 15px;
}

.bsClassSlideItem {
  width: 33%;
  margin-left: -1px;
  border-left: 1px solid #0099D9;
}
.bsClassSlideItem .title {
  height: 45px;
  padding: 13px 32px 0;
  border-top: 1px solid #0099D9;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #0099D9;
}
.bsClassSlideItem .txt {
  padding: 25px 32px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 500;
}

@media screen and (max-width: 720px) {
  body {
    background-image: url("../../images/course/business/body_bg_sp.png");
  }
  header {
    padding: 0;
  }
  .hdTitle {
    width: auto;
    left: 6vw;
    top: 2.7777777778vw;
  }
  .bsMv {
    height: 145.5555555556vw;
  }
  .bsMv::before {
    width: 94.4444444444vw;
    height: 91.1111111111vw;
    min-width: auto;
    left: 0;
    bottom: 48.8888888889vw;
    background: url("../../images/course/business/mv_img_sp.png") no-repeat 0 0;
    background-size: 100% auto;
    border-radius: 0;
  }
  .bsMv::after {
    width: 87.2222222222vw;
    height: 15vw;
    left: 0;
    bottom: 48.8888888889vw;
    background: url("../../images/course/business/mven.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .bsMvImg {
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 45.2777777778vw;
  }
  .bsMvImg::before {
    width: 247.2222222222vw;
    height: 45.2777777778vw;
    bottom: 0;
    background: url("../../images/course/business/mv_bg_sp.png") repeat-x 0 0;
    background-size: auto 45.2777777778vw;
    -webkit-animation: scroll-left 20s linear infinite;
            animation: scroll-left 20s linear infinite;
  }
  @-webkit-keyframes scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-123.6111111111vw);
              transform: translateX(-123.6111111111vw);
    }
  }
  @keyframes scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-123.6111111111vw);
              transform: translateX(-123.6111111111vw);
    }
  }
  .bsMvHd {
    bottom: 67.7777777778vw;
    height: 19.1666666667vw;
  }
  .bsMvHd .sub {
    bottom: 13.0555555556vw;
    padding: 1.1111111111vw 3.0555555556vw 2.2222222222vw;
    font-size: 3.3333333333vw;
  }
  .bsMvHd .main {
    bottom: 0;
    padding: 0.5555555556vw 3.0555555556vw 2.2222222222vw;
    font-size: 9.4444444444vw;
  }
  .bsBc {
    padding: 1.9444444444vw 5.5555555556vw 11.6666666667vw;
  }
  .bsBc .inner {
    max-width: none;
  }
  .bsBcLink {
    font-size: 2.5vw;
  }
  .bsNews {
    padding: 0 5.5555555556vw 5.8333333333vw;
  }
  .bsNews .inner {
    max-width: none;
  }
  .bsNewsContent {
    display: block;
    margin-bottom: 5.5555555556vw;
  }
  .bsNewsHd {
    width: auto;
    margin-bottom: 9.4444444444vw;
  }
  .bsNewsHd .title {
    font-size: 6.6666666667vw;
    margin-bottom: 3.8888888889vw;
  }
  .bsNewsHd .ja {
    font-size: 3.0555555556vw;
    padding-top: 2.5vw;
  }
  .bsNewsHd .ja::before {
    width: 6.1111111111vw;
    height: 2px;
  }
  .bsNewsList li {
    padding: 5.5555555556vw 0 5vw;
  }
  .bsNewsList li:first-child {
    padding-top: 0;
  }
  .bsNewsList .date {
    margin: 0.8333333333vw 5vw 0 0;
    font-size: 3.3333333333vw;
  }
  .bsNewsList .cat {
    padding: 1.1111111111vw 3.6111111111vw;
    border-radius: 27.7777777778vw;
    font-size: 2.7777777778vw;
  }
  .bsNewsList .title {
    margin-top: 3.0555555556vw;
    font-size: 3.3333333333vw;
  }
  .bsNewsLink a {
    font-size: 3.3333333333vw;
    gap: 4.1666666667vw;
  }
  .bsNewsLink a::after {
    width: 10.2777777778vw;
    height: 10.2777777778vw;
    border-radius: 5.5555555556vw;
    background-size: 3.8888888889vw auto;
  }
  .bsNewsLink a:hover::after {
    background-position: right 2.7777777778vw center;
  }
  .bsNav {
    margin: 0;
    padding: 6.9444444444vw 0;
  }
  .bsNavList {
    max-width: none;
    height: auto;
    border-radius: 0;
    background: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.7777777778vw 3.8888888889vw;
    font-size: 3.3333333333vw;
  }
  .bsNavList li {
    width: auto;
  }
  .bsNavList li::before {
    display: none;
  }
  .bsNavList li a {
    height: 14.4444444444vw;
    width: 28.6111111111vw;
    border-radius: 16.6666666667vw;
    background: #fff;
    border: 2px solid #4a4a4a;
    -webkit-box-shadow: 2px 4px 0px 0px #4a4a4a;
            box-shadow: 2px 4px 0px 0px #4a4a4a;
  }
  .bsLearn {
    position: relative;
    padding: 0 5.5555555556vw 13.3333333333vw 8.3333333333vw;
    margin-bottom: 13.6111111111vw;
  }
  .bsLearn::before {
    left: 2.7777777778vw;
    top: 0;
    width: 97.2222222222vw;
    height: 100%;
    border-radius: 11.1111111111vw 0 0 11.1111111111vw;
    background: url("../../images/course/business/learnintro_bg_sp.png") no-repeat right top 6.9444444444vw #fff;
    background-size: 57.7777777778vw auto;
  }
  .bsLearn > div {
    max-width: none;
  }
  .bsLearnIntro {
    margin-bottom: 0;
  }
  .bsLearnIntroHd {
    padding-top: 27.7777777778vw;
    margin-bottom: 8.3333333333vw;
  }
  .bsLearnIntroHd .main {
    margin-bottom: 1.3888888889vw;
    font-size: 10.2777777778vw;
  }
  .bsLearnIntroHd .sub {
    font-size: 3.0555555556vw;
  }
  .bsLearnIntroTxtBlock {
    max-width: none;
    padding: 10.2777777778vw 8.3333333333vw 10.5555555556vw 0;
    border-radius: 0 16.6666666667vw 0 0;
  }
  .bsLearnIntroLead {
    margin-bottom: 9.1666666667vw;
    font-size: 4.4444444444vw;
  }
  .bsLearnIntroTxt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .bsLearnKFHd {
    margin: 0 auto 18.8333333333vw;
    width: 100%;
  }
  .bsLearnKFHd .title {
    width: 86.1111111111vw;
    height: 50.7638888889vw;
    margin-bottom: 10.4166666667vw;
    position: relative;
    padding-top: 16.8611111111vw;
  }
  .bsLearnKFHd .title::before {
    right: 34.7777777778vw;
    width: 44.6111111111vw;
    height: 44.6111111111vw;
  }
  .bsLearnKFHd .title::after {
    right: 5.9722222222vw;
    width: 44.6111111111vw;
    height: 44.6111111111vw;
  }
  .bsLearnKFHd .title img {
    width: 86.1111111111vw;
    margin: 0 auto;
  }
  .bsLearnKFHd .txt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .bsLearnKFKeyword {
    display: block;
    margin-bottom: 13.5555555556vw;
  }
  .bsLearnKFKeyword .title {
    width: 59.8611111111vw;
    margin-bottom: 6.8333333333vw;
  }
  .bsLearnKFKeyword .title img {
    width: 100%;
  }
  .bsLearnKFKeyword .list {
    border-radius: 16.6666666667vw;
    padding: 15.2777777778vw 9.4444444444vw 17.7777777778vw;
    gap: 6.6666666667vw 3.3333333333vw;
  }
  .bsLearnKFKeyword .list li {
    font-size: 4.1666666667vw;
  }
  .bsLearnKFKeyword .list li span {
    margin-right: 1.1111111111vw;
  }
  .bsLearnKFField {
    margin-bottom: 18.0555555556vw;
  }
  .bsLearnKFField .title {
    width: 37.3583333333vw;
    margin-bottom: 10.4166666667vw;
  }
  .bsLearnKFField .list {
    display: block;
  }
  .bsLearnKFField .list li {
    width: 100%;
    margin-bottom: 17.5vw;
  }
  .bsLearnKFField .list li h5 {
    margin-bottom: 4.7222222222vw;
    padding-bottom: 1.9444444444vw;
    font-size: 5vw;
    border-bottom: 3px solid #0099D9;
  }
  .bsLearnKFField .list li p {
    margin-bottom: 3.8888888889vw;
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .bsLearnKFField .list li dt {
    padding: 0.8333333333vw 2.2222222222vw 1.1111111111vw;
    margin-right: 1.3888888889vw;
    font-size: 3.3333333333vw;
  }
  .bsLearnKFField .list li dd {
    font-size: 3.3333333333vw;
    line-height: 1.5em;
  }
  .bsLearnPbl {
    border-radius: 0 11.1111111111vw 11.1111111111vw 11.1111111111vw;
    padding: 13.0555555556vw 5vw 16.3888888889vw 14.4444444444vw;
  }
  .bsLearnPbl::before {
    display: none;
  }
  .bsLearnPblHd {
    left: 3.3333333333vw;
    padding-top: 9.7222222222vw;
    font-size: 6.3888888889vw;
  }
  .bsLearnPblHd::before {
    height: 6.3888888889vw;
    left: 2.7777777778vw;
  }
  .bsLearnPblProject {
    width: 100%;
    max-width: none;
    display: block;
    margin-bottom: 9.7222222222vw;
  }
  .bsLearnPblProject:last-child {
    margin-bottom: 0;
  }
  .bsLearnPblProject .img {
    width: 100%;
  }
  .bsLearnPblProjectTxtBlock {
    margin-top: 0;
  }
  .bsLearnPblProjectTxtBlock .lead {
    margin-bottom: 6.1111111111vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 5vw;
  }
  .bsLearnPblProjectTxtBlock .lead span {
    padding: 1.6666666667vw 1.6666666667vw;
    border-radius: 27.7777777778vw;
    font-size: 3.0555555556vw;
  }
  .bsLearnPblProjectTxtBlock .title {
    padding-bottom: 3.0555555556vw;
    margin-bottom: 3.6111111111vw;
    font-size: 4.4444444444vw;
  }
  .bsLearnPblProjectTxtBlock .txt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
    margin-bottom: 5vw;
  }
  .bsPoint {
    position: relative;
    padding: 19.1666666667vw 8.3333333333vw 12.7777777778vw 5.5555555556vw;
  }
  .bsPoint::before {
    right: auto;
    left: 0;
    top: 0;
    width: 97.2222222222vw;
    height: calc(100% + 21.1111111111vw);
    border-radius: 0 11.1111111111vw 11.1111111111vw 0;
  }
  .bsPoint > div {
    max-width: none;
  }
  .bsPointHd {
    padding-bottom: 2.6388888889vw;
    margin-bottom: 9.8611111111vw;
  }
  .bsPointHd::before {
    width: 11.7138888889vw;
  }
  .bsPointHd .sub {
    margin-right: 6.1111111111vw;
    font-size: 3.8888888889vw;
  }
  .bsPointHd .main {
    font-size: 7.7777777778vw;
  }
  .bsPointFlow {
    padding-bottom: 0;
    margin-bottom: 9.0277777778vw;
  }
  .bsPointFlowHd {
    margin-bottom: 6.9444444444vw;
    font-size: 6.1111111111vw;
  }
  .bsPointFlowHd .en {
    font-size: 2.7777777778vw;
    margin-bottom: 0;
  }
  .bsPointFlowMh {
    width: 51.3888888889vw;
    height: 8.3333333333vw;
    gap: 0;
    font-size: 4.4444444444vw;
  }
  .bsPointFlowList {
    display: block;
    padding: 5vw 0 10.4166666667vw;
  }
  .bsPointFlowList dt {
    width: auto;
    text-align: left;
    font-size: 4.4444444444vw;
    margin-bottom: 3.8888888889vw;
  }
  .bsPointFlowList dd {
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .bsPointStructure {
    display: block;
    margin-bottom: 11.1111111111vw;
  }
  .bsPointStructure .title {
    margin-bottom: 4.1666666667vw;
    font-size: 4.1666666667vw;
  }
  .bsPointStructure .txt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .bsPointStructure .img {
    width: auto;
    margin-top: 8.6111111111vw;
  }
  .bsPointStructure .img img {
    width: 100%;
  }
  .bsPointMentorHd {
    margin-bottom: 5vw;
    font-size: 4.4444444444vw;
  }
  .bsPointMentorSlide {
    margin-right: -8.3333333333vw;
  }
  .bsPointMentorSlide .slick-prev,
  .bsPointMentorSlide .slick-next {
    bottom: -18.3333333333vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 1.9444444444vw 3.3333333333vw;
  }
  .bsPointMentorSlide .slick-prev {
    background-position: left 4.1666666667vw center;
  }
  .bsPointMentorSlide .slick-next {
    left: 23.3333333333vw;
    background-position: left 4.4444444444vw center;
  }
  .bsPointMentorSlideBtn {
    bottom: -18.3333333333vw;
    left: 11.6666666667vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 2.7777777778vw 3.6111111111vw;
  }
  .bsPointMentorSlideBtn.isPause {
    background-size: 3.3333333333vw 4.1666666667vw;
  }
  .bsPointMentorSlideItem {
    width: 72.2222222222vw;
    height: 72.2222222222vw;
    margin-right: 8.0555555556vw;
  }
  .bsPointMentorSlideItem.isActive .txtBlock {
    opacity: 1;
  }
  .bsPointMentorSlideItem .cat {
    width: 55.8333333333vw;
    padding-bottom: 2.5vw;
    margin-bottom: 3.8888888889vw;
    font-size: 4.4444444444vw;
  }
  .bsPointMentorSlideItem .company {
    width: 55.8333333333vw;
    margin-bottom: 1.1111111111vw;
    font-size: 3.3333333333vw;
  }
  .bsPointMentorSlideItem .name {
    width: 55.8333333333vw;
    margin-bottom: 5.5555555556vw;
    font-size: 5vw;
  }
  .bsPointMentorSlideItem .name span {
    font-size: 3.8888888889vw;
  }
  .bsPointMentorSlideItem .txt {
    width: 55.8333333333vw;
    font-size: 3.3333333333vw;
  }
  .bsCareer {
    padding: 33.8888888889vw 5.5555555556vw 16.1111111111vw;
  }
  .bsCareer .inner {
    max-width: none;
  }
  .bsCareer .hsCareerImg {
    max-width: 293px;
    margin: 0 0 11.1111111111vw 7.7777777778vw;
  }
  .bsCareer .hsCareerGraduates {
    border-radius: 8.3333333333vw;
    max-width: none;
    margin: 0 -6vw 45px auto;
    padding: 7.2222222222vw 5.5555555556vw 4.7222222222vw 2.7777777778vw;
  }
  .bsCareer .hsCareerGraduates .title {
    margin-bottom: 6.9444444444vw;
  }
  .bsCareer .hsCareerGraduates .title span {
    padding: 2.7777777778vw 5vw;
    font-size: 4.4444444444vw;
  }
  .bsCareer .hsCareerGraduates .img {
    width: 100%;
    margin: 0 0 6.9444444444vw 2.7777777778vw;
  }
  .bsCareer .hsCareerGraduates .list {
    display: block;
  }
  .bsCareer .hsCareerGraduates .list li {
    width: auto;
    margin-bottom: 4.4444444444vw;
  }
  .bsCareer .hsCareerGraduates .list li:nth-child(4) {
    margin-top: 0;
  }
  .bsCareer .hsCareerGraduates .list h4 {
    padding: 2.5vw 3.3333333333vw 2.7777777778vw;
    margin-bottom: 2.7777777778vw;
    font-size: 3.8888888889vw;
  }
  .bsCareer .hsCareerGraduates .list p {
    font-size: 2.7777777778vw;
  }
  .bsCareerHd {
    padding-bottom: 5.5555555556vw;
    margin-bottom: 10.5555555556vw;
    font-size: 7.7777777778vw;
  }
  .bsCareerHd::before {
    width: 12.5vw;
  }
  .bsCareerLicense {
    margin-bottom: 6.1111111111vw;
  }
  .bsCareerLicense .title {
    margin-bottom: 6.25vw;
    font-size: 6.1111111111vw;
  }
  .bsCareerLicense .title .en {
    font-size: 2.7777777778vw;
    margin-bottom: 0;
  }
  .bsCareerLicense .list {
    padding-top: 10.1388888889vw;
    margin-bottom: 6.5277777778vw;
    font-size: 3.3333333333vw;
    display: block;
  }
  .bsCareerLicense .list li {
    width: 100%;
    margin-bottom: 5.8333333333vw;
  }
  .bsCareerLicense .list li::before {
    margin-right: 1.9444444444vw;
  }
  .bsCareerLicense .txt {
    font-size: 3.3333333333vw;
  }
  .bsCareerSupport {
    padding-top: 10.4166666667vw;
  }
  .bsCareerSupport .title {
    margin-bottom: 5.8333333333vw;
    font-size: 5vw;
  }
  .bsCareerSupport .title::before {
    height: 5vw;
    margin-right: 3.6111111111vw;
  }
  .bsCareerSupport .list1 {
    display: block;
    margin-bottom: 8.3333333333vw;
  }
  .bsCareerSupport .list1 dt {
    width: 100%;
    padding: 5.5555555556vw 0 5.5555555556vw 8.0555555556vw;
    font-size: 4.4444444444vw;
    margin-bottom: 2.1388888889vw;
  }
  .bsCareerSupport .list1 dd {
    padding: 6.3888888889vw 5.5555555556vw;
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .bsCareerSupport .img {
    width: 100%;
    margin: 0 auto 10vw;
  }
  .bsCareerSupport .list2 {
    font-size: 3.3333333333vw;
    display: block;
  }
  .bsCareerSupport .list2 dt {
    width: auto;
    margin-bottom: 3.8888888889vw;
  }
  .bsCareerSupport .list2 dd {
    display: inline-block;
  }
  .bsCareerSupport .list2 dd span {
    font-size: 1.9444444444vw;
    vertical-align: 0.5555555556vw;
  }
  .bsCurriculum .inner {
    max-width: none;
  }
  .bsCurriculumRound {
    padding: 15.5555555556vw 0 14.7222222222vw 5.5555555556vw;
    border-radius: 11.1111111111vw;
    max-width: none;
    margin: 0 auto;
  }
  .bsCurriculumHd {
    padding-bottom: 5.5555555556vw;
    margin-bottom: 10.9722222222vw;
    font-size: 7.7777777778vw;
  }
  .bsCurriculumHd::before {
    width: 12.5vw;
  }
  .bsCurriculumImgBlock {
    padding: 5vw 0 4.7222222222vw 4.7222222222vw;
    height: auto;
    width: 94.4444444444vw;
    overflow-x: scroll;
  }
  .bsCurriculumImgBlock img {
    max-width: none;
    width: 268.6111111111vw;
  }
  .bsClass {
    padding: 15.8333333333vw 5.5555555556vw 30.8333333333vw;
  }
  .bsClass .inner {
    max-width: none;
    padding-bottom: 18.8888888889vw;
  }
  .bsClassHd {
    padding-bottom: 5.5555555556vw;
    margin-bottom: 10.6944444444vw;
    font-size: 7.7777777778vw;
  }
  .bsClassHd::before {
    width: 12.5vw;
  }
  .bsClassLead {
    font-size: 3.8888888889vw;
    padding: 2.2222222222vw 0 2.5vw;
  }
  .bsClassLead span::before {
    width: 1.9444444444vw;
    height: 1.9444444444vw;
    margin-right: 4.1666666667vw;
    vertical-align: 1.1111111111vw;
  }
  .bsClassPickListItem {
    padding: 6.1111111111vw 5.5555555556vw 13.8888888889vw 6.1111111111vw;
    display: block;
  }
  .bsClassPickListItem .img {
    width: 100%;
    margin-bottom: 4.6944444444vw;
  }
  .bsClassPickListItem .title {
    font-size: 4.4444444444vw;
    margin-bottom: 4.1666666667vw;
  }
  .bsClassPickListItem .txt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .bsClassSlide .slick-prev,
  .bsClassSlide .slick-next {
    bottom: -15vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 1.9444444444vw 3.3333333333vw;
  }
  .bsClassSlide .slick-prev {
    left: calc(50% - 17.2222222222vw);
    background-position: left 4.1666666667vw center;
  }
  .bsClassSlide .slick-next {
    left: calc(50% + 6.1111111111vw);
    background-position: left 4.4444444444vw center;
  }
  .bsClassSlideBtn {
    display: block;
    bottom: 4.1666666667vw;
    left: calc(50% - 5.8333333333vw);
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 2.7777777778vw 3.6111111111vw;
  }
  .bsClassSlideBtn.isPause {
    background-size: 3.3333333333vw 4.1666666667vw;
  }
  .bsClassSlideItem {
    width: 100%;
  }
  .bsClassSlideItem .title {
    height: 11.9444444444vw;
    padding: 3.6111111111vw 6.9444444444vw 0;
    font-size: 3.8888888889vw;
  }
  .bsClassSlideItem .txt {
    padding: 5.5555555556vw 6.9444444444vw;
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
}