/*
==================================================================

共通css打ち消し

==================================================================
*/

.hdr-txt{
  line-height: unset;
}

#main{
  padding-bottom: 0 ;
}

#contents {
  width: unset;
  float: unset;
  padding-top: 0px;
}
h2{
  font-weight: normal;
}
p.m-hdr__inner-wrap-logo-txt {
  color: white !important;
}

/* sp */
@media(max-width:740px){
  #main{
    padding-top: 0 ;
  }
  #contents {
    padding: 0px;
  }
}



/*
==================================================================

common

==================================================================
*/


/* タグ関連 */

p,h2{
  line-height: 1.5;
  color: #374C5F;
}

/* pc */
@media(min-width:741px){
  img {
    width: 100%;
    display: block;
  }
  p{
    font-size: 14px;
  }
  .sp{
    display: none;
  }
}
/* sp */
@media(max-width:740px){
  .pc{
    display: none;
  }
}



/* 共通 */
/* pc */
@media(min-width:741px){
  .sec{
    width: 960px;
    margin: 0 auto ;
  }
  .c-underline{
    position: relative;
  }
  .c-underline::after{
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #FF9100;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
/* sp */
@media(max-width:740px){
  .sec{
    margin-bottom: 4vw;
  }
  .c-underline{
    position: relative;
  }
  .c-underline::after{
    content: '';
    display: inline-block;
    width: 13.8867vw;
    height: 8%;
    background-color: #FF9100;
    position: absolute;
    bottom: -15%;
    left: 0;
  }
}



/* マージン・パディング */
/* pc */
@media(min-width:741px){
  .pt20{
    padding-top: 20px;
  }
  .pt40{
    padding-top: 40px;
  }
}
/* sp */
@media(max-width:740px){
  .pt20{
    padding-top: 5.333vw;
  }
  .pt40{
    padding-top: 10.667vw;
  }
}


/*
==================================================================

c-kv

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-kv{
    width: 100%;
    margin: 0 auto 40px;
  }
}
/* sp */
@media(max-width:740px){
  .c-kv{
    width: 100%;
    margin: 0 auto 9.4vw;
  }
  .c-kv__thumbs{
    width: 100%;
  }
}


/*
==================================================================

c-lead

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-lead{
    margin-bottom: 150px;
  }
  .c-lead-bg{
    position: relative;
  }
  .c-lead-bg::before{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/lead_bg_top_pc.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    height: 125px;
    position: absolute;
    top: -40px;
    right: -4px;
  }
  .c-lead-bg::after{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/lead_bg_bot_pc.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    height: 125px;
    position: absolute;
    bottom: -100px;
    left: 0px;
  }
  .c-lead-ctr{
    width: 820px;
    margin: 0 auto;
    padding: 100px 0 90px 0;
    position: relative;
  }
  .c-lead-ctr::after{
    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);
  }
  .c-lead__txt{
    font-size: 18px;
    line-height: 1.5;
  }
  .c-lead__txt:not(:last-of-type){
    margin-bottom: 30px;
  }
}
/* sp */
@media(max-width:740px){

  .c-lead{
    margin-bottom: 20.667vw;
  }
  .c-lead-bg{
    position: relative;
  }
  .c-lead-bg::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: -7%;
  }
  .c-lead-bg::after{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/lead_bg_bot_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12%;
    height: 8.6%;
    position: absolute;
    bottom: -6%;
    left: 2%;
  }
  .c-lead-ctr{
    width: 90%;
    margin-left: 5%;
    margin-right: auto;
    padding: 16vw 0 13.333vw 0;
    position: relative;
  }
  .c-lead-ctr::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%);
  }
  .c-lead__txt{
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .c-lead__txt:not(:last-of-type){
    margin-bottom: 4.8vw;
  }

}


