/* course - health-sports
------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
body {
  background-color: #EBEBEB;
}

.hsMv {
  width: 100%;
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff3f2), to(#61c1be));
  background-image: linear-gradient(#dff3f2 0%, #61c1be 100%);
  position: relative;
}
.hsMv::before {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  background: url("../../images/course/health-sports/mv_bg.png") no-repeat center center;
  background-size: auto 700px;
  position: absolute;
  z-index: 1;
  top: 0;
}

.hsMvHd {
  position: absolute;
  z-index: 2;
  top: 551px;
  left: calc(50% + 203px);
}
.hsMvHd .title1 {
  padding: 5px 12px 6px;
  display: inline-block;
  background-color: #333333;
  border: 1px solid #333333;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-weight: 700;
}
.hsMvHd .title2 {
  padding: 8px 0px 8px 12px;
  width: 295px;
  display: block;
  background-color: #fff;
  border: 1px solid #333333;
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: 700;
}

@media screen and (max-width: 1000px) and (min-width: 721px) {
  .hsMv {
    height: 480px;
  }
  .hsMv::before {
    height: 480px;
    background-size: auto 480px;
  }
  .hsMvHd {
    top: 362px;
    left: calc(50% - 10px);
  }
  .hsMvHd .title1 {
    font-size: 1.4rem;
  }
  .hsMvHd .title2 {
    font-size: 2.5rem;
  }
}
.hsNav {
  padding: 0 30px;
}

.hsNavList {
  max-width: 1000px;
  margin: 0 auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #4a4a4a;
}
.hsNavList li {
  width: 20%;
}
.hsNavList li a {
  display: block;
  width: 100%;
  height: 85px;
  border: 1px solid #4a4a4a;
  border-left: 0;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding-top: 19px;
  color: #000000;
}
.hsNavList li a::before {
  content: "";
  width: 17px;
  height: 9px;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 19px;
  background: url("../../images/course/health-sports/navlist_arrow.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
}
.hsNavList li a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  color: #fff;
}
.hsNavList li a:hover::before {
  background-image: url("../../images/course/health-sports/navlist_arrow_white.svg");
}

.hsLearn {
  padding: 0 30px;
  margin-bottom: 122px;
}
.hsLearn .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.hsLearnHd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
.hsLearnHd .sub {
  display: inline-block;
  border: 1px solid #333333;
  border-right: 0;
  background-color: #fff;
  padding: 8px 14px 10px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
.hsLearnHd .main {
  display: inline-block;
  border: 1px solid #333333;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 25px 33px 29px;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 700;
}

.hsLearnList {
  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;
  gap: 0 109px;
}

.hsLearnListItem {
  width: 390px;
  height: 349px;
  position: relative;
  background: url("../../images/course/health-sports/learnlist_bg1.png") no-repeat right bottom;
  background-size: 300px 300px;
}
.hsLearnListItem:nth-child(2) {
  margin-top: 132px;
  background-image: url("../../images/course/health-sports/learnlist_bg2.png");
}
.hsLearnListItem:nth-child(3) {
  margin-top: -70px;
  background-image: url("../../images/course/health-sports/learnlist_bg3.png");
}
.hsLearnListItem:nth-child(4) {
  margin-top: 69px;
  background-image: url("../../images/course/health-sports/learnlist_bg4.png");
}
.hsLearnListItem .num {
  position: absolute;
  left: 0;
  top: -9px;
  font-size: 8rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald";
  color: #fff;
  -webkit-text-stroke: 1px #333;
}
.hsLearnListItem .txt {
  position: absolute;
  left: 90px;
  top: 0;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
.hsLearnListItem .txt span {
  padding: 7px 16px 11px;
  margin-bottom: 8px;
  border: 1px solid #333;
  background-color: #fff;
  display: inline-block;
}

@media screen and (max-width: 950px) and (min-width: 721px) {
  .hsLearnListItem {
    margin: 0 auto;
  }
  .hsLearnListItem:nth-child(2) {
    margin-top: 60px;
  }
  .hsLearnListItem:nth-child(3) {
    margin-top: 60px;
  }
  .hsLearnListItem:nth-child(4) {
    margin-top: 60px;
  }
}
.hsPoint {
  overflow-x: hidden;
}

.hsPointHd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 58px;
}
.hsPointHd .sub {
  display: inline-block;
  border: 1px solid #333333;
  border-right: 0;
  background-color: #fff;
  padding: 8px 14px 10px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
.hsPointHd .main {
  display: inline-block;
  border: 1px solid #333333;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 25px 33px 29px;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 700;
}

.hsPointBlock {
  max-width: 1000px;
  margin: 0 auto 71px;
  position: relative;
}

.hsPointBlockHd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 76px 40px;
  position: relative;
}
.hsPointBlockHd::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: -100%;
  bottom: 0;
}
.hsPointBlockHd .num {
  font-size: 8.6rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald";
  color: #fff;
  -webkit-text-stroke: 1px #333;
  margin-right: 73px;
}
.hsPointBlockHd .sub {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 23px;
  position: relative;
  top: 23px;
}
.hsPointBlockHd .main {
  display: inline-block;
  border: 1px solid #333333;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 17px 24px 21px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: 23px;
}

@media screen and (max-width: 900px) and (min-width: 721px) {
  .hsPointBlockHd .sub {
    font-size: 1.8rem;
  }
  .hsPointBlockHd .main {
    font-size: 2rem;
  }
}
.hsPointSlide {
  padding-left: 193px;
  height: 524px;
  position: relative;
  margin-right: calc(50% - 50vw);
}
.hsPointSlide::before {
  content: "";
  display: block;
  width: 100vw;
  height: 345px;
  border-radius: 80px 0 0 0;
  background-color: #fff;
  position: absolute;
  top: 125px;
  left: 0;
  z-index: -1;
}
.hsPointSlide .slick-prev,
.hsPointSlide .slick-next {
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #333333;
  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;
}
.hsPointSlide .slick-prev {
  left: 193px;
  background-image: url("../../images/course/health-sports/ico_prev.svg");
  background-position: left 15px center;
}
.hsPointSlide .slick-prev:hover {
  background-image: url("../../images/common/ico_prev_white.svg");
  background-color: #333333;
}
.hsPointSlide .slick-next {
  left: 277px;
  background-image: url("../../images/course/health-sports/ico_next.svg");
  background-position: left 16px center;
}
.hsPointSlide .slick-next:hover {
  background-image: url("../../images/common/ico_next_white.svg");
  background-color: #333333;
}

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

.hsPointSlideItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 70px;
  width: 460px;
  position: relative;
}
.hsPointSlideItem .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hsPointSlideItem .lead {
  position: relative;
  z-index: 2;
  margin-bottom: 168px;
}
.hsPointSlideItem .lead span {
  display: inline-block;
  padding: 8px 16px 10px;
  margin-bottom: 6px;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}
.hsPointSlideItem .title {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: 1px solid #333333;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 13px 20px 15px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.hsPointSlideItem .txt {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

.hsPointCross {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.hsPointCross .inner {
  border-radius: 80px;
  background-color: #fff;
  padding: 0 40px 19px;
}

.hsPointCrossHd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 203px 40px;
  position: relative;
}
.hsPointCrossHd::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: -100%;
  bottom: 0;
}
.hsPointCrossHd .num {
  font-size: 8.6rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald";
  color: #fff;
  -webkit-text-stroke: 1px #333;
  margin-right: 73px;
}
.hsPointCrossHd .sub {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 23px;
  position: relative;
  top: 23px;
}
.hsPointCrossHd .main {
  display: inline-block;
  border: 1px solid #333333;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 17px 24px 21px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: 23px;
}

@media screen and (max-width: 900px) and (min-width: 721px) {
  .hsPointCrossHd .sub {
    font-size: 1.8rem;
  }
  .hsPointCrossHd .main {
    font-size: 2rem;
  }
}
.hsPointCrossLeadBlock {
  max-width: 790px;
  margin: 0 auto 23px;
  text-align: center;
}
.hsPointCrossLeadBlock .title img {
  margin-top: -124px;
}
.hsPointCrossLeadBlock .lead {
  display: inline-block;
  border: 1px solid #333333;
  border-top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 16px 64px 17px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.hsPointCrossLeadBlock .txt {
  display: inline-block;
  border: 1px solid #333333;
  border-top: 0;
  background-color: #fff;
  padding: 7px 16px 7px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 900px) and (min-width: 721px) {
  .hsPointCrossLeadBlock .title {
    margin: 0 20px;
  }
  .hsPointCrossLeadBlock .lead {
    padding: 16px 24px 17px;
  }
}
.hsPointCrossProfList {
  width: 790px;
  margin: 0 auto 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hsPointCrossProfListItem {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hsPointCrossProfListItem .img {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.hsPointCrossProfListItem .txt {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
}

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

.hsPointCrossDialogL {
  position: relative;
  margin-bottom: 40px;
  padding-left: 128px;
  background: url("../../images/course/health-sports/pointcrosstalk_img1.png") no-repeat left top;
  background-size: 90px auto;
}
.hsPointCrossDialogL::before {
  content: "";
  position: absolute;
  left: 99px;
  top: 30px;
  width: 30px;
  height: 30px;
  background: url("../../images/course/health-sports/pointcrossdialog_bgl.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.hsPointCrossDialogL p {
  max-width: 550px;
  border: 1px solid #333;
  background-color: #fff;
  padding: 30px;
}

.hsPointCrossDialogR {
  position: relative;
  margin-bottom: 40px;
  background: url("../../images/course/health-sports/pointcrosstalk_img2.png") no-repeat right top;
  background-size: 90px auto;
  text-align: right;
  padding-right: 128px;
}
.hsPointCrossDialogR::before {
  content: "";
  position: absolute;
  right: 99px;
  top: 30px;
  width: 30px;
  height: 30px;
  background: url("../../images/course/health-sports/pointcrossdialog_bgr.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.hsPointCrossDialogR p {
  display: inline-block;
  text-align: left;
  max-width: 550px;
  border: 1px solid #333;
  background-color: #fff;
  padding: 30px;
}

.hsPointColumn {
  max-width: 1000px;
  margin: 0 auto 58px;
}

.hsPointColumnHd {
  font-size: 8rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald";
  color: #fff;
  -webkit-text-stroke: 1px #333;
  margin-bottom: -3px;
}

.hsPointColumnBlock {
  border: 1px solid #333;
  padding: 38px 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hsPointColumnBlock .img {
  width: 378px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 42px;
}
.hsPointColumnBlock .txtBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hsPointColumnBlock .title {
  display: inline-block;
  border: 1px solid #333333;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 8px 15px 12px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
.hsPointColumnBlock .txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

.hsCareer {
  margin-bottom: 70px;
}

.hsCareerHd {
  text-align: center;
  border-bottom: 1px solid #333;
  margin-bottom: 73px;
}
.hsCareerHd span {
  display: inline-block;
  border: 1px solid #333333;
  border-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 20px 33px 24px;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.hsCareerImg {
  width: 485px;
  margin: 0 auto 36px;
}

.hsCareerGraduates {
  border-radius: 80px 80px 0 0;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto 5px;
  padding: 37px 40px 27px;
}
.hsCareerGraduates .title {
  text-align: center;
  margin-bottom: 30px;
}
.hsCareerGraduates .title span {
  border: 1px solid #333;
  padding: 12px 18px 14px;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
.hsCareerGraduates .img {
  width: 598px;
  margin: 0 auto 48px;
}
.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;
}
.hsCareerGraduates .list li {
  width: 420px;
  margin-bottom: 18px;
}
.hsCareerGraduates .list li:nth-child(4) {
  margin-top: -39px;
}
.hsCareerGraduates .list h4 {
  display: inline-block;
  border: 1px solid #61C1BE;
  padding: 10px 12px 12px;
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
.hsCareerGraduates .list p {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 500;
}

@media screen and (max-width: 950px) and (min-width: 721px) {
  .hsCareerGraduates .list li {
    width: 100%;
  }
  .hsCareerGraduates .list li:nth-child(4) {
    margin-top: auto;
  }
}
.hsCareerLicense {
  border-radius: 0 0 80px 80px;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 40px 43px;
}
.hsCareerLicense .title {
  text-align: center;
  margin-bottom: 30px;
}
.hsCareerLicense .title span {
  display: inline-block;
  border: 1px solid #333;
  padding: 7px 17px 11px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
.hsCareerLicense .list {
  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: 20px 0;
}
.hsCareerLicense .list li {
  width: 33%;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 700;
}
.hsCareerLicense .list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #61C1BE;
  margin-right: 8px;
  vertical-align: 2px;
}
.hsCareerLicense .list li .label1 {
  margin-left: 8px;
  border: 1px solid #333;
  padding: 4px 5px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}
.hsCareerLicense .list li .label2 {
  margin-left: 8px;
  border: 1px solid #333;
  padding: 4px 5px;
  background-color: #333;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  display: inline-block;
}

.hsCurriculum {
  margin-bottom: 58px;
}

.hsCurriculumHd {
  text-align: center;
  border-bottom: 1px solid #333;
  margin-bottom: 53px;
}
.hsCurriculumHd span {
  display: inline-block;
  border: 1px solid #333333;
  border-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 20px 33px 24px;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.hsCurriculumImgBlock {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #333;
  padding: 39px 40px 38px;
  background-color: #fff;
}

.hsClass {
  overflow-x: hidden;
  padding-bottom: 160px;
}
.hsClass .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.hsClassHd {
  text-align: center;
  border-bottom: 1px solid #333;
  margin-bottom: 56px;
}
.hsClassHd span {
  display: inline-block;
  border: 1px solid #333333;
  border-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 20px 33px 24px;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.hsClassLead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 89px;
}

.hsClassSlideWrap {
  position: relative;
}

.hsClassSlide {
  padding-left: 40px;
  height: 641px;
  position: relative;
  margin-right: calc(50% - 50vw);
}
.hsClassSlide::before {
  content: "";
  display: block;
  width: 100vw;
  height: 456px;
  border-radius: 80px 0 0 0;
  background-color: #fff;
  position: absolute;
  top: 118px;
  left: 0;
  z-index: -1;
}
.hsClassSlide .slick-prev,
.hsClassSlide .slick-next {
  position: absolute;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #333333;
  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;
}
.hsClassSlide .slick-prev {
  left: 0;
  background-image: url("../../images/course/health-sports/ico_prev.svg");
  background-position: left 15px center;
}
.hsClassSlide .slick-prev:hover {
  background-image: url("../../images/common/ico_prev_white.svg");
  background-color: #333333;
}
.hsClassSlide .slick-next {
  left: 84px;
  background-image: url("../../images/course/health-sports/ico_next.svg");
  background-position: left 16px center;
}
.hsClassSlide .slick-next:hover {
  background-image: url("../../images/common/ico_next_white.svg");
  background-color: #333333;
}

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

.hsClassSlideItem {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 80px;
  width: 420px;
  position: relative;
}
.hsClassSlideItem .lead {
  position: relative;
  z-index: 2;
  margin-bottom: 9px;
}
.hsClassSlideItem .lead span {
  display: inline-block;
  padding: 8px 15px 10px;
  margin-bottom: 8px;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
.hsClassSlideItem .title {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: 1px solid #333333;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 12px 14px 16px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.hsClassSlideItem .txt {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 15px;
}
.hsClassSlideItem .img {
  position: relative;
  z-index: 2;
  margin-left: 21px;
}

.hsClassPickList {
  margin: 48px 40px 69px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 31px 0 3px;
}

.hsClassPickListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-bottom: 23px;
}
.hsClassPickListItem .title {
  width: 170px;
  height: 50px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #333333;
  background: -webkit-gradient(linear, left top, right top, from(#61c1be), to(#3ba2c1));
  background: linear-gradient(to right, #61c1be 0%, #3ba2c1 100%);
  padding: 12px 0 0 14px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.hsClassPickListItem .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 720px) {
  body {
    background-color: #EBEBEB;
  }
  header {
    padding: 0;
  }
  .hdTitle {
    width: auto;
    left: 6vw;
    top: 2.7777777778vw;
  }
  .hsMv {
    height: 145.5555555556vw;
  }
  .hsMv::before {
    height: 145.5555555556vw;
    background: url("../../images/course/health-sports/mv_bg_sp.png") no-repeat center center;
    background-size: auto 145.5555555556vw;
  }
  .hsMvHd {
    top: 105.5555555556vw;
    left: 5.5555555556vw;
  }
  .hsMvHd .title1 {
    padding: 1.9444444444vw 3.3333333333vw 2.2222222222vw;
    font-size: 3.3333333333vw;
  }
  .hsMvHd .title2 {
    padding: 1.9444444444vw 0 2.5vw 3.3333333333vw;
    width: 62.2222222222vw;
    font-size: 6.1111111111vw;
  }
  .hsBc {
    padding: 1.9444444444vw 5.5555555556vw 11.6666666667vw;
  }
  .hsBc .inner {
    max-width: none;
  }
  .hsBcLink {
    font-size: 2.5vw;
  }
  .hsNews {
    padding: 0 5.5555555556vw 5.8333333333vw;
  }
  .hsNews .inner {
    max-width: none;
  }
  .hsNewsContent {
    display: block;
    margin-bottom: 5.5555555556vw;
  }
  .hsNewsHd {
    width: auto;
    margin-bottom: 9.4444444444vw;
  }
  .hsNewsHd .title {
    font-size: 6.6666666667vw;
    margin-bottom: 3.8888888889vw;
  }
  .hsNewsHd .ja {
    font-size: 3.0555555556vw;
    padding-top: 2.5vw;
  }
  .hsNewsHd .ja::before {
    width: 6.1111111111vw;
    height: 2px;
  }
  .hsNewsList li {
    padding: 5.5555555556vw 0 5vw;
  }
  .hsNewsList li:first-child {
    padding-top: 0;
  }
  .hsNewsList .date {
    margin: 0.8333333333vw 5vw 0 0;
    font-size: 3.3333333333vw;
  }
  .hsNewsList .cat {
    padding: 1.1111111111vw 3.6111111111vw;
    border-radius: 27.7777777778vw;
    font-size: 2.7777777778vw;
  }
  .hsNewsList .title {
    margin-top: 3.0555555556vw;
    font-size: 3.3333333333vw;
  }
  .hsNewsLink a {
    font-size: 3.3333333333vw;
    gap: 4.1666666667vw;
  }
  .hsNewsLink a::after {
    width: 10.2777777778vw;
    height: 10.2777777778vw;
    border-radius: 5.5555555556vw;
    background-size: 3.8888888889vw auto;
  }
  .hsNewsLink a:hover::after {
    background-position: right 2.7777777778vw center;
  }
  .hsNav {
    padding: 0;
  }
  .hsNavList {
    max-width: none;
    margin: 0 auto 13.5277777778vw;
    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;
    border-left: 0;
  }
  .hsNavList li {
    width: auto;
  }
  .hsNavList li a {
    width: 33.3333333333vw;
    height: 16.3888888889vw;
    border: 1px solid #4a4a4a;
    font-size: 3.3333333333vw;
    padding-top: 3.3333333333vw;
  }
  .hsNavList li a::before {
    width: 3.3444444444vw;
    height: 1.8694444444vw;
    left: 15.1388888889vw;
    bottom: 3.6666666667vw;
  }
  .hsNavList li:nth-child(2) a {
    border-left: 0;
    border-right: 0;
  }
  .hsNavList li:nth-child(4) a {
    border-top: 0;
    border-right: 0;
  }
  .hsNavList li:nth-child(5) a {
    border-top: 0;
  }
  .hsLearn {
    padding: 0;
    margin-bottom: 13.6111111111vw;
  }
  .hsLearn .inner {
    max-width: none;
  }
  .hsLearnHd {
    display: block;
    margin: 0 0 18.0555555556vw 22.7777777778vw;
  }
  .hsLearnHd .sub {
    border-right: 1px solid #333333;
    border-bottom: 0;
    padding: 1.9444444444vw 4.4444444444vw 2.2222222222vw;
    font-size: 3.8888888889vw;
  }
  .hsLearnHd .main {
    padding: 5.5555555556vw 11.1111111111vw;
    font-size: 5vw;
  }
  .hsLearnList {
    display: block;
    margin-bottom: 7.2222222222vw;
  }
  .hsLearnListItem {
    width: 88.8888888889vw;
    margin: 0 auto 6.3888888889vw;
    height: 73.8888888889vw;
    background-image: url("../../images/course/health-sports/learnlist_bg1_sp.png");
    background-size: 55.5555555556vw 55.5555555556vw;
    background-position: right bottom;
  }
  .hsLearnListItem:nth-child(2) {
    margin-top: 0;
    background-image: url("../../images/course/health-sports/learnlist_bg2_sp.png");
    background-position: left bottom;
  }
  .hsLearnListItem:nth-child(3) {
    margin-top: 0;
    background-image: url("../../images/course/health-sports/learnlist_bg3_sp.png");
  }
  .hsLearnListItem:nth-child(4) {
    margin-top: 0;
    background-image: url("../../images/course/health-sports/learnlist_bg4_sp.png");
    background-position: left bottom;
  }
  .hsLearnListItem .num {
    top: 0;
    font-size: 16.6666666667vw;
  }
  .hsLearnListItem .txt {
    left: 21.8333333333vw;
    top: 2.2222222222vw;
    font-size: 4.4444444444vw;
  }
  .hsLearnListItem .txt span {
    padding: 1.9444444444vw 4.4444444444vw 2.2222222222vw;
    margin-bottom: 2.2222222222vw;
  }
  .hsPointHd {
    display: block;
    margin: 0 0 9.7222222222vw 22.7777777778vw;
  }
  .hsPointHd .sub {
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 1.9444444444vw 4.4444444444vw 2.2222222222vw;
    font-size: 3.8888888889vw;
  }
  .hsPointHd .main {
    margin-left: 7.5vw;
    margin-top: -1px;
    padding: 5.5555555556vw 11.1111111111vw;
    font-size: 5vw;
  }
  .hsPointBlock {
    max-width: none;
    margin: 0 auto 27.7777777778vw;
  }
  .hsPointBlockHd {
    display: block;
    margin: 0 0 8.3333333333vw;
  }
  .hsPointBlockHd::before {
    width: 5.5555555556vw;
    left: 0;
    bottom: auto;
    top: 16.1111111111vw;
  }
  .hsPointBlockHd .num {
    display: block;
    font-size: 16.6666666667vw;
    margin: 0 0 2.7777777778vw 8.0555555556vw;
  }
  .hsPointBlockHd .sub {
    font-size: 5vw;
    margin: 0 0 4.1666666667vw 8.0555555556vw;
    top: auto;
  }
  .hsPointBlockHd .main {
    padding: 4.4444444444vw 7.7777777778vw 4.7222222222vw;
    font-size: 5.5555555556vw;
    top: auto;
    margin-left: 8.0555555556vw;
  }
  .hsPointSlide {
    padding-left: 11.1111111111vw;
    height: auto;
    margin-right: 0;
  }
  .hsPointSlide::before {
    width: 94.4444444444vw;
    height: 79.7222222222vw;
    border-radius: 16.6666666667vw 0 0 0;
    top: auto;
    bottom: 0;
    left: 5.5555555556vw;
  }
  .hsPointSlide .slick-prev,
  .hsPointSlide .slick-next {
    bottom: -13.8888888889vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 1.9444444444vw 3.3333333333vw;
  }
  .hsPointSlide .slick-prev {
    left: 5.5555555556vw;
    background-position: left 4.1666666667vw center;
  }
  .hsPointSlide .slick-next {
    left: 28.8888888889vw;
    background-position: left 4.4444444444vw center;
  }
  .hsPointSlideBtn {
    bottom: -13.8888888889vw;
    left: 17.2222222222vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 2.7777777778vw 3.6111111111vw;
  }
  .hsPointSlideBtn.isPause {
    background-size: 3.3333333333vw 4.1666666667vw;
  }
  .hsPointSlideItem {
    margin-right: 5.5555555556vw;
    width: 83.3333333333vw;
  }
  .hsPointSlideItem .img {
    top: 8.6111111111vw;
  }
  .hsPointSlideItem .lead {
    margin-bottom: 33.8888888889vw;
  }
  .hsPointSlideItem .lead span {
    padding: 2.2222222222vw 4.4444444444vw 2.7777777778vw;
    margin-bottom: 1.6666666667vw;
    font-size: 3.3333333333vw;
  }
  .hsPointSlideItem .title {
    padding: 3.6111111111vw 5.5555555556vw 4.1666666667vw;
    font-size: 3.8888888889vw;
    margin-bottom: 3.8888888889vw;
  }
  .hsPointSlideItem .txt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
    margin-bottom: 9.4444444444vw;
  }
  .hsPointCross {
    max-width: none;
    margin: 0 auto 11.1111111111vw;
  }
  .hsPointCross .inner {
    border-radius: 16.6666666667vw;
    padding: 0 2.7777777778vw 8.6111111111vw;
    margin: 0 2.7777777778vw;
  }
  .hsPointCrossHd {
    display: block;
    margin: 0 0 19.4444444444vw;
  }
  .hsPointCrossHd::before {
    width: 5.5555555556vw;
    left: 0;
    bottom: auto;
    top: 16.1111111111vw;
  }
  .hsPointCrossHd .num {
    display: block;
    font-size: 16.6666666667vw;
    margin: 0 0 2.7777777778vw 8.0555555556vw;
  }
  .hsPointCrossHd .sub {
    font-size: 5vw;
    margin: 0 0 4.1666666667vw 8.0555555556vw;
    top: auto;
  }
  .hsPointCrossHd .main {
    padding: 4.4444444444vw 7.7777777778vw 4.7222222222vw;
    font-size: 5.5555555556vw;
    top: auto;
    margin-left: 8.0555555556vw;
  }
  .hsPointCrossLeadBlock {
    max-width: none;
    width: 100%;
    margin: 0 auto 8.0555555556vw;
  }
  .hsPointCrossLeadBlock .title img {
    margin-top: -11.1111111111vw;
  }
  .hsPointCrossLeadBlock .lead {
    display: block;
    text-align: center;
    width: 76.6666666667vw;
    margin: 0 auto;
    padding: 5.5555555556vw 0 5vw;
    font-size: 3.8888888889vw;
    line-height: 1.14;
  }
  .hsPointCrossLeadBlock .txt {
    padding: 1.9444444444vw 4.4444444444vw;
    font-size: 3.3333333333vw;
  }
  .hsPointCrossProfList {
    width: 100%;
    margin: 0 auto 10.5555555556vw;
  }
  .hsPointCrossProfListItem .img {
    width: 13.8888888889vw;
    margin-right: 2.7777777778vw;
  }
  .hsPointCrossProfListItem .txt {
    font-size: 3.3333333333vw;
  }
  .hsPointCrossDialog p {
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .hsPointCrossDialogL {
    margin-bottom: 6.9444444444vw;
    padding-left: 24.7222222222vw;
    background-size: 13.8888888889vw auto;
  }
  .hsPointCrossDialogL::before {
    left: 16.6666666667vw;
    top: 8.3333333333vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .hsPointCrossDialogL p {
    max-width: none;
    padding: 5.5555555556vw 6.9444444444vw;
  }
  .hsPointCrossDialogR {
    margin-bottom: 6.9444444444vw;
    background-size: 13.8888888889vw auto;
    padding-right: 24.7222222222vw;
  }
  .hsPointCrossDialogR::before {
    right: 16.6666666667vw;
    top: 8.3333333333vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .hsPointCrossDialogR p {
    max-width: none;
    padding: 5.5555555556vw 6.9444444444vw;
  }
  .hsPointColumn {
    max-width: none;
    margin: 0 2.7777777778vw 13.8888888889vw;
  }
  .hsPointColumnHd {
    font-size: 16.6666666667vw;
    margin-bottom: -0.5555555556vw;
  }
  .hsPointColumnBlock {
    padding: 5.5555555556vw;
    display: block;
  }
  .hsPointColumnBlock .img {
    width: 100%;
    margin-right: 0;
  }
  .hsPointColumnBlock .title {
    padding: 3.3333333333vw 4.1666666667vw 3.6111111111vw;
    font-size: 3.8888888889vw;
    margin-top: -1px;
    margin-bottom: 4.1666666667vw;
  }
  .hsPointColumnBlock .txt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .hsCareer {
    margin-bottom: 13.8888888889vw;
  }
  .hsCareerHd {
    margin-bottom: 11.1111111111vw;
  }
  .hsCareerHd span {
    padding: 4.7222222222vw 11.9444444444vw;
    font-size: 5vw;
  }
  .hsCareerImg {
    width: 83.6111111111vw;
    margin: 0 auto 6.9444444444vw;
  }
  .hsCareerGraduates {
    border-radius: 16.6666666667vw 16.6666666667vw 0 0;
    max-width: none;
    margin: 0 2.7777777778vw 1.3888888889vw;
    padding: 7.2222222222vw 5.5555555556vw 4.7222222222vw;
  }
  .hsCareerGraduates .title {
    margin-bottom: 6.9444444444vw;
  }
  .hsCareerGraduates .title span {
    padding: 2.7777777778vw 5vw;
    font-size: 4.4444444444vw;
  }
  .hsCareerGraduates .img {
    width: 100%;
    margin: 0 auto 6.9444444444vw;
  }
  .hsCareerGraduates .list {
    display: block;
  }
  .hsCareerGraduates .list li {
    width: auto;
    margin-bottom: 4.4444444444vw;
  }
  .hsCareerGraduates .list li:nth-child(4) {
    margin-top: 0;
  }
  .hsCareerGraduates .list h4 {
    padding: 2.5vw 3.3333333333vw 2.7777777778vw;
    margin-bottom: 2.7777777778vw;
    font-size: 3.8888888889vw;
  }
  .hsCareerGraduates .list p {
    font-size: 2.7777777778vw;
  }
  .hsCareerLicense {
    border-radius: 0 0 16.6666666667vw 16.6666666667vw;
    max-width: none;
    margin: 0 2.7777777778vw;
    padding: 6.9444444444vw 6.3888888889vw 9.4444444444vw;
  }
  .hsCareerLicense .title {
    margin-bottom: 6.9444444444vw;
  }
  .hsCareerLicense .title span {
    padding: 2.7777777778vw 5vw;
    font-size: 4.4444444444vw;
  }
  .hsCareerLicense .list {
    display: block;
  }
  .hsCareerLicense .list li {
    width: auto;
    font-size: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .hsCareerLicense .list li::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin-right: 2.2222222222vw;
    vertical-align: 0.5555555556vw;
  }
  .hsCareerLicense .list li .label1 {
    margin-left: 2.2222222222vw;
    padding: 1.1111111111vw 1.3888888889vw;
    font-size: 2.7777777778vw;
  }
  .hsCareerLicense .list li .label2 {
    margin-left: 2.2222222222vw;
    padding: 1.1111111111vw 1.3888888889vw;
    font-size: 2.7777777778vw;
  }
  .hsCurriculum {
    margin-bottom: 13.8888888889vw;
  }
  .hsCurriculumHd {
    margin-bottom: 11.1111111111vw;
  }
  .hsCurriculumHd span {
    padding: 4.7222222222vw 11.9444444444vw;
    font-size: 5vw;
  }
  .hsCurriculumImgBlock {
    max-width: none;
    padding: 5.5555555556vw 2.7777777778vw 8.0555555556vw;
    height: auto;
    width: 94.4444444444vw;
    overflow-x: scroll;
  }
  .hsCurriculumImgBlock img {
    max-width: none;
    width: 255.2777777778vw;
  }
  .hsClass {
    padding-bottom: 31.6666666667vw;
  }
  .hsClass .inner {
    max-width: none;
    margin: 0 auto;
  }
  .hsClassHd {
    margin-bottom: 11.1111111111vw;
  }
  .hsClassHd span {
    padding: 4.7222222222vw 11.9444444444vw;
    font-size: 5vw;
  }
  .hsClassLead {
    font-size: 5vw;
    line-height: 1.67;
    margin-bottom: 9.1666666667vw;
  }
  .hsClassSlide {
    padding-left: 11.1111111111vw;
    height: auto;
    margin-right: 0;
  }
  .hsClassSlide::before {
    width: 94.4444444444vw;
    height: 111.9444444444vw;
    border-radius: 16.6666666667vw 0 0 0;
    top: auto;
    bottom: 0;
    left: 5.5555555556vw;
  }
  .hsClassSlide .slick-prev,
  .hsClassSlide .slick-next {
    bottom: -13.8888888889vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 1.9444444444vw 3.3333333333vw;
  }
  .hsClassSlide .slick-prev {
    left: 5.5555555556vw;
    background-position: left 4.1666666667vw center;
  }
  .hsClassSlide .slick-next {
    left: 28.8888888889vw;
    background-position: left 4.4444444444vw center;
  }
  .hsClassSlideBtn {
    bottom: -13.8888888889vw;
    left: 17.2222222222vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 2.7777777778vw 3.6111111111vw;
  }
  .hsClassSlideBtn.isPause {
    background-size: 3.3333333333vw 4.1666666667vw;
  }
  .hsClassSlideItem {
    margin-right: 5.5555555556vw;
    width: 83.3333333333vw;
  }
  .hsClassSlideItem .lead {
    margin-bottom: 2.5vw;
  }
  .hsClassSlideItem .lead span {
    padding: 2.2222222222vw 4.4444444444vw 2.7777777778vw;
    margin-bottom: 1.6666666667vw;
    font-size: 3.3333333333vw;
  }
  .hsClassSlideItem .title {
    padding: 3.6111111111vw 5.5555555556vw 4.1666666667vw;
    font-size: 3.8888888889vw;
    margin-bottom: 2.7777777778vw;
  }
  .hsClassSlideItem .txt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
    margin-bottom: 5vw;
  }
  .hsClassSlideItem .img {
    margin-left: 0;
    margin-bottom: 5.5555555556vw;
  }
  .hsClassPickList {
    margin: 33.8888888889vw 5.5555555556vw 0vw;
    padding: 9.4444444444vw 0 3.8888888889vw;
  }
  .hsClassPickListItem {
    display: block;
    margin-bottom: 5.5555555556vw;
  }
  .hsClassPickListItem .title {
    width: 35.5555555556vw;
    height: 12.2222222222vw;
    padding: 3.6111111111vw 0 0 4.1666666667vw;
    font-size: 3.8888888889vw;
    margin-bottom: 2.5vw;
  }
  .hsClassPickListItem .txt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
}
.inner1000 {
  width: min(1040px, 100%);
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 720px) {
  .inner1000 {
    padding: 0 5.5555555556vw;
  }
}
.insta {
  background: #61C1BE;
}

.instaFlex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 5px 0;
  min-height: 90px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.instaFlex:hover {
  opacity: 0.7;
}
.instaFlex:hover .instaHd,
.instaFlex:hover .instaTxt {
  opacity: 1;
  color: #4A4A4A;
}
.instaFlex:hover::before {
  opacity: 1;
  border-color: #4A4A4A;
}
.instaFlex:hover img {
  opacity: 1;
  -webkit-filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(0%) hue-rotate(0deg);
          filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(0%) hue-rotate(0deg);
}
.instaFlex::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  position: absolute;
  right: -90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.instaFlex img {
  width: 26px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.instaHd {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.instaTxt {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", serif;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 720px) {
  .instaFlex {
    gap: 2.5vw;
    padding: 1.3888888889vw 0;
    min-height: 13.8888888889vw;
  }
  .instaFlex::before {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    right: -5.5555555556vw;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
  }
  .instaFlex img {
    width: 4.7222222222vw;
  }
  .instaHd {
    font-size: 2.7777777778vw;
  }
  .instaTxt {
    font-size: 3.8888888889vw;
    position: relative;
    bottom: 0.2777777778vw;
  }
}