/*---------------------------------
  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: 18vw;
  }
  .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/summer/_assets/img/kv-bg-pc.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: -24px -16px;
    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: 93.333vw;
  }
  .kv__lead{
    background-color: #fff;
    text-align: center;
    color: #0052A4;
    font-size: 4vw;
    margin: 2.667vw 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: 6.667vw 0;
  }
  .cv-inr{
    width: 100%;
    padding: 0 8vw;
  }
  .cv__btn{
    display: block;
    width: 100%;
    padding: 2.667vw 0;
    margin-bottom: 2.667vw;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    color: #006574;
    background-color: #FEE100;
    border: 2px solid #fff;
    border-radius: 1.333vw;
  }
  .cv__btn.no-active{
    color: #888888;
    background-color: #D1D1D1;
    pointer-events: none;
  }
  .cv__note{
    color: #000;
    font-size: 3.2vw;
    line-height: 3.787vw;
  }
}




/*---------------------------------
  anc
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .anc{
    padding: 80px 0 0;
  }
  .anc__tag {
    display: block;
    padding: 2px 0 1px;
    margin: 0 auto 15px;
    color: #006574;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
  }
  .anc__ttl {
    color: #1194A7;
    text-align: center;
    font-size: 46px;
    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: #F28B22;
    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{
    padding: 6.667vw 0 0;
  }
  .anc__tag {
    display: block;
    color: #006574;
    font-weight: bold;
    font-size: 4.8vw;
    text-align: center;
  }
  .anc__ttl {
    color: #1194A7;
    text-align: center;
    font-size: 8.533vw;
    font-weight: bold;
    margin-bottom: 8vw;
  }
  .anc-inr{
    width: 100%;
    padding: 0 4vw;
  }
  .anc__list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .anc__list-item{
    width: calc(50% - 2.667vw);
  }
  .anc__list-item:nth-of-type(n+3){
    margin-top: 5.333vw;
  }
  .anc__list-item-link{
    display: block;
    background-color: #F28B22;
    color: #fff;
    font-size: 3.733vw;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 3.2vw 6.667vw 3.2vw 0;
    border-radius: 1.067vw;
    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: 4vw;
    height: 2.4vw;
    position: absolute;
    transform: translateY(-50%);
    right: 4vw;
    top: 50%;
  }
  .anc__list-item-link:hover{
    transform: translateY(3px);
    opacity: 1;
  }
}




/*---------------------------------
  about
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .about{
    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{
    max-width: 780px;
    width: 100%;
    margin: 0 auto 15px;
    border: 3px solid #C3EDF2;
    font-size: 16px;
  }
  .about__table-ttl{
    color: #1194A7;
    font-weight: bold;
    background-color: #F5F5F5;
    vertical-align: middle;
    width: 20%;
  }
  .about__table-data{
    text-align: left;
    position: relative;
    padding: 7px 16px 6px;
    width: 80%;
  }
  .about__table-data::before,
  .about__table-data::after{
    content: "";
    background-color: #67D3E0;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .about__table-data::before{
    left: 0;
  }
  .about__table-data::after{
    left: 3px;
  }
  .about__table-data--flex {
    display: flex;
    width: 100%;
  }
  .about__table-data--tag {
    width: 70px;
    margin-right: 10px;
    padding: 2px 0px;
    text-align: center;
    color: #fff;
    background-color: #3FB6C4;
    border-radius: 20px;
    font-size: 14px;
  }
  .about__table-row:not(:last-of-type){
    border-bottom: 1px solid #67D3E0;
  }
  .about__table-row.about__table-row--dotted{
    border-bottom: 1px dashed #67D3E0;
  }
  .about__note{
    width: 780px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 18.24px;
  }
  .about__table-data__note{
    width: auto;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .about{
    padding: 10.667vw 0 16vw;
    color: #474747;
  }
  .about-inr{
    width: 100%;
    padding: 0 4vw;
  }
  .about__tag{
    display: block;
    width: 29.067vw;
    padding: 0.533vw 0 0.267vw;
    margin: 0 auto 5px;
    background-color: #fff;
    border: 3px solid #0052A4;
    color: #0052A4;
    font-weight: bold;
    font-size: 4vw;
    text-align: center;
  }
  .about__ttl{
    color: #0052A4;
    text-align: center;
    font-size: 6.667vw;
    font-weight: bold;
    margin-bottom: 2.667vw;
  }
  .about__lead{
    font-size: 3.733vw;
    line-height: 6.133vw;
    margin-bottom: 4vw;
  }
  .about__table{
    width: 100%;
    margin: 0 auto 8px;
    border: 3px solid #C3EDF2;
    font-size: 3.733vw;
  }
  .about__table-ttl{
    color: #1194A7;
    font-weight: bold;
    background-color: #F5F5F5;
    min-width: 26.667vw;
    vertical-align: middle;
  }
  .about__table-data{
    text-align: left;
    position: relative;
    padding: 1.867vw 0px 1.6vw 2.933vw;
    vertical-align: middle;
  }
  .about__table-data::before,
  .about__table-data::after{
    content: "";
    background-color: #67D3E0;
    width: 0.267vw;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .about__table-data::before{
    left: 0;
  }
  .about__table-data::after{
    left: 0.8vw;
  }
  .about__table-data--flex {
    display: flex;
    align-items: center;
  }
  .about__table-data--tag {
    width: 18.667vw;
    height: 7.2vw;
    min-width: 18.667vw;
    min-height: 7.2vw;
    margin-right: 2.667vw;
    padding: 0.533vw 0px;
    text-align: center;
    color: #fff;
    background-color: #3FB6C4;
    border-radius: 5.333vw;
    font-size: 3.733vw;
  }
  .about__table-row:not(:last-of-type){
    border-bottom: 1px solid #67D3E0;
  }
  .about__table-row.about__table-row--dotted{
    border-bottom: 1px dashed #67D3E0;
  }
  .about__note{
    width: 100%;
    margin: 0 auto;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}




/*---------------------------------
  feature
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .feature{
    background-image: linear-gradient(40deg, rgba(195, 248, 255, 1), rgba(255, 249, 232, 1));
    padding: 0 0 80px;
    color: #474747;
    margin-bottom: 80px;
  }
  .feature-inr{
    max-width: 780px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-top: 60px;
  }
  .feature__ttl{
    color: #006574;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .feature__ttl--big{
    color: #1194A7;
    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;
  }
  .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-num{
    text-align: center;
    color: #FFD257;
    font-size: 50px;
    font-weight: bold;
    margin-right: 10px;
  }
  .feature__wrap-ttl-txt{
    color: #1194A7;
    font-size: 22px;
    font-weight: bold;
  }
  .feature__wrap-txt{
    margin-top: -20px;
    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-image: linear-gradient(40deg, rgba(195, 248, 255, 1), rgba(255, 249, 232, 1));
    padding: 0 0 10.667vw;
    color: #474747;
    margin-bottom: 10.667vw;
  }
  .feature-inr{
    width: 100%;
    padding: 13.333vw 4vw 0;
  }
  .feature__ttl{
    color: #006574;
    text-align: center;
    font-size: 4.267vw;
    font-weight: bold;
    margin-bottom: 4vw;
    padding-top: 18.667vw;
    margin-top: -18.667vw;
  }
  .feature__ttl--big{
    color: #1194A7;
    text-align: center;
    font-size: 8vw;
    font-weight: bold;
  }
  .feature__wrap{
    background-color: #fff;
    border-radius: 2.133vw;
    padding: 5.333vw 4vw;
  }
  .feature__wrap:not(:last-of-type){
    margin-bottom: 5.333vw;
  }
  .feature__wrap-ttl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4vw;
  }
  .feature__wrap-ttl-num{
    text-align: center;
    color: #FFD257;
    font-size: 13.333vw;
    font-weight: bold;
    margin-right: 2.667vw;
  }
  .feature__wrap-ttl-txt{
    color: #1194A7;
    font-size: 5.867vw;
    font-weight: bold;
  }
  .feature__wrap-txt{
    font-size: 3.733vw;
    line-height: 6.4vw;
    margin-top: 4vw;
  }
  .feature__wrap-txt--bold{
    font-weight: bold;
  }
  .feature__wrap-note{
    font-size: 3.467vw;
    color: #888888;
    line-height: 4.8vw;
    margin-top: 4vw;
  }
  .feature__wrap-img{
    width: 52vw;
    min-height: 34.667vw;
    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__ttl{
    color: #1194A7;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .sec__txt{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .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-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: #F28B22;
    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;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .sec:not(:last-of-type){
    margin-bottom: 10.667vw;
  }
  .sec:last-of-type{
    margin-bottom: 13.333vw;
  }
  .sec-inr{
    width: 100%;
    padding: 0 4vw;
  }
  .sec__ttl{
    color: #1194A7;
    text-align: center;
    font-size: 7.467vw;
    font-weight: bold;
    margin-bottom: 4vw;
    padding-top: 18.667vw;
    margin-top: -18.667vw;
  }
  .sec__txt{
    font-size: 3.733vw;
    margin-bottom: 8vw;
  }
  .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-bottom: 25.067vw;
  }
  .sec__anc-item {
    width: 31%;
  }
  .sec__anc-item:not(:last-of-type) {
    margin-right: 2.667vw;
  }
  .sec__anc-item-link {
    display: block;
    background-color: #F28B22;
    color: #fff;
    font-size: 4.267vw;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 2.4vw 0;
    border-radius: 1.067vw;
    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: 3.2vw;
    height: 2.4vw;
    position: absolute;
    transform: translateY(-50%);
    right: 3.2vw;
    top: 50%;
  }
}




/*---------------------------------
  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 #C3EDF2;
    margin-bottom: 60px;
    width: 100%;
    color: #1194A7;
    text-align: center;
  }
  .sec__tab-cont-wrap-table-head:not(:last-of-type),
  .sec__tab-cont-wrap-table-data:not(:last-of-type){
    border-right: 2px solid #67D3E0;
  }
  .sec__tab-cont-wrap-table-thead,
  .sec__tab-cont-wrap-table-row:not(:last-of-type){
    border-bottom: 1px solid #C3EDF2;
  }
  .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: #000;
    font-size: 16px;
    padding: 7px 0;
    position: relative;
  }
  .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--yellow{
    background-color: #FFF3D2;
  }
  .sec__tab-cont-wrap-table-data--green{
    background-color: #D1FFEC;
  }
  .sec__tab-cont-wrap-table-data--darkgreen{
    background-color: #B4E5DE;
  }
  .sec__tab-cont-wrap-table-data--orange{
    background-color: #FFE0D1;
  }
  .sec__tab-cont-wrap-table-data--brown{
    background-color: #DED1C8;
  }
  .sec__tab-cont-wrap-table--3col .sec__tab-cont-wrap-table-data:nth-of-type(1){
    width: 20%;
  }
  .sec__tab-cont-wrap-table--3col .sec__tab-cont-wrap-table-data{
    width: 40%;
  }
  .sec__tab-cont-wrap-table-data__flex{
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .sec__tab-cont-wrap-table-data__flex span{
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

/* 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% - 2vw);
    border: 3px solid #0052A4;
    color: #0052A4;
    font-size: 4vw;
    text-align: center;
    padding: 2.667vw 0;
    cursor: pointer;
  }
  .sec__tab-head-item.is-active{
    color: #fff;
    background-color: #0052A4;
  }
  .sec__tab-cont-wrap-table{
    border: 3px solid #C3EDF2;
    margin-bottom: 10.667vw;
    width: 100%;
    color: #1194A7;
    text-align: center;
  }
  .sec__tab-cont-wrap-table-head:not(:last-of-type),
  .sec__tab-cont-wrap-table-data:not(:last-of-type){
    border-right: 2px solid #67D3E0;
  }
  .sec__tab-cont-wrap-table-thead,
  .sec__tab-cont-wrap-table-row:not(:last-of-type){
    border-bottom: 1px solid #C3EDF2;
  }
  .sec__tab-cont-wrap-table-head{
    font-size: 3.467vw;
    font-weight: bold;
    background-color: #F4F4F4;
    padding: 1.333vw 0;
    vertical-align: middle;
  }
  .sec__tab-cont-wrap-table-data{
    color: #000;
    font-size: 3.467vw;
    padding: 1.867vw 0;
    vertical-align: middle;
    position: relative;
  }
  .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--yellow{
    background-color: #FFF3D2;
  }
  .sec__tab-cont-wrap-table-data--green{
    background-color: #D1FFEC;
  }
  .sec__tab-cont-wrap-table-data--darkgreen{
    background-color: #B4E5DE;
  }
  .sec__tab-cont-wrap-table-data--orange{
    background-color: #FFE0D1;
  }
  .sec__tab-cont-wrap-table-data--brown{
    background-color: #DED1C8;
  }
  .sec__tab-cont-wrap-table--3col .sec__tab-cont-wrap-table-data:nth-of-type(1){
    width: 20%;
  }
  .sec__tab-cont-wrap-table--3col .sec__tab-cont-wrap-table-data{
    width: 40%;
  }
  .sec__tab-cont-wrap-table--4col .sec__tab-cont-wrap-table-data:nth-of-type(1){
    width: 10%;
  }
  .sec__tab-cont-wrap-table--4col .sec__tab-cont-wrap-table-data{
    width: 30%;
  }
  .sec__tab-cont-wrap-table-data__flex{
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .sec__tab-cont-wrap-table-data__flex span{
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}




/*---------------------------------
  sec02
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .sec__class:not(:last-of-type){
    margin-bottom: 40px;
  }
  .sec__class-ttl{
    width: 100px;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
    color: #1194A7;
    border-bottom: 4px solid #67D3E0;
  }
  .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: #1194A7;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .sec__class-category::before {
    position: absolute;
    content: "";
    background-image: url(/everes/summer/_assets/img/icon_blue-bar.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 30px;
    bottom: 5px;
    left: 0;
  }
  .sec__class-category--sub {
    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--pink{
    color: #F18ADF;
  }
  .sec__class-tab-head-item--blue{
    color: #4DBCEE;
  }
  .sec__class-tab-head-item--yellow{
    color: #EFB71E;
  } */
  .sec__class-tab-head-item--kou3 {
    width: 140px;
  }
  .sec__class-tab-head-item.is-active{
    color: #fff;
  }
  .sec__class-tab-cont-wrap-table{
    border: 3px solid #C3EDF2;
    margin-top: -3px;
    width: 100%;
    color: #1194A7;
    text-align: center;
  }
  .sec__class-tab-cont-wrap-table-head:not(:last-of-type),
  .sec__class-tab-cont-wrap-table-data:not(:last-of-type){
    border-right: 2px solid #67D3E0;
  }
  .sec__class-tab-cont-wrap-table-thead,
  .sec__class-tab-cont-wrap-table-row:not(:last-of-type){
    border-bottom: 1px solid #C3EDF2;
  }
  .sec__class-tab-cont-wrap-table-head{
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
  }
  .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--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: #000;
    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--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%;
  }
  .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: #1194A7;
    font-size: 20px;
    border-bottom: 1px solid;
  }
}

