@charset "UTF-8";

/*---------------------------------

FV

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .fv {
    margin-bottom: 45px;
  }
  .fv-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;

    background-image: url(/everes/cost/_assets/img/201201/fv-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: contain;

    min-height: 264px;

    position: relative;
  }
  .fv-ttl {
    position: absolute;

    top: 70px;
    left: 0;

    color: #4cacd6;
    font-size: 48px;
    font-weight: bold;
  }
  .fv-ttl > span {
    font-size: 38px;
    display: inline-block;
    margin-left: -18px;
  }
}
@media (max-width: 768px) {
  /* SP */
  .fv {
    margin-bottom: 30px;
  }
  .fv-inner {
    background-image: url(/everes/cost/_assets/img/201201/fv-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;

    min-height: 35.2vw;

    position: relative;
  }
  .fv-ttl {
    position: absolute;

    top: 9.3vw;
    left: 4vw;

    color: #4cacd6;
    font-size: 7vw;
    font-weight: bold;
    line-height: 1.3;

    text-shadow: 1px 1px 4px #fff,
      -1px -1px 4px #fff,
      1px -1px 4px #fff,
      -1px 1px 4px #fff;
  }
  .fv-ttl > span {
    font-size: 5vw;
    display: inline-block;
    margin-left: -3vw;
  }
}


/*---------------------------------

受講費

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .e-sec__subttl--fee {
    display: inline-block;
    position: relative;
    margin-top: 42px;
  }
  .e-sec__subttl--fee::before {
    content: '\\入会金不要！/';

    color: #00357A;
    font-size: 18px;
    font-weight: 500;

    position: absolute;
    top: -1.75em;
    left: 50%;
    width: 200px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

  }
  .e-sec__subttl{
    font-size: 40px;
    color: #2D483C;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    width: 100%;
    text-align: center;
  }
  .e-sec__subttl .nendo{
    font-size: 14px;
    display: block;
  }
  
  .e-sec-inner .e-sec-cont .essay-cv {
    margin: 0 -30px 30px -30px;
  }

  .e-sec-flex-item .e-sec-bbox{
    padding: 14px 60px;
  }

  .e-sec-bbox--sk1{
    background-color: #FFE8F5;
  }
  .e-sec-bbox--sk1 .e-sec-bbox__ttl{
    color: #E58FC1;
  }
  .e-sec-bbox--sk1 .e-sec-blist > li::before{
    background-color: #E58FC1;
  }

  .sche-event-foot__dead{
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #fff039 50%);
  }

  .essay-cv .essay-cv-inner .m-lead{
    text-align: left;
    margin-top: 20px;
  }
  .m-lead > span{
    text-decoration: underline;
  }
  .e-anc-btn--center{
    display: flex;
    align-items: center;
  }
  .e-anc-btn{
    width: calc((100% - 60px) / 4);
  }
  .e-anc-btn--sk1{
    background-color: #E58FC1;
  }
  .e-anc-btn:not(:nth-child(3n)){
    margin-right: auto;
  }
  .e-anc-btn:not(:last-of-type){
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  /* SP */
  .e-sec__subttl--fee {
    position: relative;
    margin-top: 60px;
  }
  .e-sec__subttl--fee::before {
    content: '\\入会金不要！/';

    color: #00357A;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;

    position: absolute;
    top: -1.75em;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .e-sec__subttl{
    font-size: 40px;
    color: #2D483C;
    font-weight: 500;
    line-height: 1.4;
    display: block;
    width: 100%;
    text-align: center;
  }
  .e-sec__subttl .nendo{
    font-size: 14px;
    display: block;
  }

  .sche-event-foot__dead{
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #fff039 50%);
  }
  .e-sec-inner .e-sec-cont .essay-cv {
    margin: 0 -30px;
    margin-bottom: 10vw;
  }

  .essay-cv .essay-cv-inner .m-lead{
    text-align: left;
    margin-top: 20px;
  }
  .m-lead > span{
    text-decoration: underline;
  }
  .e-anc-btn--sk1{
    background-color: #E58FC1;
  }

  .e-sec-bbox--sk1{
    background-color: #FFE8F5;
  }
  .e-sec-bbox--sk1 .e-sec-bbox__ttl{
    color: #E58FC1;
  }
  .e-sec-bbox--sk1 .e-sec-blist > li::before{
    background-color: #E58FC1;
  }
  .e-sec-cont-anc{
    margin-top: -18.667vw;
    padding-top: 18.667vw;
  }
}


