@charset "UTF-8";

/*
========================================
shared
========================================
*/
/* pc */
@media(min-width:741px){
  body {
    min-width: 1114px;
    overflow-x: auto;
  }
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    overflow: hidden;
    background-image: radial-gradient(#EAF5FD 20%, transparent 20%);
    background-size: 20px 20px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
  }
  .article-body a {
    text-decoration: none !important;
    color: inherit;
    outline: none !important;
  }
  .article-body a:hover img,
  .article-body a:active img,
  .article-body a:focus img{
    opacity: 0.85;
  }
  .breadcrumb{
    max-width: 960px;
    width: 95%;
    margin: 20px auto 10px;
  }
  .sp{
    display: none !important;
  }
}
/* sp */
@media(max-width:740px){
  .article-body *,.article-body *:after, .article-body *:before{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .article-body {
    background-image: radial-gradient(#EAF5FD 20%, transparent 20%);
    background-size: 20px 20px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
  }
  .article-body a {
    text-decoration: none !important;
    outline: none !important;
  }
  .article-body a:focus img,
  .article-body a:active img,
  .article-body a:hover img{
    opacity: 0.85;
  }
  .pc{
    display: none !important;
  }
}

/*
========================================
global
========================================
*/
/* pc */
@media(min-width:741px){
  .g-accbtn{
    margin: 30px auto;
    border: 2px solid #1C8AE3;
    color: #1C8AE3;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    background-color: #fff;
    padding: 5px 15px 5px 0px;
    border-radius: 10px;
    width: 170px;
    position: relative;
    outline: none !important;
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .g-accbtn::before,
  .g-accbtn::after{
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    background-color: #1C8AE3;
  }
  .g-accbtn::before{
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .g-accbtn::after{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .g-accbtn.is-active::after{
    display: none;
  }
  .g-accbtn:focus,
  .g-accbtn:active,
  .g-accbtn:hover{
    opacity: 0.85;
  }
  .g-acccontent{
    display: none;
    width: 100% !important;
    opacity: 1 !important;
  }
}
/* sp */
@media(max-width:740px){
  .g-accbtn{
    margin: 30px auto;
    border: 2px solid #1C8AE3;
    color: #1C8AE3;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    background-color: #fff;
    padding: 5px 15px 5px 0px;
    border-radius: 10px;
    width: 170px;
    position: relative;
    outline: none !important;
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .g-accbtn::before,
  .g-accbtn::after{
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    background-color: #1C8AE3;
  }
  .g-accbtn::before{
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .g-accbtn::after{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .g-accbtn.is-active::after{
    display: none;
  }
  .g-accbtn:focus,
  .g-accbtn:active,
  .g-accbtn:hover{
    opacity: 0.85;
  }
  .g-acccontent{
    display: none;
    width: 100% !important;
    opacity: 1 !important;
  }
}
/*
========================================
kv
========================================
*/
/* pc */
@media(min-width:741px){
  .kv-inner{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 15px 0px;

    width: 100%;
    max-height: 344px;
    height: 24.2vw;
    background-color: #FAFAFA;
    background-image: url(/jiyukenkyu/_assets23/img/230630/top_kv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
  }
  .kv__main{
    max-width: 1377px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .kv__main-ttl,
  .kv__main-ttl img{
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
/* sp */
@media(max-width:740px){
  .kv{
    width: 100vw;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .kv__main{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .kv__main-ttl,
  .kv__main-ttl img{
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media(max-width:360px){
  .kv{
    margin-bottom: 15vw;
  }
}
/*
========================================
kv nav
========================================
*/
/* pc */
@media(min-width:741px){
  .kv__nav{
    margin: 60px auto;
    width: 955px;
  }
  .kv__nav-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: auto;
    gap: 20px;
  }
  .kv__nav-item{
    position: relative;
    width: 176px;
  }
  .kv__nav-item.is-none{
    display: none !important;
  }
  .kv__nav-link{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 30px 12px 10px;
    border-radius: 8px;
    border: 2px solid #1C8AE3;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .kv__nav-link::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    background-image: url('/kyouiku/jiyukenkyu/_assets24/img/240802/arrow_down.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }
  .kv__nav-link:active,
  .kv__nav-link:focus,
  .kv__nav-link:hover{
    opacity: 0.8;
  }
  .kv__nav-txt{
    color: #000 !important;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    display: flex;
    justify-content: center;
  }
}
/* sp */
@media(max-width:740px){
  .kv__nav{
    display: none;
  }
}
/*
========================================
kv news
========================================
*/
@media(min-width: 741px) {
  .kv__news {
    margin-bottom: 40px;
  }
  .kv__news-text {
    color: #E7390E;
    padding: 12px 0;
    text-align: center;
    background-color: #F0F3F6;
    font-weight: 500;
    text-decoration-line: underline;
  }
}
@media(max-width: 740px) {
  .kv__news {
    margin: 69vw 0 32px;
  }
  .kv__news-text {
    color: #E7390E !important;
    padding: 8px 4vw;
    text-align: center;
    background-color: #F0F3F6;
    font-weight: 500;
    font-size: 12px;
    text-decoration-line: underline;
  }
  .kv__news-text a {
    color: #E7390E;
  }
}
/*
========================================
kv lead
========================================
*/
@media(min-width: 741px) {
  .kv__lead-text {
    text-align: center;
    padding-top: 40px;
  }
}
@media(max-width: 740px) {
  .kv__lead-text {
    text-align: center;
    /* margin: 32px 0;  */
    margin: 69vw 0 32px;
    padding-top: 32px;
  }
}
/*
========================================
sec shared style
========================================
*/
/* pc */
@media(min-width:741px){
  .sec{
    position: relative;
    width: 100%;
  }
  .sec__ttl{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
  }
  .sec__ttl-sub{
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }
  .sec__txt{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
  }
  .sec__txt--centering{
    text-align: center;
  }
  .sec__btn-wrap{
    max-width: 960px;
    width: 100%;
    margin: 30px auto;
  }
  .sec__btn{
    display: block;
    width: 350px;
    outline: none;
    margin: auto;

    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    -webkit-box-shadow: #333 0px 10px 10px -10px;
            box-shadow: #333 0px 10px 10px -10px;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 13px 10px 11px;
    text-align: center;
    position: relative;
    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
  }
  .sec__btn > svg{
    position: absolute;
    top: 51%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec__btn:active,
  .sec__btn:focus,
  .sec__btn:hover{
    color: #fff !important;
    background-color: #0070CB;
  }
  .sec__btn:focus rect,
  .sec__btn:active rect,
  .sec__btn:hover rect{
    fill:#fff !important;
  }
}
/* sp */
@media(max-width:740px){
  .sec{
    position: relative;
    width: 100%;
  }
  .sec__ttl{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  .sec__ttl-sub{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .sec__txt{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .sec__txt--centering{
    text-align: center;
  }
  .sec__btn-wrap{
    width: 100%;
    margin: 15px auto;
  }
  .sec__btn{
    display: block;
    max-width: 350px;
    width: 80%;
    outline: none;
    margin: auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    -webkit-box-shadow: #333 0px 10px 10px -10px;
            box-shadow: #333 0px 10px 10px -10px;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 13px 10px 11px;
    text-align: center;
    position: relative;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
  }
  .sec__btn > svg{
    position: absolute;
    top: 51%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec__btn:active,
  .sec__btn:focus,
  .sec__btn:hover{
    color: #fff !important;
    background-color: #0070CB;
  }
  .sec__btn:focus rect,
  .sec__btn:active rect,
  .sec__btn:hover rect{
    fill:#fff !important;
  }
  .sp-acc-content{
    display: none !important;
  }
  .sec__btn.sec__btn--acc{
    position: relative;
    max-width: 115px;
  }
  .sec__btn--acc::before,
  .sec__btn--acc::after{
    content: "";
    width: 2px;
    height: 12px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    top: 51%;
    right: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec__btn--acc::before{
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .sec__btn--acc::after{
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .sec__btn.sec__btn--acc svg,
  .sec__btn--acc.is-close-btn::after {
    display: none;
  }
  .sec__btn.sec__btn--acc:active::after,
  .sec__btn.sec__btn--acc:focus::after,
  .sec__btn.sec__btn--acc:hover::after,
  .sec__btn.sec__btn--acc:active::before,
  .sec__btn.sec__btn--acc:focus::before,
  .sec__btn.sec__btn--acc:hover::before{
    background-color: #fff;
  }
  .sec__btn.sec__btn--acc .sec__btn-txt{
    padding-right: 10px;
  }
}
/*
========================================
sec ic
========================================
*/
/* pc */
@media(min-width:741px){
  .kv__nav-list{
    position: relative;
  }
  .kv__nav-list::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 241px;
    height: 165px;
    position: absolute;
    top: -120px;
    left: -150px;
  }
  .sec::before,
  .sec.sec--theme::after,
  .sec.sec--movies .sec__ttl::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* sp */
@media(max-width:740px){
  .sec::before{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*
========================================
sec search
========================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--search{
    max-width: 1200px;
    margin: auto;
    margin-bottom: 40px;
    background-color: #EAF5FD;
    border-radius: 50px;
    padding: 35px 0 0;
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--search{
    margin: auto;
    background-color: #EAF5FD;
    border-radius: 50px;
    padding: 25px 0 0 0;
  }
  .sec.sec--search .sec__ttl{
    font-size: 26px;
  }
}
/*
========================================
sec special
========================================
*/
/* pc */
@media(min-width:741px){
  .sec__special-ttl {
    display: inline-block;
    text-align: center;
    transform: translateY(0);
    transition: transform 0.4s;
  }
  .sec__special-ttl:hover {
    transform: translateY(5px);
  }
  .sec__special-bnr--music.sec__special-link {
    display: inline-block;
    width: max-content;
    margin: 0 auto;
    transform: translateY(-100px);
  }
  .sec__special-bnr--sdgs.sec__special-link {
    display: inline-block;
    width: max-content;
    margin: 0 auto;
    transform: translateY(20px);
  }
  .sec__special-txtarea {
    display: flex;
    flex-direction: column;
    padding: 120px 0 65px 0;
    text-align: center;
    position: relative;
  }
  .sec__special-txtarea::before {
    content: "";
    background-image: url('/jiyukenkyu/_assets21/img/210601/top-kusa-bg-pc-2x.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 500px;
    height: 45vw;
    width: 100vw;
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: -10;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .sec__special-bnrimg {
    border-radius: 10px;
    width: 925px;
    /* max-width: 925px; */
  }
  .sec__special-bnr--music .sec__special-bnrimg {
    box-shadow: 2px 2px 10px gray;
  }
}
@media(min-width:1400px) {
  .sec__special-bnr--music.sec__special-link {
    transform: translateY(-170px);
  }
  .sec__special-bnr--sdgs.sec__special-link {
    transform: translateY(-35px);
  }
  .sec__special-txtarea {
    padding: 150px 0 65px 0;
  }
}
@media(min-width:1885px) {
  .sec__special-bnr--music.sec__special-link {
    transform: translateY(-150px);
  }
  .sec__special-bnr--sdgs.sec__special-link {
    transform: translateY(-20px);
  }
  .sec__special-txtarea {
    padding: 150px 0 65px 0;
  }
}
/* sp */
@media(max-width:740px){
  .sec__special-ttl {
    text-align: center;
  }
  .sec__special-bnr--music.sec__special-link {
    transform: translateY(-105px);
  }
  .sec__special-txtarea {
    padding: 10vh 4vw 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .sec__special-txtarea::before {
    content: "";
    background-image: url('/jiyukenkyu/_assets21/img/210601/top-kusa-bg-sp.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 340px;
    height: 156vw;
    width: 100vw;
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: -10;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .sec__special-bnrimg{
    border-radius: 10px;
    width: 100%;
  }
}
/*
========================================
sec recommend
========================================
*/
@media (min-width: 741px) {
  .sec-recommend {
    position: relative;
    padding: 0 4vw 90px;
    margin-top: 90px;
    text-align: center;
    font-family: "Hiragino Maru Gothic StdN","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
    background-color: #DEF1FF;
    border-radius: 0px 0px 40px 40px;
  }
  .sec-recommend::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 55px;
    background-image: url('/kyouiku/jiyukenkyu/_assets24/img/240617/wave_line.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-80%);
    }
  .sec-recommend__ttl {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .sec-recommend__ttl--small {
    font-size: 18px;
  }
  .sec-recommend__ttl--bold {
    position: relative;
  }
  .sec-recommend__text {
    margin-bottom: 24px;
  }
  .sec-recommend__text.sec-recommend__text--bold {
    margin: 40px 0 15px;
    font-size: 24px;
    font-weight: 700;
  }
  .sec-recommend__text--blue {
    display: inline-block;
    font-size: 20px;
    color: #1677FF;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .sec-recommend__bnr {
    max-width: 954px;
    margin: 0 auto;
  }
  .sec-recommend__bnr:not(:first-of-type){
    margin: 24px auto 0;
  }
  .sec-recommend__img {
    width: 100%;
    border-radius: 8px;
    box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.10);
  }
}
@media (max-width: 740px) {
  .sec-recommend {
    position: relative;
    padding: 0 4vw 70px;
    margin-top: 80px;
    text-align: center;
    font-family: "Hiragino Maru Gothic StdN","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","M PLUS Rounded 1c", sans-serif;
    background-color: #DEF1FF;
    border-radius: 0px 0px 40px 40px;
  }
  .sec-recommend::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 75px;
    background-image: url('/kyouiku/jiyukenkyu/_assets24/img/240617/wave_line.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-80%);
    }
  .sec-recommend__ttl {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 120%;
  }
  .sec-recommend__ttl--small {
    font-size: 16px;
  }
  .sec-recommend__ttl--bold {
    position: relative;
  }
  .sec-recommend__text {
    margin-bottom: 24px;
  }
  .sec-recommend__text:first-of-type {
    text-align: left;
  }
  .sec-recommend__text.sec-recommend__text--bold {
    margin: 32px 0 25px;
    font-size: 24px;
    font-weight: 700;
  }
  .sec-recommend__text--blue {
    display: inline-block;
    font-size: 16px;
    color: #1677FF;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
  }
  .sec-recommend__bnr {
    max-width: 954px;
    margin: 0 auto;
  }
  .sec-recommend__bnr:not(:first-of-type){
    margin: 24px auto 0;
  }
  .sec-recommend__img {
    width: 100%;
    border-radius: 8px;
    box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.10);
  }
}
/*
========================================
sec__list
========================================
*/
/* pc */
@media(min-width:741px){
  .sec__list{
    max-width: 960px;
    width: 100%;
    margin: 0px auto;
    position: relative;
  }
  .sec.sec--relational {
    padding: 60px 0;
    background-color: #eee;
  }
  .sec.sec--relational .sec__list,
  .sec__list--form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec.sec--relational .sec__list {
    justify-content: center;
  }
  .sec__list--form{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 960px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec.sec--theme .sec__list,
  .sec.sec--movies .sec__list{
    max-width: 1080px;
    padding: 40px 60px 0;
    border-radius: 20px;
  }
  .sec__list-ttl{
    width: 100%;
    max-width: 960px;
    margin: 0px auto 18px;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
  }
  .sec.sec--theme  .sec__list-ttl,
  .sec.sec--movies  .sec__list-ttl{
    position: relative;
    color: #fff;
  }
  .sec.sec--theme .sec__list-rank--01 .sec__list-ttl{
    background-color: #E21947;
  }
  .sec.sec--theme .sec__list-rank--02 .sec__list-ttl,
  .sec.sec--theme .sec__list-rank--03 .sec__list-ttl{
    background-color: #1C8AE3;
  }
  .sec.sec--theme .sec__list-ttl::after{
    content: "";
    background-image: url(/jiyukenkyu/_assets21/img/210601/star-pc-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 139px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }

  .sec__list-rank,
  .sec__list-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .sec__list-theme{
    width: 23%;
    position: relative;
    background-color: #fff;
  }
  .sec__list-theme:not(:last-of-type){
    margin-right: 2%;
  }
  .sec__list-theme-grades{
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin: 2px 0px 15px;
    display: block;
    text-align: center;
  }
  .sec__list-grades{
    text-align: center;
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 18px;
  }
  .sec__list-grades--red,
  .sec__list-theme-grades--red{
    color: #E21947;
  }
  .sec__list-grades--blue,
  .sec__list-theme-grades--blue{
    color: #1C8AE3;
  }
  .sec__list-theme-item,
  .sec__list--form .sec__list-item{
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;

    -webkit-box-shadow: #333 0px 10px 10px -10px;
            box-shadow: #333 0px 10px 10px -10px;
  }
  .sec__list--form .sec__list-item{
    max-width: 32%;
    width: 300px;
    min-height: 328px;
    background-color: #F5F5F5;
  }
  .sec__list--form .sec__list-item:not(:nth-of-type(3n)){
    margin-right: 3%;
  }
  .sec__list--form .sec__list-item:nth-of-type(n+4){
    margin-top: 3%;
  }
  .sec__list-theme-item,
  .sec.sec--theme .sec__list-link,
  .sec.sec--movies .sec__list-link{
    max-width: 225px;
    width: 225px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    background-color: #fff;
  }
  .sec.sec--theme .sec__list-theme-item:active,
  .sec.sec--theme .sec__list-theme-item:focus,
  .sec.sec--theme .sec__list-theme-item:hover,
  .sec__list--form .sec__list-item:hover,
  .sec__list--form .sec__list-item:active,
  .sec__list--form .sec__list-item:focus
  .sec.sec--movies .sec__list-theme-item:active,
  .sec.sec--movies .sec__list-theme-item:focus,
  .sec.sec--movies .sec__list-theme-item:hover{
    opacity: 0.8;
  }
  .sec__list-movie:not(:nth-last-of-type){
    margin-bottom: 20px;
  }
  .sec__list-movie-content{
    width: 100%;
    height: 160px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .sec__list-movie-content img{
    position: absolute;
    max-width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .sec__list-movie-content iframe{
    width: 100% !important;
    height: 100% !important;
    border: none;
  }
  .sec__list-movie-ttl{
    padding: 0px 18px;
    font-size: 24px;
    font-weight: bold;
    min-height: 76px;
    margin: 18px auto;
  }

  .sec__list-icarea,
  .sec__list-main{
    width: 100%;
  }
  .sec__list-icarea{
    position: relative;
    height: 152px;
  }
  .sec__list-noimg{
    font-size: 24px;
    padding-top: 10px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #9f9f9f;
  }
  .sec__list-icarea::before{
    content: "";
    background-color: #000;
    opacity: 0.04;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: block;
  }
  .sec__list-icimg,
  .sec__list-noimg{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .sec__list-main{
    padding: 13px 13px 20px;
    min-height: 132px;
    background-color: #fff;
  }
  .sec__list--form .sec__list-main{
    min-height: 206px;
  }
  .sec__list-subttl{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #2C8CD9;
    min-height: 70px;
    padding-bottom: 8px;
    border-bottom: solid 2px #229BFD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec__list-txt{
    margin-top: 10px;
    line-height: 15.6px;
    font-size: 12px;
    color: #000;
    min-height: 46px;
  }
  .sec__list--form .sec__list-subttl{
    min-height: 3em;
  }
  .sec__list-tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec__list-theme-item .sec__list-tags:nth-of-type(2), .sec__list-tags:nth-of-type(3){
    margin-top: 10px;
    padding-top: 6px;
    position: relative;
  }
  .sec__list-theme-item .sec__list-bottom .sec__list-tags:nth-of-type(2):before{
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(/jiyukenkyu/_share22/img/border-dot.png);
    background-position: left;
    background-size: contain;
  }
  .sec__list-tags:not(:last-of-type){
    margin-bottom: 6px;
  }
  .sec__list-tag-name,
  .sec.sec--movies .sec__list-tag-item > a,
  .sec__list--form .sec__list-tag-item{
    color: #A3A3A3;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.0;
    margin-right: 6px;
    min-width: 50px;
  }
  .sec.sec--theme .sec__list-tag-name,
  .sec.sec--theme .sec__list-tag-item,
  .sec.sec--movies .sec__list-tag-name,
  .sec.sec--movies .sec__list-tag-item{
    color: #A3A3A3;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.0;
    margin-right: 6px;
    min-width: 0px;
  }
  .sec__list-rank .sec__list-tag-name--grades,
  .sec__list-wrap .sec__list-tag-name--grades{
    width: 100%;
    text-align: center;
    color: #2C8CD9;
  }
  .sec__list-tag-item-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
  }
  .sec.sec--theme .sec__list-tag-item.sec__list-tag-item--grades,
  .sec.sec--movies .sec__list-tag-item.sec__list-tag-item--grades{
    margin-top: 6px;
    margin-right: 2px;
  }
  .sec.sec--theme .sec__list-tag-item:nth-of-type(n+7):not(:last-of-type),
  .sec.sec--movies .sec__list-tag-item:nth-of-type(n+7):not(:last-of-type){
    margin-right: 8px;
  }
  .sec.sec--movies .sec__list-tag-item > a,
  .sec__list--form .sec__list-tag-item{
    overflow: hidden;
    background-color: #A5BCC3;
    border-radius: 5px;
    padding: 3px 5px 2px;
    color:#fff !important;
  }
  .sec.sec--theme .sec__list-tag-item,
  .sec.sec--movies .sec__list-tag-item{
    overflow: hidden;
    background-color: #A5BCC3;
    border-radius: 5px;
    padding: 3px 3px 2px;
    color:#fff !important;
  }
  .sec__list--form .sec__list-tag-item{
    padding: 5px 5px 3px;
  }
  .sec.sec--movies .sec__list-tag-item--1day,
  .sec.sec--theme .sec__list-tag-item--1day,
  .sec__list--form .sec__list-tag-item--1day {
    background-color: #7DC4FD;
    line-height: 18px;
  }
  .sec.sec--movies .sec__list-tag-item--3day,
  .sec.sec--theme .sec__list-tag-item--3day,
  .sec__list--form .sec__list-tag-item--3day {
    background-color: #229BFD;
    line-height: 18px;
  }
  .sec.sec--movies .sec__list-tag-item--1week,
  .sec.sec--theme .sec__list-tag-item--1week,
  .sec__list--form .sec__list-tag-item--1week {
    background-color: #1C8AE3;
    line-height: 18px;
  }
  .sec.sec--movies .sec__list-tag-item--2week,
  .sec.sec--theme .sec__list-tag-item--2week,
  .sec__list--form .sec__list-tag-item--2week {
    background-color: #1C8AE3;
  }
  .sec.sec--movies .sec__list-tag-item--1month,
  .sec.sec--theme .sec__list-tag-item--1month,
  .sec__list--form .sec__list-tag-item--1month {
    background-color: #1C8AE3;
  }
  .sec.sec--movies .sec__list-tag-item--5min,
  .sec.sec--theme .sec__list-tag-item--5min,
  .sec__list--form .sec__list-tag-item--5min {
    background-color: #EF5679;
  }
  .sec.sec--movies .sec__list-tag-item--10min,
  .sec.sec--theme .sec__list-tag-item--10min,
  .sec__list--form .sec__list-tag-item--10min {
    background-color: #EF5679;
  }
  .sec.sec--movies .sec__list-tag-item--15min,
  .sec.sec--theme .sec__list-tag-item--15min,
  .sec__list--form .sec__list-tag-item--15min {
    background-color: #EF5679;
  }
  .sec.sec--movies .sec__list-tag-item--20min,
  .sec.sec--theme .sec__list-tag-item--20min,
  .sec__list--form .sec__list-tag-item--20min {
    background-color: #EF5679;
  }
  .sec.sec--movies .sec__list-tag-item--grades,
  .sec__list--form .sec__list-tag-item--grades {
    background-color: #fff;
    border: 2px solid #0070CB;
    color: #0070CB !important;
  }
  .sec.sec--movies .sec__list-tag-item--grades,
  .sec__list--form .sec__list-tag-item--grades:not(:last-of-type){
    margin-right: 10px;
  }
  .sec.sec--theme .sec__list-tag-item--grades,
  .sec.sec--movies .sec__list-tag-item--grades{
    background-color: #fff;
    border: 1px solid #3499EB;
    color: #0070CB !important;
  }
  .sec--theme .sec__list-tag-item--grades.is-active,
  .sec--movies .sec__list-tag-item--grades.is-active{
    color: #fff !important;
    background-color: #3499EB;
  }

  .sec__list-item--epson{
    position: relative;
  }
  .sec__list-item--epson::before {
    content: '';
    background-image: url(/jiyukenkyu/_share21/img/210727/epson-icon.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100px;
    height: 63px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }

  .sec__list-item--sdgs{
    position: relative;
  }
  .sec__list-item--sdgs::before {
    content: '';
    background-image: url(/jiyukenkyu/_share21/img/210708/sdgs-logo.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100px;
    height: 63px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .sec__list-item--jmilk{
    position: relative;
  }
  .sec__list-item--jmilk::before {
    content: '';
    background-image: url(/kyouiku/jiyukenkyu/_share24/img/240716/jmilk_logo.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100px;
    height: 63px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
}
/* sp */
@media(max-width:740px){
  .sec__list{
    max-width: 375px;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .sec.sec--theme .sec__list,
  .sec.sec--movies .sec__list{
    max-width:350px;
    width: 93.333%;
    padding: 0 14px;
    border-radius: 20px;
    margin: 30px auto;
  }
  .sec.sec--movies .sec__list{
    max-width: 375px;
    margin-bottom: 0px;
  }
  .sec__list-rank {
    padding-bottom: 30px;
  }
  .sec__list-rank,
  .sec__list-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec__list-ttl{
    width: 100%;
    margin: 0px auto 18px;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
  }
  .sec.sec--theme .sec__list-ttl{
    position: relative;
    color: #fff;
  }
  .sec.sec--theme .sec__list-rank--01 .sec__list-ttl{
    background-color: #E21947;
  }
  .sec.sec--theme .sec__list-rank--02 .sec__list-ttl,
  .sec.sec--theme .sec__list-rank--03 .sec__list-ttl{
    background-color: #1C8AE3;
  }
  .sec.sec--theme .sec__list-ttl::after{
    content: "";
    background-image: url(/jiyukenkyu/_assets21/img/210601/star-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 121px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .sec__list-theme,
  .sec__list-item{
    width: 49%;
    position: relative;
    margin-right: 2%;
  }
  .sec__list-theme:nth-of-type(2n),
  .sec__list-item:nth-of-type(2n){
    margin-right: 0px;
  }
  .sec__list-theme:nth-of-type(-n+2){
    margin-bottom: 12px;
  }
  .sec__list-grades{
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 18px;
    position: relative;
  }
  .sec__list-grades--red,
  .sec__list-theme-grades--red{
    color: #E21947;
  }
  .sec__list-grades--blue,
  .sec__list-theme-grades--blue{
    color: #1C8AE3;
  }
  .sec__list-theme-grades{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 22px;
    display: block;
    text-align: center;
  }
  .sec__list-tag-area{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 3px;
  }
  .sec__list-theme-item{
    width: 100%;
  }
  .sec__list-item:nth-of-type(n+3){
    margin-top: 15px;
  }
  .sec__list-theme-item,
  .sec__list--form .sec__list-item{
    max-width: 170px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 4px rgb(51 51 51 / 40%);
    box-shadow: 0 5px 4px rgb(51 51 51 / 40%);
    overflow: hidden;
    background-color: #fff;
  }
  .sec__list--form .sec__list-item{
    background-color: #fff;
  }

  .sec.sec--theme .sec__list-link{
    width: 100%;
    display: block;
  }
  .form .sec__list-link{
    min-height: 370px;
    display: block;
  }
  .sec.sec--theme .sec__list-theme-item:active,
  .sec.sec--theme .sec__list-theme-item:focus,
  .sec.sec--theme .sec__list-theme-item:hover,
  .sec__list--form .sec__list-item:hover,
  .sec__list--form .sec__list-item:active,
  .sec__list--form .sec__list-item:focus,
  .sec.sec--movies .sec__list-theme-item:active,
  .sec.sec--movies .sec__list-theme-item:focus,
  .sec.sec--movies .sec__list-theme-item:hover{
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
  }
    .sec__list-icarea{
    height: 105px;
    position: relative;
    width: 100%;
  }
  .sec__list--form .sec__list-icarea{
    background-color: #f5f5f5;
  }
  .sec__list-icimg,
  .sec__list-main{
    width: 100%;
  }
.sec__list-icarea::before{
  content: "";
  background-color: #000;
  opacity: 0.04;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}
.sec__list-icimg,
.sec__list-noimg{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
  .sec__list-icarea{
    position: relative;
  }
  .sec__list-noimg{
    font-size: 16px;
    padding-top: 5px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #9f9f9f;
  }
  .sec__list-main{
    padding: 8px 6px 15px;
    background-color: #fff;
  }
  .sec__list-subttl{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #2C8CD9;
    min-height: 60px;
    padding-bottom: 4px;
    border-bottom: solid 2px #229BFD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
  }
  .sec__list-txt{
    margin-top: 10px;
    line-height: 15.6px;
    font-size: 12px;
    color: #000;
    min-height: 46px;
  }
  .sec__list-tags{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6px;
  }
  .sec__list-tags--grades{
    display: block;
    position: relative;
  }
  .sec__list-tags--grades::before{
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(/jiyukenkyu/_share22/img/border-dot.png);
    background-position: left;
    background-size: contain;
  }
  .sec__list-tags .sec__list-tags-name--grades{
    display: flex;
    flex-wrap: nowrap;
  }
  .sec__list-tag-name,
  .sec.sec--movies .sec__list-tag-item,
  .sec.sec--theme .sec__list-tag-item,
  .sec__list--form .sec__list-tag-item{
    color: #A3A3A3;
    font-weight: bold;
    line-height: 16px;
  }
  .sec__list-tag-name{
    font-size: 11px;
    text-align: left;
    margin-right: 0.3em;
  }
  .sec__list-tag-name--grades{
    text-align: center;
    margin-right: 0;
  }
  .sec__list-theme-item .sec__list-tag-name--grades{
    color: #2C8CD9;
    padding-top: 5px;
    margin-top: 10px;
  }
  .sec.sec--movies .sec__list-tag-name{
    text-align: center;
    margin-right: 10px;
  }
  .sec__list-tag-item-wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .sec__list-tag-item:not(:last-of-type){
    margin-right: 0.2em;
  }
  .sec.sec--movies .sec__list-tag-item > a,
  .sec__list--form .sec__list-tag-item{
    font-size: 10px;
    overflow: hidden;
    background-color: #A5BCC3;
    border-radius: 5px;
    padding: 2px 4px;
    color:#fff !important;
    display: block;
  }
  .sec.sec--theme .sec__list-tag-item,
  .sec.sec--movies .sec__list-tag-item{
    font-size: 10px;
    overflow: hidden;
    background-color: #A5BCC3;
    border-radius: 5px;
    padding: 0px 2px;
    color:#fff !important;
    display: block;
    margin: 6px 4px 0 0;
  }
  .sec.sec--theme .sec__list-tag-name--days,
  .sec.sec--movies .sec__list-tag-name--days{
    margin-top: 6px;
    margin-right: 6px;
  }
  .sec.sec--movies .sec__list-tag-item--1day,
  .sec.sec--theme .sec__list-tag-item--1day,
  .sec__list--form .sec__list-tag-item--1day {
    background-color: #7DC4FD;
    line-height: 18px;
  }
  .sec.sec--movies .sec__list-tag-item--3day,
  .sec.sec--theme .sec__list-tag-item--3day,
  .sec__list--form .sec__list-tag-item--3day {
    background-color: #229BFD;
    line-height: 18px;
  }
  .sec.sec--movies .sec__list-tag-item--1week,
  .sec.sec--theme .sec__list-tag-item--1week,
  .sec__list--form .sec__list-tag-item--1week {
    background-color: #1C8AE3;
    line-height: 18px;
  }
  .sec.sec--movies .sec__list-tag-item--grades,
  .sec__list--form .sec__list-tag-item--grades {
    background-color: #fff;
    border: 2px solid #0070CB;
    color: #0070CB !important;
  }
  
  .sec.sec--theme .sec__list-tag-item--grades,
  .sec.sec--movies .sec__list-tag-item--grades{
    background-color: #fff;
    border: 1px solid #3499EB;
    color: #0070CB !important;
  }
  .sec--theme .sec__list-tag-item--grades.is-active,
  .sec--movies .sec__list-tag-item--grades.is-active{
    color: #fff !important;
    background-color: #3499EB;
  }
  .sec__list-item--sdgs {
    position: relative;
  }
  .sec__list-item--sdgs::before {
    content: '';
    background-image: url(/jiyukenkyu/_share21/img/210708/sdgs-logo.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 70px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    pointer-events: none;
  }
  .sec__list-item--epson {
    position: relative;
  }
  .sec__list-item--epson::before {
    content: '';
    background-image: url(/jiyukenkyu/_share21/img/210727/epson-icon.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 70px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    pointer-events: none;
  }
  .sec__list-item--jmilk {
    position: relative;
  }
  .sec__list-item--jmilk::before {
    content: '';
    background-image: url(/kyouiku/jiyukenkyu/_share24/img/240716/jmilk_logo.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 70px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    pointer-events: none;
  }
}
@media(max-width:374px){
  .form__tags-selecter, .form__tags-option{
    padding: 4px 3px;
  }
}
@media(max-width:320px) {
  .sec__list{
    padding: 20px 8px 40px !important;
  }
}

/*
========================================
sec theme
========================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--theme{
    padding: 82px 0px 94px;
  }
  .sec.sec--theme .sec__ttl{
    position: relative;
  }
  .sec__btmlinks{
    max-width: 960px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec__btmlinks-item{
    width: 23%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    -webkit-box-shadow: #333 0px 10px 10px -10px;
            box-shadow: #333 0px 10px 10px -10px;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 13px 10px 11px;
    text-align: center;
    position: relative;
    color: #000 !important;
  }
  .sec__btmlinks-item:hover,
  .sec__btmlinks-item:focus,
  .sec__btmlinks-item:active{
    color: #fff !important;
    background-color: #0070CB;
  }
  .sec__btmlinks-item:hover .sec__btmlinks-arrow > rect,
  .sec__btmlinks-item:focus .sec__btmlinks-arrow > rect,
  .sec__btmlinks-item:active .sec__btmlinks-arrow > rect{
    fill:#fff !important;
  }
  .sec__btmlinks-item:not(:last-of-type){
    margin-right: 20px;
  }
  .sec__btmlinks-txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-right: 1em;
  }
  .sec__btmlinks-arrow{
    position: absolute;
    top: 51%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--theme{
    padding: 85px 0px 110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top,center;
  }
  .sec__btmlinks{
    width: 90%;
    max-width: 325px;
    padding: 0px 15px;
    margin: auto;
  }
  .sec__btmlinks-item{
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    -webkit-box-shadow: #333 0px 10px 10px -10px;
            box-shadow: #333 0px 10px 10px -10px;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 8px 10px 5px;
    text-align: center;
    position: relative;
    color: #000 !important;
  }
  .sec__btmlinks-item:hover,
  .sec__btmlinks-item:focus,
  .sec__btmlinks-item:active{
    color: #fff !important;
    background-color: #0070CB;
  }
  .sec__btmlinks-item:active .sec__btmlinks-arrow > rect,
  .sec__btmlinks-item:focus .sec__btmlinks-arrow > rect,
  .sec__btmlinks-item:hover .sec__btmlinks-arrow > rect{
    fill:#fff !important;
  }
  .sec__btmlinks-item:not(:last-of-type){
    margin-bottom: 10px;
  }
  .sec__btmlinks-txt{
    margin-bottom: 2px;
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  .sec__btmlinks-arrow{
    position: absolute;
    top: 51%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/*
========================================
sec competition
========================================
*/
/* pc */
@media(min-width:741px) {
  .sec__competition {
    margin-bottom: 30px;
  }
  .sec__competition-wrapper {
    border-radius: 30px;
    max-width: 1140px;
    background-color: #E8F5FF;
    margin: 0 auto;
    padding: 60px 0 70px 0;
    position: relative;
  }
  .sec__competition-inner {
    max-width: 720px;
    margin: 0 auto;
  }
  .sec__competition-ttl {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
  }
  .sec__competition-sub-ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .sec__competition-txt {
    text-align: left;
    margin-bottom: 33px;
  }
  .sec__competition-figure {
    display: block;
    max-width: 960px;
    margin: 0 auto;
  }
  .sec__competition-bnr {
    width: 100%;
  }
}
/* sp */
@media(max-width:740px) {
  .sec.sec__competition {
    margin: 0 4vw;
    width: auto;
  }
  .sec__competition-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    background-color: #E8F5FF;
    border-radius: 30px;
  }
  .sec__competition-inner {
    padding: 0 4vw;
  }
  .sec__competition-ttl {
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
  }
  .sec__competition-sub-ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .sec__competition-txt {
    font-size: 15px;
    text-align: left;
    margin-bottom: 33px;
  }
  .sec__competition-figure {
    display: block;
    max-width: 740px;
    margin: 0 auto;
  }
  .sec__competition-bnr {
    width: 100%;
  }
}
/*
========================================
sec movies
========================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--movies{
    padding: 56px 0px 130px;
  }
  .sec.sec--movies .sec__ttl{
    position: relative;
  }
  .sec.sec--movies .sec--movies__lead {
    text-align: center;
    margin: 20px 0 40px;
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--movies{
    padding: 85px 0px;
  }
  .sec.sec--movies .sec__ttl{
    position: relative;
  }
  .sec.sec--movies .sec--movies__lead {
    text-align: center;
    margin: 20px 4vw 0;
  }
  .sec.sec--movies .sec__list-theme{
    margin-bottom: 30px;
  }
}
/*
========================================
sec between movies research
plain moving
========================================
*/
/* pc */
@media(min-width:741px){
  .sec__ic-wrap{
    max-width: 960px;
    width: 100%;
    position: absolute;
    top: -75px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec__ic.sec__ic--plain{
    width: 158px;
    height: 124px;
    position: absolute;
    top: 0px;
    left: 85%;
    cursor: pointer;
    -webkit-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
  }
  .sec__ic.sec__ic--plain.is-moved{
    left: -10%;
    cursor: auto;
  }
  .sec__ic.sec__ic--plain::before{
    content: "";
    background-image: url(/jiyukenkyu/_assets21/img/210601/plain-txt-top-pc-2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 144px;
    height: 118px;

    position: absolute;
    top: -50px;
    left: -120px;
    -webkit-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
  }
  .sec__ic.sec__ic--plain .sec__ic-arrow{
    content: "";
    opacity: 0;
    -webkit-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
    position: absolute;
    top: 100px;
    left: 90px;
    z-index: 0;
    width: 136px;
    height: 118px;
  }
  .sec__ic.sec__ic--plain.is-moved::before{
    opacity: 0;
  }
  .sec__ic.sec__ic--plain.is-moved .sec__ic-arrow{
    opacity: 1;
  }
  .sec__ic.sec__ic--plain img{
    width: 100%;
    height: 100%;
  }
}
/* sp */
@media(max-width:740px){
  .sec__ic-wrap{
    width: 100%;
    position: absolute;
    top: -38px;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec__ic.sec__ic--plain{
    width: 100px;
    height: 77px;
    position: absolute;
    top: 0px;
    left: 70%;
    cursor: pointer;
    -webkit-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    transition: left 1s ease-out;
  }
  .sec__ic.sec__ic--plain.is-moved{
    left: 5px;
  }
  .sec__ic.sec__ic--plain::before{
    content: "";
    background-image: url(/jiyukenkyu/_assets21/img/210601/plain-txt-top-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 107px;
    height: 79px;

    position: absolute;
    top: -40px;
    left: -90px;
    -webkit-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
  }
  .sec__ic.sec__ic--plain .sec__ic-arrow{
    content: "";
    opacity: 0;
    -webkit-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
    position: absolute;
    top: 0px;
    left: -30%;
    z-index: 0;
    width: 80px;
    height: 220px;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .sec__ic.sec__ic--plain.is-moved::before{
    opacity: 0;
  }
  .sec__ic.sec__ic--plain.is-moved .sec__ic-arrow{
    opacity: 1;
    left: 0%;
  }
  .sec__ic.sec__ic--plain img{
    width: 100%;
    height: 100%;
  }
  .sec__ic.sec__ic--plain.is-moved{
    cursor: auto;
  }
}
/*
========================================
sec research
========================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--research{
    padding:0px;
    max-height: 1188px;
  }
  .sec--research .sec-inner{
    background-color: #E8F5FF;
    color: #000 !important;
    width: 100%;
    padding: 85px 0px;
    overflow: hidden;
    position: relative;
  }
  .sec__specials{
    width: 1000px;
    margin: 40px auto;
    padding-left: 40px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec__specials-item{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 124px;
    position: relative;
  }
  .sec__specials-item:before,
  .sec__specials-item:after{
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0;
  }

  .sec__specials-item.is-recom:before,
  .sec__specials-item.is-recom:after{
    opacity: 1;
  }
  .sec__specials-item::after{
    content: "";
    background-image: url(/jiyukenkyu/_assets21/img/210601/blur-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 135%;
    height: 135%;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .sec__specials-item::before{
    content: "おすすめ！";
    width: 100%;
    color: #FFF253;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    top: -1.5em;
    text-align: center;
    padding-left: 0.5em;
  }
  .sec__specials-item:nth-of-type(3n){
    margin-right: 0px;
  }
  .sec__specials-item:nth-of-type(4){
    margin-left: 150px;
  }
  .sec__specials-item:nth-of-type(n+4):nth-of-type(-n+9){
    margin-top: -40px;
  }
  .sec__specials-item > img{
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  .sec.sec--research .sec__ttl,
  .sec.sec--research .sec__txt{
    position: relative;
  }
  .sec.sec--research .sec__txt{
    margin: 40px 0 50px;
  }
  .sec.sec--research .sec__btn-wrap{
    position: relative;
    z-index: 2;
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--research{
    padding: 50px 0;
    background-color: #E8F5FF;
    color: #000 !important;
    max-width: 1377px;
    width: 100%;
  }
  .sec.sec--research .sec__ttl{
    position: relative;
    margin-bottom: 25px;
  }
  .sec__specials{
    margin: 16px auto 45px;
    max-width: 375px;
    width: 90%;
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec__specials-item{
    max-width: 115px;
    max-height: 115px;
    width: 28.67vw;
    height: 28.67vw;
    border-radius: 50%;
    position: relative;
  }
  .sec__specials-item > img{
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  .sec__specials-item:before,
  .sec__specials-item:after{
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0;
  }
  .sec__specials-item.is-recom:before,
  .sec__specials-item.is-recom:after{
    opacity: 1;
  }
  .sec__specials-item::after{
    content: "";
    background-image: url(/jiyukenkyu/_assets21/img/210601/blur-yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 135%;
    height: 135%;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
  .sec__specials-item::before{
    content: "おすすめ！";
    width: 100%;
    color: #FFF253;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    top: -2em;
    text-align: center;
    padding-left: 0.5em;
  }
  .sec__specials-item:hover img,
  .sec__specials-item:focus img,
  .sec__specials-item:active img{
    position: relative;
    z-index: 2;
  }
  .sec.sec--research .sec__txt{
    max-width: 330px;
    position: relative;
    margin: 0px auto 32px;
    padding: 15px 10px 0px;
    display: block;
    text-align: left !important;
  }
  .sec.sec--research .sec__btn-wrap{
    position: relative;
    z-index: 2;
  }
}
@media(max-width:360px){
  .sec.sec--research{
    padding-top: 50px;
  }
  .sec__specials{
    padding: 0px 5px;
    min-height: 350px;
  }
}


/*
========================================
search
========================================
*/
/* pc */
@media(min-width:741px){
  .matome *,
  .search *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .search{
    max-width: 960px;
    width: 100%;
    margin: 47px auto 40px;
  }
  .search__item{
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            color: #000 !important;
  }
  .search__icimg{
    width: 100%;
  }
  .search__item--sagasu .search__icimg{
    width: 90px;
    height: 86px;
  }
  .search__txtarea{
    width: 100%;
    max-width: 325px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 16px;
  }
  .search__item:hover{
    color: #fff !important;
  }
  .search__ttl{
    width: 100%;
    font-size: 44px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .search__ttl > span{
    display: block;
  }
  .search__ttl-small{
    font-size: 30px;
  }
  .search__txt{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
  }
  .search rect{
    fill: #000 !important;
  }
  .search__item:hover rect,
  .search__item:focus rect,
  .search__item:active rect{
    fill: #fff !important;
  }
  .search__item,
  .search__item rect{
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
}
/* sp */
@media(max-width:740px){
  .matome *,
  .search *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .search{
    width: 100%;
    margin: 23px auto 15px;
    padding: 0px 11px;
  }
  .search__item{
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
  }
  .search__item:not(:last-of-type){
    margin-bottom: 18px;
  }
  .search__item:hover{
    opacity: 1.2;

    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
  .search__item--shindan .search__icimg{
    width: 100%;
  }
  .search__txtarea{
    width: 100%;
    max-width: 245px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 7px;
  }
  .search__ttl{
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    line-height: 30px;
  }
  .search__ttl span{
    display: block;
  }
  .search__ttl-small{
    font-size: 18px;
  }
}
/*
========================================
sec matome
========================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--matome{
    padding: 130px 0px 80px;
    background-color: #fff;
    background-image: radial-gradient(#eee 20%, transparent 20%);
    background-size: 20px 20px;
  }
  .matome-area__ttl{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
  }
  .matome-area__ttl-sub{
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }
  .matome{
    width: 100%;
    margin-top: 40px;
    padding: 0 0 40px;
    position: relative;
  }
  .matome__items {
    display: flex;
    justify-content: space-between;
  }
  .matome-inner{
    width: 100%;
    max-width: 723px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .matome__item{
    width: 330px;
  }
  .matome__item--kotsu{
    width: 723px;
  }
  .matome__item-ttl{
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin-bottom: 35px;
  }
  .matome__item-ttl--small{
    font-size: 16px;
    line-height: 24px;
  }
  .matome__item-ttl--kotsu{
    margin: 55px 0 30px;
  }
  .matome .search{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 8px;
    margin: auto;
  }
  .matome .search__item{
    max-width: 300px;
    width: 100%;
    min-height: 84px;
    text-decoration: none !important;
  }
  .matome__item-content a{
    -webkit-transition:-webkit-transform .2s ease-out;
    transition:-webkit-transform .2s ease-out;
    -o-transition:transform .2s ease-out;
    transition:transform .2s ease-out;
    transition:transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  .matome__item a{
    display: block;
  }
  .matome__item-content img{
    opacity: 1 !important;
    width: 100%;
  }
  .matome__item-content a:hover,
  .matome__item-content a:focus,
  .matome__item-content a:active{
    opacity: 0.8;
  }
  .matome__item-content--flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .matome .search__txtarea{
    padding: 0px 10px;
  }
  .matome .search__item.search__item--shindan{
    margin-bottom: 20px;
  }
  .matome .search__ttl{
    font-size: 26px;
    line-height: 26px;
  }
  .matome .search__ttl-small{
    font-size: 18px;
  }
  .matome .search__item--shindan .search__icimg{
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 13px;
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--matome{
    padding: 44px 0px 0px;
    background-color: #fff;
    background-image: radial-gradient(#eee 20%, transparent 20%);
    background-size: 20px 20px;
  }
  .matome{
    width: 100%;
    padding: 40px 8px 80px;
    position: relative;
  }
  .matome .search{
    margin-bottom: 30px;
    max-width: 345px;
    overflow: hidden;
  }
  .matome .yaruki {
    margin-bottom: 55px;
  }
  .matome-area__ttl{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
  }
  .matome-area__ttl-sub{
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }
  .matome .matome__item-tips {
    margin-bottom: 30px;
  }
  .matome-inner{
    width: 100%;
    max-width: 345px;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .matome__item-content a{
    -webkit-transition:-webkit-transform .2s ease-out;
    transition:-webkit-transform .2s ease-out;
    -o-transition:transform .2s ease-out;
    transition:transform .2s ease-out;
    transition:transform .2s ease-out, -webkit-transform .2s ease-out;
  }
  .matome__item a{
    display: block;
  }
  .matome__item-content img{
    opacity: 1 !important;
  }
  .matome .search__item{
    text-decoration: none !important;
  }
  .matome__item-ttl{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .matome__item-ttl--small{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .matome__item-content,
  .matome__item-img{
    width: 100%;
  }
}

/*
========================================
sec relational bnr-area compe-area
========================================
*/
/* pc */
@media(min-width:741px){
  .compe-area {
    background: #EEF9FF;
    padding: 24px;
    margin-bottom: 38px;
    width: 100%;
  }
  .compe__ttl {
    font-size: 20px;
    color: #FF5050;
    text-align: center;
  }
  .compe__txt {
    text-align: center;
    margin: 10px 0 16.5px;
  }
  .sec--relational__btn {
    margin: 40px 0;
    text-align: center;
  }
  .sec--relational__link {
    position: relative;
    padding: 12px 43px 12px 20px;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
    font-weight: bold;
    font-size: 18px;
    color: #000 !important;
  }
  .sec--relational__link::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 14px;
    background-image: url('/kyouiku/jiyukenkyu/_assets24/img/240530/img_arrow.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .sec--relational__link:hover {
    opacity: 0.8;
  }
  .bnr-area{
    max-width: 960px;
    width: 100%;
    margin: 35px auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bnr-content,
  .bnr-content img{
    width: 100%;
  }
  .bnr-content:not(:last-of-type){
    margin-bottom: 30px;
  }
  .bnr-content.bnr-content--small{
    width: 23%;
    margin-bottom: 0px;
  }
  .bnr-content.bnr-content--small:not(:last-of-type){
    margin-right: 1.5%;
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--relational{
    margin-top: 35px;
    padding: 60px 0;
    background-color: #eee;
  }
  .compe-area {
    background: #EEF9FF;
    padding: 16.5px 10px 19.5px;
    margin-bottom: 20px;
  }
  .compe__ttl {
    font-size: 15.5px;
    color: #FF5050;
    text-align: center;
  }
  .compe__txt {
    font-size: 14px;
    margin: 12px 0 12.5px;
  }
  .sec--relational__btn {
    margin: 40px 0;
    text-align: center;
  }
  .sec--relational__link {
    position: relative;
    padding: 12px 43px 12px 20px;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.18);
    font-weight: bold;
    font-size: 14px;
    color: #000 !important;
  }
  .sec--relational__link::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 14px;
    background-image: url('/kyouiku/jiyukenkyu/_assets24/img/240530/img_arrow.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .bnr-area{
    max-width: 375px;
    width: 100%;
    margin: 35px auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bnr-content,
  .bnr-content img{
    width: 100%;
  }
  .bnr-content:not(:last-of-type){
    margin-bottom: 15px;
  }
  .bnr-content.bnr-content--small{
    width: 47%;
    margin-bottom: 0px;
  }
  .bnr-content.bnr-content--small:not(:nth-of-type(2n)){
    margin-right: 2.5%;
  }
}
/*
========================================
関連記事
========================================
*/
/* pc */
@media(min-width:741px){
  .triple.atc-section{
    max-width: 740px;
    margin: 0px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item.cf{
    position: relative;
  }
  .theme{
    position: absolute;
    left: 5px;
    bottom: 5px;
  }
}
/* sp */
@media(max-width:740px){
  .triple.atc-section{
    max-width: 360px;
    width: 90%;
    margin: auto;
  }
}
/* 
==================================
sns share
==================================
*/
/* pc */
@media(min-width:741px){
  /* sns share */
  .share{
    width: 100%;
    /* margin: auto; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding-top: 60px;
  }
  .share-item{
    width: 90px;
  }
  .share-item a{
    width: inherit;
    display: block;
  }
  .share-item img{
    width: inherit;
  }
  .share-item:not(:last-of-type){
    margin-right: 10px;
  }
}
/* sp */
@media(max-width:740px){
  /* sns share */
  .share{
    padding: 30px 4vw;
    background-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .share-item,
  .share-item a,
  .share-item img{
    max-width: 90px;
    width: 24vw;
    max-height: 22px;
    height: 5.87vw;
  }
  .share-item a{
    display: block;
  }
  .share-item:not(:last-of-type){
    margin-right: 10px;
  }
}
/*
========================================
form__tags
========================================
*/
/* pc */
@media(min-width:741px){
  .form{
    margin: 55px 0px 0px;
    position: relative;
  }
  .form-more{
    margin-top: 30px;
  }
  .fom-tagarea{
    margin-bottom: 30px;
  }
  .form__tags{
    width: 100%;
    max-width: 960px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F4F3F0;
    padding: 15px 16px 14px;
  }
  .form__tags-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__tags-name{
    margin-right: 13px;
  }
  .form__tags-name,
  .form__tags-selecter,
  .form__tags-option{
    outline: none !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
  }
  .form__tags-selecter,
  .form__tags-option{
    padding: 0px 46px 0 26px;
    text-align: center;
    max-width: 200px;
  }
  .form__tags-selecter{
    color: #fff;
    background-color: #aaa;
    border: 1px solid #F4F3F0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/jiyukenkyu/_assets21/img/210616/arrow-btm-white.svg);
    background-repeat: no-repeat;
    background-size: 18px 12px;
    background-position: right 10px center;
  }
  .form__tags-selecter::-ms-expand {
    display: none;
  }
  .form__tags-selecter.is-active{
    color: #1C8AE3;
    background-color: #fff;
    background-image: url(/jiyukenkyu/_assets21/img/210616/arrow-btm-blue.svg);
  }
  .form__tags-option:not(:last-of-type){
    border-top: 1px solid #F4F3F0;
  }
  .form-more__btn{
    max-width: 440px;
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 13px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #000;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .form-more__btn-name{
    width: 125px;
    text-align: center;
    color: #1C8AE3;
  }
  .form-more__btn-sub{
    margin-right: 0.5em;
  }
}
/* sp */
@media(max-width:740px){
  .form{
    margin: 60px 0px 0px;
    position: relative;
  }
  .form-more{
    margin-top: 35px;
  }
  .fom-tagarea{
    position: relative;
    margin-bottom: 15px;
    background-color: #F4F3F0;
    width: 100%;
  }
  .form__tags{
    width: 100%;
    max-width: 375px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 7px 0px 7px 12px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .form__tags-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__tags-item:nth-of-type(n+3){
    margin-top: 6px;
  }
  .form__tags-name{
    margin-right: 0.3em;
  }
  .form__tags-name,
  .form__tags-selecter,
  .form__tags-option{
    outline: none !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
  }
  .form__tags-selecter,
  .form__tags-option{
    padding: 0px 10px;
    text-align: center;
  }
  .form__tags-selecter{
    color: #fff;
    background-color: #aaa;

    padding-right: 25px;
    border: 1px solid #F4F3F0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/jiyukenkyu/_assets21/img/210616/arrow-btm-white.svg);
    background-repeat: no-repeat;
    background-size: 12px 21px;
    background-position: right 5px center;
  }
  .form__tags-selecter.is-active{
    color: #1C8AE3;
    background-color: #fff;
    background-image: url(/jiyukenkyu/_assets21/img/210616/arrow-btm-blue.svg);
  }
  .form__tags-option:not(:last-of-type){
    border-top: 1px solid #F4F3F0;
  }
  .form-more__btn{
    max-width: 440px;
    position: relative;
    width: 90%;
    margin: auto;
    display: block;
    padding: 13px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #000;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .form-more__btn > span{
    display: block;
    margin:auto;
    text-align: center;
  }
  .form-more__btn-arrow{
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form-more__btn-name{
    color: #1C8AE3;
  }
  .form-more__btn-sub{  
    color: #000;
  }
}


/*
==================================
all-btn
==================================
*/
/* pc */
@media(min-width:741px){
  .form__tags-item-all-btn{
    background-color: #1C8AE3;
    color: #fff;
    border: none;
    padding: 6px 40px;
    font-size: 18px;
    font-weight: bold;
  }
  .form__tags-item-all-btn:hover{
    opacity: 0.8;
  }
  .form__tags-item-all-btn.is-active{
    background-color: #fff;
    color: #1C8AE3;
  }
}
/* sp */
@media(max-width:740px){
  .form__tags-item-all-btn{
    background-color: #1C8AE3;
    color: #fff;
    border: none;
    padding: 4px 46px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    font-weight: bold;
  }
  .form__tags-item-all-btn:hover{
    opacity: 0.8;
  }
  .form__tags-item-all-btn.is-active{
    background-color: #fff;
    color: #1C8AE3;
  }
}
/* SE */
@media(max-width:374px){
  .form__tags-item:nth-of-type(1) {
    margin: 0 20px 7px 0px;
  }
}
/* ========================================================
*
*					renewal card 2022/06/21
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  #js-form-output,#js-card-area,#js-card-acc-area {
    max-width: 960px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
  }
  .card__item {
    max-width: 225px;
    width: 225px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    background-color: #fff;
  }
  .card__item:nth-child(n+5) {
    margin-top: 40px;
  }
  .card__item:not(:nth-child(4n)) {
    margin-right: 2.08%;
  }
  .card__item--epson {
    position: relative;
  }
  .card__item--epson::before {
    content: '';
    background-image: url(/jiyukenkyu/_share21/img/210727/epson-icon.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100px;
    height: 63px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .card__item--sdgs {
    position: relative;
  }
  .card__item--sdgs::before {
    content: '';
    background-image: url(/jiyukenkyu/_share21/img/210708/sdgs-logo.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100px;
    height: 63px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .card__item--jmilk {
    position: relative;
  }
  .card__item--jmilk::before {
    content: '';
    background-image: url(/kyouiku/jiyukenkyu/_share24/img/240716/jmilk_logo.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 100px;
    height: 63px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .card__item-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .card__item-link:hover {
    opacity: 0.8;
  }
  .card__item-img-wrap {
    background-color: #F5F5F5;
    height: 152px;
    position: relative;
  }
  .card__item-img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .card__item-no-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 24px;
    padding-top: 10px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #9f9f9f;
  }
  .card__item-txt-wrap {
    padding: 8px 8px 12px;
  }
  .card__item-ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #2C8CD9;
    min-height: 70px;
    padding-bottom: 8px;
    border-bottom: solid 2px #229BFD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card__item-txt {
    margin-top: 10px;
    line-height: 15.6px;
    font-size: 12px;
    color: #000;
    min-height: 46px;
  }
  .card__item-day-wrap {
    margin-top: 8px;
  }
  .card__item-day-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card__item-day-ttl {
    margin-right: 6px;
    font-size: 12px;
    color: #A3A3B2;
    font-weight: bold;
  }
  .card__item-day {
    background-color: #7DC4FD;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 24px;
    margin-left: 6px;
  }
  .card__item-day--5min,.card__item-day--10min,.card__item-day--20min {
    background-color: #EF5679;
  }
  .card__item-day--1day {
    background-color: #7DC4FD;
  }
  .card__item-day--3day {
    background-color: #229BFD;
  }
  .card__item-day--1week,.card__item-day--2week {
    background-color: #1C8AE3;
  }
  .card__item-day--1month {
    background-color: #1177C9;
  }
  .card__item-day-txt {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5px;
  }
  .card__item-grade-wrap {
    margin-top: 10px;
    padding-top: 6px;
    position: relative;
  }
  .card__item-grade-wrap::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(/jiyukenkyu/_share22/img/border-dot.png);
    background-position: left;
    background-size: contain;
  }
  .card__item-grade-ttl {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #2C8CD9;
  }
  .card__item-grade-item-wrap {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card__item-grade {
    border: solid 1px #3499EB;
    border-radius: 5px;
    width: 30px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    margin-top: 6px;
    overflow: hidden;
    text-align: center;
  }
  .card__item-grade:nth-child(n+2) {
    margin-left: 3px;
  }
  .card__item-grade:nth-last-child(-n+2) {
    margin-left: 10px;
  }
  .card__item-grade.is-active {
    background-color: #3499EB;
    border: inherit;
  }
  .card__item-grade-txt {
    font-size: 12px;
    font-weight: bold;
    color: #0070CB;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .card__item-grade.is-active .card__item-grade-txt {
    color: #fff;
    background-color: #3499EB;
  }
}
/* sp */
@media(max-width:740px){
  #js-form-output,#js-card-area,#js-card-acc-area {
    max-width: 365px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 14px;
  }
  .card__item {
    max-width: 170px;
    width: 49.27%;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 4px rgba(51, 51, 51, 0.4);
            box-shadow: 0 5px 4px rgba(51, 51, 51, 0.4);
    overflow: hidden;
    background-color: #fff;
  }
  .card__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .card__item:not(:nth-child(2n)) {
    margin-right: 1.4%;
  }
  .card__item--epson {
    position: relative;
  }
  .card__item--epson::before {
    content: '';
    background-image: url(/jiyukenkyu/_share21/img/210727/epson-icon.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 80px;
    height: 46px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .card__item--sdgs {
    position: relative;
  }
  .card__item--sdgs::before {
    content: '';
    background-image: url(/jiyukenkyu/_share21/img/210708/sdgs-logo.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 80px;
    height: 46px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .card__item--jmilk {
    position: relative;
  }
  .card__item--jmilk::before {
    content: '';
    background-image: url(/kyouiku/jiyukenkyu/_share24/img/240716/jmilk_logo.png);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 80px;
    height: 46px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  .card__item-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .card__item-link:hover {
    opacity: 0.8;
  }
  .card__item-img-wrap {
    background-color: #F5F5F5;
    height: 115px;
    position: relative;
  }
  .card__item-img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .card__item-no-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 16px;
    padding-top: 5px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #9f9f9f;
  }
  .card__item-txt-wrap {
    padding: 8px 6px 15px;
  }
  .card__item-ttl {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #2C8CD9;
    min-height: 60px;
    padding-bottom: 4px;
    border-bottom: solid 2px #229BFD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card__item-txt {
    margin-top: 10px;
    line-height: 15.6px;
    font-size: 12px;
    color: #000;
    min-height: 46px;
  }
  .card__item-day-wrap {
    margin-top: 10px;
  }
  .card__item-day-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card__item-day-ttl {
    margin-right: 6px;
    font-size: 11px;
    color: #A3A3B2;
    font-weight: bold;
  }
  .card__item-day {
    background-color: #7DC4FD;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 18px;
    margin-left: 4px;
  }
  .card__item-day--5min,.card__item-day--10min,.card__item-day--20min {
    background-color: #EF5679;
  }
  .card__item-day--1day {
    background-color: #7DC4FD;
  }
  .card__item-day--3day {
    background-color: #229BFD;
  }
  .card__item-day--1week,.card__item-day--2week {
    background-color: #1C8AE3;
  }
  .card__item-day--1month {
    background-color: #1177C9;
  }
  .card__item-day-txt {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 4px;
  }
  .card__item-grade-wrap {
    margin-top: 10px;
    padding-top: 5px;
    position: relative;
  }
  .card__item-grade-wrap::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: url(/jiyukenkyu/_share22/img/border-dot.png);
    background-position: left;
    background-size: contain;
  }
  .card__item-grade-ttl {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #2C8CD9;
  }
  .card__item-grade-item-wrap {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    
  }
  .card__item-grade {
    border: solid 1px #3499EB;
    border-radius: 5px;
    width: 25px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    margin-top: 6px;
    overflow: hidden;
    margin-right: 1.5vw;
    text-align: center;
  }
  .card__item-grade.is-active {
    background-color: #3499EB;
    border: inherit;
  }
  .card__item-grade-txt {
    font-size: 10px;
    font-weight: bold;
    color: #0070CB;
    background-color: #fff;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .card__item-grade.is-active .card__item-grade-txt {
    color: #fff;
    background-color: #3499EB;
  }
}