@media print, screen and (min-width: 701px) {
  a img {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
  }
}

@media print, screen and (min-width: 701px) {
  a:hover img {
    opacity: 0.6;
  }
}

.s-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-body::before, .s-body::after,
.s-body *,
.s-body *::before,
.s-body *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.s-header::after {
  content: "";
  display: block;
  clear: both;
}
.s-header img {
  width: 100%;
  vertical-align: top;
}

.s-header-logo {
  float: left;
  width: 201px;
  margin: 9px 0 6px 15px;
}
@media print, screen and (min-width: 701px) {
  .s-header-logo {
    width: 340px;
    margin: 20px 0 20px 40px;
  }
}

.s-header-link {
  display: none;
}
@media print, screen and (min-width: 701px) {
  .s-header-link {
    float: right;
    display: block;
    margin: 20px 40px 0 0;
  }
  .s-header-link a {
    display: block;
    position: relative;
    padding: 15px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-decoration: none;
    background: #003380;
    border: 2px solid #003380;
    border-radius: 100px;
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
    cursor: pointer;
  }
  .s-header-link a::after {
    content: "";
    display: inline-block;
    margin: 0 0 2px 10px;
    color: #94C4FC;
    display: inline-block;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .s-header-link a:hover {
    color: #003380;
    background: #fff;
  }
}

.s-top-slider {
  position: relative;
  margin: 0 0 20px;
}
.s-top-slider .slick-prev,
.s-top-slider .slick-next {
  position: absolute;
  top: calc(50% - 18px);
  left: 10px;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background: #1E64CD;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.s-top-slider .slick-prev::after,
.s-top-slider .slick-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  color: #fff;
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.s-top-slider .slick-next {
  right: 10px;
  left: auto;
}
.s-top-slider .slick-next::after {
  left: calc(50% - 5px);
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-top-slider {
    margin: 0 0 40px;
  }
  .s-top-slider .slick-prev,
  .s-top-slider .slick-next {
    top: calc(50% - 23px);
    left: 137px;
    width: 46px;
    height: 46px;
  }
  .s-top-slider .slick-prev::after,
  .s-top-slider .slick-next::after {
    top: calc(50% - 4px);
    display: inline-block;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .s-top-slider .slick-next {
    left: auto;
    right: 137px;
  }
  .s-top-slider .slick-next::after {
    display: inline-block;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.s-top-slider__item {
  position: relative;
  overflow: hidden;
}
.s-top-slider__item::after {
  content: "";
  display: block;
  padding-bottom: 88.785%;
}
.s-top-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 701px) {
  .s-top-slider__item::after {
    content: normal;
  }
  .s-top-slider__item img {
    position: static;
  }
}

@media print, screen and (min-width: 701px) {
  .s-news {
    padding-left: max(40px, 50% - 475px);
    padding-right: max(40px, 50% - 475px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 35px;
  }
}

.s-examination-nav {
  background: #D6E9FF;
  margin: 0 auto;
  padding: 10px;
  max-width: 270px;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.s-examination-nav a {
  position: relative;
  display: block;
  padding: 20px 0 28px;
  color: #0041a0;
  font-weight: bold;
  font-size: 1.3333rem;
  text-decoration: none;
  text-align: center;
  background: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/background_examination_nav_01.png) no-repeat;
  background-size: cover;
  border: 1px solid #0041A0;
}
.s-examination-nav a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: calc(50% - 3px);
  width: 7px;
  height: 26px;
  background: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_arrow_nav_01.png) no-repeat;
  background-size: 100% auto;
}
.s-examination-nav span {
  display: inline-block;
  margin: 0 0 0 33px;
  padding: 5px 6px;
  background: #fff;
}
.s-examination-nav span::before {
  content: "";
  position: absolute;
  margin: -4px 0 0 -45px;
  width: 25px;
  height: 25px;
  background: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_examination_nav_01.svg) no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 701px) {
  .s-examination-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    max-width: initial;
    margin: 0;
    padding: 16px;
  }
  .s-examination-nav:has(a:hover) {
    background: #0041a0;
  }
  .s-examination-nav a {
    padding: 70px 0 74px;
    font-size: 1.25rem;
    border-width: 2px;
  }
  .s-examination-nav a::before {
    bottom: 12px;
    width: 7px;
    height: 30px;
  }
  .s-examination-nav span {
    margin-left: 0;
    padding: 3px 15px;
  }
  .s-examination-nav span::before {
    top: 28px;
    left: calc((100% - 30px) / 2);
    margin: 0;
    width: 30px;
    height: 30px;
  }
}

.s-news-box {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  padding: 30px 27px;
  background: #fff;
  border-radius: 15px;
  z-index: 1;
}
@media print, screen and (min-width: 701px) {
  .s-news-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.7%;
            flex: 0 0 65.7%;
    margin: 0;
    padding: 0;
  }
}

