@charset "UTF-8";
/* course - nursing-care
------------------------------------------------ */
@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+Maru+Gothic:wght@700&display=swap");
.ncMv {
  width: 100%;
  height: 780px;
  position: relative;
  background: url("../../images/course/nursing-care/mv_bg.png") no-repeat center top;
  background-size: auto 780px;
}

.ncMvHd {
  position: absolute;
  left: 183px;
  bottom: 73px;
  font-family: "Zen Maru Gothic";
  color: #5976BA;
}
.ncMvHd .title1 {
  display: block;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.09em;
  font-weight: 700;
}
.ncMvHd .title2 {
  display: block;
  font-size: 4.2rem;
  line-height: 1.4523809524;
  letter-spacing: 0.09em;
  font-weight: 700;
}
.ncMvHd .title3 {
  display: block;
  font-size: 3.4rem;
  line-height: 1.4705882353;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.ncMvCopy {
  width: 93px;
  position: absolute;
  right: 201px;
  bottom: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.ncMvCopy.isActive {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 1000px) and (min-width: 721px) {
  .ncMvHd {
    left: 55px;
  }
  .ncMvCopy {
    right: 151px;
  }
}
.courseNews {
  margin-bottom: 40px;
}

.ncContent {
  background: url("../../images/course/nursing-care/content_bg.png") no-repeat 0 0;
  background-size: 100% auto;
}

.ncNav {
  padding: 42px 30px 0;
  margin-bottom: 90px;
}

.ncNavList {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
.ncNavList li a {
  display: block;
  width: 162px;
  height: 162px;
  border: 2px solid #5976BA;
  border-radius: 50%;
  background-color: #fff;
  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;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  position: relative;
  color: #000000;
}
.ncNavList li a:hover {
  background-color: #5976BA;
  color: #fff;
}
.ncNavList li a::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../../images/course/nursing-care/navlist_arrow.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 16px;
  height: 8px;
  left: 72px;
  bottom: 32px;
}

@media screen and (max-width: 1000px) and (min-width: 721px) {
  .ncNavList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 48px;
  }
}
.ncLearn {
  padding: 0 30px;
  text-align: center;
  margin-bottom: 131px;
}
.ncLearn .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ncLearnHd {
  display: inline-block;
  text-align: left;
  position: relative;
  font-family: "Zen Maru Gothic";
  padding-bottom: 19px;
  margin-bottom: 50px;
}
.ncLearnHd .sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: -10px;
}
.ncLearnHd .main {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
}
.ncLearnHd .main strong {
  font-size: 6.5rem;
}
.ncLearnHd .main small {
  font-size: 3.6rem;
}
.ncLearnHd::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #5976BA;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}

.ncLearnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.5%;
}
.ncLearnList li {
  width: 230px;
  height: 230px;
  background: url("../../images/course/nursing-care/learnlistitem1_bg.png") no-repeat center center;
  background-size: 230px 230px;
  margin: -15px;
  position: relative;
}
.ncLearnList li:nth-child(2) {
  margin-top: 170px;
  background-image: url("../../images/course/nursing-care/learnlistitem2_bg.png");
}
.ncLearnList li:nth-child(3) {
  background-image: url("../../images/course/nursing-care/learnlistitem3_bg.png");
}
.ncLearnList li:nth-child(4) {
  margin-top: 170px;
  background-image: url("../../images/course/nursing-care/learnlistitem4_bg.png");
}
.ncLearnList .num {
  font-size: 5.3rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Sofia Sans";
  color: #5976BA;
  position: absolute;
  left: 40px;
  top: 14px;
}
.ncLearnList .txt {
  padding-top: 170px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
  color: #5976BA;
}

@media screen and (max-width: 1000px) and (min-width: 721px) {
  .ncLearnList {
    gap: 2.7818448023vw;
  }
  .ncLearnList li {
    width: 16.8374816984vw;
    height: 16.8374816984vw;
    background-size: 16.8374816984vw 16.8374816984vw;
    margin: -1.0980966325vw;
  }
  .ncLearnList li:nth-child(2) {
    margin-top: 12.4450951684vw;
  }
  .ncLearnList li:nth-child(4) {
    margin-top: 12.4450951684vw;
  }
  .ncLearnList .num {
    font-size: 5.3rem;
    line-height: 1;
    font-weight: 700;
    font-size: 3.8799414348vw;
    left: 2.9282576867vw;
    top: 1.0248901903vw;
  }
  .ncLearnList .txt {
    padding-top: 12.4450951684vw;
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 700;
    font-size: 1.1713030747vw;
  }
}
.ncPoint {
  padding: 0 30px;
  text-align: center;
  overflow-x: hidden;
}

