/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";

/*
========================================
global styles
========================================
*/
/* pc */
@media(min-width:741px){
  body{
    min-width: 1114px;
    overflow-x: auto;
  }
  .se-only,
  .pc-hidden{
    display: none !important;
  }
  .pc-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main{
    width: 100%;
    padding-bottom: 0;
  }
  #contents{
    width: 100%;
    float: none;
  }
  .breadcrumb{
    width: 960px;
    margin: auto;
  }
  .original-wrapper{
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
  }
  .original-wrapper *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .original-wrapper a{
    color: inherit;
  }
  .original-wrapper a:hover,
  .original-wrapper a:focus,
  .original-wrapper a:active{
    text-decoration: none;
    opacity: 0.7;
  }
  .original-wrapper img{
    max-width: 100%;
  }
}
/* sp */
@media(max-width:740px){
  .se-only,
  .sp-hidden{
    display: none !important;
  }
  #main{
    width: 100%;
    padding-top: 0px;
  }
  #contents{
    padding: 0px;
  }
  .original-wrapper{
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
  }
  .original-wrapper *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .original-wrapper a{
    color: inherit;
  }
  .original-wrapper a:hover,
  .original-wrapper a:focus,
  .original-wrapper a:active{
    text-decoration: none;
  }
  .original-wrapper img{
    max-width: 100%;
  }
}
/* se only */
@media(max-width:320px){
  .se-only{
    display: block !important;
  }
  .se-out{
    display: none !important;
  }
}