.s-news-box__title {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #1587e6;
}
@media print, screen and (min-width: 701px) {
  .s-news-box__title {
    margin: -5px 0 7px;
    font-size: 1.75rem;
    line-height: 1;
  }
}

.s-news-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  color: #3b4043;
  border-top: 1px solid #959EA7;
  border-bottom: 1px solid #959EA7;
}
@media print, screen and (min-width: 701px) {
  .s-news-list {
    margin-bottom: 18px;
  }
}

.s-news-list__item a {
  display: block;
  padding: 9px 15px 6px;
  color: inherit;
  text-decoration: none;
}
.s-news-list__item a:hover {
  text-decoration: underline;
}
.s-news-list__item:nth-child(odd) a {
  background: #f0f4fd;
}
@media print, screen and (min-width: 701px) {
  .s-news-list__item a {
    padding: 12px 25px 12px;
  }
  .s-news-list__item a:hover {
    text-decoration: underline;
  }
}

.s-news-list__date {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}
@media print, screen and (min-width: 701px) {
  .s-news-list__date {
    font-size: 0.75rem;
  }
}

.s-news-list__title {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .s-news-list__title {
    font-size: 0.875rem;
  }
}

.s-news__button {
  text-align: right;
}
.s-news__button a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.s-news__button a::after {
  content: "";
  margin: -2px 3px 0 8px;
  display: inline-block;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-news__button {
    font-size: 0.875rem;
  }
  .s-news__button a:hover {
    text-decoration: underline;
  }
}

.s-whats-bio {
  padding: 45px 27px 20px;
  background: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/background_whats_bio_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 701px) {
  .s-whats-bio {
    padding: 50px 0 0;
  }
}

.s-whats-bio__title {
  margin: 0 0 5px;
  color: #1587e6;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 2.1667rem;
}
@media print, screen and (min-width: 701px) {
  .s-whats-bio__title {
    margin-bottom: 3px;
  }
}

.s-whats-bio__title-2 {
  margin: 0 25px 39px;
  padding: 10px;
  color: #003380;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4444;
  background: #fff;
  border-top: 1px solid #1587E6;
  border-bottom: 1px solid #1587E6;
}
@media print, screen and (min-width: 701px) {
  .s-whats-bio__title-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 46px;
    padding: 8px 40px;
    font-size: 1.625rem;
  }
}

.s-whats-bio__banner {
  margin: 0 18px 47px;
  -webkit-box-shadow: 6px 6px 0px 0px #003380;
          box-shadow: 6px 6px 0px 0px #003380;
}
.s-whats-bio__banner img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .s-whats-bio__banner {
    width: 452px;
    margin: 0 auto 80px;
  }
}

@media print, screen and (min-width: 701px) {
  .s-whats-bio__course {
    padding-left: max(40px, 50% - 420px);
    padding-right: max(40px, 50% - 420px);
    padding-bottom: 84px;
  }
}

.s-whats-bio__course-title {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 8px;
  color: inherit;
  font-weight: bold;
  font-size: 1.6667rem;
  text-align: center;
}
.s-whats-bio__course-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 2px;
  background: #1260D3;
}
@media print, screen and (min-width: 701px) {
  .s-whats-bio__course-title {
    margin-bottom: 26px;
    font-size: 1.5rem;
  }
}

.s-whats-bio__course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .s-whats-bio__course-list {
    gap: 20px;
  }
}