/* SP */
@media print, screen and (max-width:768px) {
  .sec__class:not(:last-of-type){
    margin-bottom: 10.667vw;
  }
  .sec__class-ttl{
    width: calc(25% - 8vw);
    font-size: 5.867vw;
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
    color: #1194A7;
    border-bottom: 3px solid #67D3E0;
    padding-top: 18.667vw;
    margin-top: -18.667vw;
  }
  .sec__class-txt{
    text-align: center;
    margin-bottom: 5.333vw;
    font-size: 3.733vw;
  }
  .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: 4.8vw;
    font-weight: bold;
    color: #1194A7;
    padding-left: 4vw;
    margin-bottom: 5.333vw;
  }
  .sec__class-category::before {
    position: absolute;
    content: "";
    background-image: url(/everes/summer/_assets/img/icon_blue-bar.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.667vw;
    height: 5.333vw;
    bottom: 1.333vw;
    left: 0;
  }
  .sec__class-category--sub {
    color: #888888;
    display: block;
    font-size: 3.733vw;
    margin: -5.333vw 0 5.333vw 4vw;
  }
  .sec__class-tab-head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec__class-tab-head-item{
    width: calc(100%/3 - 2.667vw);
    color: #fff;
    background-color: #BEBEBE;
    font-size: 4vw;
    text-align: center;
    padding: 2.667vw 0;
    cursor: pointer;
    border-radius: 1.333vw 1.333vw 0 0;
  }
  /* .sec__class-tab-head-item--pink{
    color: #F18ADF;
  }
  .sec__class-tab-head-item--blue{
    color: #4DBCEE;
  }
  .sec__class-tab-head-item--yellow{
    color: #EFB71E;
  } */
  .sec__class-tab-head-item--kou3 {
    width: calc(63%/3 - 2.667vw);
  }
  .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--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 #C3EDF2;
    margin-top: -0.8vw;
    width: 100%;
    color: #1194A7;
    text-align: center;
  }
  .sec__class-tab-cont-wrap-table-head:not(:last-of-type),
  .sec__class-tab-cont-wrap-table-data:not(:last-of-type){
    border-right: 2px solid #67D3E0;
  }
  .sec__class-tab-cont-wrap-table-thead,
  .sec__class-tab-cont-wrap-table-row:not(:last-of-type){
    border-bottom: 1px solid #C3EDF2;
  }
  .sec__class-tab-cont-wrap-table-head{
    font-size: 3.467vw;
    font-weight: bold;
    padding: 1.333vw 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--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: #000;
    font-size: 3.467vw;
    padding: 1.867vw 2.133vw;
    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%;
  }
  .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: #1194A7;
    font-size: 3.733vw;
    font-weight: bold;
    border-bottom: 1px solid;
  }
}




