@media screen and (min-width: 769px), print {
  .banner {
    background: #F6F6F6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(100%, #c2dee9), to(#abd4e3));
    background: -webkit-linear-gradient(top, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    background: -moz- oldlinear-gradient(top, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    background: linear-gradient(180deg, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    z-index: 1;
  }
  .banner_inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-top: 150px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner_inner {
    padding-top: vwPc(150);
  }
}

@media screen and (min-width: 769px), print {
  .banner.active .banner_float {
    opacity: 1;
    scale: 1;
  }
  .banner.active picture {
    opacity: 1;
    bottom: 0;
  }
  .banner picture {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    width: 85%;
    opacity: 0;
    bottom: -100px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner picture {
    width: vwPc(864);
  }
}

@media screen and (min-width: 769px), print {
  .banner_float {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    scale: 0.4;
    opacity: 0;
    -webkit-transition-delay: 1.5s;
       -moz-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner_float {
    width: vwPc(1400);
  }
}

@media screen and (min-width: 769px), print {
  .banner_float img {
    position: absolute;
  }
  .banner_float.--kids {
    -webkit-transition: all 1.35s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1.35s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1.35s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2;
  }
  .banner_float.--kids img:first-child {
    width: 230px;
    top: 160px;
    left: 50px;
    z-index: 1;
    -webkit-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
       -moz-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
            animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
  }
  .banner_float.--kids img:nth-child(2) {
    width: 330px;
    right: 80px;
    top: 20px;
    z-index: 2;
    -webkit-animation: kid02 1.8s ease-in-out alternate infinite;
       -moz-animation: kid02 1.8s ease-in-out alternate infinite;
            animation: kid02 1.8s ease-in-out alternate infinite;
  }
  .banner_float.--kids img:nth-child(3) {
    width: 310px;
    right: 80px;
    bottom: 10px;
    -webkit-animation: kid03 2s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid03 2s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid03 2s ease-in-out 0.5s alternate-reverse infinite;
  }
  .banner_float.--kids img:nth-child(4) {
    width: 180px;
    left: 265px;
    top: 15px;
    -webkit-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
  }
  .banner_float.--kids img:nth-child(5) {
    width: 170px;
    right: 80px;
    top: 25px;
    -webkit-animation: kid01 1.2s ease-in-out alternate infinite;
       -moz-animation: kid01 1.2s ease-in-out alternate infinite;
            animation: kid01 1.2s ease-in-out alternate infinite;
  }
  .banner_float.--kids img:last-child {
    width: 370px;
    left: 50px;
    bottom: 2px;
    -webkit-animation: kid04 2s ease-in-out alternate infinite;
       -moz-animation: kid04 2s ease-in-out alternate infinite;
            animation: kid04 2s ease-in-out alternate infinite;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner_float.--kids img:first-child {
    width: vwPc(230);
    top: vwPc(160);
    left: vwPc(50);
    z-index: 1;
  }
  .banner_float.--kids img:nth-child(2) {
    width: vwPc(330);
    right: vwPc(80);
    top: vwPc(20);
    z-index: 2;
  }
  .banner_float.--kids img:nth-child(3) {
    width: vwPc(310);
    right: vwPc(80);
    bottom: vwPc(10);
  }
  .banner_float.--kids img:nth-child(4) {
    width: vwPc(180);
    left: vwPc(265);
    top: vwPc(15);
  }
  .banner_float.--kids img:nth-child(5) {
    width: vwPc(170);
    right: vwPc(80);
    top: vwPc(25);
  }
  .banner_float.--kids img:last-child {
    width: vwPc(370);
    left: vwPc(50);
    bottom: vwPc(2);
  }
}

@media screen and (min-width: 769px), print {
  .banner_float.--book {
    -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
    -moz-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
    transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  }
  .banner_float.--book img:first-child {
    width: 200px;
    top: 30px;
    left: 50px;
    -webkit-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
       -moz-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
            animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
  }
  .banner_float.--book img:nth-child(2) {
    width: 200px;
    top: 30px;
    left: 250px;
    -webkit-animation: kid04 2s ease-in-out alternate infinite;
       -moz-animation: kid04 2s ease-in-out alternate infinite;
            animation: kid04 2s ease-in-out alternate infinite;
  }
  .banner_float.--book img:nth-child(3) {
    width: 200px;
    top: 20px;
    right: 350px;
    -webkit-animation: kid05 1.8s ease-in-out alternate infinite;
       -moz-animation: kid05 1.8s ease-in-out alternate infinite;
            animation: kid05 1.8s ease-in-out alternate infinite;
  }
  .banner_float.--book img:nth-child(4) {
    width: 220px;
    top: 30px;
    right: 100px;
    -webkit-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
  }
  .banner_float.--book img:nth-child(5) {
    width: 200px;
    bottom: 5px;
    left: 30px;
    -webkit-animation: kid01 1.2s ease-in-out alternate-reverse infinite;
       -moz-animation: kid01 1.2s ease-in-out alternate-reverse infinite;
            animation: kid01 1.2s ease-in-out alternate-reverse infinite;
  }
  .banner_float.--book img:nth-child(6) {
    width: 180px;
    bottom: 50px;
    right: 60px;
    -webkit-animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px), print and (max-width: 1400px) {
  .banner_float.--book img:first-child {
    width: vwPc(200);
    top: vwPc(30);
    left: vwPc(160);
  }
  .banner_float.--book img:nth-child(2) {
    width: vwPc(270);
    top: vwPc(30);
    right: vwPc(380);
  }
  .banner_float.--book img:nth-child(3) {
    width: vwPc(270);
    top: vwPc(40);
    right: vwPc(60);
  }
  .banner_float.--book img:nth-child(4) {
    width: vwPc(270);
    top: vwPc(140);
    right: vwPc(610);
  }
  .banner_float.--book img:nth-child(5) {
    width: vwPc(270);
    bottom: vwPc(5);
    left: vwPc(50);
  }
  .banner_float.--book img:nth-child(6) {
    width: vwPc(270);
    bottom: vwPc(210);
    right: vwPc(60);
  }
  .banner_float.--book img:nth-child(7) {
    width: vwPc(220);
    top: vwPc(20);
    left: vwPc(400);
  }
  .banner_float.--book img:last-child {
    width: vwPc(230);
    bottom: vwPc(330);
    left: vwPc(28);
  }
}

@media screen and (min-width: 769px), print {
  .bNews {
    padding: 10px 0;
    background: #008ed6;
  }
  .bNews ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .bNews ul li a span {
    padding: 5px 15px;
    background: #fff;
    font-weight: bold;
    color: #008ed6;
    font-size: 1.6rem;
    margin-right: 15px;
  }
  .bNews ul li a time {
    margin-right: 15px;
    font-weight: bold;
  }
  .sec_ttl {
    text-align: center;
  }
  .sec_des {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    margin: 20px 0;
    color: #ee2d27;
  }
  .sec_des span {
    color: #fbae34;
  }
  .bDesign {
    padding: 50px 0;
    background: url(../img/top_renew/dot_cian.png) repeat;
  }
  .bDesign .list_top ul li {
    margin-bottom: 20px;
  }
  .bDesign .list_top ul li img {
    max-width: 100%;
  }
  .bDesign .list_bot ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bDesign .list_bot ul li {
    width: 32%;
  }
  .bRanking {
    padding: 50px 0;
    background: url(../img/top_renew/dot_cian.png) repeat;
  }
  .bRanking .ranking_wrap {
    padding: 30px 0;
    background-color: #fff;
    border: 3px dashed #f8b62d;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bRanking .ranking_wrap .ranking_in {
    width: 240px;
    height: 250px;
    position: relative;
    border-left: 2px solid #f8b62d;
  }
  .bRanking .ranking_wrap .slick-arrow.slick-next {
    background-image: url(../img/top_renew/rank_arrowR.png);
  }
  .bRanking .ranking_wrap .slick-arrow.slick-prev {
    background-image: url(../img/top_renew/rank_arrowL.png);
  }
  .bRakuraku {
    padding: 50px 0;
  }
  .bRakuraku .rakubaner {
    text-align: center;
  }
  .bWebadver {
    padding: 50px 0;
    background: url(../img/top_renew/dot_orange.png) repeat;
  }
  .bWebadver .rakubaner {
    text-align: center;
  }
  .bResult {
    padding: 50px 0;
    text-align: center;
    background: #ee2d27;
  }
  .bContact {
    margin-bottom: 80px;
  }
  .bContact .row {
    max-width: 1100px;
  }
  .bContact_ttl ins {
    text-decoration: none;
    color: #2686d5;
    font-weight: bold;
    font-size: 3rem;
  }
  .bContact h3 {
    font-size: 2.4rem;
    line-height: -webkit-calc(24 / 22);
    line-height: -moz-calc(24 / 22);
    line-height: calc(24 / 22);
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3e3a39;
  }
  .bContact h3 ins {
    text-decoration: none;
    color: #2686d5;
  }
  .bContact_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bContact_top li {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    background-color: #ffffff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    min-height: 277px;
    border: 1px solid #9fa0a0;
  }
  .bContact_top li p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    color: #000233;
    margin-top: 20px;
  }
  .bContact_top li.phone .number {
    margin-top: 40px;
  }
  .bContact_top li.phone .number a {
    font-size: 3.4rem;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    background: url("../img/top_renew/icon-hotline.png") no-repeat left top 5px;
    -moz-background-size: 42px auto;
         background-size: 42px auto;
    padding-left: 50px;
    color: #000233;
  }
  .bContact_top li.phone .number span {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 500;
    padding-right: 25px;
    margin-top: 5px;
    color: #000233;
  }
  .bContact_top li.line img {
    width: 45px;
  }
  .bContact_top li.line h3 ins {
    color: #04c755;
  }
  .bContact_top li.line .link {
    margin-top: 20px;
  }
  .bContact_top li.line .link a {
    font-size: 1.6rem;
    line-height: 1;
    display: inline-block;
    margin: 15px 0 5px;
    font-weight: 700;
    padding: 10px;
    background: #04c755;
    -moz-border-radius: 10px;
         border-radius: 10px;
    /*padding-left: 50px;*/
    color: #fff;
  }
  .bContact_top li.line .link span {
    font-size: 1.4rem;
  }
  .bContact_top li.mail > a {
    font-size: 1.8rem;
    /*white-space: nowrap;*/
    font-weight: 700;
    line-height: 1;
    margin-top: 50px;
    display: block;
    color: #000233;
  }
  .bContact_top li.mail > a:hover {
    opacity: 1;
  }
  .bContact_form {
    background-color: #ffffff;
    padding: 50px 20px 60px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 1px solid #9fa0a0;
    margin-top: 80px;
  }
  .bContact_form h3 {
    margin-bottom: 60px;
  }
  .bContact_form > p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000233;
  }
  .bContact_form > p a {
    display: inline-block;
    color: #ffffff;
    background-color: #2686d5;
    text-align: center;
    padding: 12px 40px;
    font-weight: 600;
    line-height: 1;
  }
  .bContact_form .row {
    max-width: 830px;
  }
  .bContact_form__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bContact_form__step li {
    text-align: center;
    font-size: 1.6rem;
    color: #000233;
    line-height: 1;
    font-weight: 500;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 20px;
  }
  .bContact_form__step li.active {
    z-index: 4 !important;
    height: 54px;
  }
  .bContact_form__step li.active::after {
    height: 54px;
    background: url("../img/ctStep_bg_active.png") no-repeat left center;
    -moz-background-size: auto 54px;
         background-size: auto 54px;
    width: 280px;
  }
  .bContact_form__step li.active span {
    color: #ffffff;
  }
  .bContact_form__step li span {
    position: relative;
    z-index: 4;
  }
  .bContact_form__step li:first-child {
    z-index: 3;
  }
  .bContact_form__step li:nth-child(2) {
    z-index: 2;
  }
  .bContact_form__step li:not(:first-child) {
    border-left: 0;
  }
  .bContact_form__step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 298px;
    height: 44px;
    background: url("../img/ctStep_bg.png") no-repeat left center;
    -moz-background-size: auto 44px;
         background-size: auto 44px;
  }
  .bContact_form__form {
    margin-top: 50px;
    color: #000233;
  }
  .bContact_form__form .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*.agree {
          flex: 1 0;
          label {
            font-size: rem(13);
            font-weight: 600;
            position: relative;
            cursor: pointer;
            input {
              width: 0;
              height: 0;
              visibility: hidden;
              position: absolute;
              &:checked + span {
                background: url("../img/checkbox-active.svg") no-repeat left
                  center / 100%;
                background-size: 15px;
              }
            }
            span {
              display: block;
              background: url("../img/checkbox.svg") no-repeat left center /
                100%;
              background-size: 15px;
              padding-left: 20px;
            }
          }
        }*/
  }
  .bContact_form__form .form-group:not(:last-child) {
    margin-bottom: 25px;
  }
  .bContact_form__form .form-group .group {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
  }
  .bContact_form__form .form-group > label {
    font-size: 1.5rem;
    line-height: -webkit-calc(30 / 15);
    line-height: -moz-calc(30 / 15);
    line-height: calc(30 / 15);
    font-weight: 600;
    width: 250px;
    white-space: nowrap;
    display: block;
    color: #000233;
  }
  .bContact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #2686d5;
    display: inline-block;
    padding: 3px 5px 4px;
    margin-right: 8px;
  }
  .bContact_form__form .form-group > label span.white {
    background-color: #ffffff;
    color: #000233;
    border: 1px solid #000233;
  }
  .bContact_form__form .form-group .form-control {
    background-color: #f2f2f2;
    height: 30px;
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 10px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group textarea {
    min-height: 150px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .radio-list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bContact_form__form .form-group .radio-list label {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
  }
  .bContact_form__form .form-group .radio-list label:not(:last-child) {
    margin-right: 15px;
  }
  .bContact_form__form .form-group .radio-list label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .radio-list label input:checked + span {
    background: url("../img/radio-active.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
  }
  .bContact_form__form .form-group .radio-list label span {
    display: block;
    background: url("../img/radio.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
    padding-left: 20px;
  }
  .bContact_form__form .form-group button {
    background-color: #2686d5;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 220px;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 600;
    -moz-border-radius: 50px;
         border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
  }
  .bContact_form__form .form-group button:hover {
    background-color: #000000;
  }
  .bContact_form__form .mw_wp_form_complete p {
    font-size: 1.8rem;
    text-align: center;
  }
  .bContact_form__form .mw_wp_form_complete .back_top {
    text-align: center;
  }
  .bContact_form__form .mw_wp_form_complete .back_top a {
    padding: 10px;
    background: #000233;
    color: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bPrivacy {
    color: #000233 !important;
  }
  .bPrivacy .row {
    max-width: 1100px;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 30px 40px;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 20px;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 20px;
    cursor: pointer;
    border: 4px solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 1.5rem;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 13px;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 8px;
    height: 18px;
    background-color: #000233;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .banner {
    background: #F6F6F6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f6f6f6), color-stop(100%, #c2dee9), to(#abd4e3));
    background: -webkit-linear-gradient(top, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    background: -moz- oldlinear-gradient(top, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    background: linear-gradient(180deg, #f6f6f6 50%, #c2dee9 100%, #abd4e3 100%);
    z-index: 1;
    overflow: hidden;
    padding-top: 6.51042vw;
  }
  .banner_inner {
    margin: 0 auto;
    position: relative;
    /*padding-top: vw(450);*/
  }
  .banner.active .banner_float {
    opacity: 1;
    scale: 1;
  }
  .banner.active picture {
    opacity: 1;
    bottom: 0;
  }
  .banner picture {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    width: 100%;
    /*opacity: 0;*/
    /*bottom: vw(-100);*/
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .banner picture img {
    width: 100%;
    display: block;
  }
  .banner_float {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    scale: 0.4;
    opacity: 0;
    -webkit-transition-delay: 1.5s;
       -moz-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .banner_float img {
    position: absolute;
  }
  .banner_float.--book {
    -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
    -moz-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
    transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  }
  .banner_float.--book img:first-child {
    width: 32.55208vw;
    top: 6.51042vw;
    left: -13.02083vw;
    -webkit-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
       -moz-animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
            animation: kid01 1.8s ease-in-out 0.5s alternate infinite;
  }
  .banner_float.--book img:nth-child(2) {
    display: none;
    width: 39.0625vw;
    top: 2.60417vw;
    right: 1.30208vw;
    -webkit-animation: kid04 2s ease-in-out alternate infinite;
       -moz-animation: kid04 2s ease-in-out alternate infinite;
            animation: kid04 2s ease-in-out alternate infinite;
  }
  .banner_float.--book img:nth-child(3) {
    display: none;
  }
  .banner_float.--book img:nth-child(4) {
    width: 36.45833vw;
    top: 7.8125vw;
    right: -15.625vw;
    -webkit-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid02 2.2s ease-in-out 0.5s alternate-reverse infinite;
  }
  .banner_float.--book img:nth-child(5) {
    width: 26.04167vw;
    top: 45.57292vw;
    left: -6.51042vw;
    -webkit-animation: kid01 1.2s ease-in-out alternate-reverse infinite;
       -moz-animation: kid01 1.2s ease-in-out alternate-reverse infinite;
            animation: kid01 1.2s ease-in-out alternate-reverse infinite;
  }
  .banner_float.--book img:nth-child(6) {
    width: 26.04167vw;
    top: 52.08333vw;
    right: 2.60417vw;
    -webkit-animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
       -moz-animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
            animation: kid02 2.5s ease-in-out 0.5s alternate-reverse infinite;
  }
  .bNews {
    padding: 1.30208vw 0;
    background: #008ed6;
  }
  .bNews ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    color: #fff;
    font-size: 3.64583vw;
    font-weight: bold;
  }
  .bNews ul li a span {
    padding: 5px 1.95313vw;
    /*width: 100%;*/
    background: #fff;
    font-weight: bold;
    color: #008ed6;
    font-size: 3.64583vw;
    margin-right: 1.95313vw;
  }
  .bNews ul li a time {
    margin-right: 1.95313vw;
    font-weight: bold;
  }
  .bNews ul li a p {
    width: 100%;
  }
  .sec_ttl {
    text-align: center;
  }
  .sec_des {
    text-align: center;
    font-weight: bold;
    font-size: 4.42708vw;
    margin: 3.90625vw 0;
    color: #ee2d27;
  }
  .sec_des span {
    color: #fbae34;
  }
  .bDesign {
    padding: 9.11458vw 0;
    background: url(../img/top_renew/dot_cian.png) repeat;
  }
  .bDesign .list_top ul li {
    margin-bottom: 20px;
  }
  .bDesign .list_top ul li img {
    max-width: 100%;
  }
  .bDesign .list_bot ul li {
    margin-bottom: 20px;
    /*width: 100%;*/
  }
  .bRanking {
    padding: 9.11458vw 0;
    background: url(../img/top_renew/dot_cian.png) repeat;
  }
  .bRanking .ranking_wrap {
    padding: 3.90625vw 0;
    background-color: #fff;
    border: 3px dashed #f8b62d;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bRanking .ranking_wrap .ranking_in {
    width: 31.25vw;
    height: 32.55208vw;
    position: relative;
    border-left: 2px solid #f8b62d;
  }
  .bRanking .ranking_wrap .slick-arrow.slick-next {
    background-image: url(../img/top_renew/rank_arrowR.png);
  }
  .bRanking .ranking_wrap .slick-arrow.slick-prev {
    background-image: url(../img/top_renew/rank_arrowL.png);
  }
  .bRakuraku {
    padding: 9.11458vw 0;
  }
  .bRakuraku .rakubaner {
    text-align: center;
  }
  .bWebadver {
    padding: 9.11458vw 0;
    background: url(../img/top_renew/dot_orange.png) repeat;
  }
  .bWebadver .rakubaner {
    text-align: center;
  }
  .bResult {
    padding: 9.11458vw 0;
    text-align: center;
    background: #ee2d27;
    text-align: center;
  }
  .bContact {
    color: #000233 !important;
  }
  .bContact_ttl ins {
    text-decoration: none;
    color: #2686d5;
    font-weight: bold;
    font-size: 5.20833vw;
  }
  .bContact h3 {
    font-size: 4.6875vw;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5.20833vw;
  }
  .bContact h3 ins {
    text-decoration: none;
    color: #2686d5;
  }
  .bContact_top {
    margin-top: 7.16146vw;
  }
  .bContact_top li {
    width: 100%;
    background-color: #ffffff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 5.20833vw 2.60417vw;
    position: relative;
    text-align: center;
    border: 1px solid #9fa0a0;
  }
  .bContact_top li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .bContact_top li p {
    font-size: 3.38542vw;
    line-height: 1.6;
    font-weight: 600;
    margin-top: 3.90625vw;
  }
  .bContact_top li.phone .number {
    margin-top: 2.60417vw;
    margin-left: auto;
    margin-right: auto;
  }
  .bContact_top li.phone .number a {
    font-size: 10.41667vw;
    line-height: 1;
    display: inline-block;
    font-weight: 700;
    background: url("../img/icon-hotline.png") no-repeat left top 2.34375vw;
    -moz-background-size: 10.41667vw auto;
         background-size: 10.41667vw auto;
    padding-left: 11.71875vw;
    color: #000233;
  }
  .bContact_top li.phone .number span {
    display: block;
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: 700;
    padding-right: 6.51042vw;
    margin-top: 0.65104vw;
    text-align: center;
  }
  .bContact_top li.line img {
    width: 7.8125vw;
  }
  .bContact_top li.line h3 ins {
    color: #04c755;
  }
  .bContact_top li.line .link {
    margin-top: 2.60417vw;
  }
  .bContact_top li.line .link a {
    font-size: 3.64583vw;
    line-height: 1;
    display: inline-block;
    margin: 15px 0 5px;
    font-weight: 700;
    padding: 10px;
    background: #04c755;
    -moz-border-radius: 10px;
         border-radius: 10px;
    /*padding-left: 50px;*/
    color: #fff;
    display: block;
  }
  .bContact_top li.line .link span {
    font-size: 3.125vw;
  }
  .bContact_top li.mail > a {
    font-size: 5.85938vw;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
    margin-top: 3.90625vw;
    color: #000233;
  }
  .bContact_form {
    background-color: #ffffff;
    padding: 6.51042vw 3.90625vw;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    margin-top: 10.41667vw;
    border: 1px solid #9fa0a0;
  }
  .bContact_form h3 {
    margin-bottom: 6.51042vw;
  }
  .bContact_form > p {
    font-size: 3.125vw;
    text-align: center;
    line-height: -webkit-calc(31 / 16);
    line-height: -moz-calc(31 / 16);
    line-height: calc(31 / 16);
    font-weight: 600;
    margin-bottom: 3.90625vw;
  }
  .bContact_form > p a {
    display: inline-block;
    color: #ffffff;
    background-color: #2686d5;
    text-align: center;
    padding: 1.95313vw 5.20833vw 2.21354vw;
    font-weight: 600;
    line-height: 1;
  }
  .bContact_form .row {
    padding: 0 !important;
  }
  .bContact_form__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bContact_form__step li {
    color: #000233;
    text-align: center;
    color: #000233;
    font-size: 2.60417vw;
    line-height: 1;
    font-weight: 600;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 7.55208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 2.60417vw;
  }
  .bContact_form__step li.active {
    z-index: 4 !important;
    height: 9.11458vw;
  }
  .bContact_form__step li.active::after {
    height: 9.11458vw;
    background: url("../img/ctStep_bg_active.png") no-repeat right center;
    -moz-background-size: auto 9.11458vw;
         background-size: auto 9.11458vw;
    width: 27.99479vw;
  }
  .bContact_form__step li.active span {
    color: #ffffff;
  }
  .bContact_form__step li span {
    position: relative;
    z-index: 4;
  }
  .bContact_form__step li:first-child {
    z-index: 3;
  }
  .bContact_form__step li:nth-child(2) {
    z-index: 2;
  }
  .bContact_form__step li:not(:first-child) {
    border-left: 0;
  }
  .bContact_form__step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 31.90104vw;
    height: 7.55208vw;
    background: url("../img/ctStep_bg.png") no-repeat right center;
    -moz-background-size: auto 7.55208vw;
         background-size: auto 7.55208vw;
  }
  .bContact_form__form {
    margin-top: 5.20833vw;
  }
  .bContact_form__form .form-group:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .bContact_form__form .form-group > label {
    font-size: 3.125vw;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    display: block;
    margin-bottom: 1.95313vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000233;
  }
  .bContact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 2.34375vw;
    line-height: 1;
    background-color: #2686d5;
    display: inline-block;
    padding: 0.65104vw 1.04167vw 0.78125vw;
    margin-right: 1.30208vw;
  }
  .bContact_form__form .form-group > label span.white {
    background-color: #ffffff;
    color: #000233;
    border: 0.13021vw solid #000233;
  }
  .bContact_form__form .form-group .form-control {
    background-color: #f2f2f2;
    height: 9.11458vw;
    width: 100%;
    border: 0.13021vw solid #e6e6e6;
    font-size: 3.125vw;
    font-weight: 500;
    padding: 0 2.60417vw;
    display: block;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .bContact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group textarea {
    min-height: 26.04167vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 1.30208vw 2.60417vw !important;
  }
  .bContact_form__form .form-group .radio-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -1.95313vw;
  }
  .bContact_form__form .form-group .radio-list label {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    font-size: 2.86458vw;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.95313vw;
    display: block;
  }
  .bContact_form__form .form-group .radio-list label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .radio-list label input:checked + span {
    background: url("../img/radio-active.svg") no-repeat left center/100%;
    -moz-background-size: 3.25521vw;
         background-size: 3.25521vw;
  }
  .bContact_form__form .form-group .radio-list label span {
    display: block;
    background: url("../img/radio.svg") no-repeat left center/100%;
    -moz-background-size: 3.25521vw;
         background-size: 3.25521vw;
    padding-left: 3.90625vw;
  }
  .bContact_form__form .form-group .agree label {
    font-size: 2.86458vw;
    font-weight: 600;
    position: relative;
  }
  .bContact_form__form .form-group .agree label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .agree label input:checked + span {
    background: url("../img/checkbox-active.svg") no-repeat left center/100%;
    -moz-background-size: 3.90625vw;
         background-size: 3.90625vw;
  }
  .bContact_form__form .form-group .agree label span {
    display: block;
    background: url("../img/checkbox.svg") no-repeat left center/100%;
    -moz-background-size: 3.90625vw;
         background-size: 3.90625vw;
    padding-left: 4.55729vw;
  }
  .bContact_form__form .form-group button {
    background-color: #2686d5;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 41.66667vw;
    height: 10.41667vw;
    font-size: 2.86458vw;
    font-weight: 600;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    display: block;
  }
  .bContact_form__form .mw_wp_form_complete p {
    font-size: 3.64583vw;
    text-align: center;
  }
  .bContact_form__form .mw_wp_form_complete .back_top {
    text-align: center;
  }
  .bContact_form__form .mw_wp_form_complete .back_top a {
    padding: 10px;
    background: #000233;
    color: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .bPrivacy {
    background-color: #ffffff;
    padding: 10.41667vw 0;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 3.90625vw 2.60417vw;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 2.60417vw;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 2.60417vw;
    cursor: pointer;
    border: 0.52083vw solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1;
    margin-bottom: 3.90625vw;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 2.86458vw;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 1.69271vw;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 1.04167vw;
    height: 2.60417vw;
    background-color: #000233;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