.s-course-card, .s-course-card--animal, .s-course-card--biodata, .s-course-card--clinical, .s-course-card--frontier, .s-course-card--comparison {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 14px) / 2);
          flex: 0 0 calc((100% - 14px) / 2);
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.s-course-card a, .s-course-card--animal a, .s-course-card--biodata a, .s-course-card--clinical a, .s-course-card--frontier a, .s-course-card--comparison a {
  display: block;
  position: relative;
  height: 100%;
  padding: 10px 10px 47px 10px;
  color: inherit;
  text-decoration: none;
  background: #999;
}
.s-course-card a::after, .s-course-card--animal a::after, .s-course-card--biodata a::after, .s-course-card--clinical a::after, .s-course-card--frontier a::after, .s-course-card--comparison a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 14px;
  display: inline-block;
  margin: 0 0 2px 10px;
  color: #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-course-card, .s-course-card--animal, .s-course-card--biodata, .s-course-card--clinical, .s-course-card--frontier, .s-course-card--comparison {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }
  .s-course-card a, .s-course-card--animal a, .s-course-card--biodata a, .s-course-card--clinical a, .s-course-card--frontier a, .s-course-card--comparison a {
    padding: 10px 10px 50px 10px;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  .s-course-card a::after, .s-course-card--animal a::after, .s-course-card--biodata a::after, .s-course-card--clinical a::after, .s-course-card--frontier a::after, .s-course-card--comparison a::after {
    bottom: 30px;
    right: 30px;
  }
  .s-course-card a:hover, .s-course-card--animal a:hover, .s-course-card--biodata a:hover, .s-course-card--clinical a:hover, .s-course-card--frontier a:hover, .s-course-card--comparison a:hover {
    opacity: 0.6;
  }
}

.s-course-card__label {
  position: relative;
  margin: 0;
  font-size: 1.3333rem;
  line-height: 1.125;
}
.s-course-card__label::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 4px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 701px) {
  .s-course-card__label {
    padding: 20px 0 0 122px;
    font-size: 1.375rem;
    min-height: 3.4em;
  }
  .s-course-card__label::before {
    position: absolute;
    top: 8px;
    left: 21px;
    width: 66px;
    height: 66px;
  }
}

.s-course-card__label-sub {
  display: inline-block;
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.1429;
}
@media print, screen and (min-width: 701px) {
  .s-course-card__label-sub {
    margin: 0 0 2px;
    line-height: 1.375;
  }
}

.s-course-card__copy {
  position: absolute;
  color: #ffffc3;
  bottom: 10px;
  left: 0;
  margin: 0;
  padding: 3px 10px;
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 701px) {
  .s-course-card__copy {
    padding: 3px 10px 8px 26px;
    bottom: 15px;
  }
}

.s-course-card--comparison {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #0079bd;
}
.s-course-card--comparison a {
  padding-top: 15px;
  padding-bottom: 44px;
  border: 3px solid #0079bd;
  background: #fff;
}
.s-course-card--comparison a::after {
  color: #0079bd;
}
.s-course-card--comparison .s-course-card__label {
  padding-left: 88px;
  min-height: initial;
}
.s-course-card--comparison .s-course-card__label::before {
  position: absolute;
  top: -7px;
  left: 10px;
  width: 49px;
  height: 49px;
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_course_comparison_01.png);
}
.s-course-card--comparison .s-course-card__copy {
  color: #0079BD;
  border-bottom-color: #333;
}
@media print, screen and (min-width: 701px) {
  .s-course-card--comparison {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 14px) / 2);
            flex: 0 0 calc((100% - 14px) / 2);
    margin: 0 25% 9px;
  }
  .s-course-card--comparison a {
    padding-bottom: 63px;
    border-width: 5px;
  }
  .s-course-card--comparison .s-course-card__label {
    padding-top: 10px;
    padding-left: 122px;
  }
  .s-course-card--comparison .s-course-card__label::before {
    top: 3px;
    left: 25px;
    width: 65px;
    height: 65px;
  }
  .s-course-card--comparison .s-course-card__copy {
    bottom: 10px;
  }
}

.s-course-card--frontier a {
  background: #E94E6D;
}
.s-course-card--frontier .s-course-card__label::before {
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_course_frontier_01.png);
}

.s-course-card--clinical a {
  background: #8C64A8;
}
.s-course-card--clinical .s-course-card__label::before {
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_course_clinical_01.png);
}

.s-course-card--biodata a {
  background: #0D57A7;
}
.s-course-card--biodata .s-course-card__label::before {
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_course_biodata_01.png);
}

.s-course-card--animal a {
  background: #82BF25;
}
.s-course-card--animal .s-course-card__label::before {
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_course_animal_01.png);
}

