@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.main__contents .c_section__title span {
  display: inline-block;
  color: #333;
  font-feature-settings: "palt";
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .main__contents .c_section__title span {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents .c_section__title span {
    font-size: 2.1rem;
  }
}
.main__contents .c_section__title span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(0deg, rgb(97, 209, 194) 0%, rgb(21, 159, 216) 100%);
}
@media print, screen and (min-width: 769px) {
  .main__contents .c_section__title span::after {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents .c_section__title span::after {
    margin-top: 0;
  }
}
.main__contents .c_section__title.no-border span::after {
  display: none;
}
.main__contents .c_section__subtitle {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .main__contents .c_section__subtitle {
    padding: 1px 16px 3px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents .c_section__subtitle {
    padding: 1px 12px 3px;
    font-size: 1.4rem;
  }
}
.main__contents p.lead {
  color: #333;
}
@media print, screen and (min-width: 769px) {
  .main__contents p.lead {
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents .p_bunner {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main__contents .p_btngroup {
    width: 100%;
    transform: scale(1);
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .main__contents .c_detailbtn {
    max-width: 480px;
  }
}
.main__contents .c_detailbtn .c_detailbtn__body {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .main__contents .c_detailbtn .c_detailbtn__body {
    font-size: 1.75rem;
  }
}
.main__contents .c_section__contents__course .c_detailbtn {
  margin-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .main__contents .c_arrowbtngroup {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents .c_arrowbtngroup {
    gap: 10px;
  }
}
.main__contents .c_arrowbtngroup .c_arrowbtn__prev,
.main__contents .c_arrowbtngroup .c_arrowbtn__next {
  background-color: #333 !important;
  box-shadow: none !important;
}
@media print, screen and (min-width: 769px) {
  .main__contents .c_arrowbtngroup .c_arrowbtn__prev,
  .main__contents .c_arrowbtngroup .c_arrowbtn__next {
    width: 46px;
    height: 46px;
  }
}
.main__contents .c_arrowbtngroup .c_arrowbtn__prev::before,
.main__contents .c_arrowbtngroup .c_arrowbtn__next::before {
  width: 7px;
  height: 9px;
  border: none;
  background-color: #fff;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.main__contents .c_arrowbtngroup .c_arrowbtn__prev::before {
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translate(-55%, -50%);
}
.main__contents .c_arrowbtngroup .c_arrowbtn__next::before {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(-30%, -50%);
}
.main__contents #scholarship .scholarships {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships {
    gap: 40px;
    max-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships {
    flex-direction: column;
    gap: 3.90625vw;
    padding-bottom: 0;
  }
}
.main__contents #scholarship .scholarships .scholarship-type {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type {
    padding-bottom: 15px;
    width: 530px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type {
    padding-bottom: 2.6041666667vw;
    width: 100%;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(10deg, rgb(97, 209, 194) 0%, rgb(21, 159, 216) 100%);
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._head {
    padding: 15px 0 1px;
    height: 96px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._head {
    padding: 2.2135416667vw 0 1px;
    min-height: 15.625vw;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._head p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._head p {
    font-size: 2.6041666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._head h4 {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._head h4 {
    margin-top: 1.0416666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._head h4 img {
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._head h4 img {
    height: 5.7291666667vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body {
  margin-bottom: 1em;
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount {
    padding: 25px 75px 0;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount {
    padding: 3.2552083333vw 11.71875vw 0;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) {
    gap: 1.3020833333vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p {
    gap: 3.2552083333vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p small {
  padding-right: 0.5em;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p small {
    font-size: 2.8645833333vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p b {
  color: #008196;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p b {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p b {
    font-size: 5.7291666667vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p b span {
  display: inline-block;
  margin-left: 0.2em;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p b span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(1) p b span {
    font-size: 2.8645833333vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 130, 150, 0.8);
  color: #fff;
  writing-mode: vertical-rl;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(2) {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount div:nth-child(2) {
    font-size: 2.8645833333vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount dl {
  margin-left: 0.5em;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl {
    width: 33.8541666667vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dt {
  background-color: #d9d9d9;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dt {
    font-size: 2.734375vw;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dt small {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dt small {
    font-size: 2.34375vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dd {
  color: #008196;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.7;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dd {
    padding: 0 10px 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dd {
    padding: 0 1.3020833333vw 0;
    font-size: 5.2083333333vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dd span {
  display: inline-block;
  margin-left: 0.2em;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dd span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type ._body .amount dl dd span {
    font-size: 2.8645833333vw;
  }
}
.main__contents #scholarship .scholarships .scholarship-type .note {
  margin-top: 0;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .scholarships .scholarship-type .note {
    margin-left: 75px;
    margin-right: 75px;
    font-size: 11px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .scholarships .scholarship-type .note {
    margin-left: 1.953125vw;
    margin-right: 1.953125vw;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #scholarship .note {
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #scholarship .note {
    margin-top: 2em;
    text-align: left;
  }
}
.main__contents .c_section__inner__course .courses .course .target {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main__contents .c_section__inner__course .courses .course .target + .title {
    margin-top: -3vw;
    z-index: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #news h3 img {
    width: 523px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #news h3 img {
    width: 68.0989583333vw;
  }
}
.main__contents #features {
  background-color: rgb(255, 255, 255);
  background-image: url(/lp/data_science/img/features_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .main__contents #features {
    margin-top: 90px;
    padding: 150px 20px 150px 60px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #features {
    padding: 13.0208333333vw 3.90625vw;
  }
}
.main__contents #features .c_section__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
}
@media print, screen and (min-width: 769px) {
  .main__contents #features .c_section__contents {
    gap: 87px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #features .c_section__contents {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #features .c_section__contents .features_title {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #features .c_section__contents .features_title {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #features .c_section__contents .features_title h3 img {
    width: 307px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #features .c_section__contents .features_title h3 img {
    width: 39.9739583333vw;
  }
}
.main__contents #features .c_section__contents .features_contents {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .main__contents #features .c_section__contents .features_contents {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #features .c_section__contents .features_contents {
    margin-top: 6vw;
    gap: 20px;
  }
}
@media (hover: hover) {
  .main__contents #features .c_section__contents .features_contents a {
    transition: opacity 0.2s;
  }
  .main__contents #features .c_section__contents .features_contents a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #features .c_section__contents .features_contents a {
    text-align: center;
  }
}
.main__contents #features .c_section__contents .features_contents img {
  vertical-align: bottom;
}
@media print, screen and (min-width: 769px) {
  .main__contents #features .c_section__contents .features_contents img {
    max-width: 344px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #features .c_section__contents .features_contents img {
    width: 80%;
  }
}
.main__contents #instagram {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .main__contents #instagram h3 img {
    width: 355px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #instagram h3 img {
    width: 46.2239583333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #youtube {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .main__contents #youtube h3 img {
    width: 292px;
  }
}
@media screen and (max-width: 768px) {
  .main__contents #youtube h3 img {
    width: 38.0208333333vw;
  }
}
.main__contents #youtube .c_section__inner {
  background: #eff4f7;
}
@media screen and (max-width: 768px) {
  .main__contents #youtube .scrollbar__wrap {
    width: 100%;
  }
}

.bnr-container .c_section__contents {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .bnr-container .c_section__contents {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bnr-container .c_section__contents {
    padding-bottom: 13.0208333333vw;
  }
}
.bnr-container .c_section__contents a:hover {
  filter: brightness(1.04);
  opacity: 0.92;
}
.bnr-container .c_section__contents .bnr {
  position: relative;
  z-index: 1;
}
.bnr-container .c_section__contents .bnr::before {
  content: "";
  display: block;
  transform: translateX(-50%);
  background-image: url(/lp/data_science/img/bnr_shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .bnr-container .c_section__contents .bnr::before {
    width: 696px;
    height: 92px;
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .bnr-container .c_section__contents .bnr::before {
    width: 90.625vw;
    height: 11.9791666667vw;
    bottom: -5.2083333333vw;
  }
}
.bnr-container .c_section__contents .bnr a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: solid #d7efe4;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .bnr-container .c_section__contents .bnr a {
    height: 150px;
    border-width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .bnr-container .c_section__contents .bnr a {
    height: 19.53125vw;
    border-width: 1.0416666667vw;
  }
}
.bnr-container .c_section__contents .bnr a::after {
  content: "";
  display: block;
  border-radius: 100%;
  background-color: var(--main_color);
  background-image: url(/lp/data_science/common/external_news_link.svg);
  background-repeat: no-repeat;
  background-position: center 44%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .bnr-container .c_section__contents .bnr a::after {
    width: 40px;
    height: 40px;
    background-size: 18px;
    right: 30px;
  }
}
.bnr-container .c_section__contents .bnr a h3 {
  color: var(--main_color);
  text-align: center;
  line-height: 150%;
}
@media print, screen and (min-width: 769px) {
  .bnr-container .c_section__contents .bnr a h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bnr-container .c_section__contents .bnr a h3 {
    font-size: 3.6vw;
  }
}
.bnr-container .c_section__contents .bnr a p {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .bnr-container .c_section__contents .bnr a p {
    gap: 1em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .bnr-container .c_section__contents .bnr a p {
    gap: 0.4em;
    font-size: 2.4vw;
  }
}
.bnr-container .c_section__contents .bnr a p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em 1em;
  background-color: #d7efe4;
  font-size: 84%;
  line-height: 1;
}

@media print, screen and (min-width: 769px) {
  #articles {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  #articles {
    margin-bottom: 26.0416666667vw;
  }
}
#articles h3 {
  color: #333;
  text-align: center;
  line-height: 2.25;
}
#articles h3 span {
  position: relative;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  #articles h3 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #articles h3 span {
    font-size: 4.9479166667vw;
  }
}
#articles h3 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgb(97, 209, 194) 0%, rgb(21, 159, 216) 100%);
  position: absolute;
  bottom: -0.25em;
  left: 0;
}
#articles h3 small {
  display: block;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  #articles h3 small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #articles h3 small {
    font-size: 2.4739583333vw;
  }
}
#articles #article-slider {
  margin: auto;
  border: 2px solid #d9d9d9;
}
@media print, screen and (min-width: 769px) {
  #articles #article-slider {
    margin-top: 20px;
    max-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  #articles #article-slider {
    margin-top: 2.6041666667vw;
    margin-left: 5.2083333333vw;
    margin-right: 5.2083333333vw;
  }
}
#articles .article_cont_wrap {
  display: flex;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  #articles .article_cont_wrap {
    padding: 40px;
    gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  #articles .article_cont_wrap {
    flex-direction: column;
    padding: 6.5104166667vw;
    gap: 5.2083333333vw;
  }
}
#articles .article_cont_wrap > a,
#articles .article_cont_wrap picture {
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  #articles .article_cont_wrap > a,
  #articles .article_cont_wrap picture {
    min-width: 490px;
    height: 350px;
  }
  #articles .article_cont_wrap > a:hover img,
  #articles .article_cont_wrap picture:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  #articles .article_cont_wrap > a,
  #articles .article_cont_wrap picture {
    flex-shrink: 0;
    width: 100%;
    height: 51.953125vw;
  }
}
#articles .article_cont_wrap > a img,
#articles .article_cont_wrap picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  #articles .article_cont_wrap > a img,
  #articles .article_cont_wrap picture img {
    transition: transform 0.3s;
  }
}
#articles .article_cont_wrap .text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #articles .article_cont_wrap .text {
    align-items: flex-end;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  #articles .article_cont_wrap .text {
    align-items: center;
    justify-content: stretch;
    gap: 3.90625vw;
    height: 100%;
  }
}
#articles .article_cont_wrap .text h4 {
  width: 100%;
  font-weight: 500;
  line-break: strict;
}
@media print, screen and (min-width: 769px) {
  #articles .article_cont_wrap .text h4 {
    font-size: 26px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  #articles .article_cont_wrap .text h4 {
    margin-bottom: 0;
    font-size: 3.90625vw;
    line-height: 5.7291666667vw;
  }
}
#articles .article_cont_wrap .text p {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #articles .article_cont_wrap .text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #articles .article_cont_wrap .text p {
    font-size: 2.6041666667vw;
    line-height: 3.90625vw;
  }
}
@media print, screen and (min-width: 769px) {
  #articles .article_cont_wrap .text p + p {
    margin-top: -12px;
  }
}
@media screen and (max-width: 768px) {
  #articles .article_cont_wrap .text p + p {
    margin-top: -1.3020833333vw;
  }
}
#articles .article_cont_wrap .text .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-image: linear-gradient(10deg, rgb(97, 209, 194) 0%, rgb(21, 159, 216) 100%);
  color: #fff;
  opacity: 0.9;
  transition: all 0.3s;
}
@media print, screen and (min-width: 769px) {
  #articles .article_cont_wrap .text .btn {
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    width: 240px;
    height: 60px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #articles .article_cont_wrap .text .btn {
    margin-top: auto;
    margin-bottom: 0;
    width: 52.0833333333vw;
    height: 13.0208333333vw;
  }
}
#articles .article_cont_wrap .text .btn::after {
  content: "";
  display: block;
  background: url(/lp/data_science/img/icon_link.png) no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  #articles .article_cont_wrap .text .btn::after {
    margin-left: 16px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  #articles .article_cont_wrap .text .btn::after {
    margin-left: 2.6041666667vw;
    width: 1.6927083333vw;
    height: 1.8229166667vw;
  }
}
#articles .article_cont_wrap .text .btn:hover {
  opacity: 1;
  filter: brightness(1.2);
}
@media print, screen and (min-width: 769px) {
  #articles .splide__pagination {
    bottom: -41px;
    gap: 11px;
  }
}
@media screen and (max-width: 768px) {
  #articles .splide__pagination {
    bottom: -7.8125vw;
    gap: 2.34375vw;
  }
}
#articles .splide__pagination .splide__pagination__page {
  margin: 0;
  background: #dae9ec;
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  #articles .splide__pagination .splide__pagination__page {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  #articles .splide__pagination .splide__pagination__page {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
#articles .splide__pagination .splide__pagination__page.is-active {
  background: #54b6cf;
  transform: scale(1);
}