@charset "utf-8";
/* 
==================================
global reset
==================================
*/
/* pc */
@media(min-width:741px){
  body{
    min-width: 1114px;
    overflow-x: auto;
  }
  .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;
  }
  #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;
    margin-bottom: 57px;
  }
  .kv-swiper{
    width: 1100px;
    margin: auto;
  }
  .kv__inner{
    max-width: 1100px;
    width: 100%;
    height: 430px;
    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/201030/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);
  }
  .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%;
  }
  .swiper-slide--04 .kv__inner-txtarea{
    top: 40%;
  }
  .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%;
    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;
    padding-bottom: 20px;
  }
  .kv__inner-img{
    width: 100%;
    height: 109vw;
    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/201030_2/kv-bg-01-sp.jpg);
  }
  .swiper-slide--02 .kv__inner-img{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030/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);
  }
  .kv__inner-txtarea{
    font-size: 26px;
    color: #3b3b3b;
  }
  .swiper-slide .kv__inner-txtarea{
    position: absolute;
    left: 50%;
    bottom: 112px;
    -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-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;

    padding: 80px 0 120px;
  }
  .sol-ttl {
    color: #3276d2;
    font-size: 38px;
    font-weight: bold;
    text-align: center;

    margin-bottom: 60px;
  }
  .sol-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    margin-bottom: 78px;
  }
  .sol__item {
    width: 300px;
  }
  .sol__item-ttl {
    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-bottom: 40px;
  }
  .sol__item-ttl-img {
    max-width: 100%;
  }
  .sol__item-ttl-img--01 {
    width: 253px;
    height: 57px;
  }
  .sol__item-ttl-img--02 {
    width: 241px;
    height: 57px;
  }
  .sol__item-ttl-img--03 {
    width: 216px;
    height: 57px;
  }
  .sol__item-thumbwrap {
    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;

    min-height: 147px;
    margin-bottom: 20px;
  }
  .sol__item-thumb {
    max-width: 100%;
  }
  .sol__item-thumb--01 {
    width: 243px;
    height: 128px;
  }
  .sol__item-thumb--02 {
    width: 172px;
    height: 111px;
  }
  .sol__item-thumb--03 {
    width: 97px;
    height: 147px;
  }
  .sol__item-txt {
    min-height: 8em;
    margin-bottom: 14px;
  }
  .sol__imem-link {
    display: inline-block;
    width: 100%;
    background-color: #255799;
    border-radius: 5px;
    overflow: hidden;
    border: #3276d2 2px solid;
    border-bottom: none;
    position: relative;
  }
  .sol__imem-link::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;

    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .sol__imem-link:hover,
  .sol__imem-link:active,
  .sol__imem-link:focus{
    opacity: 1;
    border-bottom: none;
  }
  .sol__imem-link .sol__imem-link-txt:hover,
  .sol__imem-link .sol__imem-link-txt:active,
  .sol__imem-link .sol__imem-link-txt:focus{
    background-color: #ffffff;
    color: #3276d2;
  }
  .sol__imem-link:hover::after,
  .sol__imem-link:active::after,
  .sol__imem-link:focus::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
  }
  .sol__imem-link-txt {
    display: block;
    width: 100%;
    background-color: #3276d2;
    border-radius: 5px;
    overflow: hidden;
    
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;

    padding: 20px 0 38px;
    margin-bottom: 6px;
  }

  .sol__point-ttl {
    color: #404040;
    font-size: 28px;
    text-align: center;

    margin-bottom: 36px;
  }
  .sol__point-list {
    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;
  }
  .sol__point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 14px;
  }
  .sol__point__item-logo {
    margin-right: 20px;
  }
  .sol__point__item-txt {
    font-size: 20px;
  }
  .sol__point__item-logo {
    width: 50px;
  }
  .sol__point__item-logo--home {
    width: 50px;
    height: 42px;
  }
  .sol__point__item-logo--hands {
    width: 50px;
    height: 47px;
  }
  .sol__point__item-logo--japan {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 740px) {
  /* SP */
  .sol-inner {
    padding: 55px 15px 64px;
  }
  .sol-ttl {
    color: #3276d2;
    font-size: 24px;
    font-weight: bold;
    text-align: center;

    margin-bottom: 26px;
  }
  .sol-list {
    margin-bottom: 56px;
  }
  .sol__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .sol__item-ttl {
    margin-bottom: 20px;
  }
  .sol__item-ttl-img {
    max-width: 100%;
  }
  .sol__item-ttl-img--01 {
    width: 287px;
    height: 43px;
  }
  .sol__item-ttl-img--02 {
    width: 191px;
    height: 44px;
  }
  .sol__item-ttl-img--03 {
    width: 249px;
    height: 44px;
  }
  .sol__item-thumbwrap {
    text-align: center;
    margin-bottom: 20px;
  }
  .sol__item-thumb {
    max-width: 100%;
  }
  .sol__item-thumb--01 {
    width: 198px;
    height: 105px;
  }
  .sol__item-thumb--02 {
    width: 160px;
    height: 103px;
  }
  .sol__item-thumb--03 {
    width: 77px;
    height: 117px;
  }
  .sol__item-txt {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .sol__imem-link {
    display: inline-block;
    width: 100%;
    background-color: #255799;
    border-radius: 3px;
    overflow: hidden;
    border: #3276d2 2px solid;
    border-bottom: none;
    position: relative;
  }
  .sol__imem-link::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;

    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .sol__imem-link:hover,
  .sol__imem-link:active,
  .sol__imem-link:focus{
    opacity: 1;
  }
  .sol__imem-link .sol__imem-link-txt:hover,
  .sol__imem-link .sol__imem-link-txt:active,
  .sol__imem-link .sol__imem-link-txt:focus{
    background-color: #ffffff;
    color: #3276d2;
  }
  .sol__imem-link:hover::after,
  .sol__imem-link:active::after,
  .sol__imem-link:focus::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
  }
  .sol__imem-link-txt {
    display: block;
    width: 100%;
    background-color: #3276d2;
    border-radius: 3px;
    overflow: hidden;
    
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;

    padding: 12px 0 24px;
    margin-bottom: 3px;
  }

  .sol__point-ttl {
    color: #404040;
    font-size: 20px;
    text-align: center;

    margin-bottom: 20px;
  }
  .sol__point-list {
    max-width: 290px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sol__point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sol__point__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .sol__point__item-logo {
    margin-right: 10px;
  }
  .sol__point__item-txt {
    font-size: 17px;
  }
  .sol__point__item-logo {
    width: 30px;
  }
  .sol__point__item-logo--home {
    width: 30px;
    height: 24px;
  }
  .sol__point__item-logo--hands {
    width: 30px;
    height: 28px;
  }
  .sol__point__item-logo--japan {
    width: 30px;
    height: 30px;
  }
}


/* 
==================================
sec share
==================================
*/
/* pc */
@media(min-width:741px){
  .sec{
    width: 100%;
  }
  .sec__inner{
    width: 960px;
    margin: auto;
  }
  .sec__inner-ttl{
    font-size: 38px;
    font-weight: 600;
    color: #3276d2;
    line-height: 1.39;

    padding-left: 130px;
    margin-bottom: 48px;

    position: relative;
  }
  .sec__inner-ttl::before{
    content: '';
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl01-pc.png);
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    width: 93px;
    height: 86px;

    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec__inner-ttl--01::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl01-pc.png);
    width: 93px;
    height: 86px;
  }
  .sec__inner-ttl--02::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl02-pc.png);
    width: 108px;
    height: 86px;
  }
  .sec__inner-ttl--03::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl03-pc.png);
    width: 109px;
    height: 86px;
  }
  .sec__inner-ttl-lead {
    background-color: #fff;

    color: #3276d2;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;

    padding: 10px 12px 9px;
    border-radius: 40px;

    position: absolute;

    top: 0;
    left: 130px;
    -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  .sec__inner-ttl-lead::before {
    content: '';
    position: absolute;
    border-top: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;

    width: 0;
    height: 0;

    bottom: -5px;
    left: 32px;
  }
  .sec__inner-ttl-lead--01 {
    background-color: #fff;
    color: #3276d2;
  }
  .sec__inner-ttl-lead--01::before {
    border-top-color: #fff;
  }
  .sec__inner-ttl-lead--02 {
    background-color: #edf8ff;
    color: #3276d2;
  }
  .sec__inner-ttl-lead--02::before {
    border-top-color: #edf8ff;
  }
  .sec__inner-ttl-lead--01 {
    background-color: #fff;
    color: #3276d2;
  }
  .sec__inner-ttl-lead--01::before {
    border-top-color: #fff;
  }
  .sec__inner-subttl{
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-bottom: 26px;
  }
  .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-linklist,
  .sec__inner-iclist,
  .sec__inner-list{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .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%;
  }
  .sec__inner{
    margin: auto;
    padding: 0px 15px;
  }
  .sec__inner-ttl {
    font-size: 24px;
    font-weight: 600;
    color: #3276d2;
    line-height: 1.16;

    padding-left: 63px;
    margin-bottom: 30px;

    position: relative;
  }
  .sec__inner-ttl::before{
    content: '';
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl01-sp.png);
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    width: 47px;
    height: 43px;

    top: 0;
    left: 0;
  }
  .sec__inner-ttl--01::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl01-sp.png);
    width: 47px;
    height: 43px;
  }
  .sec__inner-ttl--02::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl02-sp.png);
    width: 55px;
    height: 43px;
  }
  .sec__inner-ttl--03::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/sec-ttl03-sp.png);
    width: 55px;
    height: 43px;
  }
  .sec__inner-ttl-lead {
    background-color: #fff;

    color: #3276d2;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;

    padding: 5px 6px 4px;
    border-radius: 40px;

    position: absolute;

    top: 0;
    left: 63px;
    -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  .sec__inner-ttl-lead::before {
    content: '';
    position: absolute;
    border-top: 3px solid #fff;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;

    width: 0;
    height: 0;

    bottom: -3px;
    left: 17px;
  }
  .sec__inner-ttl-lead--01 {
    background-color: #fff;
    color: #3276d2;
  }
  .sec__inner-ttl-lead--01::before {
    border-top-color: #fff;
  }
  .sec__inner-ttl-lead--02 {
    background-color: #edf8ff;
    color: #3276d2;
  }
  .sec__inner-ttl-lead--02::before {
    border-top-color: #edf8ff;
  }
  .sec__inner-ttl-lead--01 {
    background-color: #fff;
    color: #3276d2;
  }
  .sec__inner-ttl-lead--01::before {
    border-top-color: #fff;
  }
  .sec__inner-subttl.sec__inner-subttl--fs24{
    font-size: 16px;
  }
  .sec__inner-txt{
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
  }
  .sec__inner-linklist,
  .sec__inner-list{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec__inner-txtlink{
    font-size: 13px;
    margin-bottom: 10px;
    color: #3276d2;
    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;
  }
  a.sec__inner-txtlink:link,
  a.sec__inner-txtlink:active,
  a.sec__inner-txtlink:visited {
    color: #3276d2;
  }
  .sec__inner-txtlink::after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #3276d2;
    border-bottom: 2px solid #3276d2;
    -webkit-transform:rotate(-135deg);
        -ms-transform:rotate(-135deg);
            transform:rotate(-135deg);
    display: inline-block;
    margin: 0px 5px;
  }
  .accarea__content-link::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 8px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: -1em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec__inner-txtlink.sec__inner-txtlink--glass::after{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201021/glass-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 9px;
    border: none;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    display: inline-block;
    margin: 0px 5px;
  }
  .sec__inner-linkarea{
    text-align: center;
  }
}
/* 
==================================
sec about
==================================
*/
/* pc */
@media(min-width:741px){
  .sec--about .sec__inner-ttl{
    color: #3276d2;
    margin-bottom: 52px;
  }
  .sec--about .sec__inner-linkarea{
    text-align: center;
    margin-bottom: 35px;
  }
  .sec--about .sec__inner-linklist{
    margin-bottom: 52px;
  }
  .sec--about .sec__inner-linkitem,
  .sec--about .sec__inner-icitem{
    display: -ms-flexbox;
    display: -webkit-box;
    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;
  }
  .sec--about .sec__inner-icitem{
    width: 33%;
  }
  .sec--about .sec__inner-linkitem{
    width: 222px;
  }
  .sec--about .sec__inner-linkitem::before{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-sho6-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 88px;
    height: 88px;
    display: inline-block;
    margin-bottom: 5px;
  }
  .sec--about .sec__inner-linkitem:nth-of-type(2)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-chu1-2-pc.png);
  }
  .sec--about .sec__inner-linkitem:nth-of-type(3)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-chu3-pc.png);
  }
  .sec--about .sec__inner-linkitem:nth-of-type(4)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-kou-pc.png);
  }
  .sec--about .sec__inner-linkitem:not(:last-of-type){
    margin-right: 23px;
  }
  .sec--about .sec__inner-linktxt{
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 21px;
  }
  .sec--about .sec__inner .sec__inner-linkbtn{
    width: 100%;
    display: inline-block;
    background-color: #4998f0;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding: 17px 0px 10px;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 0 0 #3880d0;
            box-shadow: 0 5px 0 0 #3880d0;
  }
  .sec--about .sec__inner-linkbtn span{
    font-size: 28px;
  }
  .sec--about .sec__inner-linkbtn::after{
    content: "";
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec--about .sec__inner-iclist{
    width: 740px;
    margin: auto;
  }
  .sec--about .sec__inner-icitem::before{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-home-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 62px;
    height: 52px;
    margin-bottom: 10px;
  }
  .sec--about .sec__inner-icitem:nth-of-type(2)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-hands-pc.png);
    width: 65px;
    height: 61px;
  }
  .sec--about .sec__inner-icitem:nth-of-type(3)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-japan-pc.png);
    width: 67px;
    height: 67px;
  }
  .sec--about .sec__inner-ictxt{
    max-width: 222px;
    font-size: 20px;
    color: #404040;
    text-align: center;
  }
}
/* sp */
@media(max-width:740px){
  .sec--about .sec__inner{
    text-align: center;
  }
  .sec--about .sec__inner-ttl{
    color: #3276d2;
    margin-bottom: 24px;
  }
  .sec--about .sec__inner-txt{
    text-align: left;
  }
  .sec--about .sec__inner-txtlink{
    margin-bottom: 39px;
  }
  .sec--about .sec__inner-iclist{
    max-width: 305px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec--about .sec__inner-subttl{
    margin-bottom: 18px;
  }
  .sec--about .sec__inner-txtlink.sec__inner-txtlink--glass{
    margin-bottom: 30px;
    display: block;
  }
  .sec--about .sec__inner-icitem{
    margin-bottom: 10px;
    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;
  }
  .sec--about .sec__inner-icitem:last-of-type{
    margin-bottom: 0px;
  }
  .sec--about .sec__inner-icitem::before{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-home-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 37px;
    height: 30px;
    margin-right: 10px;
  }
  .sec--about .sec__inner-icitem:nth-of-type(2)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-hands-sp.png);
    width: 39px;
    height: 37px;
  }
  .sec--about .sec__inner-icitem:nth-of-type(3)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/about-japan-sp.png);
    width: 40px;
    height: 40px;
  }
  .sec--about .sec__inner-ictxt{
    font-size: 14px;
    color: #404040;
    text-align: center;
  }
}