.s-student-life-and-career {
  padding: 43px 22px 32px;
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/background_student_01.jpg);
  background-repeat: repeat-x;
  background-size: 1270px auto;
}
@media print, screen and (min-width: 701px) {
  .s-student-life-and-career {
    padding-left: max(40px, 50% - 475px);
    padding-right: max(40px, 50% - 475px);
    padding-top: 54px;
    padding-bottom: 50px;
    background-position: 50% 0;
    background-size: auto 1000px;
  }
}

.s-student-life-and-career__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 5px 20px;
  color: #fff295;
  font-size: 1.5rem;
  font-weight: bold;
  background: #003380;
}
@media print, screen and (min-width: 701px) {
  .s-student-life-and-career__title {
    margin-bottom: 36px;
    padding: 7px 38px;
    font-size: 1.625rem;
  }
}

.s-student-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 701px) {
  .s-student-list {
    gap: 37px;
    margin: 0 0 28px;
  }
}

.s-student-list__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 16px) / 2);
          flex: 0 1 calc((100% - 16px) / 2);
}
.s-student-list__item a {
  display: block;
  position: relative;
  padding: 0;
  color: inherit;
  text-align: center;
  background: none;
  border: none;
}
.s-student-list__item a::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_open_01.png);
  background-size: 100% auto;
}
@media print, screen and (min-width: 701px) {
  .s-student-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 111px) / 4);
            flex: 0 1 calc((100% - 111px) / 4);
    overflow: hidden;
    border-radius: 13px;
  }
  .s-student-list__item a::after {
    width: 26px;
    height: 26px;
  }
  .s-student-list__item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #ccc;
    border-radius: 13px;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  .s-student-list__item a:hover::before {
    opacity: 1;
  }
  .s-student-list__item:nth-child(1) a::before {
    border-color: #E94E6D;
  }
  .s-student-list__item:nth-child(2) a::before {
    border-color: #8C64A8;
  }
  .s-student-list__item:nth-child(3) a::before {
    border-color: #0D57A7;
  }
  .s-student-list__item:nth-child(4) a::before {
    border-color: #82BF25;
  }
}

.s-student-list__image {
  margin: 0;
}
.s-student-list__image img {
  width: 100%;
}
a:hover .s-student-list__image img {
  opacity: 1;
}

@-webkit-keyframes baloon {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes baloon {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}
@-webkit-keyframes toggle {
  0% {
    opacity: 0;
  }
  5.556% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55.556% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  5.556% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55.556% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.s-student-list__description {
  position: absolute;
  bottom: 5%;
  left: 12px;
  width: calc(100% - 12px - 12px);
  margin: 0;
  padding: 12px 5px;
  font-size: 0.8333rem;
  font-weight: bold;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 100px;
  -webkit-animation-duration: 1s, 5s;
          animation-duration: 1s, 5s;
  -webkit-animation-name: baloon, toggle;
          animation-name: baloon, toggle;
  -webkit-animation-iteration-count: infinite, infinite;
          animation-iteration-count: infinite, infinite;
  opacity: 0;
}
.s-student-list__description::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 25px;
  width: 10px;
  height: 9px;
  background: #ccc;
  -webkit-clip-path: polygon(0 100%, 100% 0, 65% 100%);
          clip-path: polygon(0 100%, 100% 0, 65% 100%);
}
.s-student-list__item:nth-child(1) .s-student-list__description {
  border-color: #E94E6D;
  -webkit-animation-delay: 0s, 0s;
          animation-delay: 0s, 0s;
}
.s-student-list__item:nth-child(1) .s-student-list__description::before {
  background: #E94E6D;
}
.s-student-list__item:nth-child(2) .s-student-list__description {
  bottom: 25%;
  border-color: #8C64A8;
  -webkit-animation-delay: 0s, 2s;
          animation-delay: 0s, 2s;
}
.s-student-list__item:nth-child(2) .s-student-list__description::before {
  background: #8C64A8;
  scale: -1 1;
  right: 25px;
  left: auto;
}
.s-student-list__item:nth-child(3) .s-student-list__description {
  border-color: #0D57A7;
  -webkit-animation-delay: 0s, 3s;
          animation-delay: 0s, 3s;
}
.s-student-list__item:nth-child(3) .s-student-list__description::before {
  background: #0D57A7;
}
.s-student-list__item:nth-child(4) .s-student-list__description {
  bottom: 25%;
  border-color: #82BF25;
  -webkit-animation-delay: 0s, 1s;
          animation-delay: 0s, 1s;
}
.s-student-list__item:nth-child(4) .s-student-list__description::before {
  background: #82BF25;
  scale: -1 1;
  right: 25px;
  left: auto;
}
@media print, screen and (min-width: 701px) {
  .s-student-list__description {
    font-size: 0.8125rem;
  }
}

.s-student-list__more {
  margin: 0 30px 30px;
}
.s-student-list__more a {
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #0F499F;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border: 2px solid #1260D3;
  border-radius: 100px;
}
.s-student-list__more a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
  color: #333;
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-student-list__more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
  }
  .s-student-list__more a {
    padding: 12px 48px 12px 25px;
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  .s-student-list__more a::after {
    -webkit-transition: color 400ms;
    transition: color 400ms;
  }
  .s-student-list__more a:hover {
    color: #fff;
    background: #1260D3;
  }
  .s-student-list__more a:hover::after {
    color: #fff;
  }
}