/*---------------------------------
  detail
---------------------------------*/
/* PC */
@media print, screen and (min-width:769px) {
  .detail{
    padding: 80px 0;
    background-color: #DEF3F5;
    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: #1690A2;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #1690A2;
    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-txt{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 60px;
  }
  .detail-sec__wrap-grade {
    width: 130px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    border-bottom: 4px solid #99DADA;
    color: #1690A2;
  }
  .detail-sec__wrap-box{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .detail-sec__wrap-box-item{
    width: 29.5%;
    color: #fff;
    position: relative;
    background-color: #1194A7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 28px 0;
    margin-bottom: 20px;
  }
  .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: -41px;
    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-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: #119FB4;
    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{
    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) {
  #detail01,#detail02 {
    padding-top: 17.333vw;
    margin-top: -17.333vw;
  }
  .detail{
    padding: 10.667vw 0;
    background-color: #DEF3F5;
    color: #474747;
  }
  .detail-inr{
    width: 100%;
    padding: 0 4vw;
  }
  /* .detail-sec{
    background-color: #fff;
  } */
  .detail-sec:not(:last-of-type){
    margin-bottom: 10.667vw;
  }
  .detail-sec__ttl{
    font-size: 6.133vw;
    font-weight: bold;
    color: #1690A2;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #1690A2;
    padding: 1.067vw 0;
    background-color: #fff;
  }
  .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: 3.467vw;
    height: 3.467vw;
    position: absolute;
    transform: translateY(-50%);
    right: 4vw;
    top: 50%;
  }
  .detail-sec__ttl.js-c-acc-open::after{
    background-image: url(/everes/winter/_assets/img/icon_plus.svg);
  }
  .detail-sec__wrap{
    padding: 4vw 4vw 8vw;
    background-color: #fff;
  }
  .detail-sec__wrap-txt{
    font-size: 3.733vw;
    line-height: 6.4vw;
    text-align: center;
    margin-bottom: 9.333vw;
  }
  .detail-sec__wrap-grade {
    width: 26.667vw;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 6.933vw;
    font-weight: 500;
    border-bottom: 4px solid #99DADA;
    color: #1690A2;
  }
  .detail-sec__wrap-box{
    margin-bottom: 6.4vw;
  }
  .detail-sec__wrap-box-item{
    width: 100%;
    color: #fff;
    position: relative;
    background-color: #1194A7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 7.467vw 0;
    text-align: center;
  }
  .detail-sec__wrap-box-item:not(:last-of-type){
    margin-bottom: 4vw;
  }
  .detail-sec__wrap-box-item-txt{
    font-size: 3.467vw;
  }
  .detail-sec__wrap-box-item-txt--big{
    font-size: 6.667vw;
  }
  .detail-sec__wrap-box-item>.detail-sec__wrap-box-item-txt:first-of-type{
    margin-right: 1.333vw;
  }
  .detail-sec__wrap-box-item>.detail-sec__wrap-box-item-txt:last-of-type{
    font-size: 2.133vw;
    width: 100%;
  }
  .detail-sec__wrap-box-item-tag{
    position: absolute;
    right: -4vw;
    top: -6.4vw;
    background-color: #D53A35;
    color: #fff;
    text-align: center;
    width: 19.467vw;
    border-radius: 50%;
    padding: 4vw 0;
    font-size: 2.667vw;
  }
  .detail-sec__wrap-box-item-tag-txt--big{
    font-size: 3.733vw;
    font-weight: bold;
  }
  .detail-sec__wrap-cont{
    background-color: #F5F5F5;
    padding: 3.2vw 4.267vw;
    margin-bottom: 2.133vw;
    border-radius: 1.067vw;
  }
  .detail-sec__wrap-cont-ttl{
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    color: #119FB4;
    margin-bottom: 3.2vw;
  }
  .detail-sec__wrap-cont-items{
    text-align: center;
    margin: 0 auto;
  }
  .detail-sec__wrap-cont-items-txt{
    font-size: 4.267vw;
  }
  .detail-sec__wrap-cont-items-txt:not(:last-of-type)::after{
    content: "/";
    color: #0052A4;
    margin: 0 2.133vw;
  }
  .detail-sec__wrap-note{
    font-size: 3.2vw;
    color: #888888;
  }
  .detail-sec__wrap-note-ttl{
    font-size: 3.2vw;
    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;
  }
}