/* 
==================================
sec seminar
==================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--seminar{
    background-color: #e8f2f9;
    padding: 132px 0px 120px;
  }
  .sec--seminar .sec__inner-linklist{
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec--seminar .sec__inner-linkitem{
    width: 100%;
    margin-bottom: 46px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec--seminar .sec__inner-linktxt{
    color: #333333;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 13px;
  }
  .sec--seminar .sec__inner .sec__inner-linkbtn{
    width: 460px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 15px;
    padding: 25px 0px 20px;
    position: relative;
    border-radius: 10px;
    border: #3276d2 2px solid;
    border-bottom: none;
    background-color: #3276d2;
    -webkit-box-shadow: 0 5px 0 0 #255799;
            box-shadow: 0 5px 0 0 #255799;
  }
  .sec--seminar .sec__inner-linkbtn span{
    width: 100%;
    font-size: 28px;
  }
  .sec--seminar .sec__inner-linkbtn::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: 17px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 5px;
  }
  .sec--seminar .sec__inner-linkbtn:hover,
  .sec--seminar .sec__inner-linkbtn:focus,
  .sec--seminar .sec__inner-linkbtn:active{
    background-color: #ffffff;
    color: #3276d2;
    opacity: 1;
  }
  .sec--seminar .sec__inner-linkbtn:hover::after,
  .sec--seminar .sec__inner-linkbtn:focus::after,
  .sec--seminar .sec__inner-linkbtn:active::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
  }
  .sec.sec--seminar .sec__inner-news{
    position: relative;
    width: 944px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 60px;
    padding: 39px 0px 23px;
  }
  .sec.sec--seminar .sec__inner-news::before{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-news-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 140px;
    height: 111px;
  }
  .sec.sec--seminar .sec__inner-subttl{
    margin-bottom: 25px;
  }
  .sec.sec--seminar .sec__inner-data{
    text-align: center;
    margin-bottom: 27px;
  }
  .sec.sec--seminar .sec__inner-dataimg{
    width: 461px;
    margin: auto;
  }
  .sec--seminar .sec__inner-comment{
    font-size: 16px;
    color: #333333;
    padding: 0px 67px 0px 34px;
  }
  .sec--seminar .sec__inner-commentarea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: auto;
  }
  .sec--seminar .sec__inner-commentarea:nth-of-type(even){
    padding-left: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:end;
  }
  .sec--seminar .sec__inner-commentarea::before{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201021/seminar-human-a-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 103px;
    margin-bottom: 15px;
  }
  .sec--seminar .sec__inner-commentarea:nth-of-type(odd)::before{
    margin-right: 20px;
  }
  .sec--seminar .sec__inner-commentarea:nth-of-type(even)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201021/seminar-human-b-pc.png);
    width: 87px;
    height: 102px;
    margin-left: 20px;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 50px 48px 38px;
    border-radius: 68.4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt::before,
  .sec--seminar .sec__inner-comment .sec__inner-txt::after{
    content: "";
    border-radius: 68.4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt::before{
    border: #96bbe3 4px solid;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt::after{
    background-color: #f2f7fa;
    top: 10px;
    left: -10px;
    z-index: -1;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt span::before{
    content: "";
    position: absolute;
    left: -10px;
    bottom: 40px;
    width: 34px;
    height: 5px;
    background-color: #96bbe3;
  }
  .sec--seminar .sec__inner-commentarea:nth-of-type(1) .sec__inner-txt span::before{
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .sec--seminar .sec__inner-commentarea:nth-of-type(2) .sec__inner-txt span::before{
    left: auto;
    right: -5px;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .sec--seminar .sec__inner-commentarea:nth-of-type(1) .sec__inner-txt{
    width: 682px;
  }
  .sec--seminar .sec__inner-commentarea:nth-of-type(2) .sec__inner-txt{
    width: 592px;
  }
  .sec--seminar .sec__inner-news .sec__inner-txt.sec__inner-txt--weak{
    text-align: center;
    font-size: 14px;
    color: #6b6b6b;
  }
  .sec.sec--seminar .sec__inner-convinner{
    width: 960px;
    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;
    margin-bottom: 74px;
  }
  .sec--seminar .sec__inner-conv .sec__inner-subttl{
    width: 100%;
  }
  .sec--seminar .sec__inner-convitem{
    width: 30%;
    max-width: 288px;
    min-height: 280px;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
  }
  .sec--seminar .sec__inner-convitem .sec__inner-txtarea{
    text-align: right;
    max-width: 288px;
  }
  .sec--seminar .sec__inner-convitem:not(:last-of-type){
    margin-right: 20px;
  }
  .sec--seminar .sec__inner-convitem .sec__inner-cap{
    font-size: 17px;
    color: #404040;
    max-width: 288px;
    text-align: left;
    margin-bottom: 10px;
  }
  .sec--seminar .sec__inner-convitem .sec__inner-cap.sec__inner-cap--strong{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .sec--seminar .sec__inner-convitem .sec__inner-txtlink{
    font-size: 16px;
    margin-right: 10px;
  }
  .sec--seminar .sec__inner-convitem.sec__inner-convitem--final .sec__inner-txtlink{
    margin-top: 27px;
  }
  .sec.sec--seminar .sec__inner-convitem--line{
    border-bottom: 3px solid #4e4e4e;
    padding-right: 20px;
    width: 330px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
  }
  .sec.sec--seminar .sec__inner-convitem--line::after{
    content: "";
    width: 10px;
    height: 10px;
    border-left: 3px solid #4e4e4e;
    border-bottom: 3px solid #4e4e4e;
    position: absolute;
    top: 70%;
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .sec--seminar .sec__inner-convitem::before{
    content: "";
    width: 107px;
    height: 145px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sec--seminar .sec__inner-convitem.sec__inner-convitem--final::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-book-final-pc.png);
  }
  .sec--seminar .sec__inner-convitem.sec__inner-convitem--trial::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-book-trial-pc.png);
    width: 108px;
  }
  .sec--seminar .sec__inner-convitem.sec__inner-convitem--wakari::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-book-wakari-pc.png);
    width: 110px;
    height: 146px;
  }
  /* with あわせて */
  .sec--seminar .sec__inner-with{
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0px 25px;
    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;
  }
  .sec--seminar .sec__inner-witharea{
    height: 231px;
    width: 45%;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec.sec--seminar .sec__inner-btnlink{
    width: 424px;
    border-radius: 10px;
    padding: 10px 0px 12px;
    font-size: 20px;
    line-height: 1.3;
    height: 65px;
    position: relative;
    font-weight: 600;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color:#3276d2;
    background-color: #ffffff;
    border:2px solid #3276d2;
    -webkit-box-shadow: 0 5px 0 0 #bac5cd;
            box-shadow: 0 5px 0 0 #bac5cd;
  }
  .sec--seminar .sec__inner-btnlink::after {
    content: "";
    border-left: 3px solid #3276d2;
    border-bottom: 3px solid #3276d2;
    -webkit-transform: rotate(-135deg) translateY(-50%);
        -ms-transform: rotate(-135deg) translateY(-50%);
            transform: rotate(-135deg) translateY(-50%);
    position: absolute;
    width: 10px;
    height: 10px;
    top: 40%;
    right: 10px;
  }
  .sec.sec--seminar .sec__inner-btnlink .sec__inner-btnlink--big{
    font-size: 26px;
  }
  .sec--seminar .sec__inner-btnlink:hover,
  .sec--seminar .sec__inner-btnlink:focus{
    opacity: 1;
    background-color: #3276d2;
    color: #ffffff;
  }
  .sec--seminar .sec__inner-btnlink:hover::after,
  .sec--seminar .sec__inner-btnlink:focus::after{
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--seminar{
    background-color: #e8f2f9;
    padding: 58px 0px 60px;
  }
  .sec--seminar .sec__inner-linklist{
    margin-bottom: 52px;
    margin-top: 20px;
  }
  .sec--seminar .sec__inner-linkitem{
    width: 100%;
    margin-bottom: 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec--seminar .sec__inner-linkitem:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .sec--seminar .sec__inner-linktxt{
    color: #404040;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .sec--seminar .sec__inner .sec__inner-linkbtn{
    width: 100%;
    max-width: 345px;
    min-height: 50px;
    box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 15px;
    padding: 6px 0px 8px;
    padding-right: 20px;
    position: relative;
    border-radius: 5px;
    margin: auto;
    border: #3276d2 2px solid;
    border-bottom: none;
    background-color: #3276d2;
    -webkit-box-shadow: 0 5px 0 0 #255799;
            box-shadow: 0 5px 0 0 #255799;
  }
  .sec--seminar .sec__inner-linkbtn span{
    font-size: 21px;
  }
  .sec--seminar .sec__inner .sec__inner-linkbtn:not(:last-of-type){
    margin-bottom: 13px;
  }
  .sec--seminar .sec__inner-linkbtn::after{
    content: '';
    position: absolute;
    width: 7px;
    height: 15px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_wh_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 53%;
    right: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec--seminar .sec__inner-linkbtn:hover,
  .sec--seminar .sec__inner-linkbtn:focus,
  .sec--seminar .sec__inner-linkbtn:active{
    background-color: #ffffff;
    color: #3276d2;
    opacity: 1;
  }
  .sec--seminar .sec__inner-linkbtn:hover::after,
  .sec--seminar .sec__inner-linkbtn:focus::after,
  .sec--seminar .sec__inner-linkbtn:active::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
  }
  .sec.sec--seminar .sec__inner-news{
    position: relative;
    max-width: 329px;
    width: 87.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 35px;
    padding: 31px 5.3vw 17px;
  }
  .sec.sec--seminar .sec__inner-news::before{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-news-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -26px;
    left: -26px;
    width: 100px;
    height: 85px;
  }
  .sec.sec--seminar .sec__inner-data{
    text-align: center;
    margin-bottom: 19px;
  }
  .sec.sec--seminar .sec__inner-dataimg{
    max-width: 231px;
    width: 75vw;
    margin: auto;
  }
  .sec--seminar .sec__inner-comment{
    font-size: 16px;
    color: #333333;
  }
  .sec--seminar .sec__inner-commentarea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: auto;
  }
  .sec--seminar .sec__inner-commentarea::before{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201021/seminar-human-a-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 52px;
    margin-bottom: 15px;
    margin-right: 8px;
  }
  .sec--seminar .sec__inner-commentarea:nth-of-type(even)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201021/seminar-human-b-sp.png);
    width: 49px;
    height: 51px;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt{
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
    padding: 13px 15px 10px;
    border-radius: 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt::before,
  .sec--seminar .sec__inner-comment .sec__inner-txt::after{
    content: "";
    border-radius: 31px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt::before{
    border: #96bbe3 2px solid;
    top: 0px;
    left: 0px;
    z-index: 2;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt::after{
    background-color: #f2f7fa;
    top: 6px;
    left: -6px;
    z-index: -1;
  }
  .sec--seminar .sec__inner-comment .sec__inner-txt span::before{
    content: "";
    position: absolute;
    left: -6px;
    bottom: 40px;
    max-width: 22px;
    width: 4vw;
    height: 3px;
    background-color: #96bbe3;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .sec--seminar .sec__inner-news .sec__inner-txt.sec__inner-txt--weak{
    text-align: center;
    font-size: 13px;
    color: #6b6b6b;
  }
  .sec.sec--seminar .sec__inner-convinner{
    max-width: 329px;
    width: 87.7vw;
    margin: auto;
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
  }
  .sec--seminar .sec__inner-conv .sec__inner-subttl{
    width: 100%;
  }
  .sec--seminar .sec__inner-convitem{
    padding-bottom: 5px;
  }
  .sec--seminar .sec__inner-convitem .sec__inner-txtarea{
    text-align: right;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec--seminar .sec__inner-convitem:not(:last-of-type){
    margin-bottom: 8px;
  }
  .sec--seminar .sec__inner-convitem .sec__inner-cap{
    font-size: 13px;
    color: #404040;
    text-align: left;
  }
  .sec--seminar .sec__inner-convitem .sec__inner-cap.sec__inner-cap--strong{
    font-size: 14px;
    font-weight: 600;
  }
  .sec--seminar .sec__inner-convitem .sec__inner-txtlink{
    font-size: 13px;
    margin-right: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .sec.sec--seminar .sec__inner-convitem .sec__inner-txtlink::after{
    width: 5px;
    height: 5px;
    margin-top: 3px;
  }
  .sec.sec--seminar .sec__inner-convitem--line{
    width: 250px;
    border-bottom: 2px solid #4e4e4e;
    position: relative;
  }
  .sec.sec--seminar .sec__inner-convitem--line::after{
    content: "";
    position: absolute;
    top: 30%;
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    border-left: 3px solid #4e4e4e;
    border-bottom: 3px solid #4e4e4e;
    width: 10px;
    height: 10px;
  }
  .sec--seminar .sec__inner-convitem .sec__inner-txtarea::before{
    content: "";
    max-width: 48px;
    width: 12.8vw;
    max-height: 61px;
    height: 16.2vw;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sec--seminar .sec__inner-convitem.sec__inner-convitem--final .sec__inner-txtarea::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-book-final-sp.png);
  }
  .sec--seminar .sec__inner-convitem.sec__inner-convitem--trial .sec__inner-txtarea::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-book-trial-sp.png);
  }
  .sec--seminar .sec__inner-convitem.sec__inner-convitem--wakari .sec__inner-txtarea::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-book-wakari-sp.png);
  }
  .sec--seminar .sec__inner-witharea:not(:last-of-type){
    margin-bottom: 40px;
  }
  .sec__inner-witharea .sec__inner-subttl{
    margin-bottom: 0px;
  }
  .sec.sec--seminar .sec__inner-btnlink{
    max-width: 308px;
    width: 82.1vw;
    border-radius: 10px;
    padding: 9px 0px 7px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #3276d2;
    display: block;
    position: relative;
    margin: auto;
    background-color: #ffffff;
    border:2px solid #3276d2;
    -webkit-box-shadow: 0 5px 0 0 #bac5cd;
            box-shadow: 0 5px 0 0 #bac5cd;
  }
  .sec.sec--seminar .sec__inner-btnlink .sec__inner-btnlink--big{
    font-size: 17px;
  }
  .sec--seminar .sec__inner-btnlink::after{
    content: "";
    border-left: 3px solid #3276d2;
    border-bottom: 3px solid #3276d2;
    -webkit-transform: rotate(-135deg) translateY(-50%);
        -ms-transform: rotate(-135deg) translateY(-50%);
            transform: rotate(-135deg) translateY(-50%);
    position: absolute;
    top: 32%;
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .sec--seminar .sec__inner-btnlink:hover,
  .sec--seminar .sec__inner-btnlink:focus{
    opacity: 1;
    background-color: #3276d2;
    color: #ffffff;
  }
  .sec--seminar .sec__inner-btnlink:hover::after,
  .sec--seminar .sec__inner-btnlink:focus::after{
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }
}

/* 
==================================
アーカイブ
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .archive {
    margin-bottom: 100px;
  }
  .archive-ttl {
    color: #3276d2;
    font-size: 38px;
    font-weight: bold;

    margin-bottom: 22px;
  }
  .archive-txt {
    font-size: 17px;

    margin-bottom: 50px;
  }
  .archive-area:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .archive-area-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
  }
  .archive-area-ttl-pick {
    display: inline-block;
    background-color: #3276d2;

    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 8px 11px;
    border-radius: 50px;
    margin-right: 8px;
  }
  .archive-area-ttl--blue {
    display: inline-block;
    color: #3276d2;
  }
  .archive-list {
    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;

    margin-bottom: 26px;
  }
  .archive-list__item {
    width: 309px;
  }
  .archive-list__item:nth-of-type(n+4) {
    display: none;
  }
  .archive-list__item-link {
    display: inline-block;
    width: 100%;
  }
  .archive-list__item-thumb {
    width: 309px;
    height: 192px;
  }
  .archive-more-wrap {
    text-align: right;
  }
  .archive-more {
    color: #3276d2;
    font-size: 17px;
    text-decoration: underline;
    padding-right: 10px;

    position: relative;
  }
  .archive-more::after {
    content: '';

    position: absolute;
    width: 4px;
    height: 8px;
    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%);
  }
  .archive-more:link, .archive-more:active, .archive-more:visited {
    color: #3276d2 !important;
    text-decoration: underline;
  }
}
@media (max-width: 740px) {
  /* SP */
  .archive {
    margin-bottom: 50px;
  }
  .archive-ttl {
    color: #3276d2;
    font-size: 24px;
    font-weight: bold;

    margin-bottom: 12px;
  }
  .archive-txt {
    font-size: 17px;

    margin-bottom: 26px;
  }
  .archive-area:not(:last-of-type) {
    margin-bottom: 26px;
  }
  .archive-area-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
  }
  .archive-area-ttl-pick {
    display: inline-block;
    background-color: #3276d2;

    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 6px;
  }
  .archive-area-ttl--blue {
    display: inline-block;
    color: #3276d2;
  }
  .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    margin-bottom: 20px;
  }
  .archive-list__item {
    width: 47%;
    max-width: 150px;
    max-height: 94px;
    height: 26.5vw;
  }
  .archive-list__item:nth-child(odd) {
    margin-right: 15px;
  }
  .archive-list__item:nth-last-child(n+3) {
    margin-bottom: 20px;
  }
  .archive-list__item-link {
    display: inline-block;
    width: 100%;
  }
  .archive-list__item-thumb {
    width: 100%;
  }
  .archive-more-wrap {
    text-align: center;
  }
  .archive-more {
    color: #3276d2;
    font-size: 17px;
    text-decoration: underline;

    position: relative;
  }
  .archive-more::after {
    content: '';

    position: absolute;
    width: 7px;
    height: 13px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;

    top: 50%;
    right: -.8em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .archive-more:link, .archive-more:active, .archive-more:visited {
    color: #3276d2 !important;
    text-decoration: underline;
  }
}

