@charset "utf-8";
/* 
==================================
global reset
==================================
*/
/* pc */
@media(min-width:741px){
  body{
    min-width: 1114px;
    overflow-x: auto;
  }
  .article-body *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .se-only,
  .pc-hidden{
    display: none !important;
  }
  #main{
    width: 100%;
    padding-bottom: 0;
  }
  #contents{
    width: 100%;
    float: none;
  }
  .breadcrumb{
    width: 960px;
    margin: auto;
  }
  a:hover,
  a:focus{
    opacity: 0.6;
    text-decoration: none;
  }
}
/* sp */
@media(max-width:740px){
  .se-only,
  .sp-hidden{
    display: none !important;
  }
  .article-body *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #main{
    width: 100%;
    padding-top: 0px;
  }
  #contents{
    padding: 0px;
  }
  a:hover,
  a:focus{
    opacity: 0.6;
    text-decoration: none;
  }
}
/* se only */
@media(max-width:320px){
  .se-only{
    display: block !important;
  }
  .se-out{
    display: none !important;
  }
}
/* 
==================================
kv
==================================
*/
/* pc */
@media(min-width:741px){
  .kv{
    width: 100%;
    background-color:#f8f8f8;
  }
  .kv-swiper{
    width: 1100px;
    margin: auto;
  }
  .kv__inner{
    max-width: 1100px;
    width: 100%;
    height: 340px;
    margin: auto;
    position: relative;
  }
  .kv .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
  }
  .kv .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ffffff;
    border: 2px solid #92aed1;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 8px;
  }
  .kv .swiper-pagination-bullet-active{
    background-color: #92aed1;
  }
  .kv .swiper-container{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 37px;
  }
  .kv__inner-img{
    width: 1100px;
    margin: auto;
    height: 430px;
    position: relative;
    background-size:contain;
    background-repeat: no-repeat;
  }
  .swiper-slide--01 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/kv-bg-01-pc.jpg);
  }
  /* .swiper-slide--02 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220222/kv-bg-02-pc.jpg);
  } */
  .swiper-slide--03 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201208/kv-bg-03-pc.jpg);
  }
  .swiper-slide--04 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201126/kv-bg-04-pc.jpg);
  }
  .swiper-slide--05 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201126/kv-bg-05-pc.jpg);
  }
  .swiper-slide--special .kv__inner-img{
    text-align: center;
  }
  .swiper-slide--special .kv__inner-img img{
    width: 100%;
  }
  .kv__inner-img--pic:hover {
    opacity: 0.6;
  }
  .kv__inner-txtarea{
    font-size: 44px;
    color: #3b3b3b;
  }
  .swiper-slide .kv__inner-txtarea{
    position: absolute;
    top: 230px;
    left: 70px;
  }
  .swiper-slide--01 .kv__inner-txtarea,
  .swiper-slide--04 .kv__inner-txtarea{
    left: 26px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .swiper-slide--01 .kv__inner-txtarea{
    top: 50%;
  }

  .kv__inner-txtarea h1 img{
    width: 694px;
  }
  .swiper-slide--04 .kv__inner-heading img{
    width: 580px;
  }
  .kv__inner-ttl{
    font-weight: 600;
  }
  .swiper-slide--03 .kv__inner-ttl{
    background-color: rgba(255, 255, 255, 0.702);
    border-radius: 5px;
    font-size: 23px;
    color: #20243b;
    text-align: center;
    padding: 5px 0px;
  }
  .swiper-slide--02 .kv__inner-txtarea{
    top: 90px;
  }
  .swiper-slide--02 .kv__inner-txtarea .kv__inner-ttl--blue{
    font-size: 48px;
    color: #3276d2;
  }
  .swiper-slide--03 .kv__inner-txtarea{
    top: 68px;
    left: 168px;
    width: 439px;
  }
  .kv__inner-bcapp img{
    width: 439px;
  }
  .kv__inner-btnarea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .kv__inner-apple{
    margin-right: 11px;
  }
  .kv__inner-apple img{
    width: 152px;
  }
  .kv__inner-google img{
    width: 191px;
  }
  .kv__inner-imgarea{
    position: absolute;
    right: 70px;
  }
  .swiper-slide--01 .kv__inner-imgarea{
    top: 30px;
  }
  .swiper-slide--01 .kv__inner-imgarea img{
    width: 368px;
  }
  .swiper-slide--03 .kv__inner-imgarea{
    top: 13px;
    right: 179px;
  }
  .swiper-slide--03 .kv__inner-imgarea img{
    width: 163px;
  }
  .swiper-slide .kv__inner-conv{
    position: absolute;
    left: 50%;
    bottom: 13px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f8f8f8;
  }
  .swiper-slide .kv__inner-block{
    width: 960px;
    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;
    color: #333333;
    font-size: 16px;
  }
  .swiper-slide .kv__inner-btn{
    cursor: pointer;
    min-width: 271px;
    min-height: 51px;
    padding: 17px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    border: #3276d2 2px solid;
    background-color: #3276d2;
    font-size: 18px;
    position: relative;
  }
  .kv__inner-btn::after{
    content: "";
    position: absolute;
    top: 55%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .swiper-slide--01 .kv__inner-btn::after,
  .swiper-slide--02 .kv__inner-btn::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030/btn_icon_modal_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 15px;
  }
  .swiper-slide--03 .kv__inner-btn::after,
  .swiper-slide--04 .kv__inner-btn::after{
      content: '';
    position: absolute;
    width: 8px;
    height: 16px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_wh_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 18px;
    top: 50%;
  }
  .swiper-slide--03 .kv__inner-btn::after{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
  }
  .swiper-slide--04 .kv__inner-btn::after{
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
  }
  .kv__inner-btn:hover,
  .kv__inner-btn:focus,
  .kv__inner-btn:active{
    background-color: #ffffff;
    color: #3276d2;
    opacity: 1;
  }
  .swiper-slide--01 .kv__inner-btn:focus::after,
  .swiper-slide--02 .kv__inner-btn:focus::after,
  .swiper-slide--01 .kv__inner-btn:active::after,
  .swiper-slide--02 .kv__inner-btn:active::after,
  .swiper-slide--01 .kv__inner-btn:hover::after,
  .swiper-slide--02 .kv__inner-btn:hover::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201120/btn_icon_modal_blue.svg);
  }
  .swiper-slide--03 .kv__inner-btn:hover::after,
  .swiper-slide--03 .kv__inner-btn:focus::after,
  .swiper-slide--03 .kv__inner-btn:active::after,
  .swiper-slide--04 .kv__inner-btn:hover::after,
  .swiper-slide--04 .kv__inner-btn:focus::after,
  .swiper-slide--04 .kv__inner-btn:active::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
  }
  .kv .kv__inner .kv__inner-ouen-link{
    width: 226px;
    height: 49px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 28px;
    right: 70px;
    background-color: #f79528;
    padding: 7px 0px;
    border-radius: 5px;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 11px;
    padding-right: 6px;
    text-align: center;
  }
  .kv .kv__inner .kv__inner-ouen-link::after{
    content: "";
    background-color: inherit;
    width: 10px;
    height: 10px;
    border-right: #fff 3px solid;
    border-bottom: #fff 3px solid;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-bottom: 2px;
    margin-left: 5px;
    display: inline-block;
  }
  .kv .kv__inner .kv__inner-ouen-link:hover,
  .kv .kv__inner .kv__inner-ouen-link:focus,
  .kv .kv__inner .kv__inner-ouen-link:active{
    opacity: 0.85;
  }
}
/* sp */
@media(max-width:740px){
  .kv-swiper{
    width: 100%;
    margin: auto;
  }
  .kv__inner{
    width: 100%;
    background-color: #F0F7FD;
    position: relative;
  }
  .kv .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0px;
  }
  .kv .swiper-pagination-bullet{
    background: #ffffff;
    border: 1px solid #92aed1;
  }
  .kv .swiper-pagination-bullet-active{
    background-color: #92aed1;
  }
  .kv .swiper-container{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kv__inner-img{
    width: 100%;
    height: 82vw;
    margin: auto;
    position: relative;
    background-size: auto 100%;
    background-position-x: center;
    background-repeat: no-repeat;
  }
  .swiper-slide--01 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/kv-bg-01-sp.jpg);
  }
  /* .swiper-slide--02 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220222/kv-bg-02-sp.jpg);
  } */
  .swiper-slide--03 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201208/kv-bg-03-sp.jpg);
  }
  .swiper-slide--04 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201126/kv-bg-04-sp.jpg);
  }
  .swiper-slide--05 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201126/kv-bg-05-sp.jpg);
  }
  .swiper-slide--special .kv__inner-img{
    text-align: center;
  }
  .swiper-slide--special .kv__inner-img img{
    width: 100%;
  }
  .kv__inner-img--pic {
    width: 100%;
  }
  .kv__inner-txtarea{
    font-size: 26px;
    color: #3b3b3b;
  }
  .swiper-slide .kv__inner-txtarea{
    position: absolute;
    left: 50%;
    bottom: 16px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    max-width: 352px;
    width: 90%;
  }
  .swiper-slide--02 .kv__inner-txtarea{
    top: 70px;
    left: 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .swiper-slide--03 .kv__inner-txtarea{
    width: 55%;
    text-align: center;
    left: 10px;
    bottom: 45%;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
  .swiper-slide--04 .kv__inner-txtarea{
    left: 40%;
    bottom: 94px;
  }
  .kv__inner-txtarea h1 img{
    width: 100%;
    max-width: 352px;
  }
  .swiper-slide--04 .kv__inner-heading img{
    max-width: 347px;
    width: 92.5vw;
  }
  .swiper-slide .kv__inner-ttl{
    font-weight: 600;
  }
  .swiper-slide--02 .kv__inner-txtarea .kv__inner-ttl--blue{
    color: #3276d2;
  }
  .swiper-slide--03 .kv__inner-ttl{
    background-color: rgba(255, 255, 255, 0.702);
    border-radius: 5px;
    font-size: 12px;
    color: #20243b;
    padding: 5px 0px;
    margin-bottom: 15px;
  }
  .kv__inner-bcapp img{
    max-width: 199px;
    width: 53vw;
    margin-bottom: 16px;
  }
  .kv__inner-btnarea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .kv__inner-apple{
    margin-right: 4px;
  }
  .kv__inner-apple img{
    width: 79px;
  }
  .kv__inner-google img{
    width: 87px;
  }
  .kv__inner-imgarea{
    text-align: center;
  }
  .swiper-slide--01 .kv__inner-imgarea img{
    max-width: 276px;
    width: 73.6vw;
  }
  .swiper-slide--03 .kv__inner-imgarea{
    width: 40%;
    right: 10px;
    bottom: 34.5vw;
    position: absolute;
  }
  .swiper-slide--03 .kv__inner-phone{
    max-width: 138px;
    width: 36.8vw;
  }
  .swiper-slide .kv__inner-conv{
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ececec;
  }
  .swiper-slide .kv__inner-block{
    color: #333333;
    min-height: 81px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    padding: 10px;
  }
  .swiper-slide--04 .kv__inner-block{
    padding: 10px 5px;
  }
  .swiper-slide .kv__inner-txt{
    margin-bottom: 10px;
  }
  .swiper-slide--03 .kv__inner-txt{
    font-size: 10px;
  }
  .swiper-slide .kv__inner-btn{
    cursor: pointer;
    min-width: 278px;
    width: 74.1vw;
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    margin: auto;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    border: #3276d2 2px solid;
    background-color: #3276d2;
    font-size: 12px;
  }
  .kv__inner-btn::after{
    content: "";
    position: absolute;
    top: 55%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .swiper-slide--01 .kv__inner-btn::after,
  .swiper-slide--02 .kv__inner-btn::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030/btn_icon_modal_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 12px;
  }
  .swiper-slide--03 .kv__inner-btn::after,
  .swiper-slide--04 .kv__inner-btn::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 12px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_wh_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 9px;
    top: 50%;
  }
  .swiper-slide--03 .kv__inner-btn::after{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
  }
  .swiper-slide--04 .kv__inner-btn::after{
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
  }
  .kv__inner-btn:hover,
  .kv__inner-btn:focus,
  .kv__inner-btn:active{
    background-color: #ffffff;
    color: #3276d2;
    opacity: 1;
  }
  .swiper-slide--01 .kv__inner-btn:focus::after,
  .swiper-slide--02 .kv__inner-btn:focus::after,
  .swiper-slide--01 .kv__inner-btn:active::after,
  .swiper-slide--02 .kv__inner-btn:active::after,
  .swiper-slide--01 .kv__inner-btn:hover::after,
  .swiper-slide--02 .kv__inner-btn:hover::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201120/btn_icon_modal_blue.svg);
  }
  .swiper-slide--03 .kv__inner-btn:hover::after,
  .swiper-slide--03 .kv__inner-btn:focus::after,
  .swiper-slide--03 .kv__inner-btn:active::after,
  .swiper-slide--04 .kv__inner-btn:hover::after,
  .swiper-slide--04 .kv__inner-btn:focus::after,
  .swiper-slide--04 .kv__inner-btn:active::after{

    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
  }
  .kv .kv__inner .kv__inner-ouen-link{
    max-width: 334px;
    width: 89vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #f79528;
    padding: 3px 0px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
  }
  .kv .kv__inner .kv__inner-ouen-link::after{
    content: "";
    background-color: inherit;
    width: 7px;
    height: 7px;
    border-right: #fff 3px solid;
    border-bottom: #fff 3px solid;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-bottom: 2px;
    margin-left: 5px;
    display: inline-block;
  }
  .kv .kv__inner .kv__inner-ouen-link:hover,
  .kv .kv__inner .kv__inner-ouen-link:focus,
  .kv .kv__inner .kv__inner-ouen-link:active{
    opacity: 0.85;
  }
}
@media(max-width:320px){
  .swiper-slide--03 .kv__inner-imgarea{
    bottom: auto;
    top: 13px;
  }
  .swiper-slide--03 .kv__inner-phone{
    width: 30.8vw;
  }
}
/* 
==================================
３つの要素
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .sol{
    width: 100%;
    background-color: #F0F7FD;
  }
  .sol-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;

    padding: 50px 0px;
  }
  .sol-ttl {
    font-size: 38px;
    font-weight: bold;
    text-align: center;

    margin-bottom: 30px;
  }
  .sol-list {
    max-width: 755px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sol__item {
    width: 30%;
    min-height: 114px;
    text-align: center;
  }
  .sol__item-num{
    width: 43px;
    height: 53px;
    margin-bottom: 2px;
    margin-bottom: 18px;
  }
  .sol__item-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }
  .sol__item:nth-of-type(3) .sol__item-txt{
    padding-top: 1em;
  }
}
@media (max-width: 740px) {
  /* PC */
  .sol{
    width: 100%;
    background-color: #F0F7FD;
  }
  .sol-inner {
    width: 100%;
    margin: 0 auto;

    padding: 30px 0px 35px;
  }
  .sol-ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;

    margin-bottom: 22px;
  }
  .sol-list {
    max-width: 200px;
    width: 100%;
    margin: auto;
  }
  .sol__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sol__item:not(:last-of-type){
    margin-bottom: 20px;
  }
  .sol__item-num{
    width: 32px;
    height: 40px;
    margin-right: 12px;
  }
  .sol__item-txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }
}