.s-student-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  margin: 0 0 16px;
}
@media print, screen and (min-width: 701px) {
  .s-student-buttons {
    gap: 34px;
    max-width: 714px;
    margin: 0 auto 34px;
  }
}

.s-student-buttons__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 5px;
  background: #fff;
}
.s-student-buttons__item a {
  display: block;
  padding: 10px;
  color: #0f499f;
  font-size: 1.3333rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #1260D3;
}
.s-student-buttons__item a::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s-student-buttons__item a::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 10px 0 0 auto;
  background-repeat: no-repeat;
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_arrow_01.png);
  background-size: 100% auto;
}
.s-student-buttons__item:nth-child(1) a::before {
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_interview_01.png);
}
.s-student-buttons__item:nth-child(2) a::before {
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_career_01.png);
}
@media print, screen and (min-width: 701px) {
  .s-student-buttons__item {
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
  }
  .s-student-buttons__item:has(a:hover) {
    background: #1260D3;
  }
  .s-student-buttons__item a {
    position: relative;
    padding: 30px 40px 30px 70px;
    font-size: 1.125rem;
    text-align: left;
  }
  .s-student-buttons__item a::before {
    position: absolute;
    top: calc((100% - 45px) / 2);
    left: 18px;
    margin: 0;
  }
  .s-student-buttons__item a::after {
    position: absolute;
    top: calc((100% - 32px) / 2);
    right: 10px;
    margin: 0;
  }
  .s-student-buttons__item:nth-child(2) a {
    padding-left: 90px;
  }
  .s-student-buttons__item:nth-child(2) a::before {
    left: 24px;
  }
}

.s-student-links {
  margin: 0 30px;
  color: #0f499f;
  font-weight: bold;
  background: #fff;
}
@media print, screen and (min-width: 701px) {
  .s-student-links {
    max-width: 372px;
    margin-right: auto;
    margin-left: auto;
  }
}

.s-student-links__title {
  margin: 0;
  padding: 5px;
  background: #fff;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
.s-student-links__title:has(button.is-opened) {
  background: #1260D3;
}
.s-student-links__title button {
  position: relative;
  width: 100%;
  padding: 20px 15px;
  color: inherit;
  font-size: 1.3333rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  text-align: left;
  border: 1px solid #1260D3;
  background: #fff;
  cursor: pointer;
}
.s-student-links__title button::before, .s-student-links__title button::after {
  content: "";
  position: absolute;
  top: calc((100% - 2px) / 2);
  right: 20px;
  width: 12px;
  height: 2px;
  background: #333;
  -webkit-transition: rotate 400ms, opacity 400ms;
  transition: rotate 400ms, opacity 400ms;
}
.s-student-links__title button::after {
  rotate: 90deg;
}
.s-student-links__title button.is-opened::before, .s-student-links__title button.is-opened::after {
  rotate: 180deg;
}
.s-student-links__title button.is-opened::after {
  rotate: 270deg;
  opacity: 0;
}
@media print, screen and (min-width: 701px) {
  .s-student-links__title {
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
  }
  .s-student-links__title:has(button:hover) {
    background: #1260D3;
  }
  .s-student-links__title button {
    padding: 30px 0 30px 26px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.125rem;
  }
}

.s-student-links__list {
  list-style: none;
  margin: 0;
  padding: 6px;
}

.s-student-links__item {
  border-bottom: 1px solid #1260D3;
}
.s-student-links__item a {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  padding: 15px 10px;
}
.s-student-links__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  color: #333;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-student-links__item a {
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
  }
  .s-student-links__item a:hover {
    background: #f4f9ff;
  }
}