/* 
==================================
速報
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .news {
    position: relative;
    width: 944px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
    margin: auto;
    margin-bottom: 60px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .news::before {
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-news-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 140px;
    height: 111px;
  }
  .news-ttl-wrap {
    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;

    margin-bottom: 40px;
  }
  .news-ttl {
    color: #404040;
    font-size: 30px;
    font-weight: bold;

    margin-right: 48px;
  }
  .news-ttl-add {
    width: 276px;
    height: 132px;
  }
  .news-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .news-voice-user {
    width: 80px;
    margin-right: 27px;
    text-align: center;
  }
  .news-voice-user-thumb {
    width: 80px;
    height: 80px;
    margin-bottom: 6px;
  }
  .news-voice-user-name {
    display: block;
    font-size: 14px;
    white-space: nowrap;
  }
  .news-voice-com {
    padding-top: 18px;
    font-size: 16px;
    line-height: 2;

    width: 597px;
  }

  .news-offer-wrap {
    text-align: right;
    margin-bottom: 36px;
  }
  .news-offer {
    font-size: 14px;
    line-height: 1;

    margin-bottom: 40px;
    margin-right: -60px;
  }
  .news-anxi-wrap {
    text-align: center;
  }
  .news-anxi {
    color: #3276d2;
    text-decoration: underline;

    position: relative;
  }
  .news-anxi::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;
  }
  .news-anxi:link, .news-anxi:active, .news-anxi:visited {
    color: #3276d2 !important;
    text-decoration: underline;
  }
}
@media (max-width: 740px) {
  /* SP */
  .news {
    position: relative;
    max-width: 315px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-bottom: 45px;
    padding: 40px 15px;
  }
  .news::before {
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/seminar-news-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -24px;
    left: -19px;
    width: 100px;
    height: 85px;
  }
  .news-ttl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    margin-bottom: 26px;
  }
  .news-ttl {
    color: #404040;
    font-size: 20px;
    font-weight: bold;

  }
  .news-ttl-add {
    width: 196px;
    height: 87px;
  }
  .news-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .news-voice-user {
    width: 56px;
    margin-right: 22px;
    text-align: center;
  }
  .news-voice-user-thumb {
    width: 53px;
    height: 53px;
    margin-bottom: 6px;
  }
  .news-voice-user-name {
    display: block;
    font-size: 10px;
    white-space: nowrap;
  }
  .news-voice-com {
    padding-top: 5px;
    font-size: 17px;
  }

  .news-offer-wrap {
    text-align: right;
    margin-bottom: 26px;
  }
  .news-offer {
    font-size: 13px;
    line-height: 1;

    margin-bottom: 40px;
  }
  .news-anxi-wrap {
    text-align: center;
  }
  .news-anxi {
    color: #3276d2;
    font-size: 17px;
    text-decoration: underline;

    position: relative;
  }
  .news-anxi::after {
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201021/glass-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;

    position: absolute;
    right: -1.2em;
    top: 3px;
  }
  .news-anxi:link, .news-anxi:active, .news-anxi:visited {
    color: #3276d2 !important;
    text-decoration: underline;
  }
}