/*---------------------------------

科目別コンテンツ

---------------------------------*/
@media (min-width: 769px) {
  /* PC */
  .subject-box__head {
    color: #e58fc1;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;

    padding: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffe8f5;
    margin-bottom: 16px;
  }
  .subject-box__head > span {
    font-size: 17px;
    font-weight: normal;
  }
  .subject-box__txt:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .subject-box-sche {
    margin-bottom: 15px;
  }
  .subject-box-sche-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subject-box-sche-item__name {
    width: 98px;
    background-color: #a33144;
    -ms-flex-item-align: start;
        align-self: flex-start;

    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1; 
    padding: 10px 0;
    margin-right: 12px;
  }
  .subject-box-sche-item__list {
    width: 350px;
    width: calc(100% - 110px);
  }
  .subject-box-sche-item__list > li {
    position: relative;

    font-size: 16px;
    padding-left: 1.5em;
  }
  .subject-box-sche-item__list > li::before {
    content: '';

    background-image: url(/everes/cost/_assets/img/201201/ck-english.svg);
    background-repeat: no-repeat;
    background-size: contain;

    width: 1.176em;
    height: 1em;
  
    position: absolute;
    left: 0;
    top: .25em;
  }
  .subject-box-sche-item__list > li > span {
    display: inline-block;
    font-weight: bold;

    margin-right: 0.5em;
  }

  /* 英語 */
  .subject-box--english .subject-box__head {
    color: #e58fc1;
    background-color: #ffe8f5;
  }
  .subject-box--english .subject-box-sche-item__list > li::before {
    background-image: url(/everes/cost/_assets/img/201201/ck-english.svg);
  }
  /* 数学 */
  .subject-box--math .subject-box__head {
    color: #4cacd6;
    background-color: #edfaff;
  }
  .subject-box--math .subject-box-sche-item__list > li::before {
    background-image: url(/everes/cost/_assets/img/201201/ck-math.svg);
  }
  /* Aクラス */
  .subject-box-sche-item__name--A {
    background-color: #a33144;
  }
  /* Sクラス */
  .subject-box-sche-item__name--S {
    background-color: #142e63;
  }
}
@media (max-width: 768px) {
  /* SP */
  .subject-box__head {
    color: #e58fc1;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    text-align: center;

    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffe8f5;
    margin-bottom: 21px;
  }
  .subject-box__head > span {
    font-size: 13px;
    font-weight: normal;
  }
  .subject-box__txt:not(:last-of-type) {
    margin-bottom: 3px;
  }

  .subject-box-sche {
    margin-bottom: 6px;
  }
  .subject-box-sche-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subject-box-sche-item__name {
    width: 72px;
    background-color: #a33144;
    -ms-flex-item-align: start;
        align-self: flex-start;

    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1; 
    padding: 12px 0;
    margin-right: 16px;
  }
  .subject-box-sche-item__list {
    width: calc(100% - 72px);
  }
  .subject-box-sche-item__list > li {
    position: relative;

    font-size: 16px;
    padding-left: 1.5em;
  }
  .subject-box-sche-item__list > li::before {
    content: '';

    background-image: url(/everes/cost/_assets/img/201201/ck-english.svg);
    background-repeat: no-repeat;
    background-size: contain;

    width: 1.176em;
    height: 1em;
  
    position: absolute;
    left: 0;
    top: .25em;
  }
  .subject-box-sche-item__list > li > span {
    display: inline-block;
    font-weight: bold;

    margin-right: 0.5em;
  }

  /* 英語 */
  .subject-box--english .subject-box__head {
    color: #e58fc1;
    background-color: #ffe8f5;
  }
  .subject-box--english .subject-box-sche-item__list > li::before {
    background-image: url(/everes/cost/_assets/img/201201/ck-english.svg);
  }
  /* 数学 */
  .subject-box--math .subject-box__head {
    color: #4cacd6;
    background-color: #edfaff;
  }
  .subject-box--math .subject-box-sche-item__list > li::before {
    background-image: url(/everes/cost/_assets/img/201201/ck-math.svg);
  }
  /* Aクラス */
  .subject-box-sche-item__name--A {
    background-color: #a33144;
  }
  /* Sクラス */
  .subject-box-sche-item__name--S {
    background-color: #142e63;
  }
}

