/* 以下shared.css打ち消し */

/*
==================================================================

  common

==================================================================
*/

@media(min-width:741px){
  .c-underline.underline--top::after{
    width: 65px;
  }
}
/* sp */
@media(max-width:740px){
  .c-underline.underline--top::after{
    width: 16vw;
    height: 4%;
    bottom: -5%;
  }
}

/*
==================================================================

  lead

==================================================================
*/

@media(min-width:741px){
  .lead {
    margin: 0 auto 120px;
    position: relative;
  }
  .lead__ttl{
    font-size: 24px;
    line-height: 1.6;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 40px;
  }
  .lead__nav {
    width: 820px;
  }
  .lead__text--box {
    width: 820px;
    margin: 0 auto;
    padding: 60px 25px 50px 0;
    position: relative;
  }
  .lead__text--box::after {
    content: "";
    width: 800px;
    height: 100%;
    background-color: #F3F7FC;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .lead__decoration::before {
    content: "";
    background-image: url(/juken/daigaku_juken/_shared/img/icon/lead_bg_top_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    height: 125px;
    position: absolute;
    top: -70px;
    right: -4px;
  }
  .lead__decoration::after {
    content: "";
    background-image: url('/juken/daigaku_juken/_assets/img/241213/24241216_3349_daigaku_juken_icon_07.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    height: 125px;
    position: absolute;
    bottom: -100px;
    left: 0px;
    }
}
/* sp */
@media(max-width:740px){
  .lead__ttl{
    font-size: 6.4vw;
    line-height: 1.6;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 10.667vw;
  }
  .lead {
    position: relative;
  }
  .lead a {
    text-decoration: none;
  }
  .lead a:hover {
    opacity: 0.8;
  }
  .lead__nav {
    width: 92vw;
    margin: 0 auto 70px;
  }
  .lead__text--box {
    width: 90%;
    margin-left: 5%;
    margin-right: auto;
    padding: 16vw 0 13.333vw 0;
    position: relative;
  }
  .lead__text--box::after {
    content: "";
    width: 92%;
    height: 100%;
    background-color: #F3F7FC;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateX(6%);
    -ms-transform: translateX(6%);
    transform: translateX(6%);
  }
  .lead__decoration::before {
    content: "";
    background-image: url(/juken/daigaku_juken/_shared/img/icon/lead_bg_top_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16%;
    height: 15.3%;
    position: absolute;
    right: 0;
    top: -11%;
  }
  .lead__decoration::after {
    content: "";
    background-image: url('/juken/daigaku_juken/_assets/img/241213/24241216_3349_daigaku_juken_material_01.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 32%;
    height: 18.6%;
    position: absolute;
    bottom: -12%;
    left: 2%;
  }
}

/*
==================================================================

  navigation

==================================================================
*/
@media(min-width:741px){
  .navigation {
    width: 820px;
    margin: 0 auto 98px;
  }
  .navigation__title {
    font-size: 20px;
  }
  .navigation__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .navigation__list .navigation__item:nth-child(odd) {
    margin-right: 26px;
  }
  .navigation__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 35%;
    height: 72px;
    border-bottom: 3px dashed #E6E6E6;
    padding: 10px 55px 0px 55px;

    background-image: url('/juken/daigaku_juken/_assets/img/241213/24241216_3349_daigaku_juken_icon_01.svg');
    background-repeat: no-repeat;
    background-position: 10px 60%;
  }
  .navigation__item--link {
    color: #024781 !important;
    font-size: 18px;
  }
  .navigation__item--link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .navigation__br--pc {
    display: block;
  }
}
@media(max-width:740px){
  .navigation {
    width: 92vw;
    margin: 0 auto 70px;
  }
  .navigation a {
    text-decoration: none;
  }
  .navigation a:hover {
    opacity: 0.8;
  }
  .navigation__title {
    font-size: 20px;
  }
  .navigation__list {
    display: flex;
    flex-flow: column;
  }
  .navigation__list .navigation__item:nth-child(odd) {
    margin-right: 16px;
  }
  .navigation__list .navigation__item:nth-child(odd) {
    margin-right: 0px;
  }
  .navigation__item {
    border-bottom: 3px dashed #E6E6E6;
    padding: 16px 55px;

    background-image: url('/juken/daigaku_juken/_assets/img/241213/24241216_3349_daigaku_juken_icon_01.svg');
    background-repeat: no-repeat;
    background-position: 10px 60%;
  }
  .navigation__item--link {
    color: #024781 !important;
  }
  .navigation__item--link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .navigation__br--pc {
    display: none;
  }
}

/*
==================================================================

  recommendation

==================================================================
*/

@media(min-width:741px){
  .recommendation {
    width: 840px;
    margin: 0 auto 98px;
  }
  .recommendation a {
    text-decoration: none;
  }
  .recommendation a:hover {
    opacity: 0.8;
  }
  .recommendation__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .recommendation__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .recommendation__wrapper {
    display: flex;
  }
  .recommendation__box .recommendation__item:not(:first-child) {
    margin-left: 24px;
  }
  .recommendation__item {
    position: relative;
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.10);
    padding: 15px;
    height: 330px;
  }
  .recommendation__item:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .recommendation__sub-title {
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 0 0;
  }
  .recommendation__text {
    display: none;
  }
  .recommendation__text-more {
    color: #024781;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .recommendation span.recommendation__text-more__link {
    position: relative;
    color: #024781;
    padding-right: 28px;
  }
  .recommendation span.recommendation__text-more__link::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #024781;
    border-radius: 50%;
    background-image: url('/juken/daigaku_juken/_assets/img/241206/arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  /* swiper pc */
  .swiper {
    padding: 10px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
}
/* sp */
@media(max-width:740px){
  .recommendation {
    width: 92vw;
    margin: 0 auto 70px;
  }
  .recommendation a {
    text-decoration: none;
  }
  .recommendation a:hover {
    opacity: 0.8;
  }
  .recommendation__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .recommendation__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .recommendation__item {
    padding: 15px;
    height: 100%;
  }
  .recommendation__item:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .recommendation__figure {
    text-align: center;
  }
  .recommendation__sub-title {
    margin: 16px 0 16px 0;
    font-size: 20px;
    font-weight: 600;
  }
  .recommendation__text {
    display: block;
    font-size: 16px;
    font-weight: 300;
  }
  .recommendation__text-more {
    display: none;
  }
  /* swiper sp */
  .swiper {
    padding: 10px;
  }
  .swiper-wrapper {
    padding: 0 0 70px 0;
  }
  .swiper-slide {
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.10);
    height: auto;
  }
  .recommendation__option {
    position: relative;
  }
.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin: auto;
  width: 30px;
  position: absolute;
  top: -20px;
}
.swiper-button-prev::after {
  background-image: url('/juken/daigaku_juken/_assets/img/241213/24241216_3349_daigaku_juken_icon_06.svg');
  content: '';
}
.swiper-button-next::after {
  background-image: url('/juken/daigaku_juken/_assets/img/241213/24241216_3349_daigaku_juken_icon_02.svg');
  content: '';
}
.swiper-pagination-bullet {
  background-color: #024781;
}
.swiper-pagination {
  z-index: -1;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
}
/*
==================================================================

  knowledge

==================================================================
*/

/* pc */
@media(min-width:741px){
  .knowledge {
    width: 820px;
    margin: 0 auto 110px;
    position: relative;
  }
  .knowledge__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .knowledge__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .knowledge__decolation {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .knowledge__box--text {
    font-size: 18px;
    margin: 0 0 32px 0;
  }
  .knowledge__accordion .knowledge__accordion--item:not(:first-child) {
    border-top: 1px solid #E6E6E6;
  }
  .knowledge__accordion--head {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    padding: 10px;
    color: #024781;
    background: #F9F9F9;
    cursor: pointer;
    position: relative;
  }
  .knowledge__accordion--body {
    overflow: hidden;
    max-height: 0;
    padding: 0 10px;
    transition: all .25s ease-out;
  }
  .knowledge__accordion--body.open {
    max-height: 500px;
    padding: 24px 10px;
  } 
  .knowledge__head--title {
    font-size: 24px;
    font-weight: 600;
    color: #024781;
  }
  .knowledge__accordion--link {
    margin: 16px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
  }
  .knowledge__accordion--link a {
    color: #024781 !important;
    padding: 2px 30px 2px 0;
    background-image: url('/juken/daigaku_juken/_assets/img/241213/24241216_3349_daigaku_juken_icon_04.svg');
    background-repeat: no-repeat;
    background-position: 120px 50%;
  }
  .knowledge__accordion--link a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .knowledge__close--icon {
    display: none;
    transition: 0.2 ease-in-out;
  }
  .head-open .knowledge__open--icon{
    display: none;
  }
  .head-open .knowledge__close--icon{
    display: inline;

  }
  .knowledge__open--icon img{
    padding-top: 10px;
  }
  .knowledge__close--icon img{
    padding-top: 16px;
  }
}
/* sp */
@media(max-width:740px){
  .knowledge {
    width: 92vw;
    margin: 0 auto 100px;
    position: relative;
  }
  .knowledge a {
    text-decoration: none;
  }
  .knowledge a:hover {
    opacity: 0.8;
  }
  .knowledge__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .knowledge__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .knowledge__decolation {
    position: absolute;
    top: -32px;
    right: 0;
  }
  .knowledge__box--text {
    font-size: 16px;
    margin: 0 0 32px 0;
  }
  .knowledge__head--span {
    font-size: 16px;
  }
  .knowledge__accordion .knowledge__accordion--item:not(:first-child) {
    border-top: 1px solid #E6E6E6;
  }
  .knowledge__accordion--head {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    padding: 10px;
    color: #024781;
    background: #F9F9F9;
    cursor: pointer;
    position: relative;
  }
  .knowledge__accordion--body {
    overflow: hidden;
    max-height: 0;
    padding: 0 10px;
    transition: all .25s ease-out;
  }
  .knowledge__accordion--body.open {
    max-height: 500px;
    padding: 10px;
  } 
  .knowledge__head--title {
    font-size: 24px;
    font-weight: 600;
    color: #024781;
  }
  .knowledge__accordion--link {
    margin: 16px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
  }
  .knowledge__accordion--link a {
    color: #024781 !important;
    padding: 2px 30px 2px 0;
    background-image: url('/juken/daigaku_juken/_assets/img/241213/24241216_3349_daigaku_juken_icon_04.svg');
    background-repeat: no-repeat;
    background-position: 120px 50%;
  }
  .knowledge__accordion--link a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .knowledge__close--icon {
    display: none;
    transition: 0.2 ease-in-out;
  }
  .knowledge__close--icon img {
    padding-bottom: 4px;
  }
  .head-open .knowledge__open--icon{
    display: none;
  }
  .head-open .knowledge__close--icon{
    display: inline;
  }
}

/*
==================================================================

  other

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-other-bg.other-bg--top{
    margin-bottom: calc( 80px - 25px);
    padding-bottom: 55px;
  }
  .c-other-flx.other-flx--top{
    width: 640px;
    margin-bottom: 0;
  }
  .other {
    position: relative;
  }
  .other::after {
    content: "";
    width: 820px;
    height: 100%;
    background-color: #F3F7FC;
    position: absolute;
    top: 0px;
    left: -30px;
    z-index: -1;
    -webkit-transform: translate(30px, -25px);
    -ms-transform: translate(30px, -25px);
    transform: translate(30px, -25px);
  }
  .other__icon--box {
    display: inline-block;
    width: 66px;
    height: 66px;
    text-align: center;
    background-color: #F3F7FB;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .other__icon {
    padding: 10px 0 0 0;
    width: 25px;
    margin: 0 auto;
  }
  .other__title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 90px;
  }
  .other__br--sp {
    display: none;
  }
}
/* sp */
@media(max-width:740px){
  .c-other-bg.other-bg--top{
    padding-bottom: 21vw;
    margin-bottom: 3vw;
  }
  .c-other-bg.c-other-bg.other-bg--top::after{
    top: -10%;
  }
  .c-other-flx.other-flx--top{
    width: 100%;
    margin-bottom: 0;
  }

  .c-other-flx.other-flx--top .c-other-ctr{
    width: 28.8vw;
  }
  .other::after {
    content: "";
    width: 90%;
    height: 80%;
    background-color: #F3F7FC;
    position: absolute;
    top: -8%;
    z-index: -1;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }
  .other__icon--box {
    text-align: center;
    background-color: #F3F7FB;
    border-radius: 50%;
  }
  .other__icon--box {
    display: inline-block;
    width: 66px;
    height: 66px;
    text-align: center;
    background-color: #F3F7FB;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .other__icon {
    padding: 10px 0 0 0;
  }
  .other__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0px;
  }
  .other__br--sp {
    display: block;
  }
}

/*
==================================================================

  seek

==================================================================
*/

@media(min-width:741px){
  .seek__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .seek__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .seek__text-more {
    color: #024781;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .seek span.seek__text-more__link {
    position: relative;
    color: #024781;
    padding-right: 28px;
  }
  .seek span.seek__text-more__link::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #024781;
    border-radius: 50%;
    background-image: url('/juken/daigaku_juken/_assets/img/241206/arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .c-teach__more::after {
    background-image: url(/juken/daigaku_juken/_assets/img/241206/glass.svg);
  }
}
/* sp */
@media(max-width:740px){
  .seek__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .seek__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .seek__text-more {
    color: #024781;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: right;
  }
  .seek span.seek__text-more__link {
    position: relative;
    color: #024781;
    padding-right: 28px;
  }
  .seek span.seek__text-more__link::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #024781;
    border-radius: 50%;
    background-image: url('/juken/daigaku_juken/_assets/img/241206/arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

/*
==================================================================

  cost

==================================================================
*/

@media(min-width:741px){
  .cost {
    width: 820px;
    margin: 0 auto 98px;
  }
  .cost a {
    text-decoration: none;
  }
  .cost__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .cost__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .cost__card {
    display: flex;
    padding: 24px 34px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.10);
  }
  .cost__card:hover {
    opacity: 0.8;
  }
  .cost__figure {
    margin-right: 24px;
  }
  .cost__img {
    width: 256px;
  }
  .cost__info {
    position: relative;
  }
  .cost__sub-title {
    color: #374C5F;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .cost__text {
    color: #374C5F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 15px 0;
  }
  .cost__text-more {
    color: #024781;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .cost span.cost__text-more__link {
    position: relative;
    color: #024781;
    padding-right: 28px;
  }
  .cost span.cost__text-more__link::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #024781;
    border-radius: 50%;
    background-image: url('/juken/daigaku_juken/_assets/img/241206/arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

@media(max-width: 740px) {
  .cost {
    width: 92vw;
    margin: 0 auto 70px;
  }
  .cost a {
    text-decoration: none;
  }
  .cost a:hover {
    opacity: 0.8;
  }
  .cost__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .cost__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .cost__card {
    padding: 24px 15px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.10);
  }
  .cost__card:hover {
    opacity: 0.8;
  }
  .cost__figure {
    text-align: center;
    margin-bottom: 16px;
  }
  .cost__img {
    width: 256px;
  }
  .const__info {
    position: relative;
  }
  .cost__sub-title {
    color: #374C5F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .cost__text {
    color: #374C5F;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .cost__text-more {
    color: #024781;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: right;
  }
  .cost span.cost__text-more__link {
    position: relative;
    color: #024781;
    padding-right: 28px;
  }
  .cost span.cost__text-more__link::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #024781;
    border-radius: 50%;
    background-image: url('/juken/daigaku_juken/_assets/img/241206/arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

/*
==================================================================

  manga

==================================================================
*/
@media(min-width: 741px) {
  .manga {
    width: 820px;
    margin: 0 auto 98px;
  }
  .manga a {
    text-decoration: none;
  }
  .manga a:hover {
    opacity: 0.8;
  }
  .manga__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .manga__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .manga__card {
    display: flex;
    padding: 24px 34px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.10);
  }
  .manga__figure {
    margin-right: 24px;
  }
  .manga__img {
    width: 256px;
  }
  .manga__info {
    position: relative;
  }
  .manga__sub-title {
    color: #374C5F;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .manga__text {
    color: #374C5F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .manga__text-more {
    color: #024781;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .manga span.manga__text-more__link {
    position: relative;
    color: #024781;
    padding-right: 28px;
  }
  .manga span.manga__text-more__link::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #024781;
    border-radius: 50%;
    background-image: url('/juken/daigaku_juken/_assets/img/241206/arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .c-teach__more::after {
    background-image: url(/juken/daigaku_juken/_assets/img/241206/glass.svg);
  }
}
@media(max-width: 740px) {
  .manga {
    width: 92vw;
    margin: 0 auto 70px;
  }
  .manga a {
    text-decoration: none;
  }
  .manga a:hover {
    opacity: 0.8;
  }
  .manga__title {
    position: relative;
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .manga__title::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 80px;
    transform: rotate(-90deg);
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -30px;
    left: 35px;
  }
  .manga__card {
    padding: 24px 15px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.10);
  }
  .manga__figure {
    text-align: center;
    margin-bottom: 16px;
  }
  .manga__img {
    width: 256px;
  }
  .manga__info {
    position: relative;
  }
  .manga__sub-title {
    color: #374C5F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .manga__text {
    color: #374C5F;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .manga__text-more {
    color: #024781;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: right;
  }
  .manga span.manga__text-more__link {
    position: relative;
    color: #024781;
    padding-right: 28px;
  }
  .manga span.manga__text-more__link::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #024781;
    border-radius: 50%;
    background-image: url('/juken/daigaku_juken/_assets/img/241206/arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .c-teach__more::after {
    background-image: url(/juken/daigaku_juken/_assets/img/241206/glass.svg);
  }
}

/*
==================================================================

useful

==================================================================
*/

/* pc */
@media(min-width:741px){
  .useful{
    width: 820px;
    margin: 0 auto 95px;
  }
  .useful__ttl{
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    color: #333;
  }
  .useful__line::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 6px;
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -20px;
    left: 0;
  }
  .useful__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .useful__items{
    width: 393px;
    margin-bottom: 20px;
    /* min-height: 115px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(0,0,0,0.1);
  }
  .useful__items:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .useful__thumbs{
    width: 162px;
  }
  .useful__thumbs img{
    height: 112px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .useful__thumbs--manabi img{
    -o-object-position: 0 -15px;
       object-position: 0 -15px;
  }
  .useful__txtarea{
    width: calc(  393px - 162px );
    padding: 10px 10px 5px 10px;
    background-color: #F3F7FC;
    position: relative;
  }
  .useful__txtarea::after{
    content: '';
    background-color: #024781;
    border-radius: 50%;
    background-image: url('/juken/daigaku_juken/_assets/img/241206/arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px ;
    right: 10px;
  }
  .useful__txt{
    color: #333;
    line-height: 1.4;
    font-family: "Helvetica";
  }
  .useful__txt{
    color: #333;
    line-height: 1.4;
    font-family: "Helvetica";
  }
  .useful__note{
    font-size: 16px;
    padding-left: 1.3em;
    position: relative;
  }
  .useful__note::before{
    content: "※";
    position: absolute;
    left: 0;
  }
}
/* sp */
@media(max-width:740px){
  .useful{
    margin: 0 4vw 16vw;
  }
  .useful__ttl{
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #333;
  }
  .useful__line::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 6px;
    background: linear-gradient(181deg, #3F8ED6 -0.85%, #024781 101.49%);
    position: absolute;
    top: -20px;
    left: 0;
  }
  .useful__items{
    width: 92vw;
    display: flex;
    margin-bottom: 5.333vw;
    border: 1px solid rgba(0,0,0,0.1);
  }
  .useful__items:hover{
    opacity: 0.8;
    text-decoration: none;
  }

  .useful__thumbs img{
    width: 35vw;
  }
  .useful__txtarea{
    /* height: 42.2vw; */
    padding: 3.6vw 2.667vw 0 2.667vw;
    background-color: #F3F7FC;
    position: relative;
  }
  .useful__txtarea::after{
    content: '';
    background-color: #024781;
    border-radius: 50%;
    background-image: url('/juken/daigaku_juken/_assets/img/241206/arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 4%;
    right: 3%;
  }
  .useful__txt{
    color: #333;
    line-height: 3.733vw;
    font-family: "Helvetica";
    margin-bottom: 1em;
    line-height: 1.2;
  }
  .useful__note{
    font-size: 14px;
    padding-left: 1.3em;
    position: relative;
  }
  .useful__note::before{
    content: "※";
    position: absolute;
    left: 0;
  }
}

/*
==================================================================

bnr

==================================================================
*/
@media(min-width: 741px) {
  .shinro-fes__bnr {
    width: auto;
    max-width: 708px;
    margin: 50px 0 50px 70px !important;
  }
}