/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* ========================================================
*
*					枠組み
*
* ======================================================== */
/* pc */
@media (min-width: 741px) {
}
/* sp */
@media (max-width: 740px) {
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.o-lead__ttl,
.o-info__item-ttl,
.o-sec__ttl {
  font-family: "AXIS ProN", sans-serif;
}
/* pc */
@media (min-width: 741px) {
  .o-sec {
    max-width: 852px;
    margin: 0 auto;
  }
  .o-sec-inr {
    max-width: 820px;
  }
  .o-sec-bg {
    position: relative;
    padding: 40px 0 38px;
  }
  .o-sec-bg::before {
    content: "";
    width: 820px;
    height: 100%;
    background-color: #f3f7fc;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  .o-sec__ttl {
    font-size: 24px;
    line-height: 38.5px;
    color: #374c5f;
  }
  .o-sec__ttl-sub {
    font-size: 20px;
  }
  .o-sec__ttl-underline {
    position: relative;
  }
  .o-sec__ttl-underline::before,
  .o-sec__ttl-underline::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -11px;
    height: 3px;
  }
  .o-sec__ttl-underline::before {
    width: 120px;
    background-color: #ff9100;
  }
  .o-sec__ttl-underline::after {
    left: 120px;
    width: 70%;
    background-color: #acacac;
  }
  .o-sec__ttl--campaign {
    position: relative;
  }
  .campaign-logo {
    display: inline-block;
    width: 74px;
    margin-left: 10px;
  }
  .o-sec__txt {
    font-size: 20px;
    line-height: 30px;
    color: #374c5f;
  }
  .o-sec__txt--highlight {
    color: #ff9100;
  }
  .o-sec__txt--bold {
    font-weight: bold;
  }
  .o-sec__txt-desc {
    margin-top: 6px;
    font-size: 18px;
    line-height: 27px;
    color: #374c5f;
  }
}
/* sp */
@media (max-width: 740px) {
  .sec {
    overflow-x: hidden;
  }
  .c-underline::after {
    width: 16vw;
    height: 3px;
    bottom: -11px;
  }
  .pc__only {
    display: none;
  }
  .o-sec {
    margin: 0 4vw;
  }
  .o-sec-bg {
    position: relative;
    padding: 58px 0;
    margin-bottom: 30px;
  }
  .o-sec-bg::before {
    content: "";
    width: 84vw;
    height: 100%;
    background-color: #f3f7fc;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: translateX(4vw);
  }
  .o-sec__ttl {
    font-size: 22px;
    line-height: 28px;
    color: #374c5f;
  }
  .o-sec__ttl-sub {
    font-size: 15px;
  }
  .o-sec__ttl-underline {
    position: relative;
  }
  .o-sec__ttl-underline::before,
  .o-sec__ttl-underline::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -8px;
    height: 3px;
  }
  .o-sec__ttl-underline::before {
    width: 120px;
    background-color: #ff9100;
  }
  .o-sec__ttl-underline::after {
    left: 120px;
    width: calc(100% - 120px);
    background-color: #acacac;
  }
  .campaign-logo {
    display: inline-block;
    width: 16vw;
  }
  .o-sec__txt {
    font-size: 18px;
    line-height: 27px;
    color: #374c5f;
  }
  .o-sec__txt--highlight {
    color: #ff9100;
  }
  .o-sec__txt--bold {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
  }
  .o-sec__txt-desc {
    margin-top: 6px;
    font-size: 18px;
    line-height: 27px;
    color: #374c5f;
  }
}
/* ========================================================
*
*					o-lead
*
* ======================================================== */
/* pc */
@media (min-width: 741px) {
  .o-lead-ctr {
    padding: 40px 0 47px;
  }
  .o-lead__ttl {
    font-size: 24px;
    line-height: 38.4px;
    margin-bottom: 30px;
  }
}
/* sp */
@media (max-width: 740px) {
  .c-lead {
    margin-bottom: 13.866vw;
  }
  .c-lead-bg::before {
    width: 60px;
    height: 80px;
    right: 0;
    top: 0;
    transform: translateY(-50%);
  }
  .c-lead-bg::after {
    width: 44px;
    height: 44px;
    bottom: 10px;
    left: 7px;
    transform: translateY(100%);
  }
  .c-lead__txt {
    max-width: 325px;
  }
  .o-lead-ctr {
    margin: 0 4vw;
    width: 100%;
  }
  .o-lead-ctr::after {
    width: 84vw;
    right: 4vw;
    transform: translateX(0);
  }
  .o-lead__ttl {
    font-size: 24px;
    line-height: 38.4px;
    margin-bottom: 30px;
  }
}
/*
==================================================================

o-info

==================================================================
*/