/*
==================================================================

c-resp

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-resp{
    width: 760px;
    margin: 0 auto 60px;
    -webkit-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.6);
            box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.6);
    position: relative;
  }
  .c-resp__ttl-wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    height: 35px;
    background-color: #004684;
    position: absolute;
    top: -15px;
    left: -30px;
  }
  .c-resp__ttl{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .c-resp-flx{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 600px;
    margin: 0 auto;
    padding: 40px 0 20px;
  }
  .c-resp__thumbsarea{
    width: 85px;
  }
  .c-resp__txtarea{
    width: 480px;
  }
  .c-resp__name{
    font-size: 14px;
    font-weight: bold;
    color: #374C5F;
  }
  .c-resp__dsc{
    font-size: 14px;
  }
}

/* sp */
@media(max-width:740px){
  .c-resp{
    width: 90%;
    margin: 0 auto 60px;
    -webkit-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.6);
            box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.6);
    position: relative;
  }
  .c-resp__ttl-wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    height: 15.3%;
    padding-left: 6%;
    background-color: #004684;
    position: absolute;
    top: -7.6%;
    left: -5.5%;
  }
  .c-resp__ttl{
    font-size: 3.733vw;
    color: #fff;
    font-weight: bold;
  }
  .c-resp-flx{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 9vw 0 3.4vw;
  }
  .c-resp__thumbsarea{
    width: 28%;
  }
  .c-resp__thumbsarea img{
    width: 100%;
  }
  .c-resp__txtarea{
    width: 64%;
  }
  .c-resp__name{
    font-size: 3.733vw;
    font-weight: bold;
    color: #374C5F;
  }
  .c-resp__dsc{
    font-size: 3.733vw;
  }
}