/* 
==================================
sec share
==================================
*/
/* pc */
@media(min-width:741px){
  .sec{
    width: 100%;
    padding: 60px 0px;
  }
  .sec--about{
    background-color: #F5F5F5;
  }
  .sec--seminar{
    background-color: #ffffff;
  }
  .sec__inner{
    width: 960px;
    margin: auto;
  }
  .sec__ttl{
    font-size: 38px;
    font-weight: 600;
    line-height: 56px;
    padding-left: 120px;
    width: 960px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    margin-bottom: 55px;
    position: relative;
  }
  .sec__ttl::before{
    content: '';
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    width: 79px;
    height: 106px;
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec__ttl--01::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl01-pc.png);
    width: 93px;
    height: 86px;
  }
  .sec__ttl--02::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl02-pc.png);
    width: 108px;
    height: 86px;
  }
  .sec__ttl--03::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl03-pc.png);
    width: 109px;
    height: 86px;
  }
  .sec__ttl--tac{
    text-align: center;
    padding-left: 0;
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 1.5;
  }
  .sec__inner-subttl{
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
  }
  .sec__inner-subttl.sec__inner-subttl--fs24{
    font-size: 24px;
  }
  .sec__inner-txt{
    font-size: 17px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 23px;
  }
  .sec__inner-txtlink{
    font-size: 17px;
    color: #3276d2;
    cursor: pointer;
  }
  a.sec__inner-txtlink:link,
  a.sec__inner-txtlink:active,
  a.sec__inner-txtlink:visited {
    color: #3276d2;
  }
  .sec__inner-txtlink::after,
  .accarea__content-link::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 13px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec__inner-txtlink.sec__inner-txtlink--glass::after{
    content: "";
    border: none;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201021/glass-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    height: 12px;
    display: inline-block;
    margin: 0px 8px;
  }
}
/* sp */
@media(max-width:740px){
  .sec{
    width: 100%;
    padding: 60px 0px 35px;
  }
  .sec--about{
    background-color: #F5F5F5;
  }
  .sec--seminar{
    background-color: #ffffff;
  }
  .sec__inner{
    width: 89vw;
    max-width: 400px;
    margin: auto;
  }
  .sec__ttl{
    width: 89vw;
    max-width: 400px;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
  }
  .sec__ttl::before{
    content: '';
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    width: 59px;
    height: 80px;
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec__ttl--01::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl01-sp.png);
    width: 47px;
    height: 43px;
  }
  .sec__ttl--02::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl02-sp.png);
    width: 55px;
    height: 43px;
  }
  .sec__ttl--03{
    max-width: 320px;
  }
  .sec__ttl--03::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl03-sp.png);
    width: 55px;
    height: 43px;
  }
  .sec__ttl--tac{
    text-align: center;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .sec__inner-subttl{
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec__inner-subttl.sec__inner-subttl--fs24{
    font-size: 24px;
  }
  .sec__inner-txt{
    font-size: 17px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 23px;
  }
  .sec__inner-txtlink{
    font-size: 17px;
    color: #3276d2;
    cursor: pointer;
  }
  a.sec__inner-txtlink:link,
  a.sec__inner-txtlink:active,
  a.sec__inner-txtlink:visited {
    color: #3276d2;
  }
  .sec__inner-txtlink::after,
  .accarea__content-link::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 13px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec__inner-txtlink.sec__inner-txtlink--glass::after{
    content: "";
    border: none;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201021/glass-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    height: 12px;
    display: inline-block;
    margin: 0px 8px;
  }
}

/*
========================================
sec 01
========================================
*/
/* pc */
@media(min-width:741px){
  .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .to-search{
    width: 614px;
    padding-top: 32px;
  }
  .to-search__txt{
    text-align: left;
    margin-bottom: 27px;
  }
  .to-search__txt--strong{
    background-position-x: -10px;
    display: inline-block;
    background: -o-linear-gradient(transparent 60%, #C6E5FF 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #C6E5FF));
    background: linear-gradient(transparent 60%, #C6E5FF 0%);
  }
  .to-search__btn{
    width: 375px;
    display: block;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    color:#fff !important;
    background-color: #3276D2;
    padding: 27px 0px;
  }
  .to-search__btn::after{
    content: "";
    position: absolute;
    width: 13px;
    height: 29px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_wh_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 5px;
  }
  .to-search__btn:hover::after,
  .to-search__btn:focus::after{
    background-image:url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
  }
  .to-search__btn:hover,
  .to-search__btn:focus{
    background-color: #fff;
    border: 2px solid #3276d2;
    opacity: 1 !important;
    color: #3276d2 !important;
  }
  .carousel{
    width: 280px;
    text-align: center;
  }
  .sec-swiper-pagination{
    text-align: center;
  }
  .carousel-link{
    width: 280px;
    text-align: center;
  }
  .carousel-img{
    width: 280px !important;
    height: 164px !important;
    margin-bottom: 10px;
  }
  .carousel-txt{
    color: #333 !important;
    font-size: 14px;
  }
}
/* sp */
@media(max-width:740px){
  .to-search{
    margin-bottom: 30px;
  }
  .to-search__txt{
    text-align: left;
    margin-bottom: 27px;
  }
  .to-search__txt--strong{
    background: -o-linear-gradient(transparent 60%, #C6E5FF 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #C6E5FF));
    background: linear-gradient(transparent 60%, #C6E5FF 0%);
  }
  .to-search__btn{
    max-width: 244px;
    display: block;
    border-radius: 5px;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
    cursor: pointer;
    color:#fff !important;
    background-color: #3276D2;
    padding: 10px 0px;
  }
  .to-search__btn::after{
    content: "";
    position: absolute;
    width: 13px;
    height: 20px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_wh_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .to-search__btn:hover::after,
  .to-search__btn:focus::after{
    background-image:url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
  }
  .to-search__btn:hover,
  .to-search__btn:focus{
    background-color: #fff;
    border: 2px solid #3276d2;
    color: #3276d2 !important;
    opacity: 1 !important;
  }
  .carousel{
    width: 100%;
    min-height: 190px;
    text-align: center;
  }
  .sec-swiper-pagination{
    text-align: center;
  }
  .carousel-img{
    width: 198px !important;
    height: 116px !important;
    margin-bottom: 10px;
  }
  .carousel-txt{
    color: #333 !important;
    text-align: center;
    font-size: 11px;
  }
}
/*
========================================
sec 02
========================================
*/
/* pc */
@media(min-width:741px){
  .performance{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .performance__item{
    width: 20%;
    text-align: center;
  }
  .performance__item-name{
    font-size: 16px;
    margin-bottom: 4px;
  }
  .performance__item-data{
    font-size: 16px;
  }
  .performance__item-data--strong{
    font-size: 36px;
    font-weight: 600;
    color: #3276d2;
  }

  .data{
    max-width: 880px;
    width: 95%;
    padding: 20px 30px 30px;
    margin: auto;
    margin-top: 50px;
    border-radius: 5px;
    -webkit-box-shadow: #000000 1px 1px 6px -3px;
            box-shadow: #000000 1px 1px 6px -3px;
  }
  .data-ttl{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
  }
  .data-inner{
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .data__txt{
    max-width: 500px;
    font-size: 16px;
  }
  .data__txt-unit:not(:last-of-type){
    margin-bottom: 18px;
  }
  .data__txt-name{
    font-weight: 600;
    margin-bottom: 8px;
  }

  .data__gragh{
    max-width: 270px;
    text-align: center;
  }
  .data__gragh-img{
    width: 266px;
    height: 126px;
    margin-bottom: 10px;
  }
  .data__gragh-weak{
    font-size: 14px;
    color: #B7B7B7;
  }
}
/* sp */
@media(max-width:740px){
  .performance{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .performance__item{
    text-align: center;
  }
  .performance__item:nth-of-type(1),
  .performance__item:nth-of-type(2){
    width: 50%;
    margin-bottom: 17px;
  }
  .performance__item:nth-of-type(n+3){
    width: 33%;
  }
  .performance__item-name{
    font-size: 13px;
    margin-bottom: 2px;
  }
  .performance__item-data{
    font-size: 14px;
  }
  .performance__item-data--strong{
    font-size: 19px;
    font-weight: 600;
    color: #3276d2;
  }

  .data{
    width: 100%;
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-box-shadow: #000000 1px 1px 6px -3px;
            box-shadow: #000000 1px 1px 6px -3px;
  }
  .data-ttl{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
  }
  .data__txt{
    font-size: 16px;
  }
  .data__txt-unit:not(:last-of-type){
    margin-bottom: 18px;
  }
  .data__txt-name{
    font-weight: 600;
    margin-bottom: 8px;
  }

  .data__gragh{
    text-align: center;
  }
  .data__gragh-img{
    max-width: 266px;
    width: 100%;
    margin-bottom: 10px;
  }
  .data__gragh-weak{
    font-size: 14px;
    color: #B7B7B7;
  }
}
/* 
==================================
アプリ
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .sec--app {
    padding: 55px 0px 90px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/211130/app-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-bottom: 60px;
  }
  .appinfo{
    width: 960px;
    margin: auto;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .appinfo-inner{
    display: block;
    padding: 0px;
    width: 597px;
  }
  .appinfo__logo{
    width: 100%;
  }
  .appinfo__logo-img{
    width: 597px;
    height: 151px;
    margin-bottom: 37px;
  }
  .app__catch-wrap{
    margin-bottom: 22px;
  }
  .app__catch {
    font-weight: bold;
    font-size: 32px;
    background-color: transparent;
    color: #3177D3;
    margin-bottom: 0;
    padding: 0;
  }
  .app__catch-ttl {
    font-size: 50px;
    font-weight: bold;
    color: #3177D3;
  }
  .app__txt {
    margin-bottom: 26px;
  }
  .appinfo__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .appinfo__links-item:first-child {
    margin-right: 20px;
  }
  .appinfo__links-apple{
    width: 187px;
    height: 69px;
  }
  .appinfo__links-google{
    width: 231px;
    height: 69px;
  }
  .appinfo__phone{
    width: 350px;
    text-align: center;
  }
  .appinfo__phone-img{
    width: 350px;
    height: 652px;
  }

  .appinfo__links-qr {
    width: 112px;
  }
  .appinfo__links-txt {
    background-color: #3276D2;
    color: #fff;
    padding: 20px 8px 19px 20px;
    text-align: center;
    position: relative;
    margin-right: 55px;
  }
  .appinfo__links-txt::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54.5px 0 54.5px 38px;
    border-color: transparent transparent transparent #3275d2;
    position: absolute;
    right: -38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .appinfo__links-txt-sub{
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .appinfo__links-txt-main{
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
  }
}
@media (max-width: 740px) {
  /* SP */
  .sec--app {
    padding: 35px 0px 85px;
    background-color: #ddd;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/211130/app-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;
    position: relative;
  }
  .appinfo{
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    padding: 0px;
  }
  .appinfo-inner{
    width: 58%;
    display: block;
    padding: 0px;
  }
  .appinfo__logo{
    width: 100%;
    text-align: center;
  }
  .appinfo__logo-img{
    max-width: 316.5px;
    max-height: 75.5px;
    width: 76.8vw;
    height: 20.27vw;
    margin-bottom: 11px;
  }
  .app__catch-wrap{
    width: 100%;
    padding-top: 11px;
    margin-bottom: 27px;
  }
  .app__catch-wrap{
    margin-bottom: 17px;
  }
  .app__catch {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
    background-color: transparent;
    color: #3177D3;
    margin-bottom: 0;
    padding: 0;
  }
  .app__catch-ttl {
    font-size: 25px;
    font-weight: bold;
    color: #3177D3;
    line-height: 1.2;
  }
  .app__txt {
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: normal;
  }
  .appinfo__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 226px;
  }
  .appinfo__links-item:not(:last-of-type){
    margin-right: 10px;
  }
  .appinfo__links-apple{
    max-width: 144px;
    width: 38.4vw;
    max-height: none;
    height: auto;
  }
  .appinfo__links-google{
    max-width: 179px;
    width: 44.7vw;
    max-height: none;
    height: auto;
  }
  .appinfo__phone{
    padding-right: 6px;
    width: 40%;
    text-align: center;
  }
  .appinfo__phone-img{
    max-width: 168.5px;
    max-height: 299px;
    width: 38.33vw;
    height: 66.5vw;
  }
}




/* 
==================================
その他の情報
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .others-inner{
    width: 960px;
    margin: auto;
  }
  .others-ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  .others-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .others__item{
    width: 178px;
    margin-right: 15px;
    margin-bottom: 30px;
    height: 196px;
  }
  .others__item:nth-of-type(5n){
    margin-right: 0px;
  }
  .others__item:nth-of-type(n+6){
    margin-bottom: 0px;
    height: 270px;
  }
  .others__item-link{
    width: 100%;
    color: #333 !important;
    height: 100%;
  }
  .others__item-img{
    width: 100%;
  }
  .others__item-txt-wrap{
    background-color: #F3F3F3;
    padding: 10px 15px 30px;
    position: relative;
    min-height: 87px;
    width: 100%;
  }
  .others__item:nth-of-type(n+6) .others__item-txt-wrap{
    min-height: 160px;
  }
  .others__item-txt-wrap::before{
    content: "";
    position: absolute;
    width: 13px;
    height: 20px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -5px;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .others__item-txt{
    font-size: 16px;
    font-weight: 600;
  }
  .others__item:nth-of-type(n+6) .others__item-txt{
    font-size: 14px;
    font-weight: 300;
  }
  .others__item-txt--small{
    font-weight: 300;
    font-size: 14px;
  }
}
@media (max-width: 740px) {
  /* SP */
  .others-inner{
    padding: 0px 10px;
    margin: auto;
  }
  .others-ttl {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
  }
  .others-list{
    width: 89vw;
    max-width: 400px;
    margin: auto;
  }
  .others__item{
    width: 100%;
    max-width: 400px;
    min-height: 55px;
  }
  .others__item:not(:last-of-type){
    margin-bottom: 18px;
  }
  .others__item-link{
    width: 100%;
    color: #333 !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .others__item-img{
    max-width: 92px;
    max-height: 57px;
    width: 24.533vw;
    height: 15.2vw;
    margin-right: 5px;
  }
  .others__item-txt-wrap{
    position: relative;
    padding-right: 15px;
    width: 100%;
    min-height: 55px;
  }
  .others__item-txt-wrap::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 18px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .others__item-txt{
    font-size: 13px;
    font-weight: 600;
  }
  .others__item:nth-of-type(n+6) .others__item-txt{
    font-size: 13px;
    font-weight: 300;
  }
  .others__item-txt--small{
    font-weight: 300;
  }
}

/* 
==================================
cheer mv
==================================
*/
/* pc */
@media(min-width:741px){
  .cheer{
    width: 100%;
    padding: 60px 0px 50px;
    margin-bottom: 50px;
  }
  .cheer-inner{
    width: 960px;
    margin: auto;
  }
  .cheer-ttl{
    text-align: center;
    font-size: 24px;
    color: #404040;
    font-weight: 600;
    margin-bottom: 44px;
  }
  .cheer-ttl .cheer-ttl--blue{
    /* color: #3276d2; */
  }
  .cheer__mv{
    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 18px;
  }
  .cheer__mv-area{
    margin-bottom: 21px;
  }
  .cheer__mv-cap{
    text-align: center;
    font-size: 17px;
    color: #333333;
  }
}
/* sp */
@media(max-width:740px){
  .cheer{
    width: 100%;
    padding: 30px 0px 20px;
    margin-bottom: 35px;
  }
  .cheer-ttl{
    text-align: center;
    font-size: 14px;
    color: #404040;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .cheer-ttl .cheer-ttl--blue{
    /* color: #3276d2; */
  }
  .cheer__mv{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack:center;
                -ms-flex-pack:center;
                    justify-content:center;
  }
  .cheer__mv-item:not(:last-of-type){
    margin-bottom: 24px;
  }
  .cheer__mv-item iframe {
    width: 100% !important;
    height: 100% !important;
  }
  .cheer__mv-area{
    margin-bottom: 6px;
  }
  .cheer__mv-cap{
    text-align: center;
    font-size: 13px;
    color: #333333;
  }
}

/* 
==================================
sns share
==================================
*/
/* pc */
@media(min-width:741px){
  /* sns share */
  .share{
    width: 960px;
    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{
    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: 0px 4vw;
    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;
  }
}

/* 
=======================
bnr floating
=======================
*/
@media(min-width:741px){
  .bnr{
    position: fixed;
    z-index: 100;
    bottom: 70px;
    right: 10vw;
    background-color: #FFF221;
    color: #404040;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .bnr:hover,
  .bnr:focus{
    width: 150px;
    height: 150px;
  }
  .bnr-inner{
    width: 100%;
    height: 100%;
  }
  .bnr-link{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    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;
  }
  a.bnr-link:link,
  a.bnr-link:active,
  a.bnr-link:visited{
    color: inherit;
  }
}
@media(max-width:740px){
  .bnr{
    position: fixed;
    z-index: 100;
    bottom: 15px;
    right: 18vw;
    background-color: #FFF221;
    color: #404040;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 1.1;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
  }
  .bnr:hover,
  .bnr:focus,
  .bnr:active{
    width: 110px;
    height: 110px;
  }
  .bnr-inner{
    width: 100%;
    height: 100%;
  }
  .bnr-link{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    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;
  }
  a.bnr-link:link,
  a.bnr-link:active,
  a.bnr-link:visited{
    color: inherit;
  }
}


/* 
=======================
bnr area three
=======================
*/
@media(min-width:741px){
  .bnrarea{
    width: 708px;
    margin: auto;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bnrarea-item{
    width: 222px;
    height: 135px;
  }
}
@media(max-width:740px){
  .bnrarea{
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    margin-bottom: 40px;
    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;
  }
  .bnrarea-link{
    margin-bottom: 10px;
    max-width: 165px;
    width: 44vw;
    max-height: 100px;
    height: 26.7vw;
  }
  .bnrarea-item{
    max-width: 165px;
    max-height: 100px;
    width: inherit;
    height: inherit;
  }
}



/*
==================================
qr
==================================
*/
/* pc */
@media(min-width:741px){
  .qr-inner {
    border: 2px solid #3177D3;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff;
    padding: 20px 70px 20px 80px;
    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;
  }
  .qr__txt {
    text-align: center;
  }
  .qr__txt-sub {
    font-size: 20px;
    font-weight: bold;
    color: #3177D3;
    margin-bottom: 5px;
    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;
  }
  .qr__txt-sub::before,
  .qr__txt-sub::after{
    content: "";
    width: 10px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .qr__txt-sub::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/line_left.svg);
    margin-right: 5px;
  }
  .qr__txt-sub::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/line_right.svg);
    margin-left: 5px;
  }
  .qr__txt-main {
    color: #333333;
    font-size: 18px;
  }

  .qr__cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .qr__cv-img {
    width: 112px;
  }
  .qr__cv-txt {
    background-color: #3276D2;
    color: #fff;
    padding: 20px 20px 19px 8px;
    text-align: center;
    position: relative;
    margin-left: 50px;
  }
  .qr__cv-txt::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54.5px 38px 54.5px 0;
    border-color: transparent #3275d2 transparent transparent;
    position: absolute;
    left: -38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .qr__cv-txt-sub{
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .qr__cv-txt-main{
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
  }
}
/* sp */
@media(max-width:740px){
  .qr-inner {
    border: 2px solid #3177D3;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff;
    padding: 12px 10px 12px 12px;
  }
  .qr__txt {
    text-align: center;
    margin-bottom: 10px;
  }
  .qr__txt-sub {
    font-size: 14px;
    font-weight: bold;
    color: #3177D3;
    margin-bottom: 7px;
    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;
  }
  .qr__txt-sub::before,
  .qr__txt-sub::after{
    content: "";
    width: 6px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .qr__txt-sub::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/line_left.svg);
    margin-right: 3px;
  }
  .qr__txt-sub::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/line_right.svg);
    margin-left: 3px;
  }
  .qr__txt-main {
    color: #333333;
    font-size: 14px;
  }

  .qr__cv {
    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;
  }
  .qr__cv-app--apple{
    width: 133px;
  }
  .qr__cv-app--google{
    width: 166px;
  }
}



/*
==================================
to-search-try
==================================
*/
/* pc */
@media(min-width:741px){
  .to-search-try__ttl{
    font-size: 20px;
    font-weight: bold;
    color: #3177D3;
    margin-bottom: 7px;
    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;
  }
  .to-search-try__ttl::before,
  .to-search-try__ttl::after{
    content: "";
    width: 10px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .to-search-try__ttl::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/line_left.svg);
    margin-right: 5px;
  }
  .to-search-try__ttl::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/line_right.svg);
    margin-left: 5px;
  }
  .to-search-try__link {
    display: block;
    background-color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .to-search-try__link:not(:last-of-type){
    margin-bottom: 10px;
  }
  .to-search-try__link::after{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/icon_arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .to-search-try__link-subtxt{
    font-size: 14px;
    font-weight: bold;
    color: #3177D3;
    margin: 0 0 5px 10px;
    display: block;
  }
  .to-search-try__link-txt{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: block;
  }
}
/* sp */
@media(max-width:740px){
  .to-search-try__ttl{
    font-size: 14px;
    font-weight: bold;
    color: #3177D3;
    margin-bottom: 7px;
    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;
  }
  .to-search-try__ttl::before,
  .to-search-try__ttl::after{
    content: "";
    width: 6px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .to-search-try__ttl::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/line_left.svg);
    margin-right: 3px;
  }
  .to-search-try__ttl::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/line_right.svg);
    margin-left: 3px;
  }
  .to-search-try__link {
    display: block;
    background-color: #fff;
    padding: 7px 15px 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .to-search-try__link:not(:last-of-type){
    margin-bottom: 10px;
  }
  .to-search-try__link::after{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/220427/icon_arrow_right_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .to-search-try__link-subtxt{
    font-size: 14px;
    font-weight: bold;
    color: #3177D3;
    margin: 0 0 5px 10px;
    display: block;
  }
  .to-search-try__link-txt{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: block;
  }
}