/*---------------------------------

キャンペーン

---------------------------------*/
@media (min-width: 769px) {
  .e-ca-flex{
    background-color: #fff;
  }
  .e-sec-flex-item.e-ca-item{
    text-align: center;
    padding: 15px;
    margin-right: 18px;
    max-width: 465px;
  }
  .e-ca-item:last-child {
    margin-right: 0;
}
  .e-sec-cont .e-ca-item--only{
    margin: 0 auto;
    background-color: #fff;
  }

  .e-ca-top{
    color: #fff;
    max-width: 90%;
    border: 1px solid ;
    margin: 0 auto 30px;
    font-weight: bold;
    padding: 5px;
  }
  .e-ca-top--01{
    background-color: #4cacd6;
    border:#4cacd6
  }

  .e-ca-top--02{
    background-color: #1f7499;
    border: #1f7499;
  }

  .e-ca-main p{
    color: #4cacd6;
    font-size: 29px;
    font-weight: 550;
  }
  .e-ca-main .e-ca--main--lms{
    color: red;
    font-size: 40px;
    font-weight: bold;
    margin-left: 7px;
  }
  .e-ca--sub{
    margin: 10px 0 30px 0;

  }
  .e-ca--sub b{
    font-size: 17px;
    text-align: left;
  }
  .e-ca-sub{
    margin: 30px 0;
  }
  .e-ca-left{
    text-align: left;
  }

  .e-ca-border{
    border: 0.1px solid gray;
  }
}