/* 
==================================
セミナーオファー
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .semoffer-inner {
    max-width: 694px;
    width: 100%;
    margin: 0 auto;
  }
  .semoffer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .semoffer-item:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .semoffer-thumb {
    width: 254px;
    height: 190px;

    margin-right: 28px;
  }
  .semoffer__info {
    width: 412px;
    padding-top: 12px;
  }
  .semoffer__info-ttl {
    display: inline-block;
    color: #404040;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin-bottom: 20px;

    position: relative;
  }
  .semoffer__info-ttl::after {
    content: '';
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/ic-japan.png);
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;

    width: 36px;
    height: 36px;

    right: -0.5em;
    top: -.15em;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .semoffer__info-ttl--japan::after {
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/ic-japan.svg);
  }
  .semoffer__info-ttl--school::after {
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/ic-school.svg);
    width: 47px;
    height: 37px;
  }
  .semoffer__info-txt {
    min-height: 3em;
    margin-bottom: 28px;
  }
  .semoffer__info-link {
    color: #3276d2;
    font-size: 26px;
    font-weight: bold;

    position: relative;
  }
  .semoffer__info-link::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 25px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: -.5em;
    -webkit-transform: translateY(-50%) translateX(100%);
        -ms-transform: translateY(-50%) translateX(100%);
            transform: translateY(-50%) translateX(100%);
  }
  .semoffer__info-link:link, .semoffer__info-link:active, .semoffer__info-link:visited {
    color: #3276d2 !important;
  }
}
@media (max-width: 740px) {
  /* SP */
  .semoffer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .semoffer-item:not(:last-of-type) {
    margin-bottom: 33px;
  }
  .semoffer-thumb {
    width: 120px;
    height: 120px;

    margin-right: 9px;
  }
  .semoffer__info {
    width: calc(100% - 129px);
    padding-top: 6px;
  }
  .semoffer__info-ttl {
    display: inline-block;
    color: #404040;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;

    margin-bottom: 8px;

    position: relative;
  }
  .semoffer__info-ttl::after {
    /* content: ''; */
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/ic-japan.png);
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;

    width: 1em;
    height: 1em;

    -webkit-transform: translateX(4px);

        -ms-transform: translateX(4px);

            transform: translateX(4px);
  }
  .semoffer__info-ttl--japan::after {
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/ic-japan.svg);
  }
  .semoffer__info-ttl--school::after {
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/ic-school.svg);
    width: 1em;
    height: 1em;
  }
  .semoffer__info-txt {
    font-size: 17px;
    min-height: 3.5em;
    margin-bottom: 14px;
  }
  .semoffer__info-link-wrap {
    text-align: right;
  }
  .semoffer__info-link {
    color: #3276d2;
    font-size: 17px;
    font-weight: bold;

    padding-right: 1em;

    position: relative;
  }
  .semoffer__info-link::after {
    content: '';
    position: absolute;
    width: 7px;
    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%);
  }
  .semoffer__info-link:link, .semoffer__info-link:active, .semoffer__info-link:visited {
    color: #3276d2 !important;
  }
}
/* se only */
@media(max-width:320px){
  .semoffer__info-link-wrap{
    padding-right: 20px;
  }
  .semoffer__info-link{
    padding-right: 0px;
  }
  .semoffer__info-link::after{
    right: -15px;
  }
}

