.sec_links span::before, .sec_links span::after, .sec_examination .link_detail::before, .sec_examination .link_detail::after, .sec_course .course_lists .txt::before, .sec_course .course_lists .txt::after, .sec_course .link_detail::before, .sec_course .link_detail::after, .sec_news .link_archives::before, .sec_news .link_archives::after, .btn_arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #00bc30;
  border-radius: 50%;
  background: #00bc30;
  color: #fff;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  line-height: 1;
  text-indent: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (hover: hover) {
  .btn_arrow:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #00bc30;
  }
  .btn_arrow:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #00bc30;
  }
  .btn_arrow:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: #00bc30;
  }
}

.main_contents section {
  position: relative;
}

.sec_mv {
  position: relative;
  margin-top: -30px;
}
@media print, screen and (min-width: 920px) {
  .sec_mv {
    margin-top: -20px;
  }
}
.sec_mv.anime {
  -webkit-transform: none;
          transform: none;
}

.banner_plus {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .banner_plus {
    display: inline-block;
    position: absolute;
    z-index: 3;
    left: calc(100vw - 40px);
    top: calc(100vh - 30px);
    width: 230px;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.banner_plus img {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.banner_plus .btn_close {
  display: block;
  overflow: hidden;
  position: absolute;
  right: -18px;
  top: -18px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00bc30;
  white-space: nowrap;
  text-indent: 201%;
}
.banner_plus .btn_close::before, .banner_plus .btn_close::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.banner_plus .btn_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.banner_plus .btn_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sec_info {
  padding-top: 40px;
  background-color: #f5f5f5;
}
.sec_info > .inner {
  padding: 15px 20px 20px;
  border: 2px solid #e64a4a;
  border-radius: 10px;
  background-color: #f5e2e2;
}
@media print, screen and (min-width: 920px) {
  .sec_info > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 20px 2.5%;
  }
}
.sec_info h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e64a4a;
  color: #e64a4a;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
.sec_info h2::before {
  content: "!";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #e64a4a;
  border-radius: 50%;
}
@media print, screen and (min-width: 920px) {
  .sec_info h2 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 3%;
    padding-bottom: 0;
    padding-right: 3%;
    border-bottom: none;
    border-right: 1px solid #e64a4a;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_info li + li {
  margin-top: 20px;
}
.sec_info a {
  text-decoration: none;
}
@media print, screen and (min-width: 920px) {
  .sec_info a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .sec_info a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #e64a4a;
    text-decoration: underline;
  }
  .sec_info a:where(:-moz-any-link, :enabled, summary):hover {
    color: #e64a4a;
    text-decoration: underline;
  }
  .sec_info a:where(:any-link, :enabled, summary):hover {
    color: #e64a4a;
    text-decoration: underline;
  }
}
.sec_info time {
  display: block;
  margin-bottom: 10px;
  color: #696969;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .sec_info time {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 1.4rem;
  }
}