.s-tuition {
  margin: 0;
  padding: 32px 70px 21px;
  background: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/background_tuition_01.jpg) no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 701px) {
  .s-tuition {
    padding-left: max(40px, 50% - 306px);
    padding-right: max(40px, 50% - 306px);
    padding-top: 45px;
  }
}

.s-tuition__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 5px 20px;
  font-size: 1.3333rem;
  font-weight: bold;
  background: #fff;
  border: 1px solid #333;
}
@media print, screen and (min-width: 701px) {
  .s-tuition__title {
    padding: 7px 38px;
  }
}

.s-tuition__banner {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .s-tuition__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
  }
}

.s-tuition__banner-item {
  margin: 0 0 15px;
  -webkit-box-shadow: 4px 4px 0px 0px #6F7579;
          box-shadow: 4px 4px 0px 0px #6F7579;
}
.s-tuition__banner-item img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .s-tuition__banner-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.s-admissions-system {
  padding: 40px 15px 20px;
  background: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/background_system_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 701px) {
  .s-admissions-system {
    padding-left: max(40px, 50% - 475px);
    padding-right: max(40px, 50% - 475px);
    padding-top: 52px;
    padding-bottom: 60px;
  }
}

.s-admissions-system__heading-en {
  margin: 0 0 7px;
  color: #1587e6;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6667rem;
}
@media print, screen and (min-width: 701px) {
  .s-admissions-system__heading-en {
    margin-bottom: 12px;
  }
}

.s-admissions-system__heading-title {
  margin: 0 auto 30px;
  max-width: 248px;
  padding: 8px;
  color: #003380;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4444;
  background: #fff;
  border-top: 1px solid #1587E6;
  border-bottom: 1px solid #1587E6;
}
@media print, screen and (min-width: 701px) {
  .s-admissions-system__heading-title {
    max-width: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
    padding: 8px 25px;
    font-size: 1.625rem;
  }
}

.s-admissions-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
  margin: 0 0 27px;
}
@media print, screen and (min-width: 701px) {
  .s-admissions-type {
    gap: 40px;
    margin: 0 0 30px;
  }
}

.s-admissions-type-box {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 13px) / 2);
          flex: 0 1 calc((100% - 13px) / 2);
  padding: 14px 10px 60px 10px;
  background: #fff;
  border: 5px solid #d6e9ff;
}
.s-admissions-type-box:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media print, screen and (min-width: 701px) {
  .s-admissions-type-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 40px) / 2);
            flex: 0 1 calc((100% - 40px) / 2);
    border-width: 10px;
    padding: 24px;
  }
}

.s-admissions-type-box__title {
  color: #0f499f;
  font-size: 1.1667rem;
  line-height: 1.2857;
  font-weight: bold;
  text-align: center;
}
.s-admissions-type-box__title::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s-admissions-type-box:nth-child(1) .s-admissions-type-box__title::before {
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_type_01.png);
}
.s-admissions-type-box:nth-child(2) .s-admissions-type-box__title::before {
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_schedule_01.png);
}
.s-admissions-type-box:nth-child(3) .s-admissions-type-box__title::before {
  background-image: url(/wordpress/wp-content/themes/main/images/admissions/for-examinees/icon_exemption_01.png);
}
@media print, screen and (min-width: 701px) {
  .s-admissions-type-box__title {
    margin: 0 0 15px;
    font-size: 1.375rem;
  }
  .s-admissions-type-box__title::before {
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
  }
  .s-admissions-type-box:nth-child(1) .s-admissions-type-box__title {
    font-size: 1.625rem;
  }
}

.s-admissions-type-box__link {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
}
.s-admissions-type-box__link a {
  display: block;
  position: relative;
  max-width: 136px;
  margin: 0 auto;
  padding: 8px 20px;
  color: #0F499F;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border: 2px solid #1260D3;
  border-radius: 100px;
}
.s-admissions-type-box__link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  color: #333;
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-admissions-type-box__link {
    width: auto;
    position: static;
    margin: 0;
  }
  .s-admissions-type-box__link a {
    max-width: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 96px 12px 30px;
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  .s-admissions-type-box__link a::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 26px;
    -webkit-transition: color 400ms;
    transition: color 400ms;
  }
  .s-admissions-type-box__link a:hover {
    color: #fff;
    background: #1260D3;
  }
  .s-admissions-type-box__link a:hover::after {
    color: #fff;
  }
}