@media (max-width: 768px) {
  .e-ca-flex{
    background-color: #fff;
  }
  .e-sec-flex-item.e-ca-item{
    text-align: center;
    padding: 10px;
  }
  .e-sec-cont .e-ca-item--only{
    margin: 0 auto;
    background-color: #fff;
  }

  .e-ca-top{
    color: #fff;
    max-width: 100%;
    border: 1px solid ;
    margin: 10px auto;
    font-weight: bold;
    padding: 5px;
  }
  .e-ca-top--01{
    background-color: #4cacd6;
    border:#4cacd6
  }

  .e-ca-top--02{
    background-color: #1f7499;
    border: #1f7499;
  }

  .e-ca-main p{
    color: #4cacd6;
    font-size: 25px;
    font-weight: 550;
  }
  .e-ca-main .e-ca--main--lms{
    color: red;
    font-size: 35px;
    font-weight: bold;
    margin-left: 2px;
  }

  .e-ca--sub{
    margin: 10px 0 30px 0;
  }
  .e-ca--sub b{
    font-size: 17px;
    text-align: left;
  }
  .e-ca-sub{
    margin: 30px 0;
  }
  .e-ca-left{
    text-align: left;
  }

  .e-ca-border{
    border: 0.1px solid gray;
    width: 90%;
  }
  .e-ca-maintxt{
    line-height: 1.2;
  }
}
/*---------------------------------

new-cost

---------------------------------*/
/* pc */
@media(min-width:769px){
  .new-cost {
    margin-top: 60px;
  }
  .new-cont__tag {
    background: #E60012;
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .new-const__ttl {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 25px;
  }
  .new-cost__reason {
    display: flex;
    margin-bottom: 15px;
  }
  .new-cost__reason-img {
    display: block;
    margin-right: 15px;
    max-width: 460px;
  }
  .new-cost__reason-txt {
    font-size: 16px;
    max-width: 460px;
  }
  .new-cost__txt {
    margin-bottom: 20px;
  }
  .kou2-cost__ttl {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
  }
  .kou2-cost__ttl-txt {
    color: #4cacd6;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
  }
  .kou2-cost__ttl-sub {
    color: #CBCBCB;
    font-size: 12px;
  }
  .kou2-cost__img {
    display: block;
    margin: 0 auto 15px;
  }
  .kou2-cost__txt {
    font-size: 16px;
  }
}
/* sp */
@media(max-width:768px){
  .new-cost {
    margin-top: 60px;
  }
  .new-cont__tag {
    background: #E60012;
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .new-const__ttl {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .new-cost__reason {
    margin-bottom: 15px;
  }
  .new-cost__reason-img {
    display: block;
    margin-bottom: 15px;
  }
  .new-cost__reason-txt {
    font-size: 16px;
  }
  .new-cost__txt {
    margin-bottom: 20px;
  }
  .kou2-cost__ttl {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
  }
  .kou2-cost__ttl-txt {
    color: #4cacd6;
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
  }
  .kou2-cost__ttl-sub {
    color: #CBCBCB;
    font-size: 10px;
  }
  .kou2-cost__img {
    display: block;
    margin: 0 auto 15px;
  }
  .kou2-cost__txt {
    font-size: 16px;
  }
}

/*---------------------------------

add 20231018_48833

---------------------------------*/
/* sp */
@media(max-width:768px){
  .e-sec-table-head{
    padding: 1em 8px;
  }
  .e-sec-table-head__name{
    font-size: 16px;
  }
  .e-sec-table-body__txt {
    font-size: 16px;
  }
}

/*---------------------------------

add 20231115_49200

---------------------------------*/
.cam__txt{
  text-align: center;
}
.cam__txt__link{
  position: relative;
  color: #222222;
  font-weight: bold;
}
/* pc */
@media(min-width:769px){
  .anc-cost--center{
    justify-content: center;
  }
  .cam__note{
    text-align: center;
  }
  .cam__txt{
    margin-bottom: 20px;
  }
  .cam__txt__link::after{
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 3px;
    right: -14px;
  }
  .cam-notice__no-mark{
    font-size: 14px!important;
  }
}
/* sp */
@media(max-width:768px){
  .cam__txt__link::after{
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -3vw;
    bottom: 1vw;
  }
  .cam__txt{
    margin-bottom: 4vw;
  }
  .cam-notice__no-mark{
    font-size: 12px!important;
  }
}

/*---------------------------------

add 20241125_56556

---------------------------------*/
/* pc */
@media(min-width:769px){
  .cost-sec-no-flex{
    display: block;
  }
  .cost-sec-no-flex .e-sec-flex-item{
    margin: 0 auto;
    max-width: 645px;
  }
  .cost-sec-no-flex .e-sec-flex-item img{
    width: 100%;
    max-width: 100%;
  }
  .cost-sec-bbox-inner{
    max-width: 600px;
  }
  .e-sec-bbox__ttl--min{
    font-size: 19px;
  }
  .g-left-pc{
    text-align: left;
  }
}
/* SP */
@media(max-width:768px){
  .e-sec-bbox__ttl--min{
    font-size: 16px;
  }
  .g-ml-10-sp{
    margin-left: -10px;
  }
  .g-mr-10-sp{
    margin-right: -10px;
  }
}
/*---------------------------------

add 20251215

---------------------------------*/
/* pc */
@media(min-width:769px){
  .e-offerbox{
    border: 1px solid #D10000;
  }
  .e-offerbox__head{
    background-color: #D10000;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
  }
  .e-offerbox__body{
    padding: 20px;
  }
  .e-offerbox__body__txt{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
  }
  .e-offerbox__body__txt .red{
    color: #D10000;
    text-decoration: underline;
  }
}
/* SP */
@media(max-width:768px){
  .e-offerbox{
    border: 1px solid #D10000;
  }
  .e-offerbox__head{
    background-color: #D10000;
    color: #fff;
    padding: calc(10vw/3.75);
    text-align: center;
    font-size: calc(14vw/3.75);
    font-weight: 500;
    line-height: 140%;
  }
  .e-offerbox__body{
    padding: calc(15vw/3.75) calc(10vw/3.75);
  }
  .e-offerbox__body__txt{
    color: #333;
    font-size: calc(14vw/3.75);
    font-weight: 500;
    line-height: 140%;
  }
  .e-offerbox__body__txt .red{
    color: #D10000;
    text-decoration: underline;
  }
}