/* 
==================================
アプリ
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .sec--app {
    padding: 132px 0px 102px;
    background-color: #edf8ff;
  }
  .appinfo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    padding: 0 60px;
  }
  .appinfo-thumb {
    width: 282px;
    height: 488px;
  }
  .appinfo__cont {
    width: 421px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 43px;
    padding-top: 10px;
  }
  .appinfo__cont-head {
    text-align: center;
    margin-bottom: 32px;
  }
  .appinfo__cont-head-ttl {
    width: 100%;
    background-color: #ffffff;
    color:#000000;
    font-size: 22px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
  }
  .appinfo__cont-head-ttl--blue{
    color: #3276d2;
  }
  .appinfo__cont-head-logo {
    width: 377px;
  }
  .appinfo-btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .appinfo-btn {
    display: inline-block;
  }
  .appinfo-btn--apple img {
    width: 157px;
  }
  .appinfo-btn--google img {
    width: 196px;
  }
}
@media (max-width: 740px) {
  /* SP */
  .sec--app {
    padding: 73px 0px 60px;
    background-color: #edf8ff;
  }
  .appinfo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    position: relative;
  }
  .appinfo__cont {
    max-width: 315px;
    width: 84vw;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .appinfo__cont-head {
    margin-bottom: 24px;
  }
  .appinfo__cont-head-ttl {
    width: 100%;
    background-color: #ffffff;
    color:#000000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-bottom: 24px;
  }
  .appinfo__cont-head-ttl--blue{
    color: #3276d2;
  }
  .appinfo__cont-head-logo {
    max-width: 266px;
    width: 70.9vw;
  }
  .appinfo-thumb {
    max-width: 149px;
    width: 39.7vw;
    margin-bottom: 10px;
  }
  .appinfo-btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .appinfo-btn {
    display: inline-block;
  }
  .appinfo-btn--apple img {
    max-width: 131px;
    width: 34.9vw;
  }
  .appinfo-btn--google img {
    max-width: 161px;
    width: 42.9vw;
  }
}