/* pc */
@media (min-width: 741px) {
  .o-info {
    width: 820px;
    margin: 0 auto;
  }
  .o-info__ttl {
    max-width: 819px;
    margin-bottom: 30px;
  }
  .o-info__ttl-img {
    width: 100%;
  }
  .o-info__item-ttl {
    color: #2775bb;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
  }
  .o-info__item:nth-child(n + 2) {
    margin-top: 25px;
  }
  .o-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    margin-top: 30px;
  }
  .o-info__list-item {
    max-width: 350px;
    min-height: 170px;
    background-color: #f3f7fc;
    padding: 12px 17px 11px 87px;
    position: relative;
    box-sizing: border-box;
  }
  .o-info__list-item:nth-of-type(odd) {
    margin-right: 80px;
  }
  .o-info__list-item:nth-child(n + 3) {
    margin-top: 38px;
  }
  #js-info .o-info__list-item {
    opacity: 0;
    max-height: 0;
    min-height: 0;
    margin-top: 0;
    visibility: hidden;
    transition: max-height 1s ease-in-out 0s, margin-top 1s ease-in-out 0s,
      opacity 1s ease-in-out 0s, visibility 1s ease-in-out 0s;
  }
  #js-info .o-info__list-item.is-active {
    opacity: 1;
    max-height: 100vh;
    visibility: visible;
    min-height: 170px;
  }
  #js-info .o-info__list-item.is-active:nth-child(n + 3) {
    margin-top: 38px;
  }
  .o-info__list-item:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .o-info__list-item:hover p {
    text-decoration: none;
  }
  .o-info__head {
    width: 108px;
    height: 76px;
    position: absolute;
    top: 15px;
    left: -40px;
  }
  .o-info__label {
    font-size: 10px;
    color: #fff;
    font-family: "Helvetica";
    font-weight: bold;
    text-align: center;
    width: 44px;
    height: 16px;
    box-sizing: border-box;
    padding: 4px 5px;
    border-radius: 8px;
    line-height: 1;
    background-color: #ff9100;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
  }
  .o-info__label--reco {
    background-color: #ff9100;
  }

  .o-info__name {
    font-size: 18px;
    font-family: "Helvetica";
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .o-info__dsc {
    font-family: "Helvetica";
    margin-bottom: 1.9em;
  }
  .o-info__more {
    font-weight: bold;
    padding-right: 20px;
    position: absolute;
    bottom: 10px;
    right: 25px;
  }
  .o-info__more::after {
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .o-acc-btn {
    display: none;
  }
  .o-acc-btn.is-active {
    display: block;
    border: none;
    background-color: #fff;
    color: #2775bb;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 20px 6px 8px 0px;
  }
  .o-acc-btn.is-active:hover {
    opacity: 0.8;
  }
  .o-acc-btn.is-active::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #2775bb;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .o-acc-btn.is-active::before {
    content: "";
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 14px;
    right: 26px;
  }
  .o-acc-btn.is-active.acc-btn--close::before {
    content: "";
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/arrow-up.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 14px;
    right: 26px;
  }
}
/* sp */
@media (max-width: 740px) {
  .o-info__ttl {
    margin-bottom: 30px;
  }
  .o-info__ttl-img {
    width: 100%;
  }
  .o-info__item-wrap {
    margin: 0 4vw;
  }
  .o-info__item-ttl {
    color: #2775bb;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
  }
  .o-info__item:nth-child(n + 2) {
    margin-top: 22px;
  }
  .o-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10.667vw;
    margin-top: 28px;
  }
  .o-info__list-item {
    min-height: 32vw;
    background-color: #f3f7fc;
    position: relative;
  }
  .o-info__list-item.is-active {
    padding: 5.333vw 5.333vw 4vw 22.93vw;
  }
  .o-info__list-item:nth-child(n + 2) {
    margin-top: 5.333vw;
  }
  .o-info__list-item:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .o-info__list-item:hover p {
    text-decoration: none;
  }
  #js-info .o-info__list-item {
    opacity: 0;
    max-height: 0;
    min-height: 0;
    margin-top: 0;
    visibility: hidden;
    transition: max-height 1s ease-in-out 0s, margin-top 1s ease-in-out 0s,
      opacity 1s ease-in-out 0s, visibility 1s ease-in-out 0s;
  }
  #js-info .o-info__list-item.is-active {
    opacity: 1;
    max-height: 100vh;
    visibility: visible;
    min-height: 170px;
  }
  #js-info .o-info__list-item.is-active:nth-child(n + 2) {
    margin-top: 5.333vw;
  }
  .o-info__list-item.is-active:not(:last-of-type) {
    margin-bottom: 5.333vw;
  }
  .o-info__list-item:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .o-info__list-item:hover p {
    text-decoration: none;
  }
  .o-info__head {
    width: 28.8vw;
    height: 20.26vw;
    position: absolute;
    top: 4vw;
    left: -10.13vw;
  }
  .o-info__head img {
    width: 100%;
  }
  .o-info__label {
    font-size: 2.667vw;
    color: #fff;
    font-family: "Helvetica";
    font-weight: bold;
    text-align: center;
    width: 14.333vw;
    height: 2.667vw;
    padding: 4px 5px;
    border-radius: 8px;
    line-height: 1;
    background-color: #ff9100;
    white-space: nowrap;
    position: absolute;
    top: -2.133vw;
  }
  .o-info__label--reco {
    background-color: #ff9100;
  }

  .o-info__name {
    font-size: 4.8vw;
    font-family: "Helvetica";
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  .o-info__dsc {
    font-size: 3.733vw;
    margin-bottom: 1.4em;
    font-family: "Helvetica";
  }
  .o-info__more {
    font-weight: bold;
    padding-right: 1.2em;
    position: absolute;
    right: 4%;
    bottom: 3%;
  }
  .o-info__more::after {
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .o-acc-btn.is-active {
    display: block;
    border: none;
    background-color: #fff;
    color: #2775bb;
    font-weight: bold;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 20px 6px 8px 0px;
  }
  .o-acc-btn.is-active::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #2775bb;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  .o-acc-btn.is-active::before {
    content: "";
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 10px;
    right: 9px;
  }
  .o-acc-btn.is-active.acc-btn--close::before {
    content: "";
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/arrow-up.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 10px;
    right: 9px;
  }
}
/* ========================================================
*
*					o-campaign
*
* ======================================================== */
/* pc */
@media (min-width: 741px) {
  .o-campaign {
    margin-top: 60px;
  }
  .o-campaign__desc-wrap {
    margin-top: 42px;
  }
  .o-sec-inr--campaign {
    margin-top: 35px;
  }
  a.o-campaign__link {
    color: #fff;
    background-color: #2775bb;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    display: block;
    position: relative;
    margin-top: 20px;
    text-align: center;
    padding: 15px 0;
    border-radius: 6px;
  }
  .o-campaign__link::before {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 7px;
    height: 14px;
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/white-arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .o-campaign__link-txt-small {
    font-size: 16px;
  }
}
/* sp */
@media (max-width: 740px) {
  .o-campaign {
    margin-top: 60px;
  }
  .o-campaign__desc-wrap {
    margin-top: 42px;
  }
  /* .o-sec-inr--campaign {
    margin-top: 30px;
  } */
  .o-campaign__dead-img {
    width: 100%;
  }
  a.o-campaign__link {
    color: #fff;
    background-color: #2775bb;
    font-size: 16px;
    font-weight: bold;
    display: block;
    position: relative;
    margin-top: 30px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    max-height: 60px;
    line-height: 25px;
    padding: 5px 0;
  }
  .o-campaign__link::before {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 7px;
    height: 14px;
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/white-arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .o-campaign__link-txt-small {
    display: block;
    font-size: 14px;
  }
}
/* ========================================================
*
*					o-movie
*
* ======================================================== */
/* pc */
@media (min-width: 741px) {
  .o-campaign .o-movie__ttl,
  .o-juken__ttl.o-other__ttl {
    margin-top: 80px;
  }
  .o-movie__wrap {
    display: block;
    position: relative;
    padding-bottom: 42.25%;
    height: 0;
    overflow: hidden;
    margin: 30px auto 0;
    width: 640px;
  }
  .o-movie__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .o-sec-inr--juken {
    margin: 30px auto 0;
  }
  .o-movie__ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 38.8px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .o-movie__ttl--deco {
    position: relative;
  }
  .o-movie__ttl--deco::before,
  .o-movie__ttl--deco::after {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 28px;
    transform: translateY(-50%);
  }
  .o-movie__ttl--deco::before {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/other-ttl-deco-left.svg);
    left: -46px;
  }
  .o-movie__ttl--deco::after {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/other-ttl-deco-right.svg);
    right: -40px;
  }
  .o-movie__txt-wrap {
    margin-top: 15px;
  }
  .o-movie__txt {
    font-size: 16px;
  }
  .o-movie__txt--astr {
    font-size: 14px;
  }
}
/* sp */
@media (max-width: 740px) {
  .o-sec-inr--movie {
    margin-bottom: 6.6667vw;
  }
  .o-campaign .o-movie__ttl,
  .o-juken__ttl.o-other__ttl {
    margin-top: 60px;
  }
  .o-movie__wrap {
    display: block;
  }
  .o-movie__wrap iframe {
    width: 100%;
  }
  .o-sec-inr--juken {
    margin: 20px auto 0;
  }
  .o-movie__ttl {
    font-size: 4.8vw;
    line-height: 7.466vw;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5.3333vw;
  }
  .o-movie__ttl--deco {
    position: relative;
    display: block;
  }
  .o-movie__ttl--deco::before,
  .o-movie__ttl--deco::after {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6.933vw;
    height: 12.8vw;
    transform: translateY(-50%);
  }
  .o-movie__ttl--deco::before {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/other-ttl-deco-left.svg);
    left: -1.8667vw;
  }
  .o-movie__ttl--deco::after {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/other-ttl-deco-right.svg);
    right: -1.8667vw;
  }
  .o-movie__txt-wrap {
    margin-top: 4vw;
  }
  .o-movie__txt {
    font-size: 4.2667vw;
  }
  .o-movie__txt--astr {
    font-size: 3.7333vw;
  }
}
/* ========================================================
*
*					o-can
*
* ======================================================== */
/* pc */
@media (min-width: 741px) {
  .o-can {
    margin-top: 60px;
  }
  .o-can .o-sec-bg {
    padding-right: 30px;
  }
  .o-can__cont-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
  }
  .o-can__cont-img-wrap {
    width: 35%;
    max-width: 288px;
  }
  .o-can__cont-img-ttl {
    font-size: 18px;
    color: #3e8ed6;
    margin-bottom: 6px;
    text-align: center;
  }
  .o-can__cont-txt-wrap {
    width: 63.4%;
    max-width: 520px;
  }
  .o-sec__txt--can {
    font-size: 18px;
  }
  .o-can__point {
    margin-top: 40px;
    max-width: 821px;
  }
  .o-can__point-item {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
    position: relative;
    height: 305px;
  }
  .o-can__point-item:nth-child(n + 2) {
    margin-top: 40px;
  }
  .o-can__point-img {
    max-width: 375px;
    width: 45.67%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* .o-can__point-txt-wrap {
    max-width: 411px;
    width: 50%;
  } */
  .o-can__point-ttl-wrap {
    margin-left: calc(45.67% + 35px);
    padding-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-can__point-ttl-tag {
    width: 60px;
    height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #2775bb;
    font-size: 16px;
    color: #2775bb;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
  }
  .o-can__point-ttl {
    color: #374c5f;
    line-height: 30px;
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
  }
  .o-can__point-txt {
    font-size: 16px;
    color: #3e8ed6;
    font-weight: bold;
    line-height: 24px;
    margin-top: 20px;
    margin-left: calc(45.67% + 35px);
  }
}
/* sp */
@media (max-width: 740px) {
  .o-can {
    margin-top: 40px;
  }
  .o-can__cont-wrap {
    margin-top: 37px;
  }
  .o-can__cont-img-wrap {
    width: 78.55%;
    max-width: 271px;
    margin: 0 auto;
  }
  .o-can__cont-img-ttl {
    font-size: 20px;
    color: #3e8ed6;
    margin-bottom: 6px;
    text-align: center;
  }
  .o-can__cont-img {
    width: 100%;
  }
  .o-can__cont-txt-wrap {
    width: 94.2%;
    max-width: 325px;
    margin: 40px auto 0;
  }
  .o-can__point {
    margin: 30px auto 0;
    max-width: 345px;
  }
  /* .o-can__point-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 305px;
  } */
  .o-can__point-item:nth-child(n + 2) {
    margin-top: 40px;
  }
  .o-can__point-ttl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-can__point-ttl-tag {
    width: 60px;
    height: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #2775bb;
    font-size: 16px;
    color: #2775bb;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
  }
  .o-can__point-ttl {
    color: #374c5f;
    line-height: 30px;
    font-size: 20px;
    margin-left: 15px;
    font-weight: bold;
  }
  .o-can__point-txt {
    font-size: 16px;
    color: #3e8ed6;
    font-weight: bold;
    line-height: 24px;
    margin-top: 44px;
    text-align: center;
  }
  .o-can__point-img {
    margin-top: 15px;
  }
}
/* ========================================================
*
*					swiper
*
* ======================================================== */
/* pc */
@media (min-width: 741px) {
  .swiper-container {
    position: relative;
    max-width: 345px;
    overflow: inherit;
  }
  .swiper {
    overflow: hidden;
  }
  /* arr */
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: none;
  }
  .swiper-button-prev::after,
  .swiper-rtl .swiper-button-next::after,
  .swiper-button-next::after,
  .swiper-rtl .swiper-button-prev::after {
    content: "";
    background: url(/juken/daigaku_juken/chu3/_assets/img/slider-arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  /* prev-arr */
  .swiper-button-prev {
    left: -15px;
  }
  .swiper-button-prev::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* next-arr */
  .swiper-button-next {
    right: -15px;
  }
  /* ページネーション */
  .swiper-pagination {
    bottom: -35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: solid 2px #3e8ed6;
    background-color: #fff;
    opacity: 1;
  }
  .swiper-pagination-bullet:nth-child(n + 2) {
    margin-left: 15px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3e8ed6;
  }
  /* slide-first,slide-last */
  .swiper-container.slide-first-active .swiper-button-prev::after,
  .swiper-container.slide-last-active .swiper-button-next::after {
    background: url(/juken/daigaku_juken/chu3/_assets/img/slider-skip-arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .swiper-slide--blue-border {
    box-sizing: border-box;
    border: solid 3px #2775bb;
  }
}
/* sp */
@media (max-width: 740px) {
  .swiper-container {
    position: relative;
    max-width: 345px;
    overflow: inherit;
  }
  .swiper {
    overflow: hidden;
  }
  /* arr */
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: none;
    z-index: 11;
    width: 17px;
    height: 14px;
  }
  .swiper-button-prev::after,
  .swiper-rtl .swiper-button-next::after,
  .swiper-button-next::after,
  .swiper-rtl .swiper-button-prev::after {
    content: "";
    background: url(/juken/daigaku_juken/chu3/_assets/img/slider-arr-sp.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 14px;
    position: absolute;
    top: 5px;
  }
  /* prev-arr */
  .swiper-button-prev {
    left: 0;
    bottom: -27px;
    top: inherit;
  }
  .swiper-button-next::after {
    transform: rotate(180deg);
  }
  /* next-arr */
  .swiper-button-next {
    right: 0;
    bottom: -27px;
    top: inherit;
  }
  /* ページネーション */
  .swiper-pagination {
    bottom: -15px;
    transform: translateY(100%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: solid 2px #3e8ed6;
    background-color: #fff;
    opacity: 1;
  }
  .swiper-pagination-bullet:nth-child(n + 2) {
    margin-left: 15px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3e8ed6;
  }
  /* slide-first,slide-last */
  .swiper-container.slide-first-active .swiper-button-prev::after,
  .swiper-container.slide-last-active .swiper-button-next::after {
    background: url(/juken/daigaku_juken/chu3/_assets/img/slider-skip-arr-sp.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .swiper-container.slide-first-active .swiper-button-prev::after {
    transform: rotate(180deg);
  }
  .swiper-container.slide-last-active .swiper-button-next::after {
    transform: rotate(0deg);
  }
  .swiper-slide--blue-border {
    box-sizing: border-box;
    border: solid 3px #2775bb;
  }
  .swiper-slide-img {
    width: 100%;
  }
}
/* ========================================================
*
*					o-other
*
* ======================================================== */
/* pc */
@media (min-width: 741px) {
  .o-other {
    margin-top: 80px;
  }
  .o-other__ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 38.8px;
    text-align: center;
    display: block;
    max-width: 440px;
    margin: 0 auto;
    position: relative;
  }
  .o-other__ttl::before,
  .o-other__ttl::after {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 28px;
    transform: translateY(-50%);
  }
  .o-other__ttl::before {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/other-ttl-deco-left.svg);
    left: -46px;
  }
  .o-other__ttl::after {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/other-ttl-deco-right.svg);
    right: -40px;
  }
  .o-other__item-wrap {
    margin: 30px auto 0;
    max-width: 820px;
  }
  .o-other__item {
    display: block;
  }
  .o-other__item:nth-child(n + 2) {
    margin-top: 28px;
  }
  .o-other__link-btn-wrap {
    display: flex;
    justify-content: center;
  }
  .o-other__link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 395px;
    width: 48.17%;
    text-align: center;
    border-radius: 6px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    height: 50px;
    padding: 6px 0;
    position: relative;
  }
  .o-other__link-btn::before {
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    width: 7px;
    height: 14px;
    content: "";
  }
  a.o-other__link-btn--blue {
    background-color: #2775bb;
    color: #fff;
  }
  .o-other__link-btn--blue::before {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/white-arr.svg);
  }
  a.o-other__link-btn--white {
    background: #fff;
    color: #49adf7;
    border: solid 2px #49adf7;
  }
  .o-other__link-btn--white::before {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/light-blue-arr.svg);
  }
  .o-other__link-btn-small {
    font-size: 14px;
  }
}
/* sp */
@media (max-width: 740px) {
  .o-other {
    margin-top: 60px;
  }
  .o-other__ttl {
    font-size: 4.8vw;
    line-height: 7.466vw;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .o-other__ttl::before,
  .o-other__ttl::after {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6.933vw;
    height: 12.8vw;
    transform: translateY(-50%);
  }
  .o-other__ttl::before {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/other-ttl-deco-left.svg);
    left: -7px;
  }
  .o-other__ttl::after {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/other-ttl-deco-right.svg);
    right: -7px;
  }
  .o-other__item-wrap {
    margin: 20px auto 0;
  }
  .o-other__item {
    display: block;
  }
  .o-other__item-img {
    width: 100%;
  }
  .o-other__item:nth-child(n + 2) {
    margin-top: 40px;
  }
  .o-other__link-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0;
    box-sizing: border-box;
    height: 50px;
    position: relative;
  }
  .o-other__link-btn::before {
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    width: 7px;
    height: 14px;
    content: "";
  }
  a.o-other__link-btn--blue {
    background-color: #2775bb;
    color: #fff;
  }
  .o-other__link-btn--blue::before {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/white-arr.svg);
  }
  a.o-other__link-btn--white {
    background: #fff;
    color: #49adf7;
    border: solid 2px #49adf7;
  }
  .o-other__link-btn--white::before {
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/light-blue-arr.svg);
  }
  .o-other__link-btn:nth-child(n + 2) {
    margin-top: 15px;
  }
  .o-other__link-btn-small {
    font-size: 16px;
  }
}
/* ========================================================
*
*					o-use
*
* ======================================================== */
/* pc */
@media (min-width: 741px) {
  .o-use {
    margin-top: 80px;
  }
  .o-use__items {
    max-width: 393px;
    margin-bottom: 20px;
    max-height: 115px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .o-use__items::before {
    position: absolute;
    bottom: 5px;
    right: 7px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/use-arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .o-use__thumbs {
    max-width: 162px;
    width: 41.22%;
  }
  .o-use__txtarea {
    max-width: 230px;
    width: 58.9%;
    box-sizing: border-box;
    padding: 10px 7px 5px 10px;
    background-color: #f3f7fc;
    position: relative;
  }
  .o-use__txt {
    color: #333;
    line-height: 1.4;
    font-family: "Helvetica";
  }
}
/* sp */
@media (max-width: 740px) {
  .o-use {
    width: 100%;
    margin: 60px 4vw 0;
  }
  .o-use__items {
    max-width: 345px;
    margin-bottom: 20px;
    max-height: 115px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .o-use__items::before {
    position: absolute;
    bottom: 9px;
    right: 15px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/juken/daigaku_juken/chu3/_assets/img/use-arr.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .o-use__thumbs {
    max-width: 162.5px;
    width: 46.95%;
  }
  .o-use__thumbs img {
    width: 100%;
    display: block;
  }
  .o-use__txtarea {
    max-width: 184px;
    width: 53.33%;
    box-sizing: border-box;
    padding: 10px 11px 5px 14px;
    background-color: #f3f7fc;
    position: relative;
  }
  .o-use__txt {
    color: #333;
    line-height: 18px;
    font-family: "Helvetica";
    font-size: 14px;
  }
}