.s-admissions-type-box__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 15px 20px 5px;
  padding: 12px 0;
  border-top: 1px solid #D6E9FF;
  border-bottom: 1px solid #D6E9FF;
}
@media print, screen and (min-width: 701px) {
  .s-admissions-type-box__list-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 114px;
    margin: 19px 54px;
    padding: 19px 0 19px 10px;
  }
}

.s-admissions-type-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 701px) {
  .s-admissions-type-box__list {
    font-size: 1.125rem;
  }
}

.s-admissions-type-box__item, .s-admissions-type-box__item--other, .s-admissions-type-box__item--common, .s-admissions-type-box__item--general, .s-admissions-type-box__item--comprehensive, .s-admissions-type-box__item--recommendation {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 12px;
}
.s-admissions-type-box__item:last-child, .s-admissions-type-box__item--other:last-child, .s-admissions-type-box__item--common:last-child, .s-admissions-type-box__item--general:last-child, .s-admissions-type-box__item--comprehensive:last-child, .s-admissions-type-box__item--recommendation:last-child {
  margin-bottom: 0;
}
.s-admissions-type-box__item::before, .s-admissions-type-box__item--other::before, .s-admissions-type-box__item--common::before, .s-admissions-type-box__item--general::before, .s-admissions-type-box__item--comprehensive::before, .s-admissions-type-box__item--recommendation::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #0f499f;
  border-radius: 100px;
}
@media print, screen and (min-width: 701px) {
  .s-admissions-type-box__item, .s-admissions-type-box__item--other, .s-admissions-type-box__item--common, .s-admissions-type-box__item--general, .s-admissions-type-box__item--comprehensive, .s-admissions-type-box__item--recommendation {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
  }
  .s-admissions-type-box__item::before, .s-admissions-type-box__item--other::before, .s-admissions-type-box__item--common::before, .s-admissions-type-box__item--general::before, .s-admissions-type-box__item--comprehensive::before, .s-admissions-type-box__item--recommendation::before {
    width: 14px;
    height: 14px;
  }
}

.s-admissions-type-box__item--recommendation {
  color: #007984;
}

.s-admissions-type-box__item--comprehensive {
  color: #5953AC;
}

.s-admissions-type-box__item--general {
  color: #BE3369;
}

.s-admissions-type-box__item--common {
  color: #BF3C3C;
}

.s-admissions-type-box__item--other {
  color: #9D7E00;
}

.s-examination-data__label {
  margin: 0 0 13px;
  color: #0F499F;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-examination-data__label {
    font-size: 1.25rem;
  }
}

.s-examination-data-list {
  list-style: none;
  margin: 0 50px;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .s-examination-data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
    margin: 0;
  }
}

.s-examination-data-list__item {
  margin: 0 0 10px;
  -webkit-box-shadow: 4px 4px 0px 0px #0F499F;
          box-shadow: 4px 4px 0px 0px #0F499F;
}
.s-examination-data-list__item img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .s-examination-data-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.s-footer-link {
  padding: 30px 56px;
  background: #94C4FC;
}
@media print, screen and (min-width: 701px) {
  .s-footer-link {
    padding-left: max(40px, 50% - 432.5px);
    padding-right: max(40px, 50% - 432.5px);
  }
}

.s-footer-link__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .s-footer-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
}

.s-footer-link__item {
  margin: 0 0 16px;
}
.s-footer-link__item:last-child {
  margin-bottom: 0;
}
.s-footer-link__item a {
  display: block;
  position: relative;
  padding: 10px 18px;
  color: #0f499f;
  font-weight: bold;
  text-decoration: none;
  background: #FFFFC3;
  border: 2px solid #1260D3;
  border-radius: 100px;
}
.s-footer-link__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 25px;
  color: #333;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-footer-link__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .s-footer-link__item a {
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  .s-footer-link__item a::after {
    -webkit-transition: color 400ms;
    transition: color 400ms;
  }
  .s-footer-link__item a:hover {
    color: #FFFFC3;
    background: #1260D3;
  }
  .s-footer-link__item a:hover::after {
    color: #FFFFC3;
  }
}

.s-student-pop-up {
  max-width: 700px;
  margin: 50px 9px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width: 701px) {
  .s-student-pop-up {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 70px;
  }
}