/* 
==================================
受験対策教材
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .sec--doc {
    padding: 132px 0px 120px;
  }
  .doc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 58px;
  }
  .doc__item {
    width: 240px;
    text-align: center;
    margin: 0 21px;
  }
  .doc__item-thumb {
    width: 110px;
    margin-bottom: 20px;
  }
  .doc__item-thumb--01 {
    width: 110px;
    height: 149px;
  }
  .doc__item-thumb--02 {
    width: 110px;
    height: 148px;
  }
  .doc__item-thumb--03 {
    width: 110px;
    height: 146px;
  }
  .doc__item-thumb--04 {
    width: 110px;
    height: 149px;
  }
  .doc__item-txt {
    font-size: 18px;
    font-weight: bold;
  }
  .doc-down-wrap {
    text-align: center;
  }
  .doc-down-link {
    display: inline-block;
    color: #3276d2;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    text-align: center;
    padding: 30px 44px;
    padding-right: 62px;

    border: 2px solid #3276d2;
    -webkit-box-shadow: 0 5px 0 0 #bac5cd;
            box-shadow: 0 5px 0 0 #bac5cd;
    background-color: #fff;
    border-radius: 10px;

    position: relative;
  }
  .doc-down-link::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 25px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 23px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .doc-down-link:link,
  .doc-down-link:active,
  .doc-down-link:visited {
    color: #3276d2;
  }
  .doc-down-link:hover,
  .doc-down-link:focus,
  .doc-down-link:active{
    color: #ffffff;
    background-color: #3276d2;
    opacity: 1;
  }
  .doc-down-link:link:hover::after,
  .doc-down-link:link:focus::after,
  .doc-down-link:link:active::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_wh_right.svg);
  }
}
@media (max-width: 740px) {
  /* SP */
  .sec--doc {
    padding: 74px 0px 60px;
  }
  .doc-list {
    max-width: 345px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 52px;
  }
  .doc__item {
    text-align: center;
  }
  .doc__item:nth-child(2) {
    padding-left: 28px;
    margin-right: -26px;
  }
  .doc__item:nth-last-child(n+3) {
    margin-bottom: 18px;
  }
  .doc__item-thumb {
    max-width: 87px;
    width: 23.2vw;
    max-height: 118px;
    height: 31.4vw;
    margin-bottom: 8px;
  }
  .doc__item-thumb--02 {
    max-height: 117px;
    width: 31.2vw;
  }
  .doc__item-thumb--03 {
    max-height: 115px;
    height: 30.6vw;
  }
  .doc__item-txt {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.25;
  }
  .doc-down-wrap {
    text-align: center;
    padding: 0 15px;
  }
  .doc-down-link {
    display: inline-block;
    width: 100%;
    color: #3276d2;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;

    text-align: center;
    padding: 16px 0px;

    border: 2px solid #3276d2;
    -webkit-box-shadow: 0 5px 0 0 #bac5cd;
            box-shadow: 0 5px 0 0 #bac5cd;
    background-color: #fff;
    border-radius: 10px;

    position: relative;
  }
  .doc-down-link::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .doc-down-link:link, .doc-down-link:active, .doc-down-link:visited {
    color: #3276d2 ;
  }
  .doc-down-link:hover,
  .doc-down-link:focus,
  .doc-down-link:active{
    color: #ffffff;
    background-color: #3276d2;
    opacity: 1;
  }
  .doc-down-link:link:hover::after,
  .doc-down-link:link:focus::after,
  .doc-down-link:link:active::after{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_4/arrow_wh_right.svg);
  }
}
/* se only */
@media(max-width:320px){
  .doc__item:nth-child(2n) {
    padding-left: 28px;
    margin-right: -26px;
  }
  .doc__item:nth-child(4){
    padding-left: 45px;
  }
}


/* 
==================================
その他の情報
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .sec--others {
    padding: 88px 0 60px;
  }
  .others-ttl {
    color: #3276d2;
    font-size: 38px;
    font-weight: bold;
    text-align: center;

    margin-bottom: 24px;
  }
  .others-subttl {
    color: #404040;
    font-size: 24px;
    text-align: center;

    margin-bottom: 32px;
  }
}
@media (max-width: 740px) {
  /* SP */
  .sec--others {
    padding: 42px 0 40px;
  }
  .others-ttl {
    color: #3276d2;
    font-size: 24px;
    font-weight: bold;
    text-align: center;

    margin-bottom: 12px;
  }
  .others-subttl {
    color: #404040;
    font-size: 18px;
    text-align: center;

    margin-bottom: 16px;
  }
}


/* 
==================================
最新の入試情報
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .latest-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
}
@media (max-width: 740px) {
  /* SP */
  .latest-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
}


/* 
==================================
関連情報
==================================
*/
@media (min-width: 741px) {
  /* PC */
  .related-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
  }
}
@media (max-width: 740px) {
  /* SP */

}