.sec_banner {
  padding: 40px 0;
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 920px) {
  .sec_banner {
    padding-bottom: 80px;
  }
}
.sec_banner .splide.is-focus-in .splide__pagination__page:focus {
  outline: revert;
  outline-offset: 1px;
}
.sec_banner .splide.is-overflow .splide__arrows {
  display: block;
  pointer-events: initial;
}
@media print, screen and (min-width: 920px) {
  .sec_banner .splide[data-slides="2"] .splide__arrows, .sec_banner .splide[data-slides="3"] .splide__arrows {
    display: none;
    pointer-events: none;
  }
}
.sec_banner .splide__track {
  overflow: visible;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .sec_banner .splide__track {
    padding: 0 40px;
  }
}
.sec_banner .splide__slide a[target=_blank]::after {
  content: none;
}
.sec_banner .splide__slide img {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
@media print, screen and (min-width: 920px) {
  .sec_banner .splide__slide img {
    border-radius: 10px;
  }
}
.sec_banner .splide__arrows {
  display: none;
  pointer-events: none;
}
.sec_banner .btn_arrow {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  opacity: 1;
  -webkit-box-shadow: 0 3px 5px rgba(43, 43, 43, 0.16);
          box-shadow: 0 3px 5px rgba(43, 43, 43, 0.16);
}
.sec_banner .btn_arrow:hover {
  opacity: 1;
}
.sec_banner .btn_arrow:disabled:hover {
  background-color: #00bc30;
  color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_banner .btn_arrow {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
}
.sec_banner .btn_arrow.splide__arrow--prev {
  left: -16px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media print, screen and (min-width: 920px) {
  .sec_banner .btn_arrow.splide__arrow--prev {
    left: -30px;
  }
}
@media print, screen and (min-width: 1340px) {
  .sec_banner .btn_arrow.splide__arrow--prev {
    left: -50px;
  }
}
.sec_banner .btn_arrow.splide__arrow--next {
  right: -16px;
}
@media print, screen and (min-width: 920px) {
  .sec_banner .btn_arrow.splide__arrow--next {
    right: -30px;
  }
}
@media print, screen and (min-width: 1340px) {
  .sec_banner .btn_arrow.splide__arrow--next {
    right: -50px;
  }
}
.sec_banner .splide__pagination {
  position: relative;
  margin-top: 26px;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .sec_banner .splide__pagination {
    margin-top: 28px;
    padding: 0 40px;
  }
}
.sec_banner .splide__pagination li {
  line-height: 0;
}
.sec_banner .splide__pagination__page {
  margin: 0 6px;
  border: 1px solid #00bc30;
  background-color: transparent;
}
@media print, screen and (min-width: 920px) {
  .sec_banner .splide__pagination__page {
    margin: 0 5px;
    width: 10px;
    height: 10px;
  }
}
.sec_banner .splide__pagination__page.is-active {
  background-color: #00bc30;
  -webkit-transform: none;
          transform: none;
}
.sec_banner .splide__pagination__page:focus-visible {
  outline: revert;
}
.sec_banner .splide.is-focus-in .splide__arrow:focus {
  outline: revert;
}

.sec_news {
  padding: 50px 0 90px;
}
@media print, screen and (min-width: 920px) {
  .sec_news {
    padding: 90px 0 80px;
  }
}
.sec_news .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 920px) {
  .sec_news .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 30px 20px;
    margin-bottom: 50px;
  }
}
.sec_news h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .sec_news h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
.sec_news h2 span {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  color: #00bc30;
  font-weight: 700;
  font-size: 2.4rem;
}
@media print, screen and (min-width: 920px) {
  .sec_news h2 span {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_news h2 span {
    font-size: 4.5rem;
  }
}
.sec_news h2 i {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  margin-left: 10px;
  color: #b2b2b2;
  font-style: normal;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  line-height: 0.7;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .sec_news h2 i {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_news .select_wrap {
    width: 33.3333333333%;
    max-width: 420px;
  }
}
.sec_news time {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .sec_news time {
    display: inline-block;
    font-size: 1.4rem;
  }
}
.sec_news ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
@media print, screen and (min-width: 920px) {
  .sec_news ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_news ul li {
    width: calc(25% - 15px);
  }
}
@media print, screen and (min-width: 920px) {
  .sec_news ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_news ul li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_news ul li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.sec_news ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #111;
}
@media print, screen and (min-width: 920px) {
  .sec_news ul a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (hover: hover) {
  .sec_news ul a:where(:-webkit-any-link, :enabled, summary):hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .sec_news ul a:where(:-moz-any-link, :enabled, summary):hover figure img {
    transform: scale(1.1);
    opacity: 1;
  }
  .sec_news ul a:where(:any-link, :enabled, summary):hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
.sec_news ul a > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec_news ul a figure {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  width: 32.8358208955%;
  min-width: 110px;
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 920px) {
  .sec_news ul a figure {
    margin-right: 0;
    margin-bottom: 25px;
    min-width: initial;
    width: 100%;
  }
}
.sec_news ul a figure img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .sec_news ul a figure img {
    max-height: 220px;
  }
}
.sec_news ul span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 9px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.sec_news ul strong {
  display: block;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .sec_news ul strong {
    font-size: 1.6rem;
  }
}
.sec_news .link_archives {
  display: block;
  margin-left: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  line-height: 1.2;
  padding-left: 38px;
}
.sec_news .link_archives::before, .sec_news .link_archives::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 28px;
  height: 28px;
  font-size: 11px;
  -webkit-box-shadow: 0 2px 5px rgba(43, 43, 43, 0.16);
          box-shadow: 0 2px 5px rgba(43, 43, 43, 0.16);
}
.sec_news .link_archives::before {
  content: "\e901";
  left: 0;
}
@media (hover: hover) {
  .sec_news .link_archives:where(:-webkit-any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_news .link_archives:where(:-moz-any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_news .link_archives:where(:any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_news .link_archives {
    margin-top: 40px;
    padding-left: 45px;
    min-height: 34px;
  }
  .sec_news .link_archives::before {
    width: 34px;
    height: 34px;
  }
}

.sec_feature h2,
.sec_course h2 {
  margin: 0 0 25px;
  font-weight: 700;
}
@media print, screen and (min-width: 920px) {
  .sec_feature h2,
  .sec_course h2 {
    margin-bottom: 35px;
  }
}
.sec_feature h2 em,
.sec_course h2 em {
  color: #00bc30;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .sec_feature h2 em,
  .sec_course h2 em {
    font-size: 2.4rem;
  }
}
.sec_feature h2 strong,
.sec_course h2 strong {
  display: block;
  font-size: 2.6rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 920px) {
  .sec_feature h2 strong,
  .sec_course h2 strong {
    font-size: 4.8rem;
  }
}

.sec_feature {
  padding: 75px 0 60px;
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 920px) {
  .sec_feature {
    padding: 190px 0 120px;
  }
}
.sec_feature .bg_txt {
  top: 50px;
}
@media print, screen and (min-width: 920px) {
  .sec_feature .bg_txt {
    top: 110px;
  }
}
.sec_feature .bg_txt.anime {
  -webkit-transform: translate(-25px, 0);
          transform: translate(-25px, 0);
}
.sec_feature .bg_txt.anime.animated {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec_feature .scroller {
  overflow: hidden;
  overflow-x: scroll;
  margin-top: 30px;
  padding-bottom: 30px;
  width: calc(100% + 20px);
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller {
    margin-top: 50px;
    padding-bottom: 50px;
    width: calc(100% + 40px);
  }
  .sec_feature .scroller:focus {
    outline: revert;
  }
}
@media print, screen and (min-width: 1340px) {
  .sec_feature .scroller {
    width: calc(100% + 50vw - 630px);
  }
}
.sec_feature .scroller::-webkit-scrollbar {
  max-width: calc(100% - 20px);
  height: 7px;
  border-radius: 11px;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller::-webkit-scrollbar {
    max-width: 100%;
  }
}
.sec_feature .scroller::-webkit-scrollbar-thumb {
  height: 7px;
  border-radius: 11px;
  background-color: #d7d8d5;
}
.sec_feature .scroller .scroller_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sec_feature .scroller .scroller_inner::after {
  content: "";
  display: block;
  min-width: 20px;
  min-height: 100%;
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller .scroller_inner::after {
    min-width: 40px;
  }
}
@media print, screen and (min-width: 1340px) {
  .sec_feature .scroller .scroller_inner::after {
    min-width: 2.2vw;
  }
}
.sec_feature .scroller article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 84vw;
}
.sec_feature .scroller article.anime {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller article {
    width: 34.6666666667vw;
    max-width: 520px;
  }
}
.sec_feature .scroller article + article {
  margin-left: 4.8vw;
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller article + article {
    margin-left: 32px;
  }
}
@media print, screen and (min-width: 1340px) {
  .sec_feature .scroller article + article {
    margin-left: 2.2vw;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller article:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller article:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.sec_feature .scroller figure {
  position: relative;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1180px) {
  .sec_feature .scroller figure {
    margin-bottom: 25px;
  }
}
.sec_feature .scroller figure em {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 20px;
  height: 52px;
  border-radius: 0 8px 0 0;
  background-color: #f5f5f5;
  font-style: normal;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  line-height: 0.7;
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller figure em {
    height: 61px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_feature .scroller figure em {
    height: 70px;
    border-radius: 0 10px 0 0;
  }
}
.sec_feature .scroller figure span {
  display: inline-block;
  margin-right: 4px;
  font-weight: 400;
  font-size: 1rem;
  color: #00bc30;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller figure span {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_feature .scroller figure span {
    margin-right: 5px;
    font-size: 1.3rem;
  }
}
.sec_feature .scroller figure i {
  color: #f5f5f5;
  font-weight: 700;
  font-size: 5.3rem;
  line-height: 0.8;
  letter-spacing: 0.01ex;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #00bc30, -1px 1px 0 #00bc30, -1px -1px 0 #00bc30, 1px -1px 0 #00bc30;
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller figure i {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_feature .scroller figure i {
    font-size: 7.2rem;
  }
}
.sec_feature .scroller h3 {
  font-weight: 700;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller h3 {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_feature .scroller h3 {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_feature .scroller p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_feature .scroller p {
    font-size: 1.8rem;
  }
}

.sec_course {
  padding: 65px 0 80px;
}
@media print, screen and (min-width: 920px) {
  .sec_course {
    padding: 130px 0 140px;
  }
}
.sec_course .bg_txt {
  right: 0;
  top: 40px;
  color: #f5f5f5;
}
@media print, screen and (min-width: 920px) {
  .sec_course .bg_txt {
    right: 8px;
    top: 115px;
  }
}
.sec_course .bg_txt.anime {
  -webkit-transform: translate(25px, 0);
          transform: translate(25px, 0);
}
.sec_course .bg_txt.anime.animated {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media print, screen and (min-width: 920px) {
  .sec_course .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sec_course .link_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-height: 46px;
  line-height: 1.2;
  padding-left: 56px;
  margin-top: 35px;
  font-weight: 500;
  font-size: 1.5rem;
}
.sec_course .link_detail::before, .sec_course .link_detail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 46px;
  height: 46px;
  font-size: 17px;
  -webkit-box-shadow: 0 2px 5px rgba(43, 43, 43, 0.16);
          box-shadow: 0 2px 5px rgba(43, 43, 43, 0.16);
}
.sec_course .link_detail::before {
  content: "\e901";
  left: 0;
}
@media (hover: hover) {
  .sec_course .link_detail:where(:-webkit-any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_course .link_detail:where(:-moz-any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_course .link_detail:where(:any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_course .link_detail {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-top: 0;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_course .link_detail {
    padding-left: 70px;
    min-height: 55px;
    font-size: 1.8rem;
  }
  .sec_course .link_detail::before {
    width: 55px;
    height: 55px;
  }
}
.sec_course .course_lists {
  margin-top: 45px;
}
.sec_course .course_lists li {
  font-weight: 700;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .sec_course .course_lists li {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_course .course_lists li {
    font-size: 1.7rem;
  }
}
.sec_course .course_lists li + li {
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .sec_course .course_lists li + li {
    margin-top: 32px;
  }
}
.sec_course .course_lists li.academic a {
  background: rgb(113, 224, 76);
  background: -webkit-linear-gradient(315deg, rgb(113, 224, 76) 0%, rgb(220, 241, 112) 100%);
  background: linear-gradient(135deg, rgb(113, 224, 76) 0%, rgb(220, 241, 112) 100%);
}
.sec_course .course_lists li.academic .txt::after {
  color: #00bc30;
}
.sec_course .course_lists li.progress a {
  background: rgb(32, 156, 255);
  background: -webkit-linear-gradient(315deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
  background: linear-gradient(135deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
}
.sec_course .course_lists li.progress .txt::after {
  color: #1f9cff;
}
.sec_course .course_lists li.sports a {
  background: rgb(252, 138, 28);
  background: -webkit-linear-gradient(315deg, rgb(252, 138, 28) 0%, rgb(251, 181, 42) 100%);
  background: linear-gradient(135deg, rgb(252, 138, 28) 0%, rgb(251, 181, 42) 100%);
}
.sec_course .course_lists li.sports .txt::after {
  color: #fc980d;
}
@media print, screen and (min-width: 920px) {
  .sec_course .course_lists li.sports .txt i {
    left: 3%;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_course .course_lists li.sports .txt i {
    left: 15%;
  }
}
.sec_course .course_lists li.future a {
  background: rgb(148, 105, 210);
  background: -webkit-linear-gradient(315deg, rgb(148, 105, 210) 0%, rgb(196, 175, 226) 100%);
  background: linear-gradient(135deg, rgb(148, 105, 210) 0%, rgb(196, 175, 226) 100%);
}
.sec_course .course_lists li.future .txt::after {
  color: #9469d2;
}
@media print, screen and (min-width: 920px) {
  .sec_course .course_lists li.future .txt i {
    left: 12%;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_course .course_lists li.future .txt i {
    left: 23%;
  }
}
.sec_course .course_lists a {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 12px;
  color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 920px) {
  .sec_course .course_lists a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (hover: hover) {
  .sec_course .course_lists a:where(:-webkit-any-link, :enabled, summary):hover img {
    opacity: 1;
  }
  .sec_course .course_lists a:where(:-moz-any-link, :enabled, summary):hover img {
    opacity: 1;
  }
  .sec_course .course_lists a:where(:any-link, :enabled, summary):hover img {
    opacity: 1;
  }
}
@media print and (hover: hover), screen and (hover: hover) and (min-width: 920px) {
  .sec_course .course_lists a:where(:-webkit-any-link, :enabled, summary):hover .txt::after {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  .sec_course .course_lists a:where(:-moz-any-link, :enabled, summary):hover .txt::after {
    transform: translateX(20px);
  }
  .sec_course .course_lists a:where(:any-link, :enabled, summary):hover .txt::after {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.sec_course .course_lists a img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .sec_course .course_lists a img {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.sec_course .course_lists .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  line-height: 1.2;
  padding-right: 38px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  padding: 15px 20px 20px;
  width: 100%;
}
.sec_course .course_lists .txt::before, .sec_course .course_lists .txt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 28px;
  height: 28px;
  font-size: 11px;
}
.sec_course .course_lists .txt::after {
  content: "\e901";
  right: 0;
}
.sec_course .course_lists .txt::after {
  right: 25px;
  top: 15px;
  border-color: #fff;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .sec_course .course_lists .txt {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 0 0 4.4444444444%;
    width: 42.8571428571%;
  }
  .sec_course .course_lists .txt::after {
    position: relative;
    right: auto;
    top: auto;
    margin: 15px 0 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_course .course_lists .txt::after {
    margin-top: 30px;
    width: 55px;
    height: 55px;
    font-size: 17px;
  }
}
.sec_course .course_lists .txt i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  line-height: 0.7;
  font-size: 4rem;
  line-height: 0.825;
  white-space: nowrap;
  opacity: 0.2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .sec_course .course_lists .txt i {
    top: 50%;
    font-size: 6rem;
    line-height: 1;
    text-align: center;
    -webkit-transform: translateY(-50%) rotate(-30deg);
            transform: translateY(-50%) rotate(-30deg);
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_course .course_lists .txt i {
    left: 20%;
    font-size: 9rem;
  }
}
.sec_course .course_lists .txt strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.9rem;
}
@media print, screen and (min-width: 920px) {
  .sec_course .course_lists .txt strong {
    margin-bottom: 10px;
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_course .course_lists .txt strong {
    font-size: 3.8rem;
  }
}

.sec_examination {
  padding: 75px 0 85px;
  background: url(../img/top/examination_bg.svg?250327) repeat -18px 1px #f5f5f5;
}
@media print, screen and (min-width: 920px) {
  .sec_examination {
    padding: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_examination > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 2;
    padding: 80px 50px 20px;
    width: 600px;
    min-height: 720px;
    background: url(../img/top/examination_bg.svg?250327) repeat calc(50% - 300px) 1px #f5f5f5;
  }
}
.sec_examination .bg_txt {
  left: -5px;
  top: -25px;
}
@media print, screen and (min-width: 920px) {
  .sec_examination .bg_txt {
    top: 155px;
    font-size: 10rem;
    letter-spacing: -0.015ex;
  }
}
.sec_examination .bg_txt.anime {
  -webkit-transform: translate(0, -25px);
          transform: translate(0, -25px);
}
.sec_examination .bg_txt.anime.animated {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec_examination .yamanote-plus.anime {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec_examination p {
  margin-top: 25px;
}
.sec_examination p.anime {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec_examination .link_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-height: 46px;
  line-height: 1.2;
  padding-left: 56px;
  margin-top: 35px;
  font-weight: 500;
  font-size: 1.5rem;
}
.sec_examination .link_detail::before, .sec_examination .link_detail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 46px;
  height: 46px;
  font-size: 17px;
  -webkit-box-shadow: 0 2px 5px rgba(43, 43, 43, 0.16);
          box-shadow: 0 2px 5px rgba(43, 43, 43, 0.16);
}
.sec_examination .link_detail::before {
  content: "\e901";
  left: 0;
}
@media (hover: hover) {
  .sec_examination .link_detail:where(:-webkit-any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_examination .link_detail:where(:-moz-any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_examination .link_detail:where(:any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_examination .link_detail {
    margin-top: 60px;
    padding-left: 85px;
    min-height: 70px;
    font-size: 1.8rem;
  }
  .sec_examination .link_detail::before {
    width: 70px;
    height: 70px;
    font-size: 2.4rem;
  }
}
.sec_examination .link_detail.anime {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec_examination .infinite-scroll {
  overflow: hidden;
  margin-top: 50px;
}
@media print, screen and (min-width: 920px) {
  .sec_examination .infinite-scroll {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
}
.sec_examination .infinite-scroll.stop ul {
  -webkit-animation: none !important;
          animation: none !important;
}
.sec_examination .infinite-scroll ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-animation: 10s linear infinite both scroll_lr;
          animation: 10s linear infinite both scroll_lr;
  will-change: animation;
}
@media print, screen and (min-width: 920px) {
  .sec_examination .infinite-scroll ul {
    gap: 0 20px;
    height: calc(50% - 10px);
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_examination .infinite-scroll ul {
    -webkit-animation-name: scroll_lr_pc;
            animation-name: scroll_lr_pc;
  }
}
.sec_examination .infinite-scroll ul + ul {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .sec_examination .infinite-scroll ul + ul {
    margin-top: 22px;
  }
}
.sec_examination .infinite-scroll ul.rl {
  -webkit-animation-name: scroll_rl;
          animation-name: scroll_rl;
}
@media print, screen and (min-width: 1180px) {
  .sec_examination .infinite-scroll ul.rl {
    -webkit-animation-name: scroll_rl_pc;
            animation-name: scroll_rl_pc;
  }
}
.sec_examination .infinite-scroll li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  width: 50.4vw;
}
@media print, screen and (min-width: 920px) {
  .sec_examination .infinite-scroll li {
    width: calc(50% - 10px);
  }
}
@media print, screen and (min-width: 1180px) {
  .sec_examination .infinite-scroll li {
    width: calc(25% - 10px);
  }
}
.sec_examination .infinite-scroll li img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.sec_links {
  padding: 75px 0 95px;
}
@media print, screen and (min-width: 920px) {
  .sec_links {
    padding: 100px 0 110px;
  }
}
.sec_links > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec_links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .sec_links a {
    width: 48%;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_links a {
    width: 23%;
  }
}
@media (hover: hover) {
  .sec_links a:where(:-webkit-any-link, :enabled, summary):hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sec_links a:where(:-moz-any-link, :enabled, summary):hover img {
    transform: scale(1.1);
  }
  .sec_links a:where(:any-link, :enabled, summary):hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sec_links a:where(:-webkit-any-link, :enabled, summary):hover span::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_links a:where(:-moz-any-link, :enabled, summary):hover span::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_links a:where(:any-link, :enabled, summary):hover span::before {
    background-color: #fff;
    color: #00bc30;
  }
}
.sec_links a + a {
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .sec_links a + a {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_links a:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_links a:nth-child(n+3) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_links a:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_links a:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media print, screen and (min-width: 920px) {
  .sec_links a:nth-child(4) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.sec_links figure {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}
.sec_links figure img {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_links span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  line-height: 1.2;
  padding-left: 38px;
  font-weight: 500;
  font-size: 1.5rem;
}
.sec_links span::before, .sec_links span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 28px;
  height: 28px;
  font-size: 11px;
  -webkit-box-shadow: 0 2px 5px rgba(43, 43, 43, 0.16);
          box-shadow: 0 2px 5px rgba(43, 43, 43, 0.16);
}
.sec_links span::before {
  content: "\e901";
  left: 0;
}
@media (hover: hover) {
  .sec_links span:where(:-webkit-any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_links span:where(:-moz-any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
  .sec_links span:where(:any-link, :enabled, summary):hover::before {
    background-color: #fff;
    color: #00bc30;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}
.anime.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}