.ncPointHd {
  display: inline-block;
  text-align: left;
  position: relative;
  font-family: "Zen Maru Gothic";
  padding-bottom: 19px;
  margin-bottom: 7px;
}
.ncPointHd .sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 4px;
}
.ncPointHd .main {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
}
.ncPointHd .main strong {
  font-size: 6.5rem;
}
.ncPointHd .main small {
  font-size: 3.6rem;
}
.ncPointHd::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #5976BA;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}

.ncPointList {
  max-width: 1000px;
  margin: -13px auto 0;
  text-align: left;
}

.ncPointListItem {
  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;
  gap: 67px;
}
.ncPointListItem.point1 {
  padding-top: 13px;
  background: url("../../images/course/nursing-care/pointlistitemhd_bg1.png") no-repeat center top;
  background-size: 730px;
  margin-bottom: 35px;
}
.ncPointListItem.point2 {
  background: url("../../images/course/nursing-care/pointlistitemhd_bg2.png") no-repeat center top;
  background-size: 730px;
  margin-top: -117px;
  padding-top: 56px;
}
.ncPointListItem.point2 .lead {
  margin-top: 275px;
}
.ncPointListItem.point3 {
  background: url("../../images/course/nursing-care/pointlistitemhd_bg3.png") no-repeat center top;
  background-size: 730px;
  padding-bottom: 523px;
  margin-top: -294px;
  padding-top: 256px;
}
.ncPointListItem.point3 .txt {
  top: 275px;
}
.ncPointListItem.point3 .place {
  top: 222px;
}

.ncPointListItem.point1 div:nth-child(4) {
  margin-top: -117px;
}

.ncPointListItem.point2 div:nth-child(3) {
  margin-top: 73px;
}

.ncPointListItem.point2 div:nth-child(4) {
  margin-top: -105px;
}

.ncPointListItem.point2 div:nth-child(5) {
  margin-top: -32px;
}

.ncPointListItemHd {
  display: none;
}