/* 
==================================
accarea
==================================
*/
/* pc */
@media(min-width:741px){
  .accarea{
    width: 960px;
    margin: auto;
    margin-bottom: 98px;
  }
  .sec .accarea a:link,
  .sec .accarea a:active,
  .sec .accarea a:visited {
    color: #3276d2;
  }
  .accarea__head{
    margin-bottom: 45px;
  }
  .accarea__head-lead{
    font-size: 38px;
    text-align: center;
    color: #404040;
    font-weight: 600;
    margin-bottom: 62px;
  }
  .accarea__head-linkarea{
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }
  .accarea-block{
    margin-bottom: 30px;
  }
  .accarea-block:last-of-type{
    margin-bottom: 0px;
  }
  .accarea-lead{
    width: 708px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 22px;
    color: #3276d2;
    font-weight: 600;
    position: relative;
  }
  .accarea-lead::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    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%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .accarea-lead:focus,
  .accarea-lead:active,
  .accarea-lead:hover,
  .accarea__content-item.accarea__content-item--ques:focus,
  .accarea__content-item.accarea__content-item--ques:active,
  .accarea__content-item.accarea__content-item--ques:hover{
    opacity: 0.6;
  }
  .accarea__content,
  .accarea__content-item--answer{
    display: none;
    width: 100% !important;
    opacity: 1 !important;
  }
  .accarea__content-inner{
    padding: 40px 40px 0;
    margin-bottom: 35px;
  }
  .accarea__content-inner:last-of-type {
    margin-bottom: 75px;
  }
  .accarea__content-ttl{
    font-size: 24px;
    color: #404040;
    font-weight: 600;
    margin-bottom: 28px;
  }
  .accarea__content-txt{
    font-size: 17px;
    color: #333333;
  }
  .accarea__content-txt span{
    font-weight: 600;
  }
  .accarea__content-txt:not(:last-of-type){
    margin-bottom: 13px;
  }
  .accarea__content-list{
    margin-bottom: 30px;
  }
  .accarea__content-item.accarea__content-item--ques{
    width: 100%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .accarea__content-item.accarea__content-item--ques::before{
    content: "Q";
    font-size: 28px;
    color: #3276d2;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .accarea__content-item.accarea__content-item--ques::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/ic-arrow-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .accarea-lead.active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .accarea__content-item.accarea__content-item--ques.active::after{
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .accarea__content-item.accarea__content-item--answer{
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    padding: 30px 0px;
  }
  .accarea__content-linkarea{
    width: 100%;
    text-align: right;
  }
  .accarea .accarea__content .accarea__content-link{
    font-size: 17px;
    color: #3276d2;
    font-weight: 600;
    margin-top:15px;
  }
  .accarea__content-iclist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .accarea__content-icitem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .accarea__content-icitem::before{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/accarea-ic-01-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 62px;
    height: 58px;
    margin-right: 9px;
    display: inline-block;
  }
  .accarea__content-icitem:nth-of-type(2)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/accarea-ic-02-pc.png);
    width: 52px;
    height: 44px;
  }
  .accarea__content-icitem:nth-of-type(3)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/accarea-ic-03-pc.png);
    width: 60px;
    height: 44px;
  }
  .accarea-block .accarea__content-inner .accarea__content-iclink{
    color: #404040;
    font-size: 17px;
    font-weight: 600;
    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;
  }
  .accarea-block .accarea__content-inner .accarea__content-iclink::after{
    content: "";
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    display: inline-block;
  }

  .accarea__content-link {
    color: #3276d2;
    position: relative;
    padding-right: 1em;
  }
  .accarea__content-link:link, .accarea__content-link:active, .accarea__content-link:visited {
    color: #3276d2 !important;
  }
}
/* sp */
@media(max-width:740px){
  .accarea{
    width: 100%;
    padding: 0px 4vw;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 47px;
  }
  .sec .accarea a:link,
  .sec .accarea a:active,
  .sec .accarea a:visited {
    color: #3276d2;
  }
  .accarea__head{
    margin-bottom: 20px;
  }
  .accarea__head-lead{
    font-size: 18px;
    text-align: center;
    color: #404040;
    font-weight: 600;
    margin-bottom: 38px;
  }
  .accarea__head-linkarea{
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }
  .accarea-block{
    margin-bottom: 20px;
  }
  .accarea-block:last-of-type{
    margin-bottom: 0px;
  }
  .accarea-lead{
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    color: #3276d2;
    font-weight: 600;
    position: relative;
  }
  .accarea-lead::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    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%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .accarea__content-item.accarea__content-item--ques:focus,
  .accarea__content-item.accarea__content-item--ques:active,
  .accarea__content-item.accarea__content-item--ques:hover{
    opacity: 0.6;
  }
  .accarea__content,
  .accarea__content-item--answer{
    display: none;
    width: 100% !important;
    opacity: 1 !important;
  }
  .accarea__content{
    margin-top: 15px;
  }
  .accarea__content-inner{
    padding: 0px 15px;
    margin-bottom: 23px;
  }
  .accarea__content-ttl{
    font-size: 14px;
    color: #404040;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .accarea__content-txt{
    font-size: 13px;
    color: #333333;
  }
  .accarea__content-txt span{
    font-weight: 600;
  }
  .accarea__content-txt:not(:last-of-type){
    margin-bottom: 13px;
  }
  .accarea__content-list {
    margin-bottom: 20px;
  }
  .accarea__content-item.accarea__content-item--ques{
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #404040;
    padding-right: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .accarea__content-item.accarea__content-item--ques::before{
    content: "Q";
    font-size: 14px;
    color: #3276d2;
    margin-right: 3px;
    margin-bottom: 3px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .accarea__content-item.accarea__content-item--ques::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201030_2/ic-arrow-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .accarea-lead.active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .accarea__content-item.accarea__content-item--ques.active::after{
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .accarea__content-item.accarea__content-item--answer{
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    padding: 15px 0px;
  }
  .accarea__content-linkarea{
    width: 100%;
    text-align: center;
  }
  .accarea__content-link {
    position: relative;
    font-size: 10px;
    color: #3276d2 !important;
  }
  a.saccarea__content-link:link,
  a.accarea__content-link:active,
  a.accarea__content-link:visited {
    color: #3276d2 !important;
  }
  .accarea .accarea__content .accarea__content-link{
    font-size: 13px;
    color: #3276d2;
    font-weight: 600;
    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;
  }
  .accarea__content-iclist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 26px;
  }
  .accarea__content-icitem{
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .accarea__content-icitem::before{
    content: "";
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/accarea-ic-01-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 47px;
    height: 45px;
    margin-bottom: 9px;
    display: inline-block;
  }
  .accarea__content-icitem:nth-of-type(2)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/accarea-ic-02-sp.png);
    width: 39px;
    height: 33px;
  }
  .accarea__content-icitem:nth-of-type(3)::before{
    background-image: url(/kyouiku/kyouikukaikaku/_assets/img/201023/accarea-ic-03-sp.png);
    width: 45px;
    height: 34px;
  }
  .accarea-block .accarea__content-inner .accarea__content-iclink{
    color: #404040;
    font-size: 13px;
    font-weight: 600;
  }
  .accarea-block .accarea__content-inner .accarea__content-iclink::after{
    content: "";
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin: 0px 5px;
    display: inline-block;
  }
}


/* 
==================================
accarea link news 
==================================
*/
/* pc */
@media(min-width:741px){
  /* link php */
  .triple {
    width: 708px;
    padding-bottom: 15px;
    margin: 0 auto 15px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
  }
  .triple .item {
    width: 222px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #e1e1e1;
    float: left;
  }
  .triple .item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .triple .item .img {
    margin-bottom: 7px;
    position: relative;
    max-height: 138px;
    overflow: hidden;
  }
  .atc-section .title {
    margin: 10px 0 35px;
    min-height: 75px;
  }
  .atc-info{
    min-height: 20px;
  }
  .topics .theme,
  .atc-section .theme,
  #conclusion .theme {
    font-size: 75%;
    border-radius: 3px;
    margin-right: 10px;
    padding: 0 20px;
    float: left;
    background: #fff;
  }
  .topics .date,
  .atc-section .date,
  #conclusion .date {
    font-size: 75%;
    color: #333333;
    float: left;
    padding-top: 2px;
  }
  .atc-section .category,
  #conclusion .category {
    background: #a2a7ab;
    text-align: center;
    padding: 0 12px;
    float: right;
    color: #fff;
    font-size: 75%;
    border-radius: 3px;
    max-width:95px;
  }
  .clearfix:after, .cf:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }  
}
/* sp */
@media(max-width:740px){
  .triple{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
  }
  .triple .item {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid #e1e1e1;
    border-left: none;
    float: none;
  }
  .triple .item:first-child {
    margin: 0px;
    padding-top: 0;
    border-top: none;
    border-left: none;
    width: auto;
    float: none;
  }
  .triple .item .dtl {
    overflow: hidden;
  }
  .atc-section .date{
    font-size: 75%;
    color: #333333;
    float: left;
    padding-top: 2px;
  }
  .triple .atc-info .category {
    padding: 0 12px;
    max-width: 95px;
    background: #a2a7ab;
    text-align: center;
    float: right;
    color: #fff;
    border-radius: 3px;
    font-size: 62.5%;
  }
  .triple .item .dtl .title {
    font-size: 93.7%;
    margin: 0;
  }
  .atc-section .theme{
    font-size: 62.5%;
    border-radius: 3px;
    margin-right: 10px;
    padding: 0 20px;
    float: left;
    background: #fff;
  }
  .triple .item .img {
    width: 86px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    max-height: 86px;
    position: relative;
    overflow: hidden;
  }
}