/*
==================================================================

c-teach

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-teach{
    width: 790px;
    margin: 0 50px 80px 100px;
    -webkit-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.6);
            box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.6);
    position: relative;
  }
  .c-teach__ttl-wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 225px;
    height: 35px;
    background-color: #004684;
    position: absolute;
    top: -15px;
    left: -30px;
  }
  .c-teach__ttl{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .c-teach-flx{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 540px;
    margin: 0 auto;
    padding: 45px 0 60px;
  }
  .c-teach__items{
    width: 154px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-teach__thumbsarea{
    width: 85px;
    height: 85px;
  }
  .c-teach__txtarea{
    width: 5em;
    text-align: right;
  }
  .c-teach__name{
    font-size: 14px;
  }
  .c-teach__more{
    font-weight: bold;
    padding-right: 20px;
    position: absolute;
    bottom: 20px;
    right: 25px;
  }
  .c-teach__more::after{
    content: '';
    background-image: url("/juken/daigaku_juken/_shared/img/icon/glass.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

/* sp */
@media(max-width:740px){
  .c-teach{
    width: 90%;
    margin: 0 auto 16vw;
    -webkit-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.6);
            box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.6);
    position: relative;
  }
  .c-teach__ttl-wrp{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60vw;
    height: 9.333vw;
    background-color: #004684;
    position: absolute;
    top: -4.666vw;
    left: -6%;
  }
  .c-teach__ttl{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
  .c-teach-flx{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 78.667vw;
    margin: 0 auto;
    padding: 10vw 0 14.667vw;
  }
  .c-teach__items{
    width: 23.467vw;
    
  }
  .c-teach__thumbsarea{
    width: 100%;
    margin-bottom: 2.133vw;
  }
  .c-teach__thumbsarea img{
    width: 100%;
  }
  .c-teach__txtarea{
    text-align: center;
  }
  .c-teach__name{
    font-size: 3.733vw;
  }
  .c-teach__more{
    font-weight: bold;
    padding-right: 1.2em;
    position: absolute;
    bottom: 6%;
    right: 5%;
  }
  .c-teach__more::after{
    content: '';
    background-image: url("/juken/daigaku_juken/_shared/img/icon/glass.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}




/*
==================================================================

c-sched

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-sched{
    width: 820px;
    margin: 0 auto 80px;
  }
  .c-sched__ttl{
    font-size: 20px;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 70px;
  }
  .c-sched__sub-ttl{
    display: inline-block;
    font-size: 80%;
    padding-top: 0.5em;
  }
  .c-sched__cnt{
    width: 745px;
    margin: 0 30px 0 45px;
    padding-left: 18px;
    position: relative;
  }
  .c-sched__cnt::after{
    content: "";
    width: 1px;
    height: calc(100% - 25px);
    color:#3E8ED6;
    background-color: #3E8ED6;
    opacity: 0.5;
    position: absolute;
    left: 0 ;
    top: 0;
    z-index: -1;
  }
  .c-sched__body{
    display: block;
    width: 725px;
    margin-left: auto;
    background-color: #F3F7FC;
    position: relative;
    padding: 20px 25px 20px 70px ;
  }
  .c-sched__body:hover{
    text-decoration: none;
  }
  .c-sched__body:hover > p{
    opacity: 0.7;
    text-decoration: none;
  }
  .c-sched__body:hover > .c-sched__head:hover {
    opacity: 1;
  }
  .c-sched__body:not(:last-of-type){
    margin-bottom: 30px;
  }
  .c-sched__body--nolink{
    pointer-events: none;
  }
  .c-sched__body--2month{
    min-height: 75px;
  }
  .c-sched__body--red{
    background-color: #FFF2F6;
  }
  .c-sched__body--green{
    background-color: #EAFDFC;
  }
  .c-sched__body--yellow{
    background-color: #FFF9F0;
  }
  .c-sched__body--school::before{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/school.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 168px;
    height: 71px;
    position: absolute;
    right: 125px;
  }
  .c-sched__body--science::before{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/science.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 82px;
    height: 68px;
    position: absolute;
    right: 155px;
  }
  .c-sched__body--university::before{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/university.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    height: 82px;
    position: absolute;
    right: 140px;
    bottom: 5px;
  }
  .c-sched__head{
    width: 60px;
    height: 50px;
    background-color: #3E8ED6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -10px;
    left: -35px;
    pointer-events: none;
  }
  .c-sched__head--2month{
    top: 50px;
  }
  .c-sched__body--red .c-sched__head{
    background-color: #FF88B2;
  }
  .c-sched__body--green .c-sched__head{
    background-color: #43D5C9;
  }
  .c-sched__body--yellow .c-sched__head{
    background-color: #FF9100;
  }
  .c-sched__date{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .c-sched__event{
    font-size: 20px;
    font-weight: bold;
    width: 500px;
  }
  .c-sched__dsc{
    width: 500px;
  }
  .c-sched__more{
    font-weight: bold;
    padding-right: 20px;
    position: absolute;
    bottom: 1.5em;
    right: 25px;
  }
  .c-sched__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%);
  }
}
/* sp */
@media(max-width:740px){
  .c-sched{
    width: 90%;
    margin: 0 auto 20vw;
  }
  .c-sched__ttl{
    font-size: 5.333vw;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 9vw;
  }
  .c-sched__sub-ttl{
    display: inline-block;
    font-size: 75%;
    padding-top: 0.8em;
  }
  .c-sched__cnt{
    width: 90%;
    margin-left: auto;
    padding-left: 4.8vw;
    position: relative;
  }
  .c-sched__cnt::after{
    content: "";
    width: 1px;
    height: calc(100% - 5.8vw);
    color:#3E8ED6;
    background-color: #3E8ED6;
    opacity: 0.5;
    position: absolute;
    left: 0 ;
    top: 0;
    z-index: -1;
  }
  .c-sched__body{
    display: block;
    /* width: 86.6%; */
    margin-left: auto;
    background-color: #F3F7FC;
    position: relative;
    padding: 5.333vw 0 5.333vw 10.667vw ;
  }
  .c-sched__body:hover{
    text-decoration: none;
  }
  .c-sched__body:hover > p{
    opacity: 0.7;
    text-decoration: none;
  }
  .c-sched__body:hover > .c-sched__head:hover {
    opacity: 1;
  }
  .c-sched__body:not(:last-of-type){
    margin-bottom: 5.333vw;
  }
  .c-sched__body--nolink{
    pointer-events: none;
  }
  .c-sched__body--2month{
    min-height: 32vw;
  }
  .c-sched__body--red{
    background-color: #FFF2F6;
  }
  .c-sched__body--green{
    background-color: #EAFDFC;
  }
  .c-sched__body--yellow{
    background-color: #FFF9F0;
  }
  .c-sched__body--school::before{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/school.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .c-sched__body--science::before{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/science.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 35%;
    height: 80%;
    position: absolute;
    right: 2%;
  }
  .c-sched__body--university::before{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/university.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 66%;
    height: 95%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .c-sched__head{
    width: 16vw;
    height: 13.333vw;
    background-color: #3E8ED6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -2.667vw;
    left: -9vw;
    pointer-events: none;
  }
  .c-sched__head--2month{
    top: 13.333vw;
  }
  .c-sched__body--red .c-sched__head{
    background-color: #FF88B2;
  }
  .c-sched__body--green .c-sched__head{
    background-color: #43D5C9;
  }
  .c-sched__body--yellow .c-sched__head{
    background-color: #FF9100;
  }
  .c-sched__date{
    font-size: 4.267vw;
    color: #fff;
    font-weight: bold;
  }
  .c-sched__event{
    font-size: 5.333vw;
    font-weight: bold;
  }
  .c-sched__dsc{
    font-size: 3.733vw;
  }
  .c-sched__more{
    font-size: 3.733vw;
    font-weight: bold;
    text-align: right;
    padding-right: 1.5em;
    padding-top: 2vw;
    position: relative;
  }
  .c-sched__more::after{
    content: '';
    background-image: url("/juken/daigaku_juken/_shared/img/icon/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.9vw;
    height: 3.9vw;
    position: absolute;
    top: calc( 50% + 13.5% ) ;
    right: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}


/*
==================================================================

c-other

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-other{
    width: 820px;
    margin: 0 auto 100px;
  }
  .c-other-bg{
    position: relative;
  }
  .c-other-bg::after{
    content: "";
    width: 760px;
    height: 100%;
    background-color: #F3F7FC;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transform: translate(30px, -25px);
        -ms-transform: translate(30px, -25px);
            transform: translate(30px, -25px);
  }
  .c-other__ttl{
    font-size: 20px;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 30px;
  }
  .c-other-flx{
    width: 420px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-other-ctr{
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    width: 200px;
    height: 40px;
    background-color: #62B2EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .c-other-ctr::after{
    content: '';
    background-image: url("/juken/daigaku_juken/_shared/img/icon/arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .c-other-ctr.c-other-ctr--1nen{
    background-color: #62B2EE;
  }
  .c-other-ctr.c-other-ctr--2nen{
    background-color: #3E8ED6;
  }
  .c-other-ctr.c-other-ctr--3nen{
    background-color: #1564A8;
  }
  .c-other-ctr:hover{
    text-decoration: none;
    opacity: 0.8;
  }
  .c-other__note{
    font-size: 12px;
    text-align: center;
  }
}
/* sp */
@media(max-width:740px){
  .c-other{
    width: 90%;
    margin: 0 auto 16vw;
  }
  .c-other-bg{
    position: relative;
  }
  .c-other-bg::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%);
    -ms-transform: translatex(50%);
  }
  .c-other__ttl{
    font-size: 5.333vw;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 6.667vw;
  }
  .c-other-flx{
    width: 85%;
    margin: 0 auto 9.333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-other-ctr{
    font-size: 4.267vw;
    color: #fff !important;
    font-weight: bold;
    width: 36.333vw;
    height: 10.667vw;
    background-color: #62B2EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .c-other-ctr::after{
    content: '';
    background-image: url("/juken/daigaku_juken/_shared/img/icon/arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .c-other-ctr.c-other-ctr--1nen{
    background-color: #62B2EE;
  }
  .c-other-ctr.c-other-ctr--2nen{
    background-color: #3E8ED6;
  }
  .c-other-ctr.c-other-ctr--3nen{
    background-color: #1564A8;
  }
  .c-other-ctr:hover{
    text-decoration: none;
    opacity: 0.8;
  }
  .c-other__note{
    font-size: 3.2vw;
  }
}




/*
==================================================================

c-int

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-int{
    width: 820px;
    margin: 0 auto calc( 110px - 55px);
    padding-bottom: 55px;
  }
  .c-int-bg{
    position: relative;
  }
  .c-int-bg::after{
    content: "";
    width: 790px;
    height: 100%;
    background-color: #F3F7FC;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transform: translate(30px, -25px);
        -ms-transform: translate(30px, -25px);
            transform: translate(30px, -25px);
  }
  .c-int__ttl{
    font-size: 20px;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 30px;
  }
  .c-int-flx{
    width: 714px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-int-ctr{
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    width: 170px;
    height: 40px;
    background-color: #62B2EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .c-int-ctr::after{
    content: '';
    background-image: url("/juken/daigaku_juken/_shared/img/icon/arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .c-int-ctr:hover{
    text-decoration: none;
    opacity: 0.8;
  }
  .c-int__note{
    font-size: 12px;
    text-align: center;
  }
}
/* sp */
@media(max-width:740px){
  .c-int{
    width: 90%;
    margin: 0 auto 16vw;
  }
  .c-int-bg{
    position: relative;
  }
  .c-int-bg::after{
    content: "";
    width: 90%;
    height: 36vw;
    background-color: #F3F7FC;
    position: absolute;
    top: -8%;
    z-index: -1;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translatex(50%);
  }
  .c-int__ttl{
    font-size: 5.333vw;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 6.667vw;
  }
  .c-int-flx{
    width: 82%;
    margin: 0 auto 9.333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;

  }
  .c-int-ctr{
    font-size: 4.267vw;
    color: #fff !important;
    font-weight: bold;
    width: 35vw;
    height: 10.667vw;
    background-color: #62B2EE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .c-int-ctr:nth-of-type(1),.c-int-ctr:nth-of-type(2){
    margin-bottom: 3.2vw;
  }
  .c-int-ctr::after{
    content: '';
    background-image: url("/juken/daigaku_juken/_shared/img/icon/arrow-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .c-int-ctr:hover{
    text-decoration: none;
    opacity: 0.8;
  }
  .c-int__note{
    font-size: 3.2vw;
  }
}



/*
==================================================================

c-seek

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-seek{
    width: 820px;
    margin: 0 auto 95px;
  }
  .c-seek__ttl{
    font-size: 20px;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 30px;
  }
  .c-seek__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 40px;
  }
  .c-seek__items{
    width: 260px;
    min-height: 145px;
    background-color: #F3F7FC;
    padding: 15px 25px 10px 65px;
    position: relative;
  }
  .c-seek__items:not(:last-of-type){
    margin-bottom: 20px;
  }
  .c-seek__items:nth-of-type(odd){
    margin-right: 80px;
  }
  .c-seek__items:hover{
    text-decoration: none;
    opacity: 0.7;
  }
  .c-seek__items:hover p{
    text-decoration: none;
  }
  .c-seek__head{
    width: 88px;
    height: 88px;
    position: absolute;
    top: 15px;
    left: -40px;
  }
  .c-seek__label{
    font-size: 10px;
    color: #fff;
    font-family: "Helvetica";
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 10px;
    padding: 4px 5px;
    border-radius: 8px;
    line-height: 1;
    background-color: #FF9100;
    position: absolute;
    top: -8px;
  }
  .c-seek__label--reco{
    background-color: #FF9100;
  }

  .c-seek__name{
    font-size: 20px;
    font-family: "Helvetica";
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .c-seek__dsc{
    font-family: "Helvetica";
    margin-bottom: 1.9em;
  }
  .c-seek__more{
    font-weight: bold;
    padding-right: 20px;
    position: absolute;
    bottom: 10px;
    right: 25px;
  }
  .c-seek__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%);
  }


}
/* sp */
@media(max-width:740px){

  .c-seek{
    width: 90%;
    margin: 0 auto 16vw;
  }
  .c-seek__ttl{
    font-size: 5.333vw;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 6.667vw;
  }
  .c-seek__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 10.667vw;
  }
  .c-seek__items{
    /* width: 260px; */
    min-height: 32vw;
    background-color: #F3F7FC;
    padding: 5.333vw 5.333vw 4vw 16vw;
    position: relative;
  }
  .c-seek__items:not(:last-of-type){
    margin-bottom: 5.333vw;
  }
  .c-seek__items:hover{
    text-decoration: none;
    opacity: 0.7;
  }
  .c-seek__items:hover p{
    text-decoration: none;
  }
  .c-seek__head{
    width: 23.455vw;
    height: 23.455vw;
    position: absolute;
    top: 4vw;
    left: -10.667vw;
  }
  .c-seek__head img{
    width: 100%;
  }
  .c-seek__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;
  }
  .c-seek__label--reco{
    background-color: #FF9100;
  }

  .c-seek__name{
    font-size: 5.333vw;
    font-family: "Helvetica";
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  .c-seek__dsc{
    font-size: 3.733vw;
    margin-bottom: 1.4em;
    font-family: "Helvetica";
  }
  .c-seek__more{
    font-weight: bold;
    padding-right: 1.2em;
    position: absolute;
    right: 4%;
    bottom: 3%;
  }
  .c-seek__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%);
  }
}


/*
==================================================================

c-use

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-use{
    width: 820px;
    margin: 0 auto 95px;
  }
  .c-use__ttl{
    font-size: 20px;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 30px;
  }
  .c-use__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;
  }
  .c-use__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);
  }
  .c-use__items:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .c-use__thumbs{
    width: 162px;
  }
  .c-use__thumbs img{
    height: 112px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-use__thumbs--manabi img{
    -o-object-position: 0 -15px;
       object-position: 0 -15px;
  }
  .c-use__txtarea{
    width: calc(  393px - 162px );
    padding: 10px 10px 5px 10px;
    background-color: #F3F7FC;
    position: relative;
  }
  .c-use__txtarea::after{
    content: '';
    background-image: url("/juken/daigaku_juken/_shared/img/icon/arrow2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    position: absolute;
    bottom: 5px ;
    right: 10px;
  }
  .c-use__txt{
    color: #333;
    line-height: 1.4;
    font-family: "Helvetica";
  }
  .c-use__txt{
    color: #333;
    line-height: 1.4;
    font-family: "Helvetica";
  }
  .c-use__note{
    font-size: 12px;
    padding-left: 1.3em;
    position: relative;
  }
  .c-use__note::before{
    content: "※";
    position: absolute;
    left: 0;
  }
}
/* sp */
@media(max-width:740px){
  .c-use{
    width: 90%;
    margin: 0 auto 16vw;
  }
  .c-use__ttl{
    font-size: 5.333vw;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 8vw;;
  }
  .c-use__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;
  }
  .c-use__items{
    width: 42.2vw;
    min-height: 58.667vw;
    margin-bottom: 5.333vw;
    border: 1px solid rgba(0,0,0,0.1);
  }
  .c-use__items:hover{
    opacity: 0.8;
    text-decoration: none;
  }

  .c-use__thumbs img{
    width: 100%;
    height: 30.4vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-use__thumbs--manabi img{
    -o-object-position: 0 40%;
       object-position: 0 40%;
  }
  .c-use__txtarea{
    height: 42.2vw;
    padding: 3.6vw 2.667vw 0 2.667vw;
    background-color: #F3F7FC;
    position: relative;
  }
  .c-use__txtarea::after{
    content: '';
    background-image: url("/juken/daigaku_juken/_shared/img/icon/arrow2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 4%;
    right: 3%;
  }
  .c-use__txt{
    color: #333;
    line-height: 3.733vw;
    font-family: "Helvetica";
    margin-bottom: 1em;
    line-height: 1.2;
  }
  .c-use__note{
    font-size: 3.2vw;
    padding-left: 1.3em;
    position: relative;
  }
  .c-use__note::before{
    content: "※";
    position: absolute;
    left: 0;
  }
}


/*
==================================================================

c-kou

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-kou {
    width: 845px;
    margin: 0 auto 75px;
  }
  .c-kou__wrap {
    padding: 30px 0;
    background-color: #F6F7FA;
  }
  .c-kou__ttl {
    font-size: 16px;
    font-weight: bold;
    color: #004AAD;
    text-align: center;
  }
  .c-kou__ttl--big {
    font-size: 20px;
  }
  .c-kou__link {
    display: block;
    width: 600px;
    margin: 0 auto;
  }
}
/* sp */
@media(max-width:740px){
  .c-kou {
    margin-bottom: 13.33333vw;
  }
  .c-kou__wrap {
    padding: 8vw 0;
    background-color: #F6F7FA;
  }
  .c-kou__ttl {
    font-size: 4.26667vw;
    font-weight: bold;
    color: #004AAD;
    text-align: center;
  }
  .c-kou__ttl--big {
    font-size: 5.33333vw;
  }
  .c-kou__link {
    display: block;
    margin: 0 auto;
  }
}


/*
==================================================================

modal

==================================================================
*/

/* pc */
@media(min-width:741px){
  .js-modal-open:hover{
    display: block;
  }
  .js-modal-open:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .js-modal-open:hover p{
    opacity: 0.8;
    text-decoration: none;
  }
  /* モーダル全体(背景＋本体) */
  .modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100vh;
    width: 100%;
  }
  /* モーダル背景 */
  .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  /* モーダル本体 */
  .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 550px;/* これが無いと「overflow:scroll」が利かない */
    width: 900px;/* これが無いと「overflow:scroll」が利かない */
    background-color: #fff;
    padding: 40px;
  }
  /* モーダルウィンドウ表示中にページ本体を固定 */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}
/* sp */
@media(max-width:740px){
  .js-modal-open:hover{
    display: block;
  }
  .js-modal-open:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .js-modal-open:hover p{
    opacity: 0.8;
    text-decoration: none;
  }
  /* モーダル全体(背景＋本体) */
  .modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100vh;
    width: 100%;
  }
  /* モーダル背景 */
  .modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  /* モーダル本体 */
  .modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 65%;
    width: 75%;
    background-color: #fff;
    padding: 6.667vw 8vw;
    overflow-y: scroll;
  }
  /* モーダルウィンドウ表示中にページ本体を固定 */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}


/*
==================================================================

c-teach-modal

==================================================================
*/

/* pc */
@media(min-width:741px){
  .c-teach-modal__ttl{
    font-size: 20px;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 30px;
  }
  .c-teach-modal__items{
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-teach-modal__items:not(:last-of-type){
    margin-bottom: 30px;
  }
  .c-teach-modal__items:last-of-type{
    margin-bottom: 50px;
  }
  .c-teach-modal__thumbsarea{
    width: 120px;
  }
  .c-teach-modal__thumbs{
    height: 120px;
  }
  .c-teach-modal__txtarea{
    width: 520px;
    padding-top: 10px ;
  }
  .c-teach-modal__name{
    font-weight: bold;
  }
  .c-teach-modal-close{
    display: block;
    font-size: 18px;
    color: #374C5F;
    width: 3em;
    margin: 0 auto;
    padding-left: 1.5em;
    position: relative;
  }
  .c-teach-modal-close:hover{
    text-decoration: none;
    opacity: 0.8;
  }
  .c-teach-modal-close::before{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/cross.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
/* sp */
@media(max-width:740px){
  .c-teach-modal__ttl{
    font-size: 5.333vw;
    line-height: 1.5;
    font-family: "AXIS ProN", sans-serif;
    margin-bottom: 6.667vw;
  }
  .c-teach-modal__items{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-teach-modal__items:not(:last-of-type){
    margin-bottom: 4.8vw;
  }
  .c-teach-modal__items:last-of-type{
    margin-bottom: 8vw;
  }
  .c-teach-modal__thumbsarea{
    width: 22.667vw;
  }
  .c-teach-modal__thumbs{
    width: 100%;
  }
  .c-teach-modal__txtarea{
    width: 11em;
  }
  .c-teach-modal__name{
    font-weight: bold;
  }
  .c-teach-modal__dsc{
    font-size: 3.733vw;
    line-height: 1.5;
  }
  .c-teach-modal-close{
    display: block;
    font-size: 3.733vw;
    color: #374C5F !important;
    width: 3.1em;
    margin: 0 auto;
    padding-left: 1.5em;
    white-space: nowrap;
    position: relative;
  }
  .c-teach-modal-close:hover{
    text-decoration: none;
    opacity: 0.8;
  }
  .c-teach-modal-close::before{
    content: "";
    background-image: url("/juken/daigaku_juken/_shared/img/icon/cross.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}