.ncPointBlockL {
  position: relative;
}
.ncPointBlockL .img {
  width: 420px;
  position: absolute;
  left: -184px;
  top: 0;
  z-index: 1;
}
.ncPointBlockL .lead {
  position: relative;
  z-index: 2;
  width: 297px;
  margin-top: 185px;
  margin-bottom: 15px;
}
.ncPointBlockL .lead span {
  display: block;
  margin-bottom: 4px;
  background-color: #fff;
  border: 2px solid #5976BA;
  padding: 2px 0 4px 20px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #5976BA;
}
.ncPointBlockL .txt {
  position: relative;
  z-index: 2;
  width: 297px;
  padding: 14px 18px 14px 28px;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.ncPointBlockL .tag {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 236px;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 19px 0 16px;
  width: 41px;
  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.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.6em;
  font-weight: 700;
  color: #5976BA;
}
.ncPointBlockL .place {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #5976BA;
  margin-bottom: 10px;
  padding: 10px 20px 11px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  color: #fff;
  position: absolute;
  top: 227px;
  right: 0;
}

.ncPointBlockR {
  position: relative;
  margin-top: 85px;
}
.ncPointBlockR .img {
  width: 420px;
  position: absolute;
  right: -184px;
  top: 0;
  z-index: 1;
}
.ncPointBlockR .lead {
  position: relative;
  z-index: 2;
  width: 297px;
  margin-top: 185px;
  margin-bottom: 15px;
}
.ncPointBlockR .lead span {
  display: block;
  margin-bottom: 4px;
  background-color: #fff;
  border: 2px solid #5976BA;
  padding: 2px 0 4px 20px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #5976BA;
}
.ncPointBlockR .txt {
  position: relative;
  z-index: 2;
  width: 297px;
  padding: 14px 18px 14px 28px;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.ncPointBlockR .tag {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 20px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 19px 0 16px;
  width: 41px;
  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;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.6em;
  font-weight: 700;
  color: #5976BA;
}
.ncPointBlockR .place {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #5976BA;
  margin-bottom: 10px;
  padding: 10px 20px 11px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  color: #fff;
  position: absolute;
  top: 227px;
  left: 0;
}

.ncPointBlockGraduates {
  width: 295px;
  height: 482px;
  border: 2px solid #5976BA;
  background-color: #fff;
  padding: 56px 0 28px 32px;
  position: relative;
  margin-top: 22px;
}
.ncPointBlockGraduates::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #fff;
  border-top: 2px solid #5976BA;
  border-bottom: 2px solid #5976BA;
  width: calc(50vw - 200px);
  height: 478px;
}
.ncPointBlockGraduates .title {
  z-index: 2;
  position: absolute;
  right: 0;
  top: -34px;
  border: 2px solid #5976BA;
  border-radius: 999px;
  width: 265px;
  background-color: #D6E2FF;
  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;
  padding: 13px 0 12px;
}
.ncPointBlockGraduates .title .main {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #5976BA;
  margin-bottom: 9px;
}
.ncPointBlockGraduates .title .sub {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
.ncPointBlockGraduates .list {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  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;
}
.ncPointBlockGraduates .list li {
  width: 50%;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.ncPointBlockGraduates .list li::before {
  content: "●";
  font-size: 0.7rem;
  color: #5976BA;
  vertical-align: 3px;
  margin-right: 5px;
}
.ncPointBlockGraduates .list li span {
  display: inline-block;
  width: 5em;
}
.ncPointBlockGraduates .note {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.ncCareer {
  background-image: url("../../images/course/nursing-care/career_bg1.png"), url("../../images/course/nursing-care/career_bg2.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto 200px, auto 200px;
  background-position: center top, center bottom;
  padding: 200px 0;
  margin-top: -200px;
}
.ncCareer .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 1367px) {
  .ncCareer {
    background-size: 100% 200px, 100% 200px;
  }
}
.ncCareerContent {
  background-color: #5976BA;
  padding: 35px 30px 28px;
}

.ncCareerHd {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  color: #fff;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 53px;
  text-align: center;
}
.ncCareerHd::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
}

.ncCareerImg1 {
  width: 597px;
  margin: 0 auto 46px;
}

.ncCareerImg2 {
  width: 100%;
  margin-bottom: 73px;
}

.ncCareerGraduates {
  color: #fff;
  margin-bottom: 89px;
}
.ncCareerGraduates::after {
  content: "";
  display: block;
  clear: both;
}
.ncCareerGraduates .title {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 36px;
}
.ncCareerGraduates .title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 15px;
  background-color: #fff;
}
.ncCareerGraduates .title span {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 500;
}
.ncCareerGraduates .list1 {
  width: 45.1%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ncCareerGraduates .list1 dd {
  margin-bottom: 1em;
}
.ncCareerGraduates .list2 {
  width: 45.1%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ncCareerGraduates .list2 dd {
  margin-bottom: 1em;
}
.ncCareerGraduates .list2 dd:last-child {
  margin-top: -1em;
  text-align: right;
}
.ncCareerGraduates dt {
  width: 108px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
}
.ncCareerGraduates dd {
  width: calc(100% - 108px);
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

.ncCareerLicense .title {
  color: #5976BA;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  position: relative;
  margin-bottom: 52px;
}
.ncCareerLicense .title span {
  width: 411px;
  height: 62px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  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;
}
.ncCareerLicense .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 31px;
}
.ncCareerLicense .list {
  color: #fff;
  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: 16px 0;
}
.ncCareerLicense .list li {
  width: 33%;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.ncCareerLicense .list li::before {
  content: "●";
  display: inline;
  margin-right: 1em;
}
.ncCareerLicense .list li span {
  font-size: 1.2rem;
  line-height: 0.9166666667;
  letter-spacing: 0.04em;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 4px;
  margin-left: 10px;
  display: inline-block;
}

.ncCuurriculum {
  padding: 237px 30px 266px;
  margin-bottom: -200px;
  background-color: #F4F4F4;
  position: relative;
  top: -200px;
  z-index: -1;
}

.ncCuurriculumHd {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  color: #5976BA;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 69px;
  text-align: center;
}
.ncCuurriculumHd::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #5976BA;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
}

.ncCurriculumImgBlock {
  max-width: 938px;
  margin: 0 auto;
}

.ncClass {
  background-image: url("../../images/course/nursing-care/class_bg.png");
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: center top;
  padding: 193px 0 0;
  margin-top: -400px;
}

@media screen and (min-width: 1367px) {
  .ncClass {
    background-size: 100% 200px;
  }
}
.ncClassContent {
  background-color: #D6E2FF;
  padding: 25px 30px 244px;
}

.ncClassHd {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  color: #5976BA;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 73px;
  text-align: center;
}
.ncClassHd::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #5976BA;
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
}

.ncClassSlideWrap {
  position: relative;
}

.ncClassSlide {
  margin: 0 auto 96px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.ncClassSlide .slick-track {
  padding-top: 61px;
  padding-bottom: 8px;
}
.ncClassSlide .slick-prev,
.ncClassSlide .slick-next {
  position: absolute;
  bottom: -8px;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #5976BA;
  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;
  z-index: 2;
}
.ncClassSlide .slick-prev {
  left: calc(50% - 354px);
  background-image: url("../../images/course/nursing-care/ico_prev.svg");
  background-position: left 15px center;
}
.ncClassSlide .slick-prev:hover {
  background-image: url("../../images/common/ico_prev_white.svg");
  background-color: #5976BA;
}
.ncClassSlide .slick-next {
  left: calc(50% - 270px);
  background-image: url("../../images/course/nursing-care/ico_next.svg");
  background-position: left 16px center;
}
.ncClassSlide .slick-next:hover {
  background-image: url("../../images/common/ico_next_white.svg");
  background-color: #5976BA;
}

.ncClassSlideBtn {
  position: absolute;
  display: block;
  bottom: -8px;
  left: calc(50% - 312px);
  width: 40px;
  height: 40px;
  background: url("../../images/course/nursing-care/ico_pause.svg") no-repeat center center;
  background-size: 10px 13px;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
}
.ncClassSlideBtn.isPause {
  background-image: url("../../images/course/nursing-care/ico_play.svg");
  background-size: 12px 15px;
}

.ncClassSlideItem {
  width: 700px;
  height: 318px;
  margin: 0 22px;
  padding: 47px 0 47px 50px;
  -webkit-box-shadow: 8px 8px 0 0 #5976BA;
          box-shadow: 8px 8px 0 0 #5976BA;
  background-color: #fff;
  border: 2px solid #5976BA;
  border-radius: 20px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ncClassSlideItem.slick-center {
  -webkit-transform: translateY(-61px);
          transform: translateY(-61px);
}
.ncClassSlideItem .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ncClassSlideItem::before {
  content: "";
  display: block;
  width: 70px;
  height: 9px;
  background-color: #5976BA;
  position: absolute;
  left: 50px;
  top: 0;
}
.ncClassSlideItem .txtBlock {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.ncClassSlideItem .title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  color: #5976BA;
  margin-bottom: 19px;
}
.ncClassSlideItem .txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.ncClassSlideItem .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 350px;
  margin-right: -2px;
}

.ncClassPickList {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
}

.ncClassPickListItem {
  width: 314px;
  padding: 31px 32px 45px;
  -webkit-box-shadow: 8px 8px 0 0 #5976BA;
          box-shadow: 8px 8px 0 0 #5976BA;
  background-color: #fff;
  border: 2px solid #5976BA;
  border-radius: 20px;
  position: relative;
}
.ncClassPickListItem::before {
  content: "";
  display: block;
  width: 70px;
  height: 9px;
  background-color: #5976BA;
  position: absolute;
  left: 32px;
  top: 0;
}
.ncClassPickListItem .title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  color: #5976BA;
  margin-bottom: 14px;
}
.ncClassPickListItem .txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 720px) {
  header {
    padding: 0;
  }
  .hdTitle {
    width: auto;
    left: 6vw;
    top: 2.7777777778vw;
  }
  .ncMv {
    height: 133.6111111111vw;
    background: url("../../images/course/nursing-care/mv_bg_sp.png") no-repeat center top;
    background-size: auto 100%;
  }
  .ncMvHd {
    left: 5.2777777778vw;
    bottom: 2.2222222222vw;
  }
  .ncMvHd .title1 {
    font-size: 3.3333333333vw;
  }
  .ncMvHd .title2 {
    font-size: 7.7777777778vw;
  }
  .ncMvHd .title3 {
    font-size: 6.1111111111vw;
  }
  .ncMvCopy {
    width: 14.925vw;
    right: 8.8888888889vw;
    bottom: -0.5vw;
    -webkit-transform: translateY(-5.5555555556vw);
            transform: translateY(-5.5555555556vw);
  }
  .ncMvCopy img {
    width: 100%;
  }
  .ncBc {
    padding: 1.9444444444vw 5.5555555556vw 11.6666666667vw;
  }
  .ncBc .inner {
    max-width: none;
  }
  .ncBcLink {
    font-size: 2.5vw;
  }
  .ncNews {
    padding: 0 5.5555555556vw 5.8333333333vw;
  }
  .ncNews .inner {
    max-width: none;
  }
  .ncNewsContent {
    display: block;
    margin-bottom: 5.5555555556vw;
  }
  .ncNewsHd {
    width: auto;
    margin-bottom: 9.4444444444vw;
  }
  .ncNewsHd .title {
    font-size: 6.6666666667vw;
    margin-bottom: 3.8888888889vw;
  }
  .ncNewsHd .ja {
    font-size: 3.0555555556vw;
    padding-top: 2.5vw;
  }
  .ncNewsHd .ja::before {
    width: 6.1111111111vw;
    height: 2px;
  }
  .ncNewsList li {
    padding: 5.5555555556vw 0 5vw;
  }
  .ncNewsList li:first-child {
    padding-top: 0;
  }
  .ncNewsList .date {
    margin: 0.8333333333vw 5vw 0 0;
    font-size: 3.3333333333vw;
  }
  .ncNewsList .cat {
    padding: 1.1111111111vw 3.6111111111vw;
    border-radius: 27.7777777778vw;
    font-size: 2.7777777778vw;
  }
  .ncNewsList .title {
    margin-top: 3.0555555556vw;
    font-size: 3.3333333333vw;
  }
  .ncNewsLink a {
    font-size: 3.3333333333vw;
    gap: 4.1666666667vw;
  }
  .ncNewsLink a::after {
    width: 10.2777777778vw;
    height: 10.2777777778vw;
    border-radius: 5.5555555556vw;
    background-size: 3.8888888889vw auto;
  }
  .ncNewsLink a:hover::after {
    background-position: right 2.7777777778vw center;
  }
  .ncContent {
    background: url("../../images/course/nursing-care/content_bg_sp.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  .ncNav {
    padding: 0;
    margin-bottom: 16.6666666667vw;
  }
  .ncNavList {
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 5.5555555556vw;
  }
  .ncNavList li a {
    width: 26.1111111111vw;
    height: 26.1111111111vw;
    border: 0.5555555556vw solid #5976BA;
    font-size: 3.6111111111vw;
    line-height: 1.23;
    text-align: center;
  }
  .ncNavList li a::before {
    width: 2.8138888889vw;
    height: 1.6333333333vw;
    left: 11.6111111111vw;
    bottom: 5.1111111111vw;
  }
  .ncNavList li:nth-child(1) a, .ncNavList li:nth-child(2) a, .ncNavList li:nth-child(3) a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 6.9444444444vw;
  }
  .ncLearn {
    padding: 0;
    margin-bottom: 17.7777777778vw;
  }
  .ncLearn .inner {
    max-width: none;
  }
  .ncLearnHd {
    display: block;
    text-align: center;
    padding-bottom: 4.1666666667vw;
    margin-bottom: 10.5555555556vw;
  }
  .ncLearnHd .sub {
    font-size: 3.8888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  .ncLearnHd .main {
    font-size: 7.2222222222vw;
  }
  .ncLearnHd .main strong {
    font-size: 10.2777777778vw;
  }
  .ncLearnHd .main small {
    font-size: 5.5555555556vw;
  }
  .ncLearnHd::before {
    width: 16.6666666667vw;
    height: 0.8333333333vw;
    left: calc(50% - 8.3333333333vw);
  }
  .ncLearnList {
    display: block;
  }
  .ncLearnList li {
    width: 63.8888888889vw;
    height: 63.8888888889vw;
    background-size: 63.8888888889vw 63.8888888889vw;
    margin: -4.1666666667vw -4.1666666667vw 5.2777777778vw -4.1666666667vw;
  }
  .ncLearnList li:nth-child(1) {
    margin-left: 5vw;
  }
  .ncLearnList li:nth-child(2) {
    margin-top: 0;
    margin-left: 31.9444444444vw;
  }
  .ncLearnList li:nth-child(3) {
    margin-left: 5vw;
  }
  .ncLearnList li:nth-child(4) {
    margin-top: 0;
    margin-left: 31.9444444444vw;
  }
  .ncLearnList .num {
    font-size: 14.7222222222vw;
    left: 11.1111111111vw;
    top: 3.8888888889vw;
  }
  .ncLearnList .txt {
    padding-top: 47.2222222222vw;
    font-size: 4.4444444444vw;
  }
  .ncPoint {
    padding: 0;
    text-align: center;
  }
  .ncPointHd {
    display: block;
    text-align: center;
    padding-bottom: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
  }
  .ncPointHd .sub {
    font-size: 3.8888888889vw;
    margin-bottom: 1.3888888889vw;
  }
  .ncPointHd .main {
    font-size: 7.2222222222vw;
  }
  .ncPointHd .main strong {
    font-size: 10.2777777778vw;
  }
  .ncPointHd .main small {
    font-size: 5.5555555556vw;
  }
  .ncPointHd::before {
    width: 16.6666666667vw;
    height: 0.8333333333vw;
    left: calc(50% - 8.3333333333vw);
  }
  .ncPointList {
    max-width: none;
    margin: 0;
  }
  .ncPointListItem {
    display: block;
  }
  .ncPointListItem.point1 {
    padding-top: 50.8333333333vw;
    background: url("../../images/course/nursing-care/pointlistitemhd_bg1_sp.png") no-repeat center top;
    background-size: 86.1111111111vw auto;
    margin-bottom: 0;
  }
  .ncPointListItem.point2 {
    background: url("../../images/course/nursing-care/pointlistitemhd_bg2_sp.png") no-repeat center top;
    background-size: 86.1111111111vw auto;
    margin-top: 0;
    padding-top: 50.8333333333vw;
  }
  .ncPointListItem.point2 .lead {
    margin-top: 0;
    padding-top: 53.6111111111vw;
  }
  .ncPointListItem.point3 {
    background: url("../../images/course/nursing-care/pointlistitemhd_bg3_sp.png") no-repeat center top;
    background-size: 86.1111111111vw auto;
    padding-bottom: 53.8888888889vw;
    margin-top: 0;
    padding-top: 50.8333333333vw;
  }
  .ncPointListItem.point3 .txt {
    top: 53.8888888889vw;
  }
  .ncPointListItem.point3 .place {
    top: 43.0555555556vw;
  }
  .ncPointListItem.point1 div:nth-child(4) {
    margin-top: 0;
  }
  .ncPointListItem.point2 div:nth-child(3) {
    margin-top: 0;
  }
  .ncPointListItem.point2 div:nth-child(4) {
    margin-top: 0;
  }
  .ncPointListItem.point2 div:nth-child(5) {
    margin-top: 0;
  }
  .ncPointBlockL {
    position: relative;
    margin-bottom: 8.3333333333vw;
  }
  .ncPointBlockL .img {
    width: 82.5vw;
    left: 0;
  }
  .ncPointBlockL .lead {
    width: 65.2777777778vw;
    margin-top: 0;
    margin-left: 34.7222222222vw;
    padding-top: 33.6111111111vw;
    margin-bottom: 3.0555555556vw;
  }
  .ncPointBlockL .lead span {
    margin-bottom: 0.8333333333vw;
    border-width: 0.5555555556vw;
    padding: 0.5555555556vw 0 1.1111111111vw 5.5555555556vw;
    font-size: 3.8888888889vw;
  }
  .ncPointBlockL .txt {
    width: 89.1666666667vw;
    padding: 4.4444444444vw 5.5555555556vw;
    font-size: 3.3333333333vw;
    line-height: 1.92;
    margin-left: 10.8333333333vw;
  }
  .ncPointBlockL .tag {
    top: 0;
    left: 78.3333333333vw;
    border-radius: 0 2.7777777778vw 2.7777777778vw 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 0;
    width: 18.8888888889vw;
    height: 15vw;
    font-size: 3.8888888889vw;
    letter-spacing: 0;
  }
  .ncPointBlockL .place {
    margin-bottom: 1.6666666667vw;
    padding: 1.9444444444vw 5.5555555556vw 2.2222222222vw;
    font-size: 3.8888888889vw;
    top: 44.1666666667vw;
    right: 0;
  }
  .ncPointBlockR {
    margin-top: 0;
    margin-bottom: 8.3333333333vw;
  }
  .ncPointBlockR .img {
    width: 82.5vw;
    right: 0;
  }
  .ncPointBlockR .lead {
    width: 65.2777777778vw;
    margin-top: 0;
    padding-top: 33.6111111111vw;
    margin-bottom: 3.0555555556vw;
  }
  .ncPointBlockR .lead span {
    margin-bottom: 0.8333333333vw;
    border-width: 0.5555555556vw;
    padding: 0.5555555556vw 0 1.1111111111vw 5.5555555556vw;
    font-size: 3.8888888889vw;
  }
  .ncPointBlockR .txt {
    width: 89.1666666667vw;
    padding: 4.4444444444vw 5.5555555556vw;
    font-size: 3.3333333333vw;
    line-height: 1.92;
  }
  .ncPointBlockR .tag {
    top: 0;
    left: 5.5555555556vw;
    border-radius: 2.7777777778vw 0 0 2.7777777778vw;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 0;
    width: 18.8888888889vw;
    height: 15vw;
    font-size: 3.8888888889vw;
    letter-spacing: 0;
  }
  .ncPointBlockR .place {
    margin-bottom: 1.6666666667vw;
    padding: 1.9444444444vw 5.5555555556vw 2.2222222222vw;
    font-size: 3.8888888889vw;
    top: 43.8888888889vw;
    right: auto;
  }
  .ncPointBlockGraduates {
    width: 94.4444444444vw;
    height: auto;
    min-height: 124.4444444444vw;
    border-width: 0.5555555556vw;
    padding: 15.2777777778vw 10.6944444444vw 10.6944444444vw;
    margin: 24.7222222222vw auto 15.8333333333vw;
  }
  .ncPointBlockGraduates::before {
    display: none;
  }
  .ncPointBlockGraduates .title {
    right: 10.4166666667vw;
    top: -9.4444444444vw;
    border-width: 0.5555555556vw;
    width: 73.6111111111vw;
    padding: 3.6111111111vw 0 3.3333333333vw;
  }
  .ncPointBlockGraduates .title .main {
    font-size: 5vw;
    margin-bottom: 2.5vw;
  }
  .ncPointBlockGraduates .title .sub {
    font-size: 3.3333333333vw;
  }
  .ncPointBlockGraduates .list {
    margin-bottom: 2.2222222222vw;
  }
  .ncPointBlockGraduates .list li {
    width: 50%;
    font-size: 3.8888888889vw;
  }
  .ncPointBlockGraduates .list li::before {
    font-size: 1.9444444444vw;
    vertical-align: 0.8333333333vw;
    margin-right: 1.3888888889vw;
  }
  .ncPointBlockGraduates .note {
    font-size: 3.8888888889vw;
  }
  .ncCareer {
    background-image: url("../../images/course/nursing-care/career_bg1_sp.png"), url("../../images/course/nursing-care/career_bg2_sp.png");
    background-size: auto 35.1388888889vw, auto 35.1388888889vw;
    padding: 25.5555555556vw 0;
    margin-top: 0;
  }
  .ncCareer .inner {
    max-width: none;
  }
  .ncCareerContent {
    padding: 0 5.5555555556vw 0;
  }
  .ncCareerHd {
    font-size: 7.2222222222vw;
    padding-bottom: 6.9444444444vw;
    margin-bottom: 6.9444444444vw;
  }
  .ncCareerHd::before {
    width: 16.6666666667vw;
    height: 0.8333333333vw;
    left: calc(50% - 8.3333333333vw);
  }
  .ncCareerImg1 {
    width: 86.6666666667vw;
    margin: 0 auto 10.7777777778vw;
  }
  .ncCareerImg2 {
    width: 100%;
    margin-bottom: 7.9722222222vw;
  }
  .ncCareerGraduates {
    margin-bottom: 9.7777777778vw;
  }
  .ncCareerGraduates .title {
    font-size: 6.1111111111vw;
    padding-bottom: 8.3333333333vw;
    margin-bottom: 10vw;
  }
  .ncCareerGraduates .title::before {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    border-radius: 1.3888888889vw;
    margin-right: 4.1666666667vw;
  }
  .ncCareerGraduates .title span {
    font-size: 4.4444444444vw;
  }
  .ncCareerGraduates .list1 {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 1.5em;
  }
  .ncCareerGraduates .list2 {
    width: auto;
    float: none;
    display: block;
  }
  .ncCareerGraduates .list2 dd {
    margin-bottom: 1.5em;
  }
  .ncCareerGraduates .list2 dd:last-child {
    margin-top: -1em;
    text-align: right;
  }
  .ncCareerGraduates dt {
    width: auto;
    font-size: 3.8888888889vw;
  }
  .ncCareerGraduates dd {
    width: auto;
    font-size: 3.8888888889vw;
  }
  .ncCareerLicense .title {
    font-size: 6.1111111111vw;
    line-height: 1.18;
    margin-bottom: 7.7777777778vw;
  }
  .ncCareerLicense .title span {
    width: 53.8888888889vw;
    height: 21.6666666667vw;
    border-radius: 2.7777777778vw;
    text-align: center;
  }
  .ncCareerLicense .title::before {
    top: 11.1111111111vw;
  }
  .ncCareerLicense .list {
    display: block;
  }
  .ncCareerLicense .list li {
    width: auto;
    font-size: 3.8888888889vw;
  }
  .ncCareerLicense .list li span {
    font-size: 3.3333333333vw;
    padding: 1.1111111111vw;
    margin-left: 2.7777777778vw;
  }
  .ncCuurriculum {
    padding: 50vw 5.5555555556vw 88.8888888889vw;
    margin-bottom: -35.1388888889vw;
    top: -35.1388888889vw;
  }
  .ncCuurriculumHd {
    font-size: 7.2222222222vw;
    padding-bottom: 6.9444444444vw;
    margin-bottom: 14.7222222222vw;
  }
  .ncCuurriculumHd::before {
    width: 16.6666666667vw;
    height: 0.8333333333vw;
    left: calc(50% - 8.3333333333vw);
  }
  .ncCurriculumImgBlock {
    max-width: none;
    width: 88.8888888889vw;
    padding: 0;
    height: auto;
    overflow-x: scroll;
  }
  .ncCurriculumImgBlock img {
    max-width: none;
    width: 260.5222222222vw;
  }
  .ncClass {
    background-image: url("../../images/course/nursing-care/class_bg_sp.png");
    background-size: auto 35.1388888889vw;
    padding: 28.3333333333vw 0 0;
    margin-top: -vw(126.5);
  }
  .ncClassContent {
    padding: 0 0 33.6111111111vw;
  }
  .ncClassHd {
    font-size: 7.2222222222vw;
    padding-bottom: 6.9444444444vw;
    margin-bottom: 14.7222222222vw;
  }
  .ncClassHd::before {
    width: 16.6666666667vw;
    height: 0.8333333333vw;
    left: calc(50% - 8.3333333333vw);
  }
  .ncClassSlideWrap {
    position: relative;
  }
  .ncClassSlide {
    margin: 0 auto 20.2777777778vw;
    margin-left: 0;
    margin-right: 0;
  }
  .ncClassSlide .slick-track {
    padding-top: 9.7222222222vw;
    padding-bottom: 2.2222222222vw;
  }
  .ncClassSlide .slick-prev,
  .ncClassSlide .slick-next {
    bottom: -11.1111111111vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 1.9444444444vw 3.3333333333vw;
  }
  .ncClassSlide .slick-prev {
    left: 5.5555555556vw;
    background-position: left 4.1666666667vw center;
  }
  .ncClassSlide .slick-next {
    left: 28.8888888889vw;
    background-position: left 4.4444444444vw center;
  }
  .ncClassSlideBtn {
    bottom: -11.1111111111vw;
    left: 17.2222222222vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
    background-size: 2.7777777778vw 3.6111111111vw;
  }
  .ncClassSlideBtn.isPause {
    background-size: 3.3333333333vw 4.1666666667vw;
  }
  .ncClassSlideItem {
    width: 81.1111111111vw;
    height: auto;
    margin: 0 3.0555555556vw;
    padding: 8.3333333333vw 3.6111111111vw 6.9444444444vw 5.8333333333vw;
    -webkit-box-shadow: 2.2222222222vw 2.2222222222vw 0 0 #5976BA;
            box-shadow: 2.2222222222vw 2.2222222222vw 0 0 #5976BA;
    border-width: 0.5555555556vw;
    border-radius: 5.5555555556vw;
  }
  .ncClassSlideItem.slick-center {
    -webkit-transform: translateY(-9.7222222222vw);
            transform: translateY(-9.7222222222vw);
  }
  .ncClassSlideItem .inner {
    display: block;
  }
  .ncClassSlideItem::before {
    width: 13.8888888889vw;
    height: 1.6666666667vw;
    left: 5.8333333333vw;
  }
  .ncClassSlideItem .title {
    font-size: 4.4444444444vw;
    margin-bottom: 5vw;
  }
  .ncClassSlideItem .txt {
    font-size: 3.3333333333vw;
    line-height: 1.92;
    margin-bottom: 5vw;
  }
  .ncClassSlideItem .img {
    width: 57.5vw;
    margin: 0 auto;
  }
  .ncClassPickList {
    max-width: none;
    margin: 0 auto;
    display: block;
  }
  .ncClassPickListItem {
    width: 86.9444444444vw;
    padding: 8.3333333333vw 3.8888888889vw 7.2222222222vw 5.8333333333vw;
    -webkit-box-shadow: 2.2222222222vw 2.2222222222vw 0 0 #5976BA;
            box-shadow: 2.2222222222vw 2.2222222222vw 0 0 #5976BA;
    border-width: 0.5555555556vw;
    border-radius: 5.5555555556vw;
    margin-bottom: 7.2222222222vw;
    margin-left: 5.5555555556vw;
  }
  .ncClassPickListItem::before {
    width: 13.8888888889vw;
    height: 1.6666666667vw;
    left: 5.8333333333vw;
    top: 0;
  }
  .ncClassPickListItem .title {
    font-size: 4.4444444444vw;
    margin-bottom: 5vw;
  }
  .ncClassPickListItem .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: #5976BA;
  margin-top: 30px;
}

.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;
  }
}