/* 
==================================
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-inner{
    padding: 0px 30px;
  }
  .cheer-ttl{
    text-align: center;
    font-size: 18px;
    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, schedule
==================================
*/
/* 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;
  }
  /* schedule */
  .schedule {
    width: 960px;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 0 60px;
  }
  .schedule-timeline{
    margin-left: 185px;
    position: relative;
  }
  .schedule-timeline::after{
    content: "";
    width: 4px;
    height: 533px;
    background-color: #b7b7b7;
    position: absolute;
    top: 44px;
    left: 68px;
    z-index: -1;
    
  }
  .schedule-ttl{
    font-size: 24px;
    text-align: center;
    color: #404040;
    font-weight: 600;
    margin-bottom: 62px;
  }
  .schedule dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .schedule dl:nth-of-type(1){
    margin-bottom: 57px;
  }
  .schedule dl:nth-of-type(2){
    margin-bottom: 52px;
  }
  .schedule dl:nth-of-type(3){
    margin-bottom: 67px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .schedule dl:nth-of-type(4){
    margin-bottom: 63px;
  }
  .schedule dl:nth-of-type(5){
    margin-bottom: 0px;
  }
  .schedule dl dt{
    font-size: 20px;
    font-weight: 600;
    color: #3276d2;
  }
  .schedule .schedule-timeline dt::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #3276d2;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 64px;
  }
  .schedule dl:nth-of-type(3) dt::after{
    top: 12%;
  }
  .schedule dl dd{
    margin-left: 56px;
    font-size: 20px;
  }
  .schedule dl .schedule-main{
    border: #3276d2 2px solid;
    position: relative;
    padding: 30px 15px;
    font-weight: 600;
    font-size: 20px;
  }
  .schedule dl:nth-of-type(3) .schedule-main{
    padding: 25px 14px;
    margin-bottom: 61px;
    margin-top: -23px;
  }
  .schedule dl .schedule-main:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 40px 12.5px 0;
    border-color: transparent #3276d2 transparent transparent;
    z-index: 2;
  }
  .schedule dl .schedule-main::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.3px 31px 9.3px 0;
    border-color: transparent #ffffff transparent transparent;
    z-index: 3;
  }
}
/* 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;
  }
  .share-item a{
    display: block;
  }
  .share-item:not(:last-of-type){
    margin-right: 10px;
  }

  /* schedule */
  .schedule{
    width: 100%;
    padding: 15px 15px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .schedule .schedule-timeline{
    position: relative;
  }
  .schedule-timeline::after{
    width: 4px;
    height: 91%;
    content: "";
    background-color: #b7b7b7;
    left: 48px;
    top: 35px;
    position: absolute;
    z-index: -1;
  }
  .schedule-ttl {
    font-size: 18px;
    text-align: center;
    color: #404040;
    font-weight: 600;
    margin-bottom: 38px;
  }
  .schedule dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .schedule dl:nth-of-type(1){
    margin-bottom: 57px;
  }
  .schedule dl:nth-of-type(2){
    margin-bottom: 52px;
  }
  .schedule dl:nth-of-type(3){
    margin-bottom: 34px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .schedule dl:nth-of-type(4){
    margin-bottom: 63px;
  }
  .schedule dl:nth-of-type(5){
    margin-bottom: 0px;
  }
  .schedule dl dt{
    font-size: 13px;
    font-weight: 600;
    color: #3276d2;
  }
  .schedule .schedule-timeline dt::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #3276d2;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 44px;
  }
  .schedule dl:nth-of-type(3) dt::after{
    top: 12%;
  }
  .schedule dl dd{
    margin-left: 48px;
    font-size: 13px;
  }
  .schedule dl .schedule-main{
    border: #3276d2 2px solid;
    position: relative;
    padding: 14px 7px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }
  .schedule dl:nth-of-type(3) .schedule-main{
    padding: 12px 5px;
    margin-bottom: 30px;
    margin-top: -14px;
  }
  .schedule dl .schedule-main:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.25px 20px 6.25px 0;
    border-color: transparent #3276d2 transparent transparent;
    z-index: 2;
  }
  .schedule dl .schedule-main::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.6px 18px 4.6px 0;
    border-color: transparent #ffffff transparent transparent;
    z-index: 3;
  }  
}

/* 
=======================
bnr
=======================
*/
@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;
  }
}




/* 2020/11/13 追記 */
/* KVアプリお知らせ追加 */

@media screen and (min-width: 741px) {
  .app_notes_txt{
    text-align: center;
    margin: 0;
    padding-top: 50px;
    font-weight: bold;
    font-size: 18px;
  }
.pc_hidden{
  display:none;
}
  .bold{
    color: #3276d2;
  }
}
@media screen and (max-width: 740px) {
  .app_notes_txt{
    text-align: left;
    font-size: 15px;;
    margin: 0;
    padding-top: 30px;
  }
  .bold{
    font-weight: bold;
    font-size: 20px;;
    display: block;;
    text-align: center;
    color: #3276d2;
    padding-bottom: 10px;;

  }


}

/* 
=======================
bottom bnr ouen
=======================
*/
@media(min-width:741px){
  .bottom-bnr{
    width: 930px;
    margin: auto;
    display: block;
    margin-bottom: 100px;
  }
  .bottom-bnr img{
    width: inherit;
  }
}
@media(max-width:740px){
  .bottom-bnr{
    max-width: 285px;
    width: 76vw;
    margin: auto;
    display: block;
    margin-bottom: 55px;
  }
  .bottom-bnr img{
    width: inherit;
  }
}




@media (min-width: 741px) {

  /* PC */
  .modal__content {
    max-height: 85%;
    padding-top: 20px;

  }

}


@media(max-width:740px){

  .kv-kyouzai-modal .modal__content .doc-down-wrap {
    padding: 22px 15px;
  }

  .kv-kyouzai-modal .doc-down-link::after {
    right: 11px !important;
  }


}




/* 
=======================
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;
  }
}