/*
========================================
kv
========================================
*/
/* pc */
@media(min-width:741px){
  .kv{
    background-color: #FFEDFD;
    width: 100%;
  }
  .kv-inner{
    max-width: 1200px;
    width: 95%;
    margin:auto;
  }
}
/* sp */
@media(max-width:740px){
  .kv{
    background-color: #FFEDFD;
    width: 100%;
  }
  .kv-inner{
    width: 100%;
  }
}
/*
========================================
message
========================================
*/
/* pc */
@media(min-width:741px){
  .mes{
    background-color: #0088CC;
    color: #fff;
  }
  .mes-inner{
    max-width: 960px;
    margin:auto;
    padding: 45px 0px 40px;
    text-align: center;
  }
  .mes__ttl{
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
  }
  .mes__ttl::before,
  .mes__ttl::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/211001/title-lines.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 33px;
    position: absolute;
  }
  .mes__ttl::before{
    top: -10px;
    left: -45px;
  }
  .mes__ttl::after{
    bottom: -15px;
    right: -45px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mes__txt{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.85;
  }
}
/* sp */
@media(max-width:740px){
  .mes{
    background-color: #0088CC;
    color: #fff;
  }
  .mes-inner{
    margin:auto;
    padding: 30px 0px;
    text-align: center;
  }
  .mes__ttl{
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
  }
  .mes__ttl::before,
  .mes__ttl::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/211001/title-lines.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 33px;
    position: absolute;
  }
  .mes__ttl::before{
    top: -12px;
    left: -35px;
  }
  .mes__ttl::after{
    bottom: -20px;
    right: -35px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mes__txt{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.85;
  }
}
@media (max-width:360px){
  .mes__ttl{
    font-size: 22px;
  }
  .mes__ttl::before{
    left: -25px;
  }
  .mes__ttl::after{
    right: -25px;
  }
}
/*
========================================
new-stock
========================================
*/
/* pc */
@media(min-width:741px){
  .new-stock{
    max-width: 770px;
    width: 90%;
    margin: 24px auto 38px;
    padding: 13px 25px 18px;
    background-color: #F0F0F0;
  }
  .new-stock__title{
    font-size: 18px;
    font-weight: 500;
    color: #0088CC;
    text-align: center;
    margin-bottom: 10px;
  }
  .new-stock__item{
    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;
    font-weight: 400;
  }
  .new-stock__item:not(:last-of-type){
    margin-bottom: 8px;
  }
  .new-stock__item-date{
    font-size: 12px;
    color: #999999;
    margin-right: 1em;
  }
  .new-stock__item-link{
    position: relative;
    font-size: 14px;
    padding-right: 1.5em;
  }
  .new-stock__item-link::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/211001/arrow-blue-to-bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 9px;
    position: absolute;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
/* sp */
@media(max-width:740px){
  .new-stock{
    max-width: 375px;
    width: 92%;
    margin: 24px auto;
    padding: 5px 14px 13.5px;
    background-color: #F0F0F0;
  }
  .new-stock__title{
    font-size: 16px;
    font-weight: 500;
    color: #0088CC;
    text-align: center;
    margin-bottom: 5px;
  }
  .new-stock__item{
    font-weight: 400;
  }
  .new-stock__item:not(:last-of-type){
    margin-bottom: 8px;
  }
  .new-stock__item-date{
    font-size: 12px;
    color: #999999;
    display: block;
  }
  .new-stock__item-link{
    display: block;
    position: relative;
    font-size: 14px;
    padding-right: 1.5em;
  }
  .new-stock__item-link::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/211001/arrow-blue-to-bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 9px;
    position: absolute;
    bottom: 5px;
    right: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
/*
========================================
anchor
========================================
*/
/* pc */
@media(min-width:741px){
  .anchor{
    padding: 0px 0px 45px;
    max-width: 770px;
    width: 90%;
    margin:46px auto 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .anchor::after{
    content: "";
    max-width: 960px;
    width: 130%;
    height: 3px;
    background-color: #0088CC;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  .anchor__item{
    width: 44.675%;
  }
  .anchor__item:nth-of-type(n+3){
    margin-top: 22px;
  }
  .anchor__item:nth-of-type(odd){
    margin-right: 10.65%;
  }
  .anchor__item-link{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anchor__item-txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4444;
    color: #0088CC;
  }
  .anchor__item-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .anchor__new-icon {
    width: 38px;
    height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 5px 3px;
    margin-left: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    background-color: #DA2828;
    border-radius: 30px;
  }
}
/* sp */
@media(max-width:740px){
  .anchor{
    padding: 30px 0px 25px;
    max-width: 345px;
    width: 96%;
    margin:22px auto 110px;
    border-bottom: 3px solid #0088CC;
  }
  .anchor__item{
    width: 100%;
  }
  .anchor__item:not(:last-of-type){
    margin-bottom: 12px;
  }
  .anchor__item-link{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anchor__item-txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4444;
    color: #0088CC;
  }
  .anchor__item-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .anchor__new-icon {
    width: 38px;
    height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 5px 3px;
    margin-left: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    background-color: #DA2828;
    border-radius: 30px;
  }
}

/*
========================================
sec shared
========================================
*/
/* pc */
@media(min-width:741px){
  .sec{
    width: 100%;
    margin-bottom: 115px;
  }
  .sec:first-of-type{
    margin-bottom: 115px;
  }
  .sec-inner{
    max-width: 1010px;
    margin: auto;
    padding-left: 50px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .sec__ttl{
    position: relative;
    margin-bottom: 15px;
  }
  .sec__ttl-label{
    position: absolute;
    top: -15px;
    left: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    color: #0088CC;
  }
  .sec__ttl-label::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/220126/title-bottom-line-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 110%;
    height: 1em;
    position: absolute;
    bottom: -0.6em;
    left: 0;
  }
  .sec--preparation .sec__ttl-label::after,.sec--parents .sec__ttl-label::after {
    width: 108%;
    background-image: url(/contents/junbi/chu/_assets/img/220126/title-bottom-line-blue-new.svg);
  }
  .sec__ttl-label--new::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/220126/title-bottom-line-blue-new.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 105%;
    height: 1em;
    position: absolute;
    bottom: -0.6em;
    left: 0;
  }
  .sec__ttl-label--red{
    color: #CA0000;
  }
  .sec__ttl-label--red::after{
    background-image: url(/contents/junbi/chu/_assets/img/211001/title-bottom-line-red.svg);
  }
  .sec__new-icon {
    width: 70px;
    height: 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 12px 3px;
    margin-right: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #DA2828;
    border-radius: 30px;
    display: inline-block;
  }
  .sec__ttl-main{
    font-size: 48px;
    font-weight: 500;
    line-height: 1.25;
    color: #303A42;
  }
  .sec__txt {
    font-size: 22px;
    color: #303A42;
    line-height: 1.81;
    margin-bottom: 40px;
  }
  .sec__lead{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8571;
  }
}
/* sp */
@media(max-width:740px){
  .sec{
    width: 100%;
    margin-bottom: 110px;
  }
  .sec:first-of-type{
    margin-bottom: 110px;
  }
  .sec-inner{
    max-width: 445px;
    width: 92%;
    margin:auto;
  }
  .sec__ttl{
    position: relative;
    margin-bottom: 20px;
    letter-spacing: -0.05em;  
  }
  .sec__ttl-label{
    position: absolute;
    top: -2.5em;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    color: #0088CC;
  }
  .sec__ttl-label::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/220126/title-bottom-line-blue-sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 112%;
    height: 1em;
    position: absolute;
    bottom: -0.6em;
    left: 0;
  }
  .sec--preparation .sec__ttl-label::after,.sec--parents .sec__ttl-label::after {
    width: 114%;
    background-image: url(/contents/junbi/chu/_assets/img/220126/title-bottom-line-blue-new-sp.svg);
  }
  .sec__ttl-label--new::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/220126/title-bottom-line-blue-new-sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 112%;
    height: 1em;
    position: absolute;
    bottom: -0.6em;
    left: 0;
  }
  .sec__ttl-label--red{
    color: #CA0000;
  }
  .sec__ttl-label--red::after{
    background-image: url(/contents/junbi/chu/_assets/img/211001/title-bottom-line-red.svg);
  }
  .sec__new-icon {
    width: 70px;
    height: 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1px 12px 3px;
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #DA2828;
    border-radius: 30px;
    display: inline-block;
  }
  .sec__ttl-main{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    color: #303A42;
  }
  .sec__txt {
    font-size: 18px;
    color: #303A42;
    line-height: 1.66;
    margin-bottom: 40px;
  }
  .sec__lead{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8571;
  }
}
@media(max-width:320px){
  .sec__ttl-main{
    font-size: 26px;
  }
}
/*
========================================
link-list
========================================
*/
/* pc */
@media(min-width:741px){
  .link-list{
    max-width: 960px;
    width: 99%;
    margin-right:auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link-list__item{
    max-width: 273px;
    width: 28.4375%;
    margin-right: 7.343%;
    position: relative;
  }
  .link-list__item:not(:nth-of-type(3n))::after{
    content: "";
    background-color: #DADADA;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -12.5%;
  }
  .link-list__item:nth-last-of-type(1)::after{
    display: none;
  }
  .link-list__item:nth-of-type(n+4){
    margin-top: 44px;
  }
  .link-list__item:nth-of-type(3n){
    margin-right: 0;
  }
  .link-list__item-thumb{
    display: inline-block;
    margin-bottom: 12px;
    width: 100%;
  }
  .link-list__item-img{
    width: 100%;
  }
  .link-list__item-middle{
    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;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .link-list__item-middle > span{
    display: block;
  }
  .link-list__item-label{
    padding: 3px 7px;
    background-color: #0088CC;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
  }
  .link-list__item-date{
    color: #646464;
    font-size: 16px;
  }
  .link-list__item-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3333;
  }
  /* もっと見る */
  .recent-accinit {
    outline: none !important;
    padding: 0px;
    margin: 20px auto;
    display: block;
    background: none;
    border: none;
    color: #3276d2;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
  }
  .recent-accinit::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    background-image: url(/kyouiku/kyouikukaikaku/seminar/_assets/img/210129/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .recent-accinit.active::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .link-list.link-list--acc-area {
    visibility: hidden;
    height: 0;
    -webkit-animation: hideAcc 1s linear 0s;
            animation: hideAcc 1s linear 0s;
  }
  .link-list--acc-area.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    height: auto;
    -webkit-animation: showAcc 1s linear 0s;
            animation: showAcc 1s linear 0s;
  }
  .link-list__item-img {
    /* -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important; */
  }
}
/* ie only */
@media all and (-ms-high-contrast: none){
  .link-list__item-img {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
  }
}
@-webkit-keyframes showAcc {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes showAcc {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes hideAcc {
  from {
    opacity: 1;
    height: auto;
    
  }

  to {
    opacity: 0;
  }
}
@keyframes hideAcc {
  from {
    opacity: 1;
    height: auto;
    
  }

  to {
    opacity: 0;
  }
}
/* sp */
@media(max-width:740px){
  .sec--preparation {
    /* margin-bottom: 25px; */
  }
  .link-list{
    width: 100%;
  }
  .link-list__item{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .link-list__item:not(:last-of-type){
    margin-bottom: 40px;
  }
  .link-list__item:not(:last-of-type)::after{
    content: "";
    background-color: #DADADA;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  .link-list__item-thumb{
    display: inline-block;
    width: 34.782%;
  }
  .link-list__item-textarea{
    width: 62%;
  }
  .link-list__item-middle{
    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;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 18px;
  }
  .link-list__item-middle > span{
    display: block;
  }
  .link-list__item-label{
    padding: 2px 6px;
    background-color: #0088CC;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
  }
  .link-list__item-date{
    color: #646464;
    font-size: 14px;
  }
  .link-list__item-title{
    font-size: 16px;
    letter-spacing: -0.06em;
    font-weight: 500;
    line-height: 1.3333;
  }
  /* もっと見る */
  .recent-accinit {
    outline: none !important;
    padding: 0px;
    margin: 20px auto;
    display: block;
    background: none;
    border: none;
    color: #3276d2;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
  }
  .recent-accinit::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 20px;
    background-image: url(/kyouiku/kyouikukaikaku/seminar/_assets/img/210129/arrow_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .recent-accinit.active::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  /* @-webkit-keyframes showAcc {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  @keyframes showAcc {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes hideAcc {
    from {
      opacity: 1;
      height: auto;
      
    }
  
    to {
      opacity: 0;
    }
  }
  @keyframes hideAcc {
    from {
      opacity: 1;
      height: auto;
      
    }
  
    to {
      opacity: 0;
    }
  } */
  .link-list.link-list--acc-area {
    visibility: hidden;
    height: 0;
    -webkit-animation: hideAcc 1s linear 0s;
            animation: hideAcc 1s linear 0s;
  }
  .link-list--acc-area.is-active {
    display: block;
    visibility: visible;
    height: auto;
    -webkit-animation: showAcc 1s linear 0s;
            animation: showAcc 1s linear 0s;
  }
  .link-list__item-img {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
  }
}
/*
========================================
sec news
========================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--news{
    background-color: #F2F3F3;
    padding: 85px 0px 60px;
    margin: 0;
  }
  .sec.sec--news .sec__ttl-label--red::after{
    width: 130%;
    height: 1em;
    background-size: contain;
  }
  .sec.sec--news .sec__ttl{
    margin-bottom: 25px;
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--news{
    background-color: #F2F3F3;
    padding: 90px 0px 70px;
    margin: 0;
  }
  .sec.sec--news .sec__ttl-label--red::after{
    width: 130%;
    height: 1em;
    background-size: contain;
  }
  .sec.sec--news .sec__ttl{
    margin-bottom: 35px;
  }
}
/*
========================================
link-box
========================================
*/
/* pc */
@media(min-width:741px){
  .link-box{
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 960px;
  }
  .link-box__item{
    background-color: #fff;
    width: 47.7%;
    border-radius: 10px;
    overflow: hidden;
  }
  .link-box__item:nth-of-type(odd){
    margin-right: 4.5%;
  }
  .link-box__item-link{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    padding-right: 40px;
    position: relative;
  }
  .link-box__item-link::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/211001/arrow-blue-to-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 16px;
    position: absolute;
    bottom: 8px;
    right: 8px;
  }
  .link-box__item-imgarea{
    width: 35%;
    max-width: 150px;
  }
  .link-box__item-txtarea{
    width: 60%;
    padding-top: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.444;
  }
}
/* sp */
@media(max-width:740px){
  .link-box__item{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .link-box__item:not(:last-of-type){
    margin-bottom: 13px;
  }
  .link-box__item-link{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    padding-right: 15px;
    position: relative;
  }
  .link-box__item-link::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/211001/arrow-blue-to-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 13px;
    position: absolute;
    bottom: 8px;
    right: 8px;
  }
  .link-box__item-imgarea{
    width: 37.5%;
  }
  .link-box__item-txtarea{
    width: 62%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}
/*
========================================
sec contents
========================================
*/
/* pc */
@media(min-width:741px){
  .sec.sec--contents{
    padding: 125px 0px 80px;
    background-color: #E6F7FF;
  }
  .sec.sec--contents .pc-flex{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 35px;
  }
  .sec.sec--contents .sec__ttl{
    margin: 0;
    /* margin-right: 30px; */
  }
}
/* sp */
@media(max-width:740px){
  .sec.sec--contents{
    padding: 110px 0px 70px;
    background-color: #E6F7FF;
  }
  .sec.sec--contents .sec__ttl{
    margin-bottom: 12px;
  }
  .sec.sec--contents .sec__lead:last-of-type{
    margin-bottom: 14px;
  }
}
/*
========================================
lead-contents
========================================
*/
/* pc */
@media(min-width:741px){
  .lead-contents{
    max-width: 960px;
    width: 100%;
  }
  .lead-contents__box{
    max-width: 770px;
    width: 80.2%;
    margin:auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .lead-contents__box:not(:last-of-type){
    margin-bottom: 28px;
  }
  .lead-contents__box-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .lead-contents__box--to-child .lead-contents__box-title{
    background-color: #0088CC;
  }
  .lead-contents__box--to-parents .lead-contents__box-title{
    background-color: #FF80BF;
  }

  .lead-contents__item{
    padding: 35px 0px 30px;
    position: relative;
    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;
  }
  .lead-contents__item:not(:last-of-type){
    margin-bottom: 10px;
  }
  .lead-contents__item:not(:last-of-type):after{
    content: "";
    width: 82%;
    max-width: 630px;
    height: 1px;
    background-color: #DADADA;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lead-contents__item-imgarea{
    max-width: 250px;
    width: 32.4675%;
    margin-right: 7.2%;
  }
  .lead-contents__item-txtarea{
    width: 45%;
    max-width: 370px;
  }
  .lead-contents__item-title{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.285;
    margin-bottom: 16px;
  }
  .lead-contents__item-title-label{
    display: block;
    width: 70px;
    height: 26px;
    margin-bottom: 7px;
  }
  .lead-contents__item-txt{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
  }
  .lead-contents__item-txt:last-of-type{
    margin-bottom: 16px;
  }
  .lead-contents__item-btn{
    padding: 8px 55px 8px 38px;
    color: #0088CC !important;
    border: 1px solid #0088CC;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    display: inline-block;
    position: relative;
  }
  .lead-contents__item-btn::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/211001/arrow-blue-to-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
/* sp */
@media(max-width:740px){
  .lead-contents__box{
    margin:auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .lead-contents__box:not(:last-of-type){
    margin-bottom: 22px;
  }
  .lead-contents__box-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    padding: 12px 0px;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .lead-contents__box--to-child .lead-contents__box-title{
    background-color: #0088CC;
  }
  .lead-contents__box--to-parents .lead-contents__box-title{
    background-color: #FF80BF;
  }

  .lead-contents__item{
    padding: 22px 30px 30px;
    position: relative;
    text-align: center;
  }
  .lead-contents__item:not(:last-of-type):after{
    content: "";
    width: 86.956%;
    height: 1px;
    background-color: #DADADA;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lead-contents__item-txtarea .lead-contents__item-img{
    max-width: 250px;
    margin:0px auto 18px;
  }
  .lead-contents__item-title{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.285;
    letter-spacing: -3px;
    margin-bottom: 23px;
  }
  .lead-contents__item-title-label{
    display: block;
    width: 70px;
    height: 26px;
    margin:auto;
  }
  .lead-contents__item-txt{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    text-align: left;
  }
  .lead-contents__item-txt:last-of-type{
    margin-bottom: 5px;
  }
  .lead-contents__item-btn{
    padding: 8px 55px 8px 38px;
    color: #0088CC !important;
    border: 1px solid #0088CC;
    border-radius: 50px;
    min-width: 240px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    display: inline-block;
    margin:auto;
    position: relative;
  }
  .lead-contents__item-btn::after{
    content: "";
    background-image: url(/contents/junbi/chu/_assets/img/211001/arrow-blue-to-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media(max-width:360px){
  .lead-contents__item-title{
    font-size: 24px;
  }
  .lead-contents__item-btn{
    font-size: 16px;
  }
}
/* ========================================================
*
*					parents
*
* ======================================================== */
/* pc */
@media(min-width:741px){
  .paretns__cont-wrap {
    margin-top: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .parents__txt {
    position: relative;
    top: 88px;
    width: 45%;
    max-width: 440px;
    font-size: 22px;
    line-height: 1.45;
  }
  .parents__img {
    width: 50%;
    max-width: 480px;
  }
  .parents__btn {
    width: 33%;
    max-width: 318px;
    position: absolute;
    -webkit-transform: translateX(-37%);
        -ms-transform: translateX(-37%);
            transform: translateX(-37%);
    right: 0;
    bottom: 70px;
    border: 1px solid #0088CC;
    border-radius: 50px;
    background-color: #fff;;
  }
  .parents__btn-link {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 100%;
    color: #0088CC !important;
    font-size: 20px;
    padding: 8px 0;
    padding-left: 38px;
  }
  .parents-arr {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/* sp */
@media(max-width:740px){
  .parents__txt {
    font-size: 18px;
    line-height: 1.66;
  }
  .parents__img {
    margin-top: 20px;
    width: 100%;
  }
  .parents__btn {
    margin: 20px auto 0;
    max-width: 290px;
    border: 1px solid #0088CC;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
  }
  .parents__btn-link {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 100%;
    color: #0088CC !important;
    font-size: 20px;
    padding: 8px 0;
    padding-left: 20px;
  }
  .parents-arr {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
/* ie only */
/* @media all and (-ms-high-contrast: none){
  .parents__btn {
    -webkit-transform: translateX(180%);
        -ms-transform: translateX(180%);
            transform: translateX(180%);
  }
} */