/*---------------------------------
  all
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .main{
    margin-bottom: 60px;
  }
  .main img{
    width: 100%;
  }
  .main section{
    max-width: none;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .main{
    margin-bottom: 15px;
    margin-top: 66.5px;
  }
  .main img{
    width: 100%;
  }
}




/*---------------------------------
  kv
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .kv__ttl{
    position: relative;
    overflow: hidden;
  }
  .kv__ttl::before{
    content: "";
    background-image: url(/everes/winter/_assets/img/kv_bg_pc.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: -24px -45px;
    position: absolute;
    width: 1516px;
    height: 511px;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .kv__ttl-img{
    max-width: 960px;
    width: 100%;
    min-height: 434px;
    margin: 0 auto;
    display: block;
  }
  .kv__lead{
    background-color: #fff;
    text-align: center;
    color: #0052A4;
    font-size: 20px;
    margin: 10px 0;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .kv__ttl{
    min-height: 350px;
  }
  .kv__lead{
    background-color: #fff;
    text-align: center;
    color: #0052A4;
    font-size: 15px;
    margin: 10px 0;
  }
}

/* tablet */
@media print, screen and (max-width:960px) and (min-width:769px) {
  .kv__ttl-img{
    min-height: 348px;
  }
}




/*---------------------------------
  cv
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .cv{
    background-color: #A5E2E7;
    padding: 30px 0;
  }
  .cv-inr{
    width: 620px;
    margin: 0 auto;
  }
  .cv__btn{
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #006574;
    background-color: #FEE100;
    border: 2px solid #fff;
    border-radius: 5px;
  }
  .cv__btn.no-active{
    color: #888888;
    background-color: #D1D1D1;
    pointer-events: none;
  }
  .cv__note{
    color: #000;
    font-size: 16px;
    line-height: 20px;
  }
  .cv__note-list-link {
    position: relative;
    color: #000;
    text-decoration: underline;
  }
  .cv__note-list-link::after {
    position: absolute;
    content: "";
    background-image: url(/everes/winter/_assets/img/icon_glass.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    bottom: 3px;
    right: -18px;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .cv{
    background-color: #A5E2E7;
    padding: 25px 0;
  }
  .cv-inr{
    width: 100%;
    padding: 0 30px;
  }
  .cv__btn{
    display: block;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #006574;
    background-color: #FEE100;
    border: 2px solid #fff;
    border-radius: 5px;
  }
  .cv__btn.no-active{
    color: #888888;
    background-color: #D1D1D1;
    pointer-events: none;
  }
  .cv__note{
    color: #000;
    font-size: 12px;
    line-height: 14.2px;
  }
}




/*---------------------------------
  anc
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .anc{
    background-color: #E6F9FF;
    padding: 80px 0 0;
  }
  .anc__tag {
    display: block;
    padding: 2px 0 1px;
    margin: 0 auto 15px;
    color: #0052A4;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
  }
  .anc__ttl {
    color: #0052A4;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .anc-inr{
    max-width: 960px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .anc__list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .anc__list-item{
    width: 22.3%;
  }
  .anc__list-item-link{
    display: block;
    background-color: #0052A4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 9px 0 26px 0;
    border-radius: 4px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .anc__list-item-link::after{
    content: "";
    background-image: url(/everes/winter/_assets/img/icon_arrow_bottom_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
    position: absolute;
    bottom: 12px;
    right: 98px;
  }
  .anc__list-item-link:hover{
    transform: translateY(3px);
    opacity: 1;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .anc{
    background-color: #E6F9FF;
    padding: 45px 0 0;
  }
  .anc__tag {
    display: block;
    color: #0052A4;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
  }
  .anc__ttl {
    color: #0052A4;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .anc-inr{
    width: 100%;
    padding: 0 15px;
  }
  .anc__list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .anc__list-item{
    width: calc(50% - 10px);
  }
  .anc__list-item:nth-of-type(n+3){
    margin-top: 20px;
  }
  .anc__list-item-link{
    display: block;
    background-color: #0052A4;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 12px 25px 12px 0;
    border-radius: 4px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .anc__list-item-link::after{
    content: "";
    background-image: url(/everes/winter/_assets/img/icon_arrow_bottom_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 9px;
    position: absolute;
    transform: translateY(-50%);
    right: 15px;
    top: 50%;
  }
  .anc__list-item-link:hover{
    transform: translateY(3px);
    opacity: 1;
  }
}




/*---------------------------------
  about
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .about{
    background-color: #E6F9FF;
    padding: 80px 0 60px;
    color: #474747;
  }
  .about-inr{
    max-width: 960px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .about__tag{
    display: block;
    width: 176px;
    padding: 2px 0 1px;
    margin: 0 auto 15px;
    background-color: #fff;
    border: 3px solid #0052A4;
    color: #0052A4;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
  }
  .about__ttl{
    color: #0052A4;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .about__lead{
    width: 780px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto 30px;
  }
  .about__table{
    width: 780px;
    margin: 0 auto 15px;
    border: 3px solid #0052A4;
    font-size: 16px;
    border-radius: 3px;
    overflow: hidden;
    border-collapse: separate;
  }
  .about__table-ttl{
    color: #0052A4;
    font-weight: bold;
    background-color: #F5F5F5;
  }
  .about__table-data{
    text-align: left;
    background-color: #fff;
    position: relative;
    padding: 7px 16px 6px;
  }
  .about__table-data::before,
  .about__table-data::after{
    content: "";
    background-color: #0052A4;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .about__table-data::before{
    left: 0;
  }
  .about__table-data::after{
    left: 3px;
  }
  .about__table-ttl, .about__table-data{
    border-bottom: 1px solid #0052A4;
  }
  .about__table-data--dotted{
    border-bottom: 1px dashed #0052A4;
  }
  .about__table-row:last-child>.about__table-ttl, .about__table-row:last-child>.about__table-data{
    border-bottom: 0px;
  }
  .about__note{
    width: 780px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18.24px;
  }
  .about__table-data--tag {
    width: 70px;
    margin-right: 10px;
    padding: 2px 8px;
    text-align: center;
    color: #fff;
    background-color: #0052A4;
    border-radius: 20px;
    font-size: 14px;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .about{
    background-color: #E6F9FF;
    padding: 40px 0 60px;
    color: #474747;
  }
  .about-inr{
    width: 100%;
    padding: 0 15px;
  }
  .about__tag{
    display: block;
    width: 109px;
    padding: 2px 0 1px;
    margin: 0 auto 5px;
    background-color: #fff;
    border: 3px solid #0052A4;
    color: #0052A4;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  .about__ttl{
    color: #0052A4;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about__lead{
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .about__table{
    width: 100%;
    margin: 0 auto 30px;
    border: 3px solid rgba(0, 82, 164, 0.5);
    font-size: 14px;
    border-radius: 6px;
    overflow: hidden;
    border-collapse: separate;
  }
  .about__table-ttl{
    color: #0052A4;
    font-weight: bold;
    background-color: #F5F5F5;
    min-width: 100px;
    vertical-align: middle;
  }
  .about__table-data{
    text-align: left;
    background-color: #fff;
    position: relative;
    padding: 7px 0px 6px 11px;
    vertical-align: middle;
  }
  .about__table-data::before,
  .about__table-data::after{
    content: "";
    background-color: #0052A4;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .about__table-data::before{
    left: 0;
  }
  .about__table-data::after{
    left: 3px;
  }
  .about__table-ttl, .about__table-data{
    border-bottom: 1px solid #0052A4;
  }
  .about__table-data--dotted{
    border-bottom: 1px dashed #0052A4;
  }
  .about__table-row:last-child>.about__table-ttl, .about__table-row:last-child>.about__table-data{
    border-bottom: 0px;
  }
  .about__note{
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18px;
  }
  .about__note-list{
    margin-top: 5px;
  }
  .about__note-list:first-child{
    margin-top: 0px;
  }
  .about__table-data--tag {
    width: 18.667vw;
    height: 7.2vw;
    min-width: 18.667vw;
    min-height: 7.2vw;
    margin-right: 1.067vw;
    padding: 0.533vw 2.133vw;
    text-align: center;
    color: #fff;
    background-color: #0052A4;
    border-radius: 5.333vw;
    font-size: 3.2vw;
  }
}




/*---------------------------------
  feature
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .feature{
    background-color: #E6F9FF;
    padding: 0 0 80px;
    color: #474747;
    margin-bottom: 80px;
  }
  .feature-inr{
    max-width: 780px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .feature__ttl{
    color: #0052A4;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .feature__ttl--big{
    color: #0052A4;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .feature__wrap{
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 50px 20px 45px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  .feature__wrap:not(:last-of-type){
    margin-bottom: 20px;
  }
  .feature__wrap-inr{
    width: 60%;
  }
  .feature__wrap-ttl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .feature__wrap-ttl-txt{
    color: #0052A4;
    font-size: 22px;
    font-weight: bold;
    margin-left: 15px;
  }
  .feature__wrap-ttl-img{
    height: 44px;
    width: auto!important;
  }
  .feature__wrap-txt{
    font-size: 14px;
    line-height: 21px;
  }
  .feature__wrap-txt--bold{
    font-weight: bold;
  }
  .feature__wrap-note{
    font-size: 12px;
    color: #888888;
    line-height: 18px;
    margin-top: 14px;
    width: 100%;
  }
  .feature__wrap-img{
    width: 36.8%;
    min-height: 168px;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .feature{
    background-color: #E6F9FF;
    padding: 0 0 50px;
    color: #474747;
    margin-bottom: 40px;
  }
  .feature-inr{
    width: 100%;
    padding: 0 15px;
  }
  .feature__ttl{
    color: #0052A4;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 70px;
    margin-top: -70px;
  }
  .feature__ttl--big{
    color: #0052A4;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  .feature__wrap{
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
  .feature__wrap:not(:last-of-type){
    margin-bottom: 20px;
  }
  .feature__wrap-ttl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .feature__wrap-ttl-txt{
    color: #0052A4;
    font-size: 22px;
    font-weight: bold;
    margin-left: 17px;
  }
  .feature__wrap-ttl-txt--02{
    font-size: 21px;
  }
  .feature__wrap-ttl-img{
    height: 60px;
    width: auto!important;
  }
  .feature__wrap-txt{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .feature__wrap-txt--bold{
    font-weight: bold;
  }
  .feature__wrap-note{
    font-size: 13px;
    color: #888888;
    line-height: 18px;
    margin-top: 10px;
  }
  .feature__wrap-img{
    width: 225px;
    min-height: auto;
    margin: 0 auto;
  }
}




/*---------------------------------
  sec
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .sec:not(:last-of-type){
    margin-bottom: 60px;
  }
  .sec:last-of-type{
    margin-bottom: 80px;
  }
  .sec-inr{
    max-width: 780px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .sec__class {
    margin-left: -90px;
    margin-right: -90px;
    padding: 32px 90px 52px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0px 10px rgba(4, 76, 87, 0.08);
  }
  .sec__ttl{
    color: #0052A4;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .sec__txt{
    font-size: 16px;
  }
  .sec__txt--bold{
    font-weight: bold;
  }
  .sec__txt:not(:last-of-type){
    margin-bottom: 1em;
  }
  .sec-note{
    margin-bottom: 40px;
  }
  .sec__anc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 94px;
  }
  .sec__anc-item {
    width: 22.3%;
  }
  .sec__anc-item:not(:last-of-type) {
    margin-right: 30px;
  }
  .sec__anc-item-link {
    display: block;
    background-color: #0052A4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 9px 0 26px 0;
    border-radius: 4px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .sec__anc-item-link::after {
    content: "";
    background-image: url(/everes/winter/_assets/img/icon_arrow_bottom_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
    position: absolute;
    bottom: 12px;
    right: 77px;
  }
  .sec__anc-item-link:hover{
    transform: translateY(3px);
    opacity: 1;
  }
  .feature__sec--bk{
    background-image: url(/everes/winter/_assets/img/231106/231106_48878_everes_img_bk_pc.png);
    background-position: center 360px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    margin-bottom: 0px!important;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .sec:not(:last-of-type){
    margin-bottom: 40px;
  }
  .sec-inr{
    width: 100%;
    padding: 0 15px;
  }
  .sec__class{
    margin-top: -60px;
    padding-top: 110px;
  }
  .sec__ttl{
    color: #0052A4;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 70px;
    margin-top: -70px;
  }
  .sec__txt{
    font-size: 14px;
  }
  .sec__txt--bold{
    font-weight: bold;
  }
  .sec__txt:not(:last-of-type){
    margin-bottom: 1em;
  }
  .sec__anc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .sec__anc-item {
    width: 31%;
  }
  .sec__anc-item:not(:last-of-type) {
    margin-right: 10px;
  }
  .sec__anc-item-link {
    display: block;
    background-color: #0052A4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 9px 0;
    border-radius: 4px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .sec__anc-item-link::after {
    content: "";
    background-image: url(/everes/winter/_assets/img/icon_arrow_bottom_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 9px;
    position: absolute;
    transform: translateY(-50%);
    right: 12px;
    top: 50%;
  }
  .feature__sec--bk{
    background-image: url(/everes/winter/_assets/img/231106/231106_48878_everes_img_bk_sp.png);
    background-position: center 461px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
  }
}




/*---------------------------------
  sec01
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .sec__tab-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec__tab-head-item{
    width: calc(50% - 15px);
    border: 3px solid #0052A4;
    color: #0052A4;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
  }
  .sec__tab-head-item.is-active{
    color: #fff;
    background-color: #0052A4;
  }
  .sec__tab-cont-wrap-table{
    border:3px solid #409FFF;
    margin-bottom: 60px;
    width: 100%;
    color: #0052A4;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    border-collapse: separate;
  }
  .sec__tab-cont-wrap-table-head,
  .sec__tab-cont-wrap-table-data{
    border-right: 2px solid #409FFF;
    border-bottom: 1px solid #409FFF;
  }
  .sec__tab-cont-wrap-table-row>.sec__tab-cont-wrap-table-head:last-of-type{
    border-right: 0px;
  }
  .sec__tab-cont-wrap-table-row>.sec__tab-cont-wrap-table-data:last-of-type{
    border-right: 0px;
  }
  .sec__tab-cont-wrap-table-row:last-of-type>.sec__tab-cont-wrap-table-data{
    border-bottom: 0px;
  }

  .sec__tab-cont-wrap-table-head{
    font-size: 18px;
    font-weight: bold;
    background-color: #F4F4F4;
    padding: 5px 0;
  }
  .sec__tab-cont-wrap-table-head--sub{
    font-size: 16px;
  }
  .sec__tab-cont-wrap-table-data{
    color: #464646;
    font-size: 16px;
    padding: 7px 0;
  }
  .sec__tab-cont-wrap-table-data--pink{
    background-color: #FFD2F2;
  }
  .sec__tab-cont-wrap-table-data--blue{
    background-color: #D2F1FF;
  }
  .sec__tab-cont-wrap-table-data--blue2{
    background-color: #b6ccfb;
  }
  .sec__tab-cont-wrap-table-data--yellow{
    background-color: #FFF3D2;
  }
  .sec__tab-cont-wrap-table-data--green{
    background-color: #D1FFEC;
  }
  .sec__tab-cont-wrap-table-data--darkgreen{
    background-color: #B4E5DE;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .sec__tab-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec__tab-head-item{
    width: calc(50% - 7.5px);
    border: 3px solid #0052A4;
    color: #0052A4;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
  }
  .sec__tab-head-item.is-active{
    color: #fff;
    background-color: #0052A4;
  }
  .sec__tab-cont-wrap-table{
    border: 3px solid rgba(64,159,255,0.5);
    margin-bottom: 40px;
    width: 100%;
    color: #0052A4;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    border-collapse: separate;
  }
  .sec__tab-cont-wrap-table-head,
  .sec__tab-cont-wrap-table-data{
    border-right: 2px solid #409FFF;
    border-bottom: 1px solid rgba(64,159,255,0.5);
  }
  .sec__tab-cont-wrap-table-row>.sec__tab-cont-wrap-table-head:last-of-type{
    border-right: 0px;
  }
  .sec__tab-cont-wrap-table-row>.sec__tab-cont-wrap-table-data:last-of-type{
    border-right: 0px;
  }
  .sec__tab-cont-wrap-table-row:last-of-type>.sec__tab-cont-wrap-table-data{
    border-bottom: 0px;
  }
  .sec__tab-cont-wrap-table-head{
    font-size: 13px;
    font-weight: bold;
    background-color: #F4F4F4;
    padding: 5px 0;
    vertical-align: middle;
  }
  .sec__tab-cont-wrap-table-data{
    color: #464646;
    font-size: 13px;
    padding: 7px 0;
    vertical-align: middle;
  }
  .sec__tab-cont-wrap-table-data--pink{
    background-color: #FFD2F2;
  }
  .sec__tab-cont-wrap-table-data--blue{
    background-color: #D2F1FF;
  }
  .sec__tab-cont-wrap-table-data--blue2{
    background-color: #b6ccfb;
  }
  .sec__tab-cont-wrap-table-data--yellow{
    background-color: #FFF3D2;
  }
  .sec__tab-cont-wrap-table-data--green{
    background-color: #D1FFEC;
  }
  .sec__tab-cont-wrap-table-data--darkgreen{
    background-color: #B4E5DE;
  }
}




/*---------------------------------
  sec02
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .sec__class:not(:last-of-type){
    margin-bottom: 40px;
  }
  .sec__class-ttl{
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
    color: #0052A4;
    position: relative;
  }
  .sec__class-ttl:after {
    content: "";
    width: 103px;
    height: 4px;
    position: absolute;
    background-color: #409FFF;
    border-radius: 4px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .sec__class-txt{
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .sec__class-txt-link{
    color: #0052A4;
    text-decoration: underline;
  }
  .sec__class-txt-link:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .sec__class-category {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #0052A4;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .sec__class-category::before {
    position: absolute;
    content: "";
    background-image: url(/everes/winter/_assets/img/231106/231106_48878_everes_img_blue-bar.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 30px;
    bottom: 5px;
    left: 0;
  }
  .sec__class-category--sub {
    color: #0052A4;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
  }
  .sec__class-tab-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec__class-tab-head-item{
    width: 230px;
    color: #fff;
    background-color: #BEBEBE;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
  }
  .sec__class-tab-head-item--kou3 {
    width: 140px;
  }
  .sec__class-tab-cont-wrap-table{
    border: 3px solid rgba(40, 130, 221,0.5);
    margin-top: -3px;
    width: 100%;
    color: #0052A4;
    text-align: center;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    border-collapse: separate;
  }
  .sec__class-tab-cont-wrap-table-head,
  .sec__class-tab-cont-wrap-table-data{
    border-right: 2px solid #409FFF;
    border-bottom: 1px solid rgba(64, 159, 255,0.5);
  }
  .sec__class-tab-cont-wrap-table-head:last-of-type{
    border-right: 0px;
  }
  .sec__class-tab-cont-wrap-table-row:last-of-type>.sec__class-tab-cont-wrap-table-data:last-of-type {
    border-bottom: 0px;
  }
  .sec__class-tab-cont-wrap-table-head{
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
  }
  .sec__class-tab-cont-wrap-table.is-active{
    border-top: 4px solid #F0CC6A;
  }
  .sec__class-tab-head-item--pink.is-active{
    background-color: #F18ADF;
    border-bottom: 3px solid #F18ADF;
  }
  .sec__class-tab-head-item--blue.is-active{
    background-color: #4DBCEE;
    border-bottom: 3px solid #4DBCEE;
  }
  .sec__class-tab-head-item--blue2.is-active{
    background-color: #5ba4f3;
    border-bottom: 3px solid #5ba4f3;
  }
  .sec__class-tab-head-item--yellow.is-active{
    background-color: #EFB71E;
    border-bottom: 3px solid #EFB71E;
  }
  .sec__class-tab-head-item--green.is-active{
    background-color: #46CE94;
    border-bottom: 3px solid #46CE94;
  }
  .sec__class-tab-head-item--darkgreen.is-active{
    background-color: #00947E;
    border-bottom: 3px solid #00947E;
  }
  .sec__class-tab-head-item--orange.is-active{
    background-color: #EE7F4D;
    border-bottom: 3px solid #EE7F4D;
  }
  .sec__class-tab-head-item--brown.is-active{
    background-color: #A77859;
    border-bottom: 3px solid #A77859;
  }
  .sec__class-tab-cont-wrap-table-data{
    color: #464646;
    font-size: 16px;
    padding: 7px 8px;
    vertical-align: middle;
  }
  .sec__class-tab-cont-wrap--pink .sec__class-tab-cont-wrap-table-head{
    background-color: #FFD2F2;
  }
  .sec__class-tab-cont-wrap--blue .sec__class-tab-cont-wrap-table-head{
    background-color: #D2F1FE;
  }
  .sec__class-tab-cont-wrap--blue2 .sec__class-tab-cont-wrap-table-head{
    background-color: #d2e0fe;
  }
  .sec__class-tab-cont-wrap--yellow .sec__class-tab-cont-wrap-table-head{
    background-color: #FFF3D2;
  }
  .sec__class-tab-cont-wrap--green .sec__class-tab-cont-wrap-table-head{
    background-color: #D1FFEC;
  }
  .sec__class-tab-cont-wrap--darkgreen .sec__class-tab-cont-wrap-table-head{
    background-color: #B4E5DE;
  }
  .sec__class-tab-cont-wrap--orange .sec__class-tab-cont-wrap-table-head{
    background-color: #FFE0D1;
  }
  .sec__class-tab-cont-wrap--brown .sec__class-tab-cont-wrap-table-head{
    background-color: #DED1C8;
  }
  .sec__class-tab-cont-wrap-table-data:nth-of-type(1){
    width: 7%;
  }
  .sec__class-tab-cont-wrap-table-data:nth-of-type(2){
    width: 19%;
  }
  .sec__class-tab-cont-wrap-table-data:nth-of-type(3){
    width: 24%;
    border-right: 0px;
  }
  .sec__class-tab-cont-wrap-table-data:nth-of-type(4){
    text-align: left;
  }

  .sec__class-tab-pdf {
    display: block;
    width: max-content;
    margin: 15px 0 0 auto;
    color: #0052A4;
    font-size: 20px;
    border-bottom: 1px solid;
  }

  .sec__class-tab-cont-wrap-table-data--03{
    width: 24%;
    border-right: 0px;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .sec__class-ttl{
    width: calc(25% - 30px);
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
    color: #0052A4;
    position: relative;
  }
  .sec__class-ttl:after {
    content: "";
    width: 65px;
    height: 4px;
    position: absolute;
    background-color: #409FFF;
    border-radius: 4px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .sec__class-txt{
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .sec__class-txt-link{
    color: #0052A4;
    text-decoration: underline;
  }
  .sec__class-txt-link:hover{
    opacity: 0.8;
    text-decoration: none;
  }
  .sec__class-category {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #0052A4;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .sec__class-category::before {
    position: absolute;
    content: "";
    background-image: url(/everes/winter/_assets/img/231106/231106_48878_everes_img_blue-bar.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    bottom: 5px;
    left: 0;
  }
  .sec__class-category--sub {
    color: #0052A4;
    display: block;
    font-size: 14px;
    margin: -20px 0 20px 15px;
  }
  .sec__class-tab-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec__class-tab-head-item{
    width: calc(100%/3 - 10px);
    color: #fff;
    background-color: #BEBEBE;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
  }
  .sec__class-tab-head-item--small{
    font-size: calc(11vw/3.75);
    line-height: calc(15/11 * 1.6);
  }
  .sec__class-tab-head-item--kou3 {
    width: calc(63%/3 - 10px);
  }
  .sec__class-tab-head-item.is-active{
    color: #fff;
  }
  .sec__class-tab-head-item--pink.is-active{
    background-color: #F18ADF;
    border-bottom: 3px solid #F18ADF;
  }
  .sec__class-tab-head-item--blue.is-active{
    background-color: #4DBCEE;
    border-bottom: 3px solid #4DBCEE;
  }
  .sec__class-tab-head-item--blue2.is-active{
    background-color: #5ba4f3;
    border-bottom: 3px solid #5ba4f3;
  }
  .sec__class-tab-head-item--yellow.is-active{
    background-color: #EFB71E;
    border-bottom: 3px solid #EFB71E;
  }
  .sec__class-tab-head-item--green.is-active{
    background-color: #46CE94;
    border-bottom: 3px solid #46CE94;
  }
  .sec__class-tab-head-item--darkgreen.is-active{
    background-color: #00947E;
    border-bottom: 3px solid #00947E;
  }
  .sec__class-tab-head-item--orange.is-active{
    background-color: #EE7F4D;
    border-bottom: 3px solid #EE7F4D;
  }
  .sec__class-tab-head-item--brown.is-active{
    background-color: #A77859;
    border-bottom: 3px solid #A77859;
  }
  .sec__class-tab-cont-wrap-table{
    border: 3px solid rgba(40, 130, 221,0.5);
    margin-top: -3px;
    width: 100%;
    color: #0052A4;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    border-collapse: separate;
    text-align: center;
  }
  .sec__class-tab-cont-wrap-table-head,
  .sec__class-tab-cont-wrap-table-data{
    border-right: 2px solid #409FFF;
    border-bottom: 1px solid rgba(64, 159, 255,0.5);
  }
  .sec__class-tab-cont-wrap-table-head:last-of-type{
    border-right: 0px;
  }
  .sec__class-tab-cont-wrap-table-row:last-of-type>.sec__class-tab-cont-wrap-table-data:last-of-type {
    border-bottom: 0px;
  }
  .sec__class-tab-cont-wrap-table-head{
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
  }
  .sec__class-tab-cont-wrap--pink .sec__class-tab-cont-wrap-table-head{
    background-color: #FFD2F2;
  }
  .sec__class-tab-cont-wrap--blue .sec__class-tab-cont-wrap-table-head{
    background-color: #D2F1FE;
  }
  .sec__class-tab-cont-wrap--blue2 .sec__class-tab-cont-wrap-table-head{
    background-color: #d2e0fe;
  }
  .sec__class-tab-cont-wrap--yellow .sec__class-tab-cont-wrap-table-head{
    background-color: #FFF3D2;
  }
  .sec__class-tab-cont-wrap--green .sec__class-tab-cont-wrap-table-head{
    background-color: #D1FFEC;
  }
  .sec__class-tab-cont-wrap--darkgreen .sec__class-tab-cont-wrap-table-head{
    background-color: #B4E5DE;
  }
  .sec__class-tab-cont-wrap--orange .sec__class-tab-cont-wrap-table-head{
    background-color: #FFE0D1;
  }
  .sec__class-tab-cont-wrap--brown .sec__class-tab-cont-wrap-table-head{
    background-color: #DED1C8;
  }
  .sec__class-tab-cont-wrap-table-data{
    color: #464646;
    font-size: 13px;
    padding: 7px 8px;
    vertical-align: middle;
  }
  .sec__class-tab-cont-wrap-table-data:nth-of-type(1){
    width: 7%;
  }
  .sec__class-tab-cont-wrap-table-data:nth-of-type(2){
    width: 19%;
  }
  .sec__class-tab-cont-wrap-table-data:nth-of-type(3){
    width: 24%;
    border-right: 0px;
  }
  .sec__class-tab-cont-wrap-table-data:nth-of-type(4){
    text-align: left;
  }

  .sec__class-tab-pdf {
    display: block;
    width: max-content;
    margin: 15px 0 0 auto;
    color: #0052A4;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid;
  }
  .kou2-note{
    text-align: end;
    margin-top: 10px;
  }

  .sec__class-tab-cont-wrap-table-data--03{
    width: 24%;
    border-right: 0px;
  }
}




/*---------------------------------
  detail
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .detail{
    padding: 80px 0;
    background-color: #E6F9FF;
    color: #474747;
  }
  .detail-inr{
    max-width: 960px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .detail-sec{
    background-color: #fff;
  }
  .detail-sec:not(:last-of-type){
    margin-bottom: 60px;
  }
  .detail-sec__ttl{
    font-size: 34px;
    font-weight: bold;
    color: #0052A4;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #0052A4;
    padding: 4px 0;
  }
  .detail-sec__ttl::after{
    content: "";
    background-image: url(/everes/winter/_assets/img/icon_minus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 26px;
    height: 26px;
    position: absolute;
    transform: translateY(-50%);
    right: 28px;
    top: 50%;
  }
  .detail-sec__ttl.js-c-acc-open::after{
    background-image: url(/everes/winter/_assets/img/icon_plus.svg);
  }
  .detail-sec__wrap{
    padding: 30px 0;
    max-width: 780px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .detail-sec__wrap-top{
    margin-bottom: 40px;
    text-align: center;
  }
  .detail-sec__wrap-txt{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 60px;
  }
  .detail-sec__wrap-box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .detail-sec__wrap-box-item{
    width: 29.5%;
    color: #fff;
    position: relative;
    background-color: #0052A4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 28px 0;
    margin-bottom: 30px;
  }
  .detail-sec__wrap-box-item-txt{
    font-size: 18px;
  }
  .detail-sec__wrap-box-item-txt--big{
    font-size: 32px;
  }
  .detail-sec__wrap-box-item-txt--small{
    font-size: 13px;
  }
  .detail-sec__wrap-box-item-tag{
    position: absolute;
    right: -41px;
    top: -24px;
    background-color: #D53A35;
    color: #fff;
    text-align: center;
    width: 96px;
    border-radius: 50%;
    padding: 21px 0 20px;
    letter-spacing: -1px;
  }
  .detail-sec__wrap-box-item-tag.--square{
    border-radius: 8px;
    width: auto;
    padding: 8px;
    top: -20px;
  }
  .detail-sec__wrap-box-item-tag-txt{
    font-size: 14px;
  }
  .detail-sec__wrap-box-item-tag-txt--big{
    font-size: 17px;
    font-weight: bold;
  }
  .detail-sec__wrap-cont{
    background-color: #F5F5F5;
    padding: 20px 0;
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .detail-sec__wrap-cont-ttl{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #0052A4;
    margin-bottom: 8px;
  }
  .detail-sec__wrap-cont-items{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 470px;
    margin: 0 auto;
  }
  .detail-sec__wrap-cont-items-txt,detail-sec__wrap-cont-items-txt-top{
    font-size: 16px;
  }
  .detail-sec__wrap-cont-items-txt:not(:last-of-type)::after{
    content: "/";
    color: #0052A4;
    margin: 0 8px;
  }
  .detail-sec__wrap-note{
    font-size: 12px;
    color: #888888;
  }
  .detail-sec__wrap-note-list{
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .detail{
    padding: 60px 0;
    background-color: #E6F9FF;
    color: #474747;
  }
  .detail-inr{
    width: 100%;
    padding: 0 15px;
  }
  .detail-sec{
    background-color: #fff;
  } 
  .detail-sec:not(:first-of-type){
    margin-top: 60px;
  }
  .detail-sec__ttl{
    font-size: 23px;
    font-weight: bold;
    color: #0052A4;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #0052A4;
    padding: 4px 0;
  }
  .detail-sec__ttl::after{
    content: "";
    background-image: url(/everes/winter/_assets/img/icon_minus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 13px;
    height: 13px;
    position: absolute;
    transform: translateY(-50%);
    right: 15px;
    top: 50%;
  }
  .detail-sec__ttl.js-c-acc-open::after{
    background-image: url(/everes/winter/_assets/img/icon_plus.svg);
  }
  .detail-sec__wrap{
    padding: 15px 15px 30px;
  }
  .detail-sec__wrap-txt{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
  .detail-sec__wrap-box{
    margin-bottom: 24px;
  }
  .detail-sec__wrap-box-item{
    width: 100%;
    color: #fff;
    position: relative;
    background-color: #0052A4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 28px 0;
    text-align: center;
  }
  .detail-sec__wrap-box-item:not(:last-of-type){
    margin-bottom: 15px;
  }
  .detail-sec__wrap-box-item-txt{
    font-size: 13px;
  }
  .detail-sec__wrap-box-item-txt--big{
    font-size: 25px;
  }
  .detail-sec__wrap-box-item>.detail-sec__wrap-box-item-txt:first-of-type{
    margin-right: 5px;
  }
  .detail-sec__wrap-box-item>.detail-sec__wrap-box-item-txt:last-of-type{
    font-size: 8px;
    width: 100%;
  }
  .detail-sec__wrap-box-item-tag{
    position: absolute;
    left: -15px;
    top: -24px;
    background-color: #D53A35;
    color: #fff;
    text-align: center;
    width: 73px;
    border-radius: 50%;
    padding: 16px 0;
    font-size: 10px;
  }
  .detail-sec__wrap-box-item-tag.--square{
    border-radius: 8px;
    width: auto;
    padding: 8px;
    top: -12px;
    left: -8px;
  }
  .detail-sec__wrap-box-item-tag-txt--big{
    font-size: 14px;
    font-weight: bold;
  }
  .detail-sec__wrap-cont{
    background-color: #F5F5F5;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 4px;
  }
  .detail-sec__wrap-cont-ttl{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0052A4;
    margin-bottom: 12px;
  }
  .detail-sec__wrap-cont-items{
    text-align: center;
    margin: 0 auto;
  }
  .detail-sec__wrap-cont-items-txt,detail-sec__wrap-cont-items-txt-top{
    font-size: 16px;
  }
  .detail-sec__wrap-cont-items-txt:not(:last-of-type)::after{
    content: "/";
    color: #0052A4;
    margin: 0 8px;
  }
  .detail-sec__wrap-note{
    font-size: 12px;
    color: #888888;
  }
  .detail-sec__wrap-note-ttl{
    font-size: 12px;
    color: #888888;
  }
}




/*---------------------------------
  tab切替
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .sec__tab-cont-wrap{
    display:none;
  }
  .sec__tab-cont-wrap.is-show{
    display:block;
  }

  .sec__class-tab-cont-wrap{
    display:none;
  }
  .sec__class-tab-cont-wrap.is-show{
    display:block;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .sec__tab-cont-wrap{
    display:none;
  }
  .sec__tab-cont-wrap.is-show{
    display:block;
  }

  .sec__class-tab-cont-wrap{
    display:none;
  }
  .sec__class-tab-cont-wrap.is-show{
    display:block;
  }
}