.s-student-pop-up__content {
  font-size: 1.1667rem;
}
.s-student-pop-up__content p {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .s-student-pop-up__content {
    width: 64.2857%;
    margin: 0 0 30px;
    font-size: 1rem;
  }
  .s-student-pop-up__content p {
    line-height: 1.75;
  }
}

.s-student-pop-up__heading {
  margin: 0 0 15px;
  padding: 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3333;
  background: #ccc;
  border-radius: 20px;
}
#student01 .s-student-pop-up__heading {
  background: #E94E6D;
}
#student02 .s-student-pop-up__heading {
  background: #8C64A8;
}
#student03 .s-student-pop-up__heading {
  background: #0D57A7;
}
#student04 .s-student-pop-up__heading {
  background: #82BF25;
}
@media print, screen and (min-width: 701px) {
  .s-student-pop-up__heading {
    font-size: 1.25rem;
    margin: 0 0 36px;
    padding: 22px;
  }
}

.s-student-pop-up__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media print, screen and (min-width: 701px) {
  .s-student-pop-up__info {
    position: relative;
  }
}

.s-student-pop-up__meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 2);
          flex: 0 0 calc((100% - 30px) / 2);
  margin: 0 0 20px;
}
@media print, screen and (min-width: 701px) {
  .s-student-pop-up__meta {
    margin-bottom: 40px;
  }
}

.s-student-pop-up__name {
  margin: 0 0 7px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 701px) {
  .s-student-pop-up__name {
    font-size: 1.25rem;
  }
}

.s-student-pop-up__course {
  margin: 0;
}
@media print, screen and (min-width: 701px) {
  .s-student-pop-up__course {
    font-size: 0.875rem;
  }
}

.s-student-pop-up__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  margin: 0;
}
.s-student-pop-up__image img {
  width: 100%;
}
@media print, screen and (min-width: 701px) {
  .s-student-pop-up__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
  }
}

.s-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px 0 0;
  border-top: 2px solid #e2e2e2;
}

.s-pager__prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.s-pager__prev a {
  display: inline-block;
  position: relative;
  min-height: 27px;
  padding: 0 0 0 34px;
  color: inherit;
  text-decoration: none;
  line-height: 27px;
}
.s-pager__prev a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  background: #333;
  border-radius: 50%;
}
.s-pager__prev a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  color: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media print, screen and (min-width: 701px) {
  .s-pager__prev {
    font-size: 0.9375rem;
  }
  .s-pager__prev a {
    min-height: 32px;
    padding-left: 40px;
    line-height: 32px;
  }
  .s-pager__prev a::before {
    width: 32px;
    height: 32px;
  }
  .s-pager__prev a::after {
    top: 12px;
    left: 13px;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}

.s-pager__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 4px 0 0;
  text-align: center;
}
.s-pager__close button {
  position: relative;
  color: inherit;
  font-size: 1rem;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
}
.s-pager__close span {
  display: block;
  margin: 0 auto 5px;
  position: relative;
  width: 22px;
  height: 22px;
}
.s-pager__close span::before, .s-pager__close span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 1px);
  width: 2px;
  height: 28px;
  background: #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.s-pager__close span::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media print, screen and (min-width: 701px) {
  .s-pager__close button {
    font-size: 0.9375rem;
  }
  .s-pager__close span {
    margin-bottom: 8px;
    position: relative;
    width: 26px;
    height: 26px;
  }
  .s-pager__close span::before, .s-pager__close span::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 16.8px);
    left: calc(50% - 1px);
    width: 2px;
    height: 33.6px;
    background: #000;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .s-pager__close span::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.s-pager__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  text-align: right;
}
.s-pager__next a {
  display: inline-block;
  position: relative;
  min-height: 27px;
  padding: 0 34px 0 0;
  color: inherit;
  text-decoration: none;
  line-height: 27px;
}
.s-pager__next a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 27px;
  background: #333;
  border-radius: 50%;
}
.s-pager__next a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 11px;
  color: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 701px) {
  .s-pager__next {
    font-size: 0.9375rem;
  }
  .s-pager__next a {
    min-height: 32px;
    padding-right: 40px;
    line-height: 32px;
  }
  .s-pager__next a::before {
    width: 32px;
    height: 32px;
  }
  .s-pager__next a::after {
    top: 12px;
    right: 13px;
    display: inline-block;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}