@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .topPage {
    padding-top: 115px;
  }
  .topPage .bSliderMain {
    position: relative;
  }
  .topPage .bSliderMain .sliderTop .slick-list {
    overflow: inherit;
  }
  .topPage .bSliderMain .sliderTop li {
    outline: none;
  }
  .topPage .bSliderMain .sliderTop li img {
    width: 100%;
    height: auto;
  }
  .topPage .bSliderMain .sliderTop .slick-prev {
    background: url("../img/top/prev_03.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 19px;
    height: 37px;
    z-index: 9;
    left: 84px;
  }
  .topPage .bSliderMain .sliderTop .slick-next {
    background: url("../img/top/next_03.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 19px;
    height: 37px;
    z-index: 9;
    right: 84px;
  }
  .topPage .bSliderMain .sliderTop .slick-dots {
    bottom: 20px;
  }
  .topPage .bSliderMain .sliderTop .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px;
  }
  .topPage .bSliderMain .sliderTop .slick-dots li.slick-active button {
    background-color: #1c50a1;
  }
  .topPage .bSliderMain .sliderTop .slick-dots li button {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border: 1px solid #0c3b6e;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .topPage .bSliderMain .sliderTop .slick-dots li button::before {
    display: none;
  }
  .topPage .bTextTop {
    text-align: center;
    color: #1c50a1;
    font-size: 2.8rem;
    letter-spacing: 1px;
    line-height: -webkit-calc(33 / 28);
    line-height: -moz-calc(33 / 28);
    line-height: calc(33 / 28);
    font-weight: 500;
    margin: 60px 0 70px;
  }
  .topPage .stLatestNew_slider .slick-slide {
    padding: 22px 20px;
    width: 300px;
  }
  .topPage .stLatestNew_slider .slick-slide:hover a {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .topPage .stLatestNew_slider .slick-slide a {
    display: block;
    padding: 10px;
    border: 1px solid #c5c5c5;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .topPage .stLatestNew_slider .slick-dots {
    position: static;
    padding-top: 10px;
  }
  .topPage .stLatestNew_slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px;
  }
  .topPage .stLatestNew_slider .slick-dots li.slick-active button {
    background-color: #1c50a1;
  }
  .topPage .stLatestNew_slider .slick-dots li button {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border: 1px solid #0c3b6e;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .topPage .stLatestNew_slider .slick-dots li button::before {
    display: none;
  }
  .topPage .stInformation {
    margin: 80px 0;
  }
  .topPage .stInformation 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;
  }
  .topPage .stInformation ul li {
    width: -webkit-calc((100% - 120px) / 3);
    width: -moz-calc((100% - 120px) / 3);
    width: calc((100% - 120px) / 3);
  }
  .topPage .stInformation img {
    display: block;
  }
  .topPage .stInformation_name {
    margin-top: 20px;
    position: relative;
    min-height: 90px;
  }
  .topPage .stInformation_name > div {
    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;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    color: #1c50a1;
    margin-bottom: 15px;
  }
  .topPage .stInformation_name > div span {
    font-size: 1.8rem;
    margin-left: 20px;
  }
  .topPage .stInformation_name > p {
    font-size: 1.8rem;
    font-weight: 500;
    color: #404040;
    line-height: -webkit-calc(22 / 18);
    line-height: -moz-calc(22 / 18);
    line-height: calc(22 / 18);
  }
  .topPage .stInformation_name > a {
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topPage .stInformation_btn {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .topPage .stInformation_btn a {
    display: block;
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .topPage .stInformation_btn a:not(:last-child) {
    margin-bottom: 15px;
  }
  .topPage .stInformation_btn a.btnWhite {
    color: #ffffff;
    padding: 20px 25px;
    background: url("../img/top/iconDoubleWhite.png") no-repeat right 20px center #1c50a1;
    -moz-background-size: 35px auto;
         background-size: 35px auto;
  }
  .topPage .stInformation_btn a.btnBlue {
    color: #1c50a1;
    padding: 20px 25px;
    background: url("../img/top/iconDoubleBlue.png") no-repeat right 20px center #bfe5f9;
    -moz-background-size: 35px auto;
         background-size: 35px auto;
  }
  .topPage .stNews {
    background-color: #f5f7f9;
    padding: 80px 0 70px;
  }
  .topPage .stNews_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topPage .stNews_content ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 80px;
  }
  .topPage .stNews_content ul li {
    padding: 20px 0;
    border-bottom: 1px solid #d2cfce;
  }
  .topPage .stNews_content ul li:first-child {
    padding-top: 0;
  }
  .topPage .stNews_content 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;
    line-height: 1;
  }
  .topPage .stNews_content ul li a time {
    font-size: 2rem;
    font-weight: 600;
    color: #1c50a1;
            min-width: 110px;
  }
  .topPage .stNews_content ul li a span {
    color: #1c50a1;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    padding: 5px;
    background-color: #bfe5f9;
    -moz-border-radius: 2px;
         border-radius: 2px;
    margin: 0 20px;
            min-width: 82px;
  }
  .topPage .stNews_content ul li a p {
    font-size: 1.8rem;
    color: #404040;
    font-weight: 500;
    line-height: 1.5;
  }
  .topPage .stWhyChoose {
    margin-top: 60px;
  }
  .topPage .stWhyChoose h2 {
    text-align: center;
    font-weight: 500;
    font-size: 3rem;
    color: #1c50a1;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
  }
  .topPage .stWhyChoose_list {
    padding-top: 150px;
    padding-bottom: 50px;
    background: url("../img/top/why_bg.png") no-repeat center top;
    -moz-background-size: 100%;
         background-size: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .topPage .stWhyChoose_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topPage .stWhyChoose_list ul li {
    margin: 0 20px;
  }
  .topPage .stWhyChoose_list ul li:first-child img {
    width: 67px;
  }
  .topPage .stWhyChoose_list ul li:nth-child(2) img {
    width: 90px;
    margin-bottom: 10px;
  }
  .topPage .stWhyChoose_list ul li:nth-child(3) img {
    width: 95px;
    margin-bottom: 10px;
  }
  .topPage .stWhyChoose_list ul li:nth-child(4) {
    margin-top: -20px;
  }
  .topPage .stWhyChoose_list ul li:nth-child(4) a {
    padding-top: 20px;
  }
  .topPage .stWhyChoose_list ul li:nth-child(4) img {
    width: 75px;
  }
  .topPage .stWhyChoose_list ul li:last-child {
    margin-top: -20px;
  }
  .topPage .stWhyChoose_list ul li:last-child a {
    padding-top: 20px;
  }
  .topPage .stWhyChoose_list ul li:last-child img {
    width: 55px;
    margin-bottom: 15px;
  }
  .topPage .stWhyChoose_list ul li a {
    width: 230px;
    height: 230px;
    position: relative;
    background-color: #ffffff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #1c50a1;
    display: block;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 5px;
  }
  .topPage .stWhyChoose_list ul li a::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -15px;
    background: url("../img/top/riconRight.svg") no-repeat center/100%;
  }
  .topPage .stWhyChoose_list ul li a p {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 500;
    color: #404040;
  }
  .topPage .stWhyChoose_list ul li a img {
    display: block;
    margin: 0 auto 5px;
  }
  .topPage .stInstagram {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .topPage .stInstagram img {
    display: block;
    margin: 0 auto;
    max-width: 700px;
  }
  .bDetail .detail {
    padding: 100px 0;
  }
  .bDetail .detail .detail_inner {
    padding: 30px;
    border: 4px solid #0a6ab0;
  }
  .bDetail .detail .detail_inner .detail_meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time {
    margin-right: 10px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 24px;
  }
  .bDetail .detail .detail_inner .detail_meta .cate_detail {
    width: 80px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0a6ab0;
    color: #232c66;
    font-size: 1.5rem;
    line-height: 1;
  }
  .bDetail .detail .detail_inner .detail_title {
    font-size: 2.6rem;
    font-weight: bold;
  }
  .bDetail .detail .detail_inner .detail_txt p {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .bDetail .detail .detail_inner .detail_txt img {
    margin-top: 5px;
  }
  .stReason .bBanner {
    height: 391px;
    background: url("../img/reason/banner.png") no-repeat center top/cover;
    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;
  }
  .stReason .bAnchor {
    margin: 50px 0 40px;
  }
  .stReason .bAnchor ul {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .stReason .bAnchor ul li {
    width: -webkit-calc((100% - 100px) / 5);
    width: -moz-calc((100% - 100px) / 5);
    width: calc((100% - 100px) / 5);
  }
  .stReason .bAnchor ul li:first-child a::after {
    width: 10px;
  }
  .stReason .bAnchor ul li:nth-child(2) a::after {
    width: 24px;
  }
  .stReason .bAnchor ul li:nth-child(3) a::after {
    width: 38px;
  }
  .stReason .bAnchor ul li:nth-child(4) a::after {
    width: 52px;
  }
  .stReason .bAnchor ul li:last-child a::after {
    width: 66px;
  }
  .stReason .bAnchor ul li a {
    background-color: #1c50a1;
    color: #ffffff;
    display: block;
    line-height: 1;
    padding: 20px 50px 20px 15px;
    -moz-border-radius-topright: 15px;
         border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
         border-bottom-right-radius: 15px;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
  }
  .stReason .bAnchor ul li a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 10px;
    background-image: url("../img/reason/ic_circle_5.png");
    background-repeat: no-repeat;
    -moz-background-size: auto 10px;
         background-size: auto 10px;
  }
  .stReason .bOne {
    margin-bottom: 80px;
  }
  .stReason .bTeacher {
    position: relative;
    padding-bottom: 200px;
  }
  .stReason .bTeacher::before {
    content: '';
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stReason .bTeacher .media > div p {
    color: #ffffff;
  }
  .stReason .bSupport {
    margin-top: -113px;
    margin-bottom: 80px;
  }
  .stReason .bEnvironment {
    position: relative;
    padding-bottom: 100px;
  }
  .stReason .bEnvironment::before {
    content: '';
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stReason .bEnvironment .row {
    max-width: 1100px;
  }
  .stReason .bEnvironment__list {
    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;
  }
  .stReason .bEnvironment__list li {
    width: -webkit-calc((100% - 110px) / 2);
    width: -moz-calc((100% - 110px) / 2);
    width: calc((100% - 110px) / 2);
    background-color: #ffffff;
    -moz-border-radius: 50px;
         border-radius: 50px;
    overflow: hidden;
    text-align: center;
    padding: 30px 0 20px;
    margin-bottom: 90px;
  }
  .stReason .bEnvironment__list li h4 {
    color: #1c50a1;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 20px;
  }
  .stReason .bEnvironment__list li img {
    display: block;
  }
  .stReason .bEnvironment__list li p {
    font-size: 1.9rem;
    line-height: 2;
    font-weight: 500;
    margin-top: 5px;
  }
  .stReason .bMember {
    margin-top: -112px;
  }
  .stReason .bMember .media > div img {
    width: 700px;
  }
  .stReason .bMember .bBtn {
    text-align: center;
    margin: 80px 0 100px;
  }
  .stReason .bMember .bBtn a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 2.3rem;
    display: inline-block;
    padding: 18px 130px 18px 20px;
    background: url("../img/iconDoubleWhite.png") no-repeat right 25px center #1c50a1;
  }
  .stCourse .bBanner {
    background: url("../img/course/banner_pc.png") no-repeat center top/cover;
  }
  .stCourse .bGuide {
    margin-bottom: 80px;
  }
  .stCourse .bGuide__des {
    text-align: center;
    color: #1c50a1;
    font-size: 2.2rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 80px;
  }
  .stCourse .bGuide__tabs__list {
    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;
  }
  .stCourse .bGuide__tabs__list li {
    width: -webkit-calc((100% - 4px) / 3);
    width: -moz-calc((100% - 4px) / 3);
    width: calc((100% - 4px) / 3);
    display: block;
    background-color: #8da7d0;
    text-align: center;
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 2.4rem;
    padding: 20px 0;
    cursor: pointer;
  }
  .stCourse .bGuide__tabs__list li.active {
    background-color: #1c50a1;
  }
  .stCourse .bGuide__tabs__content #tab03 .tabContent__body {
    padding-bottom: 50px;
  }
  .stCourse .bGuide__tabs__content #tab03 .note {
    text-align: left;
    width: 520px;
    position: absolute;
    bottom: 40px;
    right: 60px;
    padding-left: 18px;
  }
  .stCourse .bGuide__tabs__content #tab03 .note span {
    display: block;
    text-indent: -18px;
  }
  .stCourse .bGuide__tabs__content .tabContent {
    display: none;
  }
  .stCourse .bGuide__tabs__content .tabContent.active {
    display: block;
  }
  .stCourse .bGuide__tabs__content .tabContent__head {
    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;
    background-color: #9ed8f5;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 20px 50px 20px 60px;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left h4 {
    color: #1c50a1;
    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;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left h4 span {
    font-size: 1.8rem;
    display: block;
    padding: 8px 12px;
    background-color: #ffffff;
    margin-left: 15px;
    -moz-border-radius: 30px;
         border-radius: 30px;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: -webkit-calc(33 / 18);
    line-height: -moz-calc(33 / 18);
    line-height: calc(33 / 18);
    color: #404040;
    margin-bottom: 20px;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price {
    background-color: #ffffff;
    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;
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
    padding-right: 30px;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price span {
    font-size: 1.8rem;
    line-height: -webkit-calc(32 / 18);
    line-height: -moz-calc(32 / 18);
    line-height: calc(32 / 18);
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price__txt {
    text-align: center;
    padding: 10px 20px;
    background-color: #ececec;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price__time {
    padding: 0 20px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price__amount {
    font-weight: 600;
    font-size: 3.2rem !important;
    line-height: 1 !important;
    color: #1c50a1;
    justify-self: flex-end;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price__amount ins {
    text-decoration: none;
    font-size: 1.8rem;
  }
  .stCourse .bGuide__tabs__content .tabContent__head figure {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    overflow: hidden;
    height: 250px;
  }
  .stCourse .bGuide__tabs__content .tabContent__head figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .stCourse .bGuide__tabs__content .tabContent__body {
    background-color: #e4f2fb;
    padding: 30px 60px;
    position: relative;
  }
  .stCourse .bGuide__tabs__content .tabContent__body h3 {
    text-align: center;
    font-weight: 600;
    color: #1c50a1;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 30px;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul {
    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;
    counter-reset: course;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
    background-color: #ffffff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 90px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    min-height: 110px;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.alignStart {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.noBg {
    background-color: transparent;
    padding: 0;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.noBg::before {
    display: none;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li::before {
    counter-increment: course;
    content: counter(course);
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -24px;
    width: 50px;
    height: 48px;
    background: url("../img/course/ic_apple.svg") no-repeat center center/100%;
    color: #ffffff;
    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;
    font-weight: 500;
    font-size: 2.2rem;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li p {
    color: #1c50a1;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li span {
    display: block;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li .btnGreen {
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: left;
    font-weight: 600;
    padding: 5px 20px;
    background: url("../img/iconDoubleWhite.png") no-repeat right 15px center #70cfc6;
    -moz-background-size: 25px auto;
         background-size: 25px auto;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
    -webkit-box-pack: unset;
       -moz-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.link a {
    color: #1c50a1;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.8;
    background: url("../img/iconDoubleBlue.svg") no-repeat right center;
    -moz-background-size: 25px auto;
         background-size: 25px auto;
    display: inline-block;
    padding-right: 60px;
  }
  .stCourse .bGuide__tabs__content .tabContent__body .note {
    text-align: right;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .stRecord .mainVisual {
    background: url("../img/record/bkgMainvisual.png") center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .stRecord .bRecord .boxTop {
    position: relative;
    margin-bottom: 60px;
  }
  .stRecord .bRecord .boxTop:before {
    content: "";
    width: 210px;
    height: 182px;
    background: url("../img/record/bf_01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 20px;
    left: 80px;
  }
  .stRecord .bRecord .boxTop:after {
    content: "";
    width: 141px;
    height: 163px;
    background: url("../img/record/bf_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 20px;
    right: 80px;
  }
  .stRecord .tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 0 80px -90px;
  }
  .stRecord .tab li {
    width: -webkit-calc(33.33% - 90px);
    width: -moz-calc(33.33% - 90px);
    width: calc(33.33% - 90px);
    margin: 0 0 0 90px;
  }
  .stRecord .tab li a {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    line-height: 32px;
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding-right: 100px;
    background-color: #fff;
    border: 2px solid #ccc;
  }
  .stRecord .tab li a:after {
    content: "";
    width: 92px;
    height: 100%;
    background: #ccc url("../img/arrBt_02.png") center center no-repeat;
    -moz-background-size: 41px 19px;
         background-size: 41px 19px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius-topright: 6px;
         border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
         border-bottom-right-radius: 6px;
  }
  .stRecord .tab li a.bkgGreen {
    border-color: #008C3F;
    color: #008C3F;
  }
  .stRecord .tab li a.bkgGreen:after {
    background-color: #008C3F;
  }
  .stRecord .tab li a.bkgPink {
    border-color: #D82E54;
    color: #D82E54;
  }
  .stRecord .tab li a.bkgPink:after {
    background-color: #D82E54;
  }
  .stRecord .tab li a.bkgBlue {
    border-color: #006CA8;
    color: #006CA8;
  }
  .stRecord .tab li a.bkgBlue:after {
    background-color: #006CA8;
  }
  .stRecord .tab-item article:not(:last-child) {
    margin-bottom: 50px;
  }
  .stRecord .tab-item article .ttlArt {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .stRecord .tab-item article .bFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin-left: -75px;
  }
  .stRecord .tab-item article .list {
    width: -webkit-calc(50% - 75px);
    width: -moz-calc(50% - 75px);
    width: calc(50% - 75px);
    margin: 0 0 0 75px;
    border: 2px solid #B5B5B6;
  }
  .stRecord .tab-item article .list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stRecord .tab-item article .list li:not(:last-child) {
    border-bottom: 2px solid #B5B5B6;
  }
  .stRecord .tab-item article .list li span {
    width: 342px;
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    background-color: #ccc;
    border-right: 2px solid #B5B5B6;
    padding: 20px;
  }
  .stRecord .tab-item article .list li em {
    width: -webkit-calc(100% - 342px);
    width: -moz-calc(100% - 342px);
    width: calc(100% - 342px);
    font-size: 2.4rem;
    line-height: 1;
    padding: 20px;
    font-style: normal;
    display: block;
  }
  .stRecord .tab-item.bkgGreen article .ttlArt {
    color: #008C3F;
  }
  .stRecord .tab-item.bkgGreen article .list li span {
    background-color: #008C3F;
  }
  .stRecord .tab-item.bkgPink article .ttlArt {
    color: #D82E54;
  }
  .stRecord .tab-item.bkgPink article .list li span {
    background-color: #D82E54;
  }
  .stRecord .tab-item.bkgBlue article .ttlArt {
    color: #006CA8;
  }
  .stRecord .tab-item.bkgBlue article .list li span {
    background-color: #006CA8;
  }
  .stEnrollment .bBanner {
    height: 391px;
    background: url("../img/enrollment/banner.png") no-repeat center top/cover;
    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;
  }
  .stEnrollment_flow {
    margin-top: 30px;
  }
  .stEnrollment_flow__des {
    text-align: center;
    color: #1c50a1;
    font-size: 2.2rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 100px;
  }
  .stEnrollment_flow__ttl {
    text-align: center;
    line-height: 1;
  }
  .stEnrollment_flow__ttl span {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 1;
    padding: 0 4px 10px;
    border-bottom: 4px solid #1c50a1;
    color: #1c50a1;
    font-weight: 600;
  }
  .stEnrollment_flow ul {
    padding-top: 90px;
    counter-reset: flow;
  }
  .stEnrollment_flow ul li {
    position: relative;
  }
  .stEnrollment_flow ul li:not(:last-child) {
    margin-bottom: 100px;
  }
  .stEnrollment_flow ul li::before {
    content: '';
    width: 28px;
    height: 25px;
    background: url("../img/enrollment/down_ic.png") no-repeat center;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -14px;
  }
  .stEnrollment_flow ul li::after {
    counter-increment: flow;
    content: counter(flow);
    width: 100px;
    height: 95px;
    background: url("../img/enrollment/apple_ic.png") no-repeat center;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    top: -20px;
    left: -15px;
    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;
    font-weight: 600;
    color: #1c50a1;
    line-height: 1;
    font-size: 3.8rem;
  }
  .stEnrollment_flow ul li .item {
    background-color: #e4f2fb;
    overflow: hidden;
    -moz-border-radius: 50px;
         border-radius: 50px;
    position: relative;
    min-height: 200px;
    padding: 40px 320px 30px 140px;
  }
  .stEnrollment_flow ul li .item .flex {
    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;
  }
  .stEnrollment_flow ul li .item .flex > div {
    margin-left: 30px;
    background-color: #ffffff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
  }
  .stEnrollment_flow ul li .item .flex > div .phone {
    color: #404040;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 500;
    padding-left: 55px;
    background: url("../img/enrollment/phone_ic.png") no-repeat left center;
    -moz-background-size: 50px auto;
         background-size: 50px auto;
    display: inline-block;
  }
  .stEnrollment_flow ul li .item .flex > div p {
    font-size: 1.2rem;
    text-align: center;
    color: #231815;
    line-height: 1;
    margin-top: 5px;
  }
  .stEnrollment_flow ul li .item h4 {
    color: #1c50a1;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1;
    margin-bottom: 25px;
  }
  .stEnrollment_flow ul li .item p {
    font-size: 1.8rem;
    color: #404040;
    line-height: -webkit-calc(42 / 20);
    line-height: -moz-calc(42 / 20);
    line-height: calc(42 / 20);
    font-weight: 500;
  }
  .stEnrollment_flow ul li .item p a {
    color: #1c50a1;
    text-decoration: underline;
  }
  .stEnrollment_flow ul li .item figure {
    position: absolute;
    display: block;
    width: 310px;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .stEnrollment_flow ul li .item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .stEnrollment_flow__btn {
    text-align: center;
    margin: 80px 0;
  }
  .stEnrollment_flow__btn a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 2.3rem;
    display: inline-block;
    padding: 18px 130px 18px 20px;
    background: url("../img/iconDoubleWhite.png") no-repeat right 25px center #1c50a1;
  }
  .stFaq {
    padding-bottom: 60px;
  }
  .stFaq .bBanner {
    height: 391px;
    background: url("../img/faq/banner.png") no-repeat center top/cover;
    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;
  }
  .stFaq .bkgBd {
    /*background: #F2F9F4;*/
    padding: 30px 0 60px;
  }
  .stFaq .listAnchor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 0 60px -30px;
  }
  .stFaq .listAnchor li {
    width: -webkit-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin: 0 0 0 30px;
  }
  .stFaq .listAnchor li a {
    background-color: #fff;
    border: 2px solid #006CA8;
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -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;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    color: #006CA8;
    letter-spacing: 1px;
  }
  .stFaq .listAnchor li a span {
    padding-right: 60px;
    position: relative;
    display: inline-block;
  }
  .stFaq .listAnchor li a span:before {
    content: "";
    background: url("../img/faq/arrAr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 48px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .stFaq .bArticle article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*.ttlArt{
        width: 60px;
        background-color: #008C3F;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        height: 290px;
        padding: 20px 0 0 0;
        position: relative;
        &:before{
          content: "";
          width: calc(100vw + 1px);
          height: 100%;
          background-color: #008C3F;
          position: absolute;
          top: 0;
          left: -100vw;
        }
        span{
          font-size: rem(25);
          line-height: 1.5;
          font-weight: bold;
          color: #fff;
          margin-bottom: 10px;
          writing-mode: vertical-rl;
          letter-spacing: 1px;
        }
      }*/
  }
  .stFaq .bArticle article:not(:last-child) {
    margin-bottom: 60px;
  }
  .stFaq .bArticle article .bDl {
    width: 100%;
    /*padding-left: 50px;*/
  }
  .stFaq .bArticle article .bDl dl {
    cursor: pointer;
  }
  .stFaq .bArticle article .bDl dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .stFaq .bArticle article .bDl dl dt {
    background-color: #e4f2fb;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
    color: #3E3A39;
    padding: 15px 50px 15px 60px;
    letter-spacing: 1px;
    position: relative;
  }
  .stFaq .bArticle article .bDl dl dt:before {
    content: "Q";
    font-size: 2.6rem;
    line-height: 1.5;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #1c50a1;
    color: #fff;
  }
  .stFaq .bArticle article .bDl dl dt:after {
    content: "+";
    -moz-background-size: contain;
         background-size: contain;
    font-size: 3rem;
    position: absolute;
    color: #1c50a1;
    top: 15px;
    right: 15px;
    line-height: 1;
  }
  .stFaq .bArticle article .bDl dl dt.active:after {
    content: "-";
  }
  .stFaq .bArticle article .bDl dl dd {
    background-color: #f5f7f9;
    /*height: 0;*/
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt {
    padding: 17px 50px 17px 60px;
    position: relative;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt:before {
    content: "A";
    font-size: 2.6rem;
    line-height: 1.5;
    position: absolute;
    font-weight: bold;
    top: 10px;
    left: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #404040;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt p {
    font-size: 1.7rem;
    line-height: 26px;
    color: #595757;
    font-weight: 500;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt .btnPl {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #008C3F;
    border: 1px solid #008C3F;
    background-color: #fff;
    padding: 8px 15px 8px 40px;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt .btnPl:before {
    content: "";
    background: url("../img/faq/iconRight.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 15px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
  }
  .stAccess .mainVisual {
    background: url("../img/access/bkgMainvisual.png") center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .stAccess .bMap {
    line-height: 0;
  }
  .stAccess .bMap iframe {
    width: 100%;
    height: 600px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .stAccess .boxAccess {
    background-color: #008C3F;
  }
  .stAccess .boxAccess .row {
    background: url("../img/access/bkgAss.png") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 40px 200px 60px;
  }
  .stAccess .boxAccess .row .listAss li {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stAccess .boxAccess .row .listAss li span {
    width: 240px;
    padding: 15px 0 15px 10px;
    font-size: 1.8rem;
    line-height: 21px;
    color: #fff;
    position: relative;
  }
  .stAccess .boxAccess .row .listAss li span:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .stAccess .boxAccess .row .listAss li em {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
    padding: 15px 0 15px 60px;
    font-size: 1.8rem;
    line-height: 21px;
    color: #fff;
    font-style: normal;
  }
  .stAccess .boxAccess .row .bBtnm a {
    width: 210px;
    height: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    color: #008C3F;
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    padding-left: 5px;
    margin: 30px auto 0;
  }
  .stAccess .boxAccess .row .bBtnm a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/access/btMap.png) no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
  }
  .stAccess .bContact {
    margin: 120px 0 0;
    position: relative;
  }
  .stAccess .bContact:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
  }
  .stAccess .bContact .bForm {
    background-color: #fff;
  }
  .stAccess .bPrivacy {
    background-color: #EFEFEF;
    margin-bottom: 100px;
    padding-bottom: 20px;
  }
  .stTrial .mainVisual {
    background: url("../img/trial/bkgMainvisual.png") center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .stTrial .bContact {
    padding: 50px 0 0;
  }
  .stTrial .bForm .frmGroup:nth-of-type(5) .frmGroup__lbl,
  .stTrial .bForm .frmGroup:nth-of-type(13) .frmGroup__lbl {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8px;
  }
  .stRequest .mainVisual {
    background: url("../img/request/bkgMainvisual.png") center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .stRequest .bContact {
    padding: 50px 0 0;
  }
  .stRequest .bForm .frmGroup:nth-of-type(5) .frmGroup__lbl,
  .stRequest .bForm .frmGroup:nth-of-type(11) .frmGroup__lbl,
  .stRequest .bForm .frmGroup:nth-of-type(14) .frmGroup__lbl,
  .stRequest .bForm .frmGroup:nth-of-type(15) .frmGroup__lbl {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8px;
  }
  .datepicker.focus + .wrap_table {
    z-index: 9;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .datepicker + .wrap_table {
    position: absolute;
    top: -30px;
    width: 300px;
    margin-top: 40px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .datepicker + .wrap_table > p {
    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;
    font-size: 1.5rem;
    line-height: 40px;
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    border-bottom: 0;
  }
  .datepicker + .wrap_table > p span.next, .datepicker + .wrap_table > p span.prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .datepicker + .wrap_table > p span.next::before, .datepicker + .wrap_table > p span.prev::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 22px;
    background: url("/asset/img/request/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .datepicker + .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
       -moz-transform: translate(-50%, -50%) scale(-1);
        -ms-transform: translate(-50%, -50%) scale(-1);
            transform: translate(-50%, -50%) scale(-1);
  }
  .datepicker + .wrap_table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background: #008c3f;
    overflow: hidden;
  }
  .datepicker + .wrap_table table tr th {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2;
  }
  .datepicker + .wrap_table table tr td {
    border: 1px solid #fff;
    font-size: 1.5rem;
    line-height: 2;
    color: #ccc;
  }
  .datepicker + .wrap_table table tr td.active {
    cursor: pointer;
    color: #fff;
  }
  .step-form .head-form {
    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;
    padding: 10px;
    -moz-box-shadow: 0px 1px 10px 0px #0000004d;
         box-shadow: 0px 1px 10px 0px #0000004d;
    margin: 50px 0;
  }
  .step-form .head-form h3 {
    font-size: 3rem;
    font-weight: bold;
    /*margin: 0 20px;*/
    color: #1c50a1;
  }
  .step-form .head-form .head-form-wrap {
    text-align: left;
    margin-left: 15px;
  }
  .step-form .message {
    width: 50%;
    height: 300px;
    margin: 0 auto;
  }
  .step-form #type_box2 .school_class {
    padding: 30px 20px;
  }
  .step-form #type_box2 .school_class label {
    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;
    font-size: 2rem;
  }
  .step-form .checkbox_group {
    width: 100%;
  }
  .step-form .checkbox_group .type_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .step-form .checkbox_group .school_class {
    font-size: 16px;
    padding: 30px 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
    -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;
    -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;
    width: 30%;
    justify-content: center;
    align-items: center;
    position: relative;
    /*&.course2,&.course1 {
              padding-bottom: 0;
              padding-top: 80px;
            }*/
    /*img {
              position: absolute;
              bottom: 0;
              right: 0;
              left: 0;
              margin: 0 auto;
            }*/
  }
  .step-form .checkbox_group .school_class.course_choice_im img {
    margin-top: 15px;
  }
  .step-form .checkbox_group .school_class.course_choice_im label {
    display: block;
    padding-top: 10px;
  }
  .step-form .checkbox_group .school_class.high_couse.action {
    display: none !important;
  }
  .step-form .checkbox_group .school_class input:checked + label {
    border: 3px solid #1c50a1;
  }
  .step-form .checkbox_group .school_class label {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #dcdddd;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #1c50a1;
    /*padding-top: 10px;*/
    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;
    font-size: 1.6rem;
  }
  .step-form .checkbox_group .school_class label:hover {
    border-color: #1c50a1;
  }
  .step-form .checkbox_group .other_class {
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
    -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;
    -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;
    width: 80%;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .step-form .checkbox_group .other_class label {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #dcdddd;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #1c50a1;
  }
  .step-form .checkbox_group .other_class label:hover {
    border-color: #1c50a1;
  }
  .step-form .checkbox_group .other_class input:checked + label {
    border: 3px solid #1c50a1;
  }
  .step-form .checkbox_group fieldset div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .step-form .checkbox_group fieldset input {
    opacity: 0;
  }
  .step-form #tab_step_6 .form-group {
    width: 400px;
    margin: 0 auto 20px;
  }
  .step-form #tab_step_6 .form-group .ttl {
    min-width: 100px;
    text-align: left;
    display: inline-block;
  }
  .step-form .bContact_form {
    position: relative;
    padding-bottom: 110px;
    width: 800px;
    margin: 0 auto;
  }
  .step-form .send_group {
    margin-top: 50px;
  }
  .step-form .send_group.stepnext {
    text-align: center;
  }
  .step-form .send_group.stepnext .step_btn {
    background: #1c50a1;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: 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;
    border: none;
  }
  .step-form .send_group.stepback {
    margin-top: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .step-form .send_group.stepback .back_btn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: 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;
  }
  .step-form .error {
    text-align: center;
    color: red;
  }
  .step-form .number {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
  }
  .step-form .bar_process_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .step-form .bar_process {
    width: 80%;
  }
  .step-form #process_persion {
    position: relative;
  }
  .step-form #process_persion:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #9ed8f5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -20px;
  }
  .step-form .tab_step .step_btn {
    background: #1c50a1 !important;
    font-size: 1.8rem !important;
  }
  .step-form .ttl {
    text-align: center;
    font-size: 1.8rem !important;
  }
  .step-form .ttl .required {
    color: #E84F23 !important;
    background: none !important;
    border: 1px solid #E84F23;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .any {
    color: #33adea !important;
    background: none !important;
    border: 1px solid #33adea;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .bContact_form__form .form-group .form-control {
    font-size: 1.6rem;
    min-height: 45px !important;
    min-width: 300px;
  }

  .step-form .bContact_form__form .form-group .form-control.postcode {
    font-size: 1.6rem;
    min-height: 45px !important;
    min-width: 80px;
    width: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .step-form .bContact_form__form .form-group textarea.form-control {
    min-height: 155px !important;
  }
  .step-form .wrap_group {
    margin-bottom: 20px;
  }
  .step-form .wrap_group .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .step-form .wrap_group .form-group label {
    font-size: 1.6rem;
    margin-right: 15px;
    min-width: 160px;
    /*text-align: left;
          display: inline-block;*/
  }
  .step-form .wrap_group .form-group label.short {
    min-width: 100px;
  }
    .step-form .wrap_group .form-group .frmGroup__type { 
      min-width: 300px;
      
    }
     .step-form .wrap_group .form-group .frmGroup__type::last-child { 
      margin-top: 15px; 
    }

     .step-form .wrap_group .form-group .group_wrap { 
       width: 300px;
    }

  .step-form .wrap_group h4 {
    text-align: center;
    color: #000 !important;
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }
  .step-form .wrap_group h4 .big {
    font-size: 3rem;
  }
  .step-form .wrap_group h4 .required {
    color: #E84F23 !important;
    background: none !important;
    border: 1px solid #E84F23;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .wrap_group p {
    text-align: center;
    margin: 10px auto;
    font-size: 1.6rem;
  }
  .step-form .wrap_group p.des {
    text-align: center;
    color: #1c50a1;
    font-size: 1.8rem !important;
    margin-top: 20px;
  }
  .step-form .wrap_group small {
    display: block;
    line-height: 1.2;
  }
  .step-form .wrap_group.thank {
    text-align: center;
  }
  .step-form .wrap_group.thank h5 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .step-form .wrap_group.thank p {
    font-size: 1.6rem;
  }
  .step-form .wrap_group.thank p.working_time {
    font-size: 1.8rem;
    color: #E84F23;
  }
  .step-form .wrap_group.thank a {
    font-size: 2.5rem;
    color: #E84F23;
    display: block;
    margin: 20px auto;
  }
  .step-form .form-group a.privacy {
    color: #E84F23 !important;
  }
  .step-form .bContact_form__form .send_group.stepback .form-group button.step_btn,
  .step-form .bContact_form__form .send_group.stepback .form-group a.step_btn {
    background-color: #fff !important;
    color: #000;
    -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;
    border: 1px solid #000;
  }
  .step-form .quest_form {
    padding-top: 0 !important;
  }
  .stAbout p {
    color: #404040;
  }
  .stAbout .bBanner {
    background: url("../img/about/banner.png") no-repeat center top/cover;
  }
  .stAbout .bGreeting {
    margin-top: 30px;
  }
  .stAbout .bGreeting p {
    font-size: 2rem;
    line-height: -webkit-calc(43 / 20);
    line-height: -moz-calc(43 / 20);
    line-height: calc(43 / 20);
    font-weight: 500;
    color: #404040;
  }
  .stAbout .bGreeting p.sign {
    text-align: right;
    margin-top: 70px;
    font-size: 2.4rem;
    line-height: -webkit-calc(34 / 24);
    line-height: -moz-calc(34 / 24);
    line-height: calc(34 / 24);
  }
  .stAbout .bGreeting p.sign span {
    font-size: 1.8rem;
    line-height: -webkit-calc((34 / 18));
    line-height: -moz-calc((34 / 18));
    line-height: calc((34 / 18));
  }
  .stAbout .bEducation {
    margin-top: 80px;
    position: relative;
    padding-bottom: 250px;
  }
  .stAbout .bEducation::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 113px;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stAbout .bEducation .row {
    max-width: 1000px;
  }
  .stAbout .bEducation .description {
    max-width: 800px;
    margin: 0 auto 40px;
    display: block;
  }
  .stAbout .bEducation .mainImage {
    margin-bottom: 40px;
    display: block;
  }
  .stAbout .bEducation ul {
    width: 740px;
    margin: 0 auto;
    counter-reset: education;
  }
  .stAbout .bEducation ul li {
    color: #ffffff;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 1.5px;
    position: relative;
    padding-left: 100px;
  }
  .stAbout .bEducation ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  .stAbout .bEducation ul li::before {
    content: "0" counter(education);
    counter-increment: education;
    font-size: 2.7rem;
    font-weight: 900;
    width: 72px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
  }
  .stAbout .bEducation ul li::after {
    content: '';
    background-color: #8ea5ca;
    height: 5px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 72px;
    position: absolute;
    left: 0;
    bottom: -10px;
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .stAbout .bPromise {
    margin-top: -113px;
    padding-bottom: 100px;
  }
  .stAbout .bPromise_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stAbout .bPromise_inner > div {
    padding-left: 60px;
  }
  .stAbout .bPromise_inner > div h3 {
    color: #1c50a1;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .stAbout .bPromise_inner > div h3 span {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #d2dbea));
    background: -webkit-linear-gradient(top, transparent 75%, #d2dbea 25%);
    background: -moz- oldlinear-gradient(top, transparent 75%, #d2dbea 25%);
    background: linear-gradient(to bottom, transparent 75%, #d2dbea 25%);
  }
  .stAbout .bPromise_inner > div p {
    font-size: 2rem;
    font-weight: 500;
    line-height: -webkit-calc(43 / 20);
    line-height: -moz-calc(43 / 20);
    line-height: calc(43 / 20);
  }
  .stPrivacy {
    padding-bottom: 100px;
  }
  .stPrivacy .bBanner {
    height: 391px;
    background: url("../img/privacy/banner.png") no-repeat center top/cover;
    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;
  }
  .stPrivacy_flow {
    margin-top: 30px;
  }
  .stPrivacy_flow__des {
    text-align: center;
    color: #1c50a1;
    font-size: 2.2rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 100px;
  }
  .stPrivacy_flow ul {
    counter-reset: flow;
  }
  .stPrivacy_flow ul li {
    position: relative;
    padding: 20px 100px;
  }
  .stPrivacy_flow ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .stPrivacy_flow ul li p {
    font-size: 2rem;
  }
  .stPrivacy_flow ul li::after {
    counter-increment: flow;
    content: counter(flow);
    width: 76px;
    height: 73px;
    background: url("../img/privacy/apple-ic.png") no-repeat center;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    top: 0;
    left: 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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    color: #1c50a1;
    line-height: 1;
    font-size: 3.8rem;
  }
  .stPrivacy_flow .signed {
    text-align: right;
    margin-top: 50px;
    padding-right: 100px;
  }
  .stPrivacy_flow .signed p {
    font-size: 1.8rem;
  }
  .stPrivacy_flow .signed p span {
    font-size: 3rem;
  }
  .stLearing .bBanner {
    background-image: url("../img/learning_support/banner_pc.png");
  }
  .stLearing .bLearningSupport {
    padding-bottom: 60px;
    margin-top: 40px;
  }
  .stLearing .bLearningSupport h2 span {
    margin-bottom: 50px;
  }
  .stLearing .bSupport {
    position: relative;
    padding-bottom: 100px;
  }
  .stLearing .bSupport::before {
    content: '';
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stLearing .bSupport_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  .stLearing .bSupport_top p {
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
    line-height: -webkit-calc(34 / 22);
    line-height: -moz-calc(34 / 22);
    line-height: calc(34 / 22);
    padding-right: 30px;
  }
  .stLearing .bSupport_top a {
    display: block;
    color: #1c50a1;
    line-height: 1;
    font-size: 2.3rem;
    font-weight: 600;
    padding: 18px 30px;
    background: url("../img/iconDoubleBlue.svg") no-repeat right 20px center #ffffff;
    -moz-background-size: 30px auto;
         background-size: 30px auto;
    width: 350px;
  }
  .stLearing .bSupport_list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .stLearing .bSupport_list__item:not(:last-child) {
    margin-bottom: 80px;
  }
  .stLearing .bSupport_list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .stLearing .bSupport_list__item:nth-child(even) > div {
    padding-left: 0;
    padding-right: 50px;
  }
  .stLearing .bSupport_list__item figure {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 520px;
            flex: 0 0 520px;
  }
  .stLearing .bSupport_list__item > div {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 50px;
  }
  .stLearing .bSupport_list__item > div img {
    display: block;
    margin-bottom: 20px;
  }
  .stLearing .bSupport_list__item > div p {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.9;
    font-weight: 500;
  }
  .stLearing .bLine {
    padding: 80px 0;
  }
  .stLearing .bLine_block {
    position: relative;
    background-color: #38d430;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 25px 20px 20px;
  }
  .stLearing .bLine_block::after {
    content: '';
    width: 130px;
    height: 123px;
    background: url("../img/learning_support/line_ic.png") no-repeat center/100%;
    position: absolute;
    right: 80px;
    top: -35px;
    z-index: 2;
  }
  .stLearing .bLine_block h3 {
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    font-size: 3.8rem;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .stLearing .bLine_block__body {
    background-color: #ffffff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
  }
  .stLearing .bLine_block__body > p {
    width: 48%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  .stLearing .bLine_block__body > div {
    width: 52%;
  }
  .stLearing .bLine_block__body > div a {
    background: url("../img/iconDoubleWhite.png") no-repeat right 30px top 20px #38d430;
    display: block;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 15px;
    color: #ffffff;
  }
  .stLearing .bLine_block__body > div a span {
    display: block;
    font-weight: 600;
    font-size: 2.9rem;
    line-height: 1;
    margin-bottom: 5px;
  }
  .stLearing .bLine_block__body > div a ins {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 500;
  }
  .stLearing .bLine_block__body > div p {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 10px;
  }
  .stLearing .bVoice {
    padding-bottom: 80px;
  }
  .stLearing .bVoice .row {
    max-width: 1100px;
  }
  .stLearing .bVoice_inner__block:not(:last-child) {
    margin-bottom: 50px;
  }
  .stLearing .bVoice_inner__block h4 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    background-color: #1c50a1;
    font-size: 2.6rem;
    line-height: 1;
    padding: 20px 0;
    width: 500px;
    margin: 0 auto 30px;
    -moz-border-radius: 50px;
         border-radius: 50px;
  }
  .stLearing .bVoice_inner__block ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stLearing .bVoice_inner__block ul li {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5;
  }
  .stLearing .bVoice_inner__block ul li:nth-child(3n + 1) {
    width: 380px;
  }
  .stLearing .bVoice_inner__block ul li:nth-child(3n + 2) {
    width: 250px;
  }
  .stLearing .bVoice_inner__block ul li:last-child {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .stLearing .bVoice_inner__block p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
  }
  .stBooks .bBanner {
    background: url("../img/books/banner_pc.png") no-repeat center top/cover;
  }
  .stBooks .bBooks {
    margin-bottom: 80px;
  }
  .stBooks .bBooks__des {
    text-align: center;
    color: #1c50a1;
    font-size: 2rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 60px;
  }
  .stBooks .bBooks__list {
    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;
    margin-bottom: 60px;
  }
  .stBooks .bBooks__list li {
    width: -webkit-calc((100% - 60px) / 2);
    width: -moz-calc((100% - 60px) / 2);
    width: calc((100% - 60px) / 2);
    background-color: #e4f2fb;
  }
  .stBooks .bBooks__list li:last-child .bBooks__list__head p {
    margin-top: 20px;
  }
  .stBooks .bBooks__list__head {
    background-color: #1c50a1;
    color: #ffffff;
    position: relative;
    padding: 10px 10px;
    min-height: 118px;
  }
  .stBooks .bBooks__list__head span {
    color: #1c50a1;
    background-color: #ffffff;
    border: 3px solid #1c50a1;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
  }
  .stBooks .bBooks__list__head h3 {
    text-align: center;
    line-height: 1;
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
  .stBooks .bBooks__list__head p {
    padding-left: 60px;
    font-size: 1.7rem;
    line-height: 1.6;
    margin-top: 5px;
  }
  .stBooks .bBooks__list__body {
    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;
    padding: 20px 20px 10px;
  }
  .stBooks .bBooks__list__body figure {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .stBooks .bBooks__list__body p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding-left: 15px;
    font-size: 1.7rem;
    line-height: 2;
  }
  .stBooks .bBooks__support {
    margin-bottom: 50px;
  }
  .stBooks .bBooks__support h4 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.8;
    font-weight: 600;
    color: #231815;
    margin-bottom: 50px;
  }
  .stBooks .bBooks__support h4 img {
    display: block;
    margin: 5px auto 0;
    width: 300px;
  }
  .stBooks .bBooks__support h5 {
    color: #1c50a1;
    font-size: 2rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 500;
  }
  .stBooks .bBooks__support p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
  }
  .stBooks .bBooks__box {
    max-width: 800px;
    margin: 0 auto 60px;
    background: url("../img/books/bgBook.png") no-repeat center top/100%;
    padding-top: 45px;
    overflow: hidden;
  }
  .stBooks .bBooks__box figure {
    display: block;
    padding: 10px 20px;
    background-color: #ffffff;
  }
  .stBooks .bBooks__box ul {
    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;
    padding: 25px 20px 30px;
    background-color: #e4f2fb;
  }
  .stBooks .bBooks__box ul li {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px dashed #404040;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
  }
  .stBooks .bBooks__box ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #404040;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .stBooks .bBooks__box ul li:nth-child(5), .stBooks .bBooks__box ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .stBooks .bBooks__btn a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 1.8rem;
    display: block;
    padding: 18px 130px 18px 20px;
    background: url("../img/iconDoubleWhite.png") no-repeat right 25px center #1c50a1;
    -moz-background-size: 30px auto;
         background-size: 30px auto;
    width: 400px;
    margin: 0 auto;
  }
  .stBooks .bBooks__btn a:last-child {
    margin-top: 20px;
  }
  .stSeminar .bBanner {
    background: url("../img/seminar/banner_pc.png") no-repeat center top/cover;
  }
  .stSeminar .bDevelop {
    margin-bottom: 40px;
  }
  .stSeminar .bDevelop h2 span {
    margin-bottom: 50px;
  }
  .stSeminar .bDevelop__des {
    text-align: center;
    font-size: 1.8rem;
    line-height: -webkit-calc(29 / 18);
    line-height: -moz-calc(29 / 18);
    line-height: calc(29 / 18);
    font-weight: 500;
    color: #000000;
  }
  .stSeminar .bDevelop__block {
    background-color: #2f7dc1;
    padding: 40px 150px 50px;
    margin-top: 50px;
    margin: 50px auto 0;
  }
  .stSeminar .bDevelop__block h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 40px;
  }
  .stSeminar .bDevelop__block h3 span {
    margin-right: 20px;
    font-size: 1.8rem;
    display: block;
  }
  .stSeminar .bDevelop__block p {
    color: #ffffff;
    font-size: 1.7rem;
    line-height: 1.7;
  }
  .stSeminar .bDevelop__block__top {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .stSeminar .bDevelop__block__top a {
    display: block;
    width: 320px;
    color: #2f7dc1;
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 600;
    padding: 18px 60px 18px 35px;
    background: url("../img/icDoubleBlue02.svg") no-repeat right 20px center #ffffff;
    -moz-background-size: 25px auto;
         background-size: 25px auto;
  }
  .stSeminar .bContent {
    margin-top: 80px;
    position: relative;
    padding-bottom: 80px;
  }
  .stSeminar .bContent::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 113px;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stSeminar .bContent h2 span {
    margin-bottom: 50px;
  }
  .stSeminar .bContent__des {
    text-align: center;
    font-size: 1.8rem;
    line-height: -webkit-calc(29 / 18);
    line-height: -moz-calc(29 / 18);
    line-height: calc(29 / 18);
    font-weight: 500;
    color: #ffffff;
  }
  .stSeminar .bContent ul {
    margin: 50px auto 0;
    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;
  }
  .stSeminar .bContent ul li {
    width: -webkit-calc((100% - 120px) / 3);
    width: -moz-calc((100% - 120px) / 3);
    width: calc((100% - 120px) / 3);
    margin-bottom: 40px;
  }
  .stSeminar .bContent ul li:nth-child(5) {
    position: relative;
  }
  .stSeminar .bContent ul li:nth-child(5)::after {
    content: '';
    position: absolute;
    right: -50px;
    bottom: 1px;
    background: url("../img/seminar/img05_01.png") no-repeat center center/100%;
    width: 122px;
    height: 125px;
  }
  .stSeminar .bContent__btn {
    text-align: center;
    margin-top: 30px;
  }
  .stSeminar .bContent__btn a {
    text-align: left;
    display: inline-block;
    width: 320px;
    color: #1c50a1;
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 600;
    padding: 18px 60px 18px 35px;
    background: url("../img/iconDoubleBlue.svg") no-repeat right 20px center #ffffff;
    -moz-background-size: 25px auto;
         background-size: 25px auto;
  }
  .stSeminar .stReception {
    background-color: #2f7dc1;
  }
  .stSeminar .stReception ul li h4 {
    color: #2f7dc1 !important;
  }
  .stCompany .bBanner {
    background: url("../img/company/banner_pc.png") no-repeat center top/cover;
  }
  .stCompany .bCompany {
    margin-bottom: 60px;
  }
  .stCompany .bCompany table {
    width: 100%;
    border-collapse: collapse;
  }
  .stCompany .bCompany table th {
    background-color: #1c50a1;
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 1;
    width: 200px;
    padding: 40px 0;
    font-weight: 500;
    border: 8px solid #ffffff;
    border-left: none;
  }
  .stCompany .bCompany table td {
    padding: 25px 20px 25px 30px;
    background-color: #e4f2fb;
    font-size: 1.7rem;
    line-height: 2;
    border: 8px solid #ffffff;
    letter-spacing: 1px;
    border-right: none;
  }
  .stCompany .bCompany table td .link {
    display: inline-block;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 8px 40px 8px 15px;
    background: url("../img/iconDoubleWhite.png") no-repeat right 10px center #1c50a1;
    -moz-background-size: 20px auto;
         background-size: 20px auto;
    margin-left: 10px;
  }
  .stCompany .bCompany table td .map {
    display: inline-block;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 8px 15px;
    margin-left: 10px;
    background-color: #1c50a1;
  }
  .stCompany .bCompany table td p {
    position: relative;
    padding-left: 20px;
  }
  .stCompany .bCompany table td p::before {
    content: '■';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .stCompany .bCompany table td p:not(:last-child) {
    margin-bottom: 30px;
  }
  .stCompany .bHistory table {
    border-collapse: collapse;
  }
  .stCompany .bHistory table th,
  .stCompany .bHistory table td {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1px;
  }
  .stCompany .bHistory table th {
    background-color: #e4f2fb;
    padding: 15px 0;
    width: 180px;
  }
  .stCompany .bHistory table td {
    padding: 0 15px 0 40px;
  }
  .stPrice .bBanner {
    background: url("../img/price/banner_pc.png") no-repeat center top/cover;
  }
  .stPrice .bSystem__des {
    text-align: center;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 2;
    color: #1c50a1;
    margin-bottom: 50px;
  }
  .stPrice .bSystem__ttl {
    background-color: #1c50a1;
    text-align: center;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .stPrice .bSystem__subTtl {
    text-align: center;
    margin-bottom: 40px;
  }
  .stPrice .bSystem__subTtl span {
    display: inline-block;
    color: #1c50a1;
    font-weight: 600;
    line-height: 1;
    font-size: 2.4rem;
    padding-top: 40px;
    background: url("../img/price/ic01.png") no-repeat right top;
  }
  .stPrice .bSystem__price table {
    border-spacing: 4px;
    width: -webkit-calc(100% + 8px);
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    margin-left: -4px;
  }
  .stPrice .bSystem__price table th,
  .stPrice .bSystem__price table td {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
  }
  .stPrice .bSystem__price table th:first-child,
  .stPrice .bSystem__price table td:first-child {
    background-color: #ececec;
    width: 130px;
    text-align: center;
    font-size: 1.6rem;
  }
  .stPrice .bSystem__price table th {
    background-color: #9ed8f5;
    padding: 10px 15px;
  }
  .stPrice .bSystem__price table td {
    background-color: #e4f2fb;
    padding: 10px;
    font-size: 2.4rem;
  }
  .stPrice .bSystem__price table td span {
    font-size: 1.6rem;
  }
  .stPrice .bSystem__price table td ins {
    font-size: 1.6rem;
    display: block;
    text-decoration: none;
  }
  .stPrice .bSystem__ex {
    margin-top: 80px;
    background-color: #e4f2fb;
    overflow: hidden;
    padding: 0 60px 60px;
  }
  .stPrice .bSystem__ex h4 {
    text-align: center;
    position: relative;
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__ex h4::before {
    content: '';
    width: 200px;
    height: 200px;
    background-color: #ffffff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -100px;
    z-index: 1;
  }
  .stPrice .bSystem__ex h4 span {
    line-height: 1;
    color: #1c50a1;
    font-weight: 600;
    font-size: 2.5rem;
    display: inline-block;
    z-index: 2;
    position: relative;
  }
  .stPrice .bSystem__ex > p {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__ex 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;
  }
  .stPrice .bSystem__ex ul li {
    width: -webkit-calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    background-color: #ffffff;
    -moz-border-radius: 30px;
         border-radius: 30px;
    overflow: hidden;
    padding: 20px 10px 0;
  }
  .stPrice .bSystem__ex ul li h5 {
    text-align: center;
    font-weight: 600;
    color: #1c50a1;
    line-height: 1;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .stPrice .bSystem__ex ul li > img {
    display: block;
    margin: 0 auto;
    height: 120px;
  }
  .stPrice .bSystem__ex ul li .price {
    margin: 5px 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 3px solid #1c50a1;
    padding-bottom: 8px;
  }
  .stPrice .bSystem__ex ul li .price > div {
    font-size: 1.7rem;
    line-height: 1;
  }
  .stPrice .bSystem__ex ul li .price > div span {
    margin-top: 5px;
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    color: #1c50a1;
  }
  .stPrice .bSystem__ex ul li .price ins {
    display: inline-block;
    text-decoration: none;
    font-size: 1.7rem;
    color: #1c50a1;
    font-weight: 600;
  }
  .stPrice .bSystem__ex ul li dl dt {
    background-color: #1c50a1;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    font-size: 1.7rem;
    padding: 5px 0 7px;
  }
  .stPrice .bSystem__ex ul li dl dd {
    background-color: #9ed8f5;
    color: #1c50a1;
    text-align: center;
    line-height: 1;
    font-size: 1.7rem;
    padding: 5px 0 7px;
  }
  .stPrice .bSystem__support {
    background-color: #9ed8f5;
    -moz-border-radius: 30px;
         border-radius: 30px;
    margin-top: 50px;
    padding: 20px 60px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
  }
  .stPrice .bSystem__support h3 {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__support h3 img {
    width: 40px;
  }
  .stPrice .bSystem__support h3 span {
    display: inline-block;
    color: #1c50a1;
    font-size: 2.4rem;
    line-height: 1;
    border-bottom: 2px solid #1c50a1;
    font-weight: 600;
    padding: 0 8px 6px;
  }
  .stPrice .bSystem__support ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stPrice .bSystem__support ul li {
    width: 46%;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__support > div {
    position: absolute;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    right: 30px;
    bottom: 0;
    width: 288px;
    height: 236px;
    background: url("../img/price/talk.png") no-repeat center/100%;
    padding-top: 10px;
    padding-right: 20px;
  }
  .stClassroom {
    padding-bottom: 100px;
  }
  .stClassroom .bBanner {
    height: 391px;
    background: url("../img/classroom/banner.png") no-repeat center top/cover;
    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;
  }
  .stClassroom_flow {
    margin-top: 30px;
  }
  .stClassroom_flow .des_classromm {
    text-align: center;
  }
  .stClassroom_flow .des_classromm h4 {
    color: #1c50a1;
    margin: 15px 0;
    font-size: 2rem;
  }
  .stClassroom_flow .des_classromm p {
    font-size: 1.8rem;
  }
  .stClassroom_flow .class_room_map {
    margin-top: 50px;
    position: relative;
  }
  .stClassroom_flow .class_room_map .arrow_area {
    position: absolute;
    width: 161px;
    left: 54px;
    top: 272px;
  }
  .stClassroom_flow .class_room_map .des_area {
    width: 316px;
    position: absolute;
    top: 50px;
    left: -100px;
  }
  .stClassroom_flow .class_room_map .wrap_area {
    position: relative;
    width: 775px;
    margin: 0 auto;
  }
  .stClassroom_flow .class_room_map .wrap_area .point {
    position: absolute;
    width: 220px;
    height: 43px;
    opacity: 0;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point1 {
    left: 94px;
    top: 37px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point2 {
    left: 70px;
    top: 111px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point3 {
    right: 78px;
    top: 77px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point4 {
    right: 135px;
    top: 169px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point5 {
    left: 64px;
    top: 253px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point6 {
    right: 66px;
    top: 227px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point7 {
    right: 75px;
    bottom: 211px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point8 {
    left: 144px;
    bottom: 173px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point9 {
    left: 154px;
    bottom: 113px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point10 {
    right: 20px;
    bottom: 95px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point11 {
    left: 120px;
    bottom: 44px;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point12 {
    right: 46px;
    bottom: 44px;
  }
  .stClassroom_flow .class_list {
    margin-top: 100px;
  }
  .stClassroom_flow .class_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .stClassroom_flow .class_list ul li {
    width: -webkit-calc((100% / 3) - 25px);
    width: -moz-calc((100% / 3) - 25px);
    width: calc((100% / 3) - 25px);
    margin-right: 37px;
    margin-bottom: 50px;
    background: #ececeb;
    padding-bottom: 30px;
  }
  .stClassroom_flow .class_list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .stClassroom_flow .class_list ul li figure {
    position: relative;
  }
  .stClassroom_flow .class_list ul li figure img {
    width: 100%;
  }
  .stClassroom_flow .class_list ul li figure figcaption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: 80%;
    color: #2f7dc1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 5px 10px;
    border: 2px solid #2f7dc1;
    bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
  }
  .stClassroom_flow .class_list ul li .class_infor .major_list {
    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;
    padding: 15px;
  }
  .stClassroom_flow .class_list ul li .class_infor .major_list p {
    width: -webkit-calc((100% / 3) - 3px);
    width: -moz-calc((100% / 3) - 3px);
    width: calc((100% / 3) - 3px);
    background: #2f7dc1;
    padding: 10px 5px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
  }
  .stClassroom_flow .class_list ul li .class_infor .address {
    padding: 0 15px 15px;
    border-bottom: 1px solid #000;
  }
  .stClassroom_flow .class_list ul li .class_infor .address p {
    font-size: 1.5rem;
  }
  .stClassroom_flow .class_list ul li .class_infor .working_time {
    padding: 15px;
  }
  .stClassroom_flow .class_list ul li .class_infor .working_time .phone a {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .stClassroom_flow .class_list ul li .class_infor .working_time .time {
    font-size: 1.6rem;
  }
  .stClassroom_flow .class_list ul li .news_of_school {
    background: #fff;
    /*padding: 5px 15px;*/
  }
  .stClassroom_flow .class_list ul li .news_of_school a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 15px;
    font-size: 1.5rem;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #ececeb;
  }
  .stClassroom_flow .class_list ul li .news_of_school a span {
    color: #2f7dc1;
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .stClassroom_flow .class_list ul li .news_of_school a p {
    color: #404040;
  }
  .stClassroom_flow .class_list ul li .detail_link {
    padding: 15px 0 0;
    text-align: center;
  }
  .stClassroom_flow .class_list ul li .detail_link a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 1.8rem;
    display: inline-block;
    padding: 18px 130px 18px 20px;
    background: url("../img/iconDoubleWhite.png") no-repeat right 25px center #1c50a1;
    margin: 0 auto;
  }
  .single-class-room .classroom_title {
    text-align: center;
  }
  .single-class-room .classroom_title p {
    font-size: 2rem;
    color: #1c50a1;
  }
  .single-class-room .classroom_title h2 {
    margin-top: 20px;
  }
  .single-class-room .classroom_title h2 span {
    padding: 8px 50px;
    border: 1px solid #1c50a1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    color: #1c50a1;
    font-size: 2.6rem;
    font-weight: bold;
  }
  .single-class-room .bSliderMain {
    margin-bottom: 50px;
  }
  .single-class-room .bSliderMain .bSliderTop ul li {
    text-align: center;
  }
  .single-class-room .classroom_event ul li {
    padding: 10px;
    background: #1c50a1;
    color: #fff;
    position: relative;
  }
  .single-class-room .classroom_event ul li:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 19px;
    background: url("../img/iconDoubleWhite.png");
    -moz-background-size: contain;
         background-size: contain;
    bottom: 5px;
    right: 5px;
  }
  .single-class-room .classroom_event ul li a {
    color: #fff;
  }
  .single-class-room .classroom_event ul li p {
    font-size: 1.6rem;
    color: #fff;
  }
  .single-class-room .classroom_event ul li strong {
    color: #fff;
    font-size: 1.8rem;
  }
  .single-class-room .stxcourse h2 {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: bold;
    color: #1c50a1;
    letter-spacing: 3px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
  }
  .single-class-room .stxcourse ul li .course_wrap {
    background: #294a9b;
    padding: 10px 10px 20px;
  }
  .single-class-room .stxcourse ul li .course_wrap .stInformation_name {
    margin-top: 10px;
  }
  .single-class-room .stxcourse ul li h3 {
    color: #bfe5f9;
    font-size: 2.4rem;
  }
  .single-class-room .stxcourse ul li h4 {
    font-size: 2.2rem;
    color: #fff;
  }
  .single-class-room .stxcourse ul li p {
    font-size: 1.6rem;
    color: #fff;
  }
  .single-class-room .stStaff {
    position: relative;
    overflow: hidden;
  }
  .single-class-room .stStaff:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 113px;
    background-color: #e4f2fb;
    z-index: -1;
  }
  .single-class-room .stStaff .ttlStaff {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    letter-spacing: 3px;
    margin-bottom: 60px;
    text-align: center;
    background: url("../img/top/topappleBg.png") no-repeat center top;
    -moz-background-size: auto 113px;
         background-size: auto 113px;
    padding-top: 120px;
    position: relative;
  }
  .single-class-room .stStaff .ttlStaff span {
    color: #000;
  }
  .single-class-room .stStaff .staff_info {
    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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 50px;
  }
  .single-class-room .stStaff .staff_info figure {
    width: 40%;
  }
  .single-class-room .stStaff .staff_info .staft_des {
    width: 55%;
  }
  .single-class-room .stStaff .staff_info .staft_des h3 {
    font-size: 3rem;
    color: #1c50a1;
  }
  .single-class-room .stStaff .staff_info .staft_des p {
    font-size: 1.8rem;
    color: #000;
  }
  .single-class-room .stMap {
    padding: 50px 0;
    background-color: #F5F7F9;
  }
  .single-class-room .stMap .row {
    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;
  }
  .single-class-room .stMap .row .school_info {
    width: 35%;
  }
  .single-class-room .stMap .row .school_info h2 {
    margin-bottom: 20px;
  }
  .single-class-room .stMap .row .school_info h2 span {
    padding: 8px 50px;
    border: 1px solid #1c50a1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    color: #1c50a1;
    font-size: 2.6rem;
    font-weight: bold;
  }
  .single-class-room .stMap .row .school_info p {
    font-size: 1.6rem;
  }
  .single-class-room .stMap .row .school_map {
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-class-room .stMap .row .school_map figure {
    width: 45%;
  }
  .single-class-room .stMap .row .school_map .location {
    width: 55%;
  }
  .single-class-room .stMap .row .school_map .location iframe {
    width: 100%;
    height: 245px;
  }
  /* css for mock , examination, voice*/
  .stMock {
    padding-bottom: 100px;
  }
  .stMock .bBanner {
    height: 391px;
    background: url("../img/mock/banner.png") no-repeat center top/cover;
    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;
  }
  .stMock_flow {
    margin-top: 30px;
  }
  .stMock_flow_inner {
    padding: 50px;
    background: #e4f2fb;
  }
  .stMock_flow_inner_box {
    margin-bottom: 30px;
  }
  .stMock_flow_inner_box h3 {
    color: #fff;
    background: #2f7dc1;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .stMock_flow_inner_box h4 {
    color: #2f7dc1;
    background: #ececec;
    padding: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .stMock_flow_inner_box_txt {
    padding: 20px;
    background: #fff;
    font-size: 1.6rem;
  }
  .stMock_flow_inner_box_txt p {
    margin-bottom: 20px;
  }
  .stMock_flow_inner_box_txt a {
    margin-top: 20px;
    padding: 5px 20px;
    background: #2f7dc1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    color: #fff;
    font-size: 1.6rem;
  }
  .stExamination .bBanner {
    height: 391px;
    background: url("../img/examination/banner.png") no-repeat center top/cover;
    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;
  }
  .stVoice .bBanner {
    height: 391px;
    background: url("../img/voice/banner.png") no-repeat center top/cover;
    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;
  }
  .stVoice_flow {
    margin-top: 30px;
  }
  .stVoice_flow_inner {
    padding: 50px;
    background: #e4f2fb;
  }
  .stVoice_flow_inner_box {
    margin-bottom: 30px;
    position: relative;
  }
  .stVoice_flow_inner_box h3 {
    color: #fff;
    background: #f281b3;
    padding: 20px 150px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .stVoice_flow_inner_box h4 {
    color: #fff;
    background: url("../img/voice/apple_voice.png") no-repeat center top/cover;
    padding: 8px;
    position: absolute;
    left: 15px;
    top: 25px;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    width: 115px;
    height: 111px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stVoice_flow_inner_box h4 span {
    font-size: 1.6rem;
  }
  .stVoice_flow_inner_box_txt {
    padding: 20px 150px;
    background: #fff;
    font-size: 1.6rem;
  }
  .stVoice_flow_inner_box_txt p {
    margin-bottom: 20px;
  }
  .stVoice_flow_inner_box_txt a {
    margin-top: 20px;
    padding: 5px 20px;
    background: #2f7dc1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    color: #fff;
    font-size: 1.6rem;
  }
  .stVoice_flow_inner_box_txt figure {
    position: absolute;
    right: 15px;
    top: 25px;
    width: 130px;
    height: 150px;
    background: #f1f1f1;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
  }
  .stVoice_flow_inner_box_txt figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /*css for mock , examination, voice*/
}

@media screen and (max-width: 768px) {
  .topPage {
    padding-top: 14.32292vw;
  }
  .topPage .bSliderMain .sliderTop .slick-list {
    overflow: inherit;
  }
  .topPage .bSliderMain .sliderTop li {
    outline: none;
  }
  .topPage .bSliderMain .sliderTop li img {
    width: 100%;
    height: auto;
  }
  .topPage .bSliderMain .sliderTop .slick-prev {
    background: url("../img/top/prev_03.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.125vw;
    height: 5.46875vw;
    z-index: 9;
    left: 2.60417vw;
  }
  .topPage .bSliderMain .sliderTop .slick-next {
    background: url("../img/top/next_03.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 3.125vw;
    height: 5.46875vw;
    z-index: 9;
    right: 2.60417vw;
  }
  .topPage .bSliderMain .sliderTop .slick-dots {
    bottom: 2.60417vw;
  }
  .topPage .bSliderMain .sliderTop .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 0.78125vw;
  }
  .topPage .bSliderMain .sliderTop .slick-dots li.slick-active button {
    background-color: #1c50a1;
  }
  .topPage .bSliderMain .sliderTop .slick-dots li button {
    background-color: #ffffff;
    width: 2.60417vw;
    height: 2.60417vw;
    border: 1px solid #0c3b6e;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .topPage .bSliderMain .sliderTop .slick-dots li button::before {
    display: none;
  }
  .topPage .bSliderMain .row {
    position: relative;
    margin: 10.41667vw auto;
  }
  .topPage .bSliderMain .progressBarContainer {
    position: absolute;
    bottom: 0px;
    width: 32.55208vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 4;
  }
  .topPage .bSliderMain .progressBarContainer .number_total {
    position: absolute;
    top: -2.60417vw;
    font-weight: bold;
    color: #bfbfbf;
    line-height: 1;
    right: -18px;
    font-size: 3.38542vw;
  }
  .topPage .bSliderMain .progressBarContainer .bar_wrap {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    bottom: 0px;
    cursor: pointer;
    color: white;
  }
  .topPage .bSliderMain .progressBarContainer .bar_wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    background: #bfbfbf;
  }
  .topPage .bSliderMain .progressBarContainer .bar_wrap:last-child {
    margin-right: 0;
  }
  .topPage .bSliderMain .progressBarContainer .bar_wrap span.progressBar {
    width: 100%;
    height: 7px;
    display: block;
  }
  .topPage .bSliderMain .progressBarContainer .bar_wrap span.progressBar .inProgress {
    background-color: #0a6ab0;
    width: 0%;
    height: 7px;
    opacity: 0;
  }
  .topPage .bSliderMain .progressBarContainer .bar_wrap span.progressBar .inProgress b {
    position: absolute;
    top: -1.95313vw;
    left: -16px;
    font-size: 3.38542vw;
    color: #0a6ab0;
  }
  .topPage .bTextTop {
    text-align: center;
    color: #1c50a1;
    font-size: 4.16667vw;
    letter-spacing: 0.26042vw;
    line-height: 1.8;
    font-weight: 500;
    margin: 6.51042vw 0;
  }
  .topPage .stLatestNew .row {
    padding: 0 !important;
  }
  .topPage .stLatestNew_slider .slick-slide {
    padding: 0 1.95313vw;
  }
  .topPage .stLatestNew_slider .slick-slide a {
    display: block;
    padding: 1.95313vw;
    border: 1px solid #c5c5c5;
    -moz-border-radius: 1.95313vw;
         border-radius: 1.95313vw;
  }
  .topPage .stLatestNew_slider .slick-dots {
    position: static;
    padding-top: 2.60417vw;
  }
  .topPage .stLatestNew_slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 1.04167vw;
  }
  .topPage .stLatestNew_slider .slick-dots li.slick-active button {
    background-color: #1c50a1;
  }
  .topPage .stLatestNew_slider .slick-dots li button {
    background-color: #ffffff;
    width: 2.60417vw;
    height: 2.60417vw;
    border: 1px solid #0c3b6e;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .topPage .stLatestNew_slider .slick-dots li button::before {
    display: none;
  }
  .topPage .stInformation {
    margin: 7.8125vw 0 11.71875vw;
  }
  .topPage .stInformation ul li {
    width: 78.125vw;
    margin-left: auto;
    margin-right: auto;
  }
  .topPage .stInformation ul li:not(:last-child) {
    margin-bottom: 13.02083vw;
  }
  .topPage .stInformation img {
    display: block;
  }
  .topPage .stInformation_name {
    margin-top: 3.25521vw;
    position: relative;
  }
  .topPage .stInformation_name > div {
    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;
    font-size: 4.94792vw;
    font-weight: 600;
    line-height: 1;
    color: #1c50a1;
    margin-bottom: 2.60417vw;
  }
  .topPage .stInformation_name > div span {
    font-size: 3.38542vw;
    margin-left: 4.55729vw;
  }
  .topPage .stInformation_name > p {
    font-size: 3.38542vw;
    font-weight: 500;
    color: #404040;
    line-height: -webkit-calc(22 / 18);
    line-height: -moz-calc(22 / 18);
    line-height: calc(22 / 18);
  }
  .topPage .stInformation_name > a {
    width: 9.11458vw;
    height: 9.11458vw;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topPage .stInformation_btn {
    margin-top: 3.90625vw;
    margin-bottom: 6.51042vw;
  }
  .topPage .stInformation_btn a {
    display: block;
    line-height: 1;
    font-size: 4.16667vw;
    font-weight: 600;
    letter-spacing: 0.26042vw;
    padding: 3.25521vw 3.90625vw;
  }
  .topPage .stInformation_btn a:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .topPage .stInformation_btn a.btnWhite {
    color: #ffffff;
    background: url("../img/top/iconDoubleWhite.png") no-repeat right 3.90625vw center #1c50a1;
    -moz-background-size: 6.51042vw auto;
         background-size: 6.51042vw auto;
  }
  .topPage .stInformation_btn a.btnBlue {
    color: #1c50a1;
    background: url("../img/top/iconDoubleBlue.png") no-repeat right 3.90625vw center #bfe5f9;
    -moz-background-size: 6.51042vw auto;
         background-size: 6.51042vw auto;
  }
  .topPage .stNews {
    background-color: #f5f7f9;
    padding: 7.8125vw 0 9.11458vw;
  }
  .topPage .stNews_content ul {
    margin-top: 7.8125vw;
  }
  .topPage .stNews_content ul li {
    padding: 3.90625vw 0;
    border-bottom: 1px solid #d2cfce;
  }
  .topPage .stNews_content ul li:first-child {
    padding-top: 0;
  }
  .topPage .stNews_content 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;
    line-height: 1;
  }
  .topPage .stNews_content ul li a time {
    font-size: 3.38542vw;
    font-weight: 600;
    color: #1c50a1;
    white-space: nowrap;
  }
  .topPage .stNews_content ul li a span {
    color: #1c50a1;
    font-size: 3.25521vw;
    font-weight: 500;
    display: block;
    padding: 1.04167vw;
    background-color: #bfe5f9;
    -moz-border-radius: 0.39063vw;
         border-radius: 0.39063vw;
    margin: 0 2.60417vw;
    white-space: nowrap;
  }
  .topPage .stNews_content ul li a p {
    font-size: 3.38542vw;
    color: #404040;
    font-weight: 500;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topPage .stNews_content .more {
    text-align: center;
    margin-top: 7.8125vw;
  }
  .topPage .stNews_content .more a {
    font-size: 3.64583vw;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    color: #1c50a1;
    padding-left: 5.20833vw;
    background: url("../img/titleSubIcon.png") no-repeat left center;
    -moz-background-size: 3.90625vw auto;
         background-size: 3.90625vw auto;
  }
  .topPage .stWhyChoose {
    margin-top: 7.8125vw;
  }
  .topPage .stWhyChoose .row {
    padding: 0 1.30208vw;
  }
  .topPage .stWhyChoose h2 {
    text-align: center;
    font-weight: 500;
    font-size: 4.42708vw;
    color: #1c50a1;
    letter-spacing: 0.26042vw;
    margin-bottom: 3.90625vw;
  }
  .topPage .stWhyChoose_list {
    padding-top: 14.32292vw;
    padding-bottom: 3.90625vw;
    background: url("../img/top/why_bg.png") no-repeat center top;
    -moz-background-size: 100%;
         background-size: 100%;
    margin: 0 auto;
  }
  .topPage .stWhyChoose_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topPage .stWhyChoose_list ul li {
    margin: 0 0.65104vw;
  }
  .topPage .stWhyChoose_list ul li:first-child img {
    width: 8.46354vw;
  }
  .topPage .stWhyChoose_list ul li:nth-child(2) img {
    width: 11.71875vw;
  }
  .topPage .stWhyChoose_list ul li:nth-child(3) img {
    width: 12.36979vw;
  }
  .topPage .stWhyChoose_list ul li:nth-child(4) {
    margin-top: -2.60417vw;
  }
  .topPage .stWhyChoose_list ul li:nth-child(4) a {
    padding-top: 1.95313vw;
  }
  .topPage .stWhyChoose_list ul li:nth-child(4) img {
    width: 9.11458vw;
  }
  .topPage .stWhyChoose_list ul li:last-child {
    margin-top: -2.60417vw;
  }
  .topPage .stWhyChoose_list ul li:last-child a {
    padding-top: 2.60417vw;
  }
  .topPage .stWhyChoose_list ul li:last-child img {
    width: 7.16146vw;
    margin-bottom: 1.95313vw;
  }
  .topPage .stWhyChoose_list ul li a {
    width: 29.94792vw;
    height: 29.94792vw;
    position: relative;
    background-color: #ffffff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #1c50a1;
    display: block;
    text-align: center;
    padding-bottom: 6.51042vw;
  }
  .topPage .stWhyChoose_list ul li a::after {
    content: '';
    width: 4.55729vw;
    height: 4.55729vw;
    position: absolute;
    bottom: 1.30208vw;
    left: 50%;
    margin-left: -2.27865vw;
    background: url("../img/top/riconRight.svg") no-repeat center/100%;
  }
  .topPage .stWhyChoose_list ul li a p {
    font-size: 2.60417vw;
    line-height: 1.4;
    font-weight: 500;
    color: #404040;
  }
  .topPage .stWhyChoose_list ul li a img {
    display: block;
    margin: 0 auto 0.65104vw;
  }
  .topPage .stInstagram {
    margin-top: 7.8125vw;
    margin-bottom: 10.41667vw;
  }
  .topPage .stInstagram img {
    display: block;
    margin: 0 auto;
  }
  .bDetail .detail {
    padding: 13.02083vw 0;
  }
  .bDetail .detail .detail_inner {
    padding: 6.51042vw;
    border: 7px solid #0a6ab0;
  }
  .bDetail .detail .detail_inner .detail_meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2.60417vw;
  }
  .bDetail .detail .detail_inner .detail_meta .detail_time {
    margin-right: 10px;
    font-size: 3.38542vw;
    font-weight: bold;
    line-height: 24px;
  }
  .bDetail .detail .detail_inner .detail_meta .cate_detail {
    padding: 1.30208vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dc313b;
    color: #232c66;
    font-size: 3.38542vw;
    line-height: 1;
  }
  .bDetail .detail .detail_inner .detail_title {
    font-size: 3.90625vw;
    font-weight: bold;
  }
  .bDetail .detail .detail_inner .detail_txt p {
    font-size: 3.125vw;
    margin-top: 10px;
  }
  .bDetail .detail .detail_inner .detail_txt img {
    margin-top: 5px;
  }
  .stReason .bBanner {
    height: 124.60938vw;
    background: url("../img/reason/banner_sp.png") no-repeat center top/cover;
    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;
  }
  .stReason .bBanner img {
    width: 44.40104vw;
  }
  .stReason .bAnchor {
    margin: 7.8125vw 0 6.51042vw;
  }
  .stReason .bAnchor ul {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stReason .bAnchor ul li {
    width: -webkit-calc((100% - 5.20833vw) / 2);
    width: -moz-calc((100% - 5.20833vw) / 2);
    width: calc((100% - 5.20833vw) / 2);
    margin-bottom: 2.60417vw;
  }
  .stReason .bAnchor ul li:first-child a::after {
    width: 1.30208vw;
  }
  .stReason .bAnchor ul li:nth-child(2) a::after {
    width: 3.125vw;
  }
  .stReason .bAnchor ul li:nth-child(3) a::after {
    width: 4.94792vw;
  }
  .stReason .bAnchor ul li:nth-child(4) a::after {
    width: 6.77083vw;
  }
  .stReason .bAnchor ul li:last-child a::after {
    width: 8.59375vw;
  }
  .stReason .bAnchor ul li a {
    background-color: #1c50a1;
    color: #ffffff;
    display: block;
    line-height: 1;
    padding: 3.90625vw 7.16146vw 3.90625vw 3.25521vw;
    -moz-border-radius-topright: 2.60417vw;
         border-top-right-radius: 2.60417vw;
    -moz-border-radius-bottomright: 2.60417vw;
         border-bottom-right-radius: 2.60417vw;
    font-size: 3.64583vw;
    font-weight: 600;
    position: relative;
  }
  .stReason .bAnchor ul li a::after {
    content: '';
    position: absolute;
    right: 2.60417vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1.30208vw;
    background-image: url("../img/reason/ic_circle_5.png");
    background-repeat: no-repeat;
    -moz-background-size: auto 1.30208vw;
         background-size: auto 1.30208vw;
  }
  .stReason .bOne {
    margin-bottom: 10.41667vw;
  }
  .stReason .bOne h2 img {
    width: 38.15104vw;
  }
  .stReason .bOne .media__item:first-child > div img {
    width: 65.10417vw;
  }
  .stReason .bOne .media__item:nth-child(2) > div img {
    width: 71.61458vw;
  }
  .stReason .bOne .media__item:nth-child(3) > div img {
    width: 45.57292vw;
  }
  .stReason .bTeacher {
    position: relative;
    padding-bottom: 26.04167vw;
  }
  .stReason .bTeacher::before {
    content: '';
    position: absolute;
    top: 14.71354vw;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stReason .bTeacher h2 img {
    width: 40.23438vw;
  }
  .stReason .bTeacher .media__item > div img {
    width: 85.9375vw;
  }
  .stReason .bTeacher .media__item > div p {
    color: #ffffff;
  }
  .stReason .bSupport {
    margin-top: -14.71354vw;
    margin-bottom: 10.41667vw;
  }
  .stReason .bSupport h2 img {
    width: 33.59375vw;
  }
  .stReason .bSupport .media__item:first-child > div img {
    width: 69.01042vw;
  }
  .stReason .bSupport .media__item:nth-child(2) > div img {
    width: 23.4375vw;
  }
  .stReason .bSupport .media__item:nth-child(3) > div img {
    width: 45.57292vw;
  }
  .stReason .bSupport .media__item:nth-child(4) > div img {
    width: 58.59375vw;
  }
  .stReason .bEnvironment {
    position: relative;
    padding-bottom: 15.625vw;
  }
  .stReason .bEnvironment::before {
    content: '';
    position: absolute;
    top: 14.58333vw;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stReason .bEnvironment h2 img {
    width: 40.36458vw;
  }
  .stReason .bEnvironment__list li {
    background-color: #ffffff;
    -moz-border-radius: 7.8125vw;
         border-radius: 7.8125vw;
    overflow: hidden;
    text-align: center;
    padding: 6.51042vw 0 3.90625vw;
    margin-bottom: 10.41667vw;
  }
  .stReason .bEnvironment__list li h4 {
    color: #1c50a1;
    font-weight: 600;
    font-size: 4.94792vw;
    line-height: 1;
    margin-bottom: 3.90625vw;
  }
  .stReason .bEnvironment__list li img {
    display: block;
  }
  .stReason .bEnvironment__list li p {
    font-size: 3.38542vw;
    line-height: 2;
    font-weight: 500;
    margin-top: 1.30208vw;
  }
  .stReason .bMember {
    margin-top: -14.71354vw;
  }
  .stReason .bMember h2 span {
    letter-spacing: 0;
  }
  .stReason .bMember h2 img {
    width: 35.15625vw;
  }
  .stReason .bMember .media > div img {
    width: 92.1875vw;
  }
  .stReason .bMember .bBtn {
    text-align: center;
    margin: 10.41667vw 0 13.02083vw;
  }
  .stReason .bMember .bBtn a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 3.64583vw;
    display: inline-block;
    padding: 3.25521vw 20.83333vw 3.25521vw 3.90625vw;
    background: url("../img/iconDoubleWhite.png") no-repeat right 3.90625vw center #1c50a1;
    -moz-background-size: 5.20833vw auto;
         background-size: 5.20833vw auto;
  }
  .stCourse .bBanner {
    background: url("../img/course/banner_sp.png") no-repeat center top/cover;
  }
  .stCourse .bBanner img {
    width: 36.97917vw;
  }
  .stCourse .bGuide {
    margin-bottom: 10.41667vw;
  }
  .stCourse .bGuide h2 img {
    width: 26.04167vw;
  }
  .stCourse .bGuide__des {
    text-align: center;
    color: #1c50a1;
    font-size: 3.64583vw;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 10.41667vw;
  }
  .stCourse .bGuide__tabs__list {
    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;
  }
  .stCourse .bGuide__tabs__list li {
    width: -webkit-calc((100% - 2px) / 3);
    width: -moz-calc((100% - 2px) / 3);
    width: calc((100% - 2px) / 3);
    display: block;
    background-color: #8da7d0;
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 600;
    font-size: 3.64583vw;
    padding: 3.90625vw 0;
    cursor: pointer;
  }
  .stCourse .bGuide__tabs__list li.active {
    background-color: #1c50a1;
  }
  .stCourse .bGuide__tabs__content #tab03 .tabContent__body {
    padding-bottom: 7.8125vw;
  }
  .stCourse .bGuide__tabs__content #tab03 .note {
    text-align: left;
    padding-left: 2.60417vw;
  }
  .stCourse .bGuide__tabs__content #tab03 .note span {
    display: block;
    text-indent: -2.60417vw;
  }
  .stCourse .bGuide__tabs__content .tabContent {
    display: none;
  }
  .stCourse .bGuide__tabs__content .tabContent.active {
    display: block;
  }
  .stCourse .bGuide__tabs__content .tabContent__head {
    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;
    background-color: #9ed8f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left {
    padding: 3.90625vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left h4 {
    color: #1c50a1;
    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;
    font-size: 5.20833vw;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3.90625vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left h4 span {
    font-size: 3.64583vw;
    display: block;
    padding: 1.30208vw 1.95313vw;
    background-color: #ffffff;
    margin-left: 2.60417vw;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left p {
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: -webkit-calc(33 / 18);
    line-height: -moz-calc(33 / 18);
    line-height: calc(33 / 18);
    color: #404040;
    margin-bottom: 3.90625vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price {
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price span {
    font-size: 3.64583vw;
    line-height: -webkit-calc(32 / 18);
    line-height: -moz-calc(32 / 18);
    line-height: calc(32 / 18);
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price__txt {
    text-align: center;
    padding: 1.95313vw 3.25521vw;
    background-color: #ececec;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price__time {
    padding: 0 3.90625vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    border-bottom: 2px solid #ececec;
    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;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price__amount {
    font-weight: 600;
    font-size: 8.46354vw !important;
    line-height: 1 !important;
    color: #1c50a1;
    width: 100%;
    padding: 2.60417vw 0 3.90625vw;
    text-align: center;
  }
  .stCourse .bGuide__tabs__content .tabContent__head__left .price__amount ins {
    text-decoration: none;
    font-size: 4.16667vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__head figure {
    width: 100%;
    overflow: hidden;
    height: 45.57292vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__head figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .stCourse .bGuide__tabs__content .tabContent__body {
    background-color: #e4f2fb;
    padding: 5.20833vw 3.90625vw;
    position: relative;
  }
  .stCourse .bGuide__tabs__content .tabContent__body h3 {
    text-align: center;
    font-weight: 600;
    color: #1c50a1;
    font-size: 4.94792vw;
    line-height: 1.5;
    margin-bottom: 6.51042vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul {
    counter-reset: course;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li {
    background-color: #ffffff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    margin-bottom: 3.90625vw;
    padding: 2.60417vw 2.60417vw 2.60417vw 14.32292vw;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    min-height: 15.625vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.alignStart {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.noBg {
    background-color: transparent;
    padding: 0;
    min-height: 0;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.noBg::before {
    display: none;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li::before {
    counter-increment: course;
    content: counter(course);
    position: absolute;
    left: 2.60417vw;
    top: 50%;
    margin-top: -4.42708vw;
    width: 9.11458vw;
    height: 8.85417vw;
    background: url("../img/course/ic_apple.svg") no-repeat center center/100%;
    color: #ffffff;
    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;
    font-weight: 500;
    font-size: 4.94792vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li p {
    color: #1c50a1;
    font-weight: 600;
    font-size: 4.16667vw;
    line-height: 1.8;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li span {
    display: block;
    font-size: 3.125vw;
    line-height: 1.8;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li .btnGreen {
    color: #ffffff;
    font-size: 2.73438vw;
    line-height: 1.5;
    text-align: left;
    font-weight: 600;
    padding: 1.30208vw 1.95313vw;
    background: url("../img/iconDoubleWhite.png") no-repeat right 2.60417vw center #70cfc6;
    -moz-background-size: 4.55729vw auto;
         background-size: 4.55729vw auto;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
    -webkit-box-pack: unset;
       -moz-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stCourse .bGuide__tabs__content .tabContent__body ul li.link a {
    color: #1c50a1;
    font-weight: 600;
    font-size: 4.16667vw;
    line-height: 1.8;
    background: url("../img/iconDoubleBlue.svg") no-repeat right center;
    -moz-background-size: 4.55729vw auto;
         background-size: 4.55729vw auto;
    display: inline-block;
    padding-right: 10.41667vw;
  }
  .stCourse .bGuide__tabs__content .tabContent__body .note {
    text-align: right;
    font-size: 3.38542vw;
    line-height: 1.6;
  }
  .stRecord .mainVisual {
    background: url("../img/record/bkgMainvisual.png") center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .stRecord .bRecord .boxTop {
    position: relative;
    margin-bottom: 7.8125vw;
  }
  .stRecord .bRecord .boxTop:before {
    content: "";
    width: 20.83333vw;
    height: 18.22917vw;
    background: url("../img/record/bf_01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    bottom: 2.60417vw;
    left: 6.51042vw;
  }
  .stRecord .bRecord .boxTop:after {
    content: "";
    width: 16.92708vw;
    height: 19.92188vw;
    background: url("../img/record/bf_02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 2.60417vw;
    right: 6.51042vw;
  }
  .stRecord .tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 0 6.51042vw -2.60417vw;
  }
  .stRecord .tab li {
    width: -webkit-calc(33.33% - 2.60417vw);
    width: -moz-calc(33.33% - 2.60417vw);
    width: calc(33.33% - 2.60417vw);
    margin: 0 0 0 2.60417vw;
  }
  .stRecord .tab li a {
    width: 100%;
    height: 10.41667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.60417vw;
    line-height: 1.5;
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    padding-right: 7.8125vw;
    background-color: #fff;
    border: 0.26042vw solid #ccc;
  }
  .stRecord .tab li a:after {
    content: "";
    width: 9.11458vw;
    height: 101%;
    background: #ccc url("../img/arrBt_02.png") center center no-repeat;
    -moz-background-size: 4.03646vw 1.5625vw;
         background-size: 4.03646vw 1.5625vw;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius-topright: 0.78125vw;
         border-top-right-radius: 0.78125vw;
    -moz-border-radius-bottomright: 0.78125vw;
         border-bottom-right-radius: 0.78125vw;
  }
  .stRecord .tab li a.bkgGreen {
    border-color: #008C3F;
    color: #008C3F;
  }
  .stRecord .tab li a.bkgGreen:after {
    background-color: #008C3F;
  }
  .stRecord .tab li a.bkgPink {
    border-color: #D82E54;
    color: #D82E54;
  }
  .stRecord .tab li a.bkgPink:after {
    background-color: #D82E54;
  }
  .stRecord .tab li a.bkgBlue {
    border-color: #006CA8;
    color: #006CA8;
  }
  .stRecord .tab li a.bkgBlue:after {
    background-color: #006CA8;
  }
  .stRecord .tab-item article:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .stRecord .tab-item article .ttlArt {
    font-size: 4.94792vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 2.60417vw;
  }
  .stRecord .tab-item article .list {
    border: 0.26042vw solid #B5B5B6;
  }
  .stRecord .tab-item article .list:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .stRecord .tab-item article .list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stRecord .tab-item article .list li:not(:last-child) {
    border-bottom: 0.26042vw solid #B5B5B6;
  }
  .stRecord .tab-item article .list li span {
    width: 52.08333vw;
    font-size: 3.125vw;
    line-height: 1;
    color: #fff;
    background-color: #ccc;
    border-right: 0.26042vw solid #B5B5B6;
    padding: 2.60417vw;
  }
  .stRecord .tab-item article .list li em {
    width: -webkit-calc(100% - 52.08333vw);
    width: -moz-calc(100% - 52.08333vw);
    width: calc(100% - 52.08333vw);
    font-size: 3.125vw;
    line-height: 1;
    padding: 2.60417vw;
    font-style: normal;
    display: block;
  }
  .stRecord .tab-item.bkgGreen article .ttlArt {
    color: #008C3F;
  }
  .stRecord .tab-item.bkgGreen article .list li span {
    background-color: #008C3F;
  }
  .stRecord .tab-item.bkgPink article .ttlArt {
    color: #D82E54;
  }
  .stRecord .tab-item.bkgPink article .list li span {
    background-color: #D82E54;
  }
  .stRecord .tab-item.bkgBlue article .ttlArt {
    color: #006CA8;
  }
  .stRecord .tab-item.bkgBlue article .list li span {
    background-color: #006CA8;
  }
  .stEnrollment .bBanner {
    height: 124.60938vw;
    background: url("../img/enrollment/banner_sp.png") no-repeat center top/cover;
    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;
  }
  .stEnrollment .bBanner img {
    width: 37.89063vw;
  }
  .stEnrollment_flow {
    margin-top: 5.20833vw;
  }
  .stEnrollment_flow h2 img {
    width: 75.26042vw;
  }
  .stEnrollment_flow__des {
    text-align: center;
    color: #1c50a1;
    font-size: 3.25521vw;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 13.02083vw;
  }
  .stEnrollment_flow__ttl {
    text-align: center;
    line-height: 1;
  }
  .stEnrollment_flow__ttl span {
    display: inline-block;
    font-size: 4.6875vw;
    line-height: 1;
    padding: 0 0.65104vw 1.5625vw;
    border-bottom: 1.04167vw solid #1c50a1;
    color: #1c50a1;
    font-weight: 600;
  }
  .stEnrollment_flow ul {
    padding-top: 10.41667vw;
    counter-reset: flow;
  }
  .stEnrollment_flow ul li {
    position: relative;
    background-color: #e4f2fb;
    -moz-border-radius: 9.11458vw;
         border-radius: 9.11458vw;
  }
  .stEnrollment_flow ul li:not(:last-child) {
    margin-bottom: 11.71875vw;
  }
  .stEnrollment_flow ul li::before {
    content: '';
    width: 3.64583vw;
    height: 4.55729vw;
    background: url("../img/enrollment/down_ic.png") no-repeat center;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    top: -7.8125vw;
    left: 50%;
    margin-left: -2.60417vw;
  }
  .stEnrollment_flow ul li::after {
    counter-increment: flow;
    content: counter(flow);
    width: 15.625vw;
    height: 14.97396vw;
    background: url("../img/enrollment/apple_ic.png") no-repeat center;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    top: -4.55729vw;
    left: -3.25521vw;
    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;
    font-weight: 600;
    color: #1c50a1;
    line-height: 1;
    font-size: 5.98958vw;
    padding-top: 1.30208vw;
  }
  .stEnrollment_flow ul li .item {
    overflow: hidden;
    position: relative;
    padding: 5.20833vw 0;
    width: 72.91667vw;
    margin-left: 15.625vw;
  }
  .stEnrollment_flow ul li .item .flex > div {
    margin-top: 3.25521vw;
    background-color: #ffffff;
    -moz-border-radius: 1.95313vw;
         border-radius: 1.95313vw;
    padding: 1.95313vw 0;
    text-align: center;
    width: 61.19792vw;
  }
  .stEnrollment_flow ul li .item .flex > div .phone {
    color: #404040;
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: 500;
    padding-left: 9.76563vw;
    background: url("../img/enrollment/phone_ic.png") no-repeat left center;
    -moz-background-size: 9.11458vw auto;
         background-size: 9.11458vw auto;
    display: inline-block;
  }
  .stEnrollment_flow ul li .item .flex > div p {
    font-size: 2.47396vw;
    text-align: center;
    color: #231815;
    line-height: 1;
    margin-top: 1.95313vw;
    white-space: nowrap;
  }
  .stEnrollment_flow ul li .item h4 {
    color: #1c50a1;
    font-weight: 600;
    font-size: 4.16667vw;
    line-height: 1;
    margin-bottom: 4.55729vw;
  }
  .stEnrollment_flow ul li .item p {
    font-size: 3.25521vw;
    color: #404040;
    line-height: -webkit-calc(42 / 20);
    line-height: -moz-calc(42 / 20);
    line-height: calc(42 / 20);
    font-weight: 500;
  }
  .stEnrollment_flow ul li .item p a {
    color: #1c50a1;
    text-decoration: underline;
  }
  .stEnrollment_flow ul li .item figure {
    display: block;
    width: 61.19792vw;
    height: 44.27083vw;
    overflow: hidden;
    -moz-border-radius: 10.41667vw;
         border-radius: 10.41667vw;
    margin-top: 5.20833vw;
  }
  .stEnrollment_flow ul li .item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .stEnrollment_flow__btn {
    text-align: center;
    margin: 13.02083vw 0;
  }
  .stEnrollment_flow__btn a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 3.64583vw;
    display: inline-block;
    padding: 3.25521vw 20.83333vw 3.25521vw 3.90625vw;
    background: url("../img/iconDoubleWhite.png") no-repeat right 3.90625vw center #1c50a1;
    -moz-background-size: 5.20833vw auto;
         background-size: 5.20833vw auto;
  }
  .stFaq {
    padding-bottom: 7.8125vw;
  }
  .stFaq .bBanner {
    height: 124.60938vw;
    background: url("../img/faq/banner_sp.png") no-repeat center top/cover;
    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;
  }
  .stFaq .bBanner img {
    width: 45.57292vw;
  }
  .stFaq .bkgBd {
    /*background: #F2F9F4;*/
    padding: 3.90625vw 0 7.8125vw;
  }
  .stFaq .ttlSt06 img {
    width: 32.29167vw;
    height: auto;
  }
  .stFaq .listAnchor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 0 5.85938vw -1.95313vw;
  }
  .stFaq .listAnchor li {
    width: -webkit-calc(33.33% - 1.95313vw);
    width: -moz-calc(33.33% - 1.95313vw);
    width: calc(33.33% - 1.95313vw);
    margin: 0 0 0 1.95313vw;
  }
  .stFaq .listAnchor li a {
    background-color: #fff;
    border: 2px solid #006CA8;
    width: 100%;
    height: 5.85938vw;
    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;
    font-size: 2.21354vw;
    line-height: 1;
    font-weight: bold;
    color: #006CA8;
    letter-spacing: 0.13021vw;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .stFaq .listAnchor li a span {
    padding-right: 6.51042vw;
    position: relative;
    display: inline-block;
  }
  .stFaq .listAnchor li a span:before {
    content: "";
    background: url("../img/faq/arrAr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 2.60417vw;
    height: 1.69271vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.86458vw;
  }
  .stFaq .bArticle article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*      .ttlArt{
        width: vw(50);
        background-color: #008C3F;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        height: vw(290);
        padding: vw(25) 0 0 0;
        position: relative;
        &:before{
          content: "";
          width: calc(100vw + 0.13021vw);
          height: 100%;
          background-color: #008C3F;
          position: absolute;
          top: 0;
          left: -100vw;
        }
        span{
          font-size: vw(26);
          line-height: 1.5;
          font-weight: bold;
          color: #fff;
          margin-bottom: vw(10);
          writing-mode: vertical-rl;
          letter-spacing: vw(1);
        }
      }*/
  }
  .stFaq .bArticle article:not(:last-child) {
    margin-bottom: 7.8125vw;
  }
  .stFaq .bArticle article .bDl {
    width: 100%;
    /*padding-left: 50px;*/
  }
  .stFaq .bArticle article .bDl dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .stFaq .bArticle article .bDl dl dt {
    background-color: #e4f2fb;
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: bold;
    color: #3E3A39;
    padding: 2.60417vw 6.51042vw 2.60417vw 13.02083vw;
    letter-spacing: 1px;
    position: relative;
  }
  .stFaq .bArticle article .bDl dl dt:before {
    content: "Q";
    font-size: 3.64583vw;
    line-height: 1.5;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 7.8125vw;
    height: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #1c50a1;
    color: #fff;
  }
  .stFaq .bArticle article .bDl dl dt:after {
    content: "+";
    -moz-background-size: contain;
         background-size: contain;
    font-size: 6.51042vw;
    position: absolute;
    color: #1c50a1;
    top: 1.95313vw;
    right: 1.95313vw;
    line-height: 1;
  }
  .stFaq .bArticle article .bDl dl dt.active:after {
    content: "-";
  }
  .stFaq .bArticle article .bDl dl dd {
    background-color: #f5f7f9;
    /*height: 0;*/
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt {
    padding: 2.60417vw 6.51042vw 2.60417vw 13.02083vw;
    position: relative;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt:before {
    content: "A";
    font-size: 3.64583vw;
    line-height: 1.5;
    position: absolute;
    font-weight: bold;
    top: 10px;
    left: 10px;
    color: #fff;
    width: 7.8125vw;
    height: 7.8125vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #404040;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt p {
    font-size: 3.90625vw;
    line-height: 26px;
    color: #595757;
    font-weight: 500;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt .btnPl {
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: bold;
    color: #008C3F;
    border: 1px solid #008C3F;
    background-color: #fff;
    padding: 8px 15px 8px 40px;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
  }
  .stFaq .bArticle article .bDl dl dd .bTxt .btnPl:before {
    content: "";
    background: url("../img/faq/iconRight.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 15px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
  }
  .stAccess .mainVisual {
    background: url("../img/access/bkgMainvisual.png") center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .stAccess .bMap {
    line-height: 0;
  }
  .stAccess .bMap iframe {
    width: 100%;
    height: 52.08333vw;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .stAccess .boxAccess {
    background-color: #008C3F;
  }
  .stAccess .boxAccess .row {
    padding: 3.90625vw 3.90625vw;
  }
  .stAccess .boxAccess .row .listAss li {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stAccess .boxAccess .row .listAss li span {
    width: 32.55208vw;
    padding: 1.95313vw 0 1.95313vw 1.30208vw;
    font-size: 2.60417vw;
    line-height: 4.16667vw;
    color: #fff;
    position: relative;
  }
  .stAccess .boxAccess .row .listAss li span:after {
    content: "";
    width: 100%;
    height: 0.26042vw;
    background-color: #fff;
    position: absolute;
    bottom: -0.13021vw;
    left: 0;
  }
  .stAccess .boxAccess .row .listAss li em {
    width: -webkit-calc(100% - 32.55208vw);
    width: -moz-calc(100% - 32.55208vw);
    width: calc(100% - 32.55208vw);
    padding: 1.95313vw 0 1.95313vw 7.8125vw;
    font-size: 2.60417vw;
    line-height: 4.16667vw;
    color: #fff;
    font-style: normal;
  }
  .stAccess .boxAccess .row .bBtnm a {
    width: 44.92188vw;
    height: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    color: #008C3F;
    font-size: 2.60417vw;
    font-weight: bold;
    position: relative;
    padding-left: 0.65104vw;
    margin: 3.90625vw auto 0;
  }
  .stAccess .boxAccess .row .bBtnm a:after {
    content: "";
    width: 2.60417vw;
    height: 2.60417vw;
    background: url(../img/access/btMap.png) no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.95313vw;
  }
  .stAccess .bContact {
    margin: 13.02083vw 0 0;
    position: relative;
  }
  .stAccess .bContact:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    position: absolute;
    top: 6.51042vw;
    left: 0;
    z-index: -1;
  }
  .stAccess .bContact .ttlSt_02 {
    max-width: 45.57292vw;
  }
  .stAccess .bContact .bForm {
    background-color: #fff;
  }
  .stAccess .bPrivacy {
    background-color: #EFEFEF;
    margin-bottom: 13.02083vw;
    padding-bottom: 2.60417vw;
  }
  .stTrial .mainVisual {
    background: url("../img/trial/bkgMainvisual.png") center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .stTrial .bContact {
    padding: 2.60417vw 0 0;
  }
  .stTrial .bContact .ttlSt img {
    width: 32.16146vw;
    height: auto;
  }
  .stTrial .bForm .frmGroup:nth-of-type(5) .frmGroup__lbl,
  .stTrial .bForm .frmGroup:nth-of-type(13) .frmGroup__lbl {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 1.04167vw;
  }
  .stRequest {
    padding-bottom: 7.8125vw;
  }
  .stRequest .mainVisual {
    background: url("/asset/img/request/bkgMainvisual.png") center right no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .stRequest .bContact {
    padding: 2.60417vw 0 0;
  }
  .stRequest .bForm .frmGroup:nth-of-type(5) .frmGroup__lbl,
  .stRequest .bForm .frmGroup:nth-of-type(11) .frmGroup__lbl,
  .stRequest .bForm .frmGroup:nth-of-type(14) .frmGroup__lbl,
  .stRequest .bForm .frmGroup:nth-of-type(15) .frmGroup__lbl {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8px;
  }
  .datepicker.focus + .wrap_table {
    z-index: 9;
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .datepicker + .wrap_table {
    position: absolute;
    top: -3.90625vw;
    width: 39.0625vw;
    margin-top: 5.20833vw;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .datepicker + .wrap_table > p {
    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;
    font-size: 1.95313vw;
    line-height: 5.20833vw;
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    border-bottom: 0;
  }
  .datepicker + .wrap_table > p span.next, .datepicker + .wrap_table > p span.prev {
    display: inline-block;
    width: 5.20833vw;
    height: 5.20833vw;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .datepicker + .wrap_table > p span.next::before, .datepicker + .wrap_table > p span.prev::before {
    position: absolute;
    content: "";
    width: 1.69271vw;
    height: 2.86458vw;
    background: url("/asset/img/request/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .datepicker + .wrap_table > p span.prev::before {
    -webkit-transform: translate(-50%, -50%) scale(-1);
       -moz-transform: translate(-50%, -50%) scale(-1);
        -ms-transform: translate(-50%, -50%) scale(-1);
            transform: translate(-50%, -50%) scale(-1);
  }
  .datepicker + .wrap_table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background: #008c3f;
    overflow: hidden;
  }
  .datepicker + .wrap_table table tr th {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.95313vw;
    line-height: 2;
  }
  .datepicker + .wrap_table table tr td {
    border: 1px solid #fff;
    font-size: 1.95313vw;
    line-height: 2;
    color: #ccc;
  }
  .datepicker + .wrap_table table tr td.active {
    cursor: pointer;
    color: #fff;
  }
  .step-form .head-form {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    -moz-box-shadow: 0px 1px 10px 0px #0000004d;
         box-shadow: 0px 1px 10px 0px #0000004d;
    margin: 50px 0;
  }
  .step-form .head-form .head-form-wrap {
    text-align: left;
  }
  .step-form .head-form h3 {
    font-size: 4.6875vw;
    font-weight: bold;
    /*margin: 0 vw(20);*/
    color: #1c50a1;
  }
  .step-form .head-form span {
    font-size: 3.38542vw;
  }
  .step-form .message {
    width: 100%;
    height: 300px;
    margin: 0 auto;
  }
  .step-form #type_box2 .school_class {
    padding: 3.90625vw 2.60417vw;
  }
  .step-form #type_box2 .school_class label {
    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;
    font-size: 3.38542vw;
  }
  .step-form .checkbox_group {
    width: 100%;
  }
  .step-form .checkbox_group .type_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .step-form .checkbox_group .school_class {
    font-size: 16px;
    padding: 30px 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
    -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;
    -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;
    width: 30%;
    justify-content: center;
    align-items: center;
    position: relative;
    /*&.course2,&.course1 {
              padding-bottom: 0;
              padding-top: 80px;
            }*/
    /*img {
              position: absolute;
              bottom: 0;
              right: 0;
              left: 0;
              margin: 0 auto;
            }*/
  }
  .step-form .checkbox_group .school_class.course_choice_im img {
    margin-top: 15px;
  }
  .step-form .checkbox_group .school_class.course_choice_im label {
    display: block;
    padding-top: 10px;
  }
  .step-form .checkbox_group .school_class.high_couse.action {
    display: none !important;
  }
  .step-form .checkbox_group .school_class input:checked + label {
    border: 3px solid #1c50a1;
  }
  .step-form .checkbox_group .school_class label {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #dcdddd;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #1c50a1;
    /*padding-top: 10px;*/
    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;
    font-size: 1.6rem;
  }
  .step-form .checkbox_group .school_class label:hover {
    border-color: #1c50a1;
  }
  .step-form .checkbox_group .other_class {
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
    font-weight: bold;
    text-align: center;
    -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;
    -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;
    width: 80%;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .step-form .checkbox_group .other_class label {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #dcdddd;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #1c50a1;
  }
  .step-form .checkbox_group .other_class label:hover {
    border-color: #1c50a1;
  }
  .step-form .checkbox_group .other_class input:checked + label {
    border: 3px solid #1c50a1;
  }
  .step-form .checkbox_group fieldset div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .step-form .checkbox_group fieldset input {
    opacity: 0;
  }
  .step-form #tab_step_6 .form-group {
    /*width: 400px;*/
    margin: 0 auto 20px;
  }
  .step-form #tab_step_6 .form-group .ttl {
    min-width: 100px;
    text-align: left;
    display: inline-block;
  }
  .step-form .bContact_form {
    position: relative;
    padding-bottom: 14.32292vw;
    width: 100%;
    margin: 0 auto;
  }
  .step-form .send_group {
    margin-top: 50px;
  }
  .step-form .send_group.stepnext {
    text-align: center;
  }
  .step-form .send_group.stepnext .step_btn {
    background: #1c50a1;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 45.57292vw;
    height: 10.41667vw;
    font-size: 3.38542vw;
    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;
    border: none;
  }
  .step-form .send_group.stepback {
    margin-top: 30px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
  }
  .step-form .send_group.stepback .back_btn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 45.57292vw;
    height: 10.41667vw;
    font-size: 3.38542vw;
    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;
  }
  .step-form .error {
    text-align: center;
    color: red;
  }
  .step-form .number {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
  }
  .step-form .bar_process_group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .step-form .bar_process {
    width: 80%;
  }
  .step-form #process_persion {
    position: relative;
  }
  .step-form #process_persion:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #9ed8f5;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -20px;
  }
  .step-form .tab_step {
    /*.step_btn {
            background: #1c50a1 !important;
            font-size: 1.8rem !important;

        }*/
  }
  .step-form .ttl {
    text-align: center;
    font-size: 1.8rem !important;
  }
  .step-form .ttl .required {
    color: #E84F23 !important;
    background: none !important;
    border: 1px solid #E84F23;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .any {
    color: #33adea !important;
    background: none !important;
    border: 1px solid #33adea;
    padding: 5px;
    font-size: 1.4rem !important;
    margin-right: 10px;
  }
  .step-form .bContact_form__form .form-group .form-control {
    font-size: 1.6rem;
    min-height: 45px !important;
    min-width: 260px;

  }
  .step-form .bContact_form__form .form-group textarea.form-control {
    min-height: 155px !important;
  }
  .step-form .wrap_group {
    margin-bottom: 2.60417vw;
  }
  .step-form .wrap_group .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.95313vw;
  }
  .step-form .wrap_group .form-group label {
    font-size: 3.38542vw;
    margin-right: 1.95313vw;
    min-width: 15.625vw;
    /*text-align: left;
          display: inline-block;*/
  }
  .step-form .wrap_group h4 {
    text-align: center;
    color: #000 !important;
    font-size: 3.64583vw !important;
    margin-bottom: 20px;
  }
  .step-form .wrap_group h4 .big {
    font-size: 5.20833vw;
  }
  .step-form .wrap_group h4 .required {
    color: #E84F23 !important;
    background: none !important;
    border: 1px solid #E84F23;
    padding: 5px;
    font-size: 3.38542vw !important;
    margin-right: 10px;
  }
  .step-form .wrap_group p {
    text-align: center;
    margin: 10px auto;
    font-size: 1.6rem;
  }
  .step-form .wrap_group p.des {
    text-align: center;
    color: #1c50a1;
    font-size: 1.8rem !important;
    margin-top: 20px;
  }
  .step-form .wrap_group small {
    display: block;
    line-height: 1.2;
  }
  .step-form .wrap_group.thank {
    text-align: center;
  }
  .step-form .wrap_group.thank h5 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .step-form .wrap_group.thank p {
    font-size: 1.6rem;
  }
  .step-form .wrap_group.thank p.working_time {
    font-size: 1.8rem;
    color: #E84F23;
  }
  .step-form .wrap_group.thank a {
    font-size: 2.5rem;
    color: #E84F23;
    display: block;
    margin: 20px auto;
  }
  .step-form .form-group a.privacy {
    color: #E84F23 !important;
  }
  .step-form .bContact_form__form .send_group.stepback .form-group button.step_btn,
  .step-form .bContact_form__form .send_group.stepback .form-group a.step_btn {
    /* background-color: #fff !important;
        color: #000;
        -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;
        border: 1px solid #000;*/
  }
  .step-form .quest_form {
    padding-top: 0 !important;
  }
  .stAbout p {
    color: #404040;
  }
  .stAbout .bBanner {
    background: url("../img/about/banner_sp.png") no-repeat center top/cover;
  }
  .stAbout .bBanner img {
    width: 41.27604vw;
  }
  .stAbout .bGreeting {
    margin-top: 5.20833vw;
  }
  .stAbout .bGreeting img {
    width: 84.63542vw;
  }
  .stAbout .bGreeting p {
    font-size: 3.38542vw;
    line-height: 1.9;
    font-weight: 500;
    color: #404040;
  }
  .stAbout .bGreeting p.sign {
    text-align: right;
    margin-top: 9.11458vw;
    font-size: 4.16667vw;
    line-height: -webkit-calc(34 / 24);
    line-height: -moz-calc(34 / 24);
    line-height: calc(34 / 24);
  }
  .stAbout .bGreeting p.sign span {
    font-size: 3.125vw;
    line-height: -webkit-calc((34 / 18));
    line-height: -moz-calc((34 / 18));
    line-height: calc((34 / 18));
  }
  .stAbout .bEducation {
    margin-top: 10.41667vw;
    position: relative;
    padding-bottom: 28.64583vw;
  }
  .stAbout .bEducation::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 14.97396vw;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stAbout .bEducation h2 img {
    width: 23.4375vw;
  }
  .stAbout .bEducation .description {
    margin: 0 auto 6.51042vw;
    display: block;
  }
  .stAbout .bEducation .mainImage {
    margin-bottom: 6.51042vw;
    display: block;
  }
  .stAbout .bEducation ul {
    margin: 0 auto;
    counter-reset: education;
  }
  .stAbout .bEducation ul li {
    white-space: nowrap;
    color: #ffffff;
    font-weight: 500;
    font-size: 2.73438vw;
    line-height: 1;
    letter-spacing: 0.19531vw;
    position: relative;
    padding-left: 13.02083vw;
  }
  .stAbout .bEducation ul li:not(:last-child) {
    margin-bottom: 9.11458vw;
  }
  .stAbout .bEducation ul li::before {
    content: "0" counter(education);
    counter-increment: education;
    font-size: 4.16667vw;
    font-weight: 900;
    width: 10.41667vw;
    text-align: center;
    position: absolute;
    left: 0;
    top: -1.82292vw;
  }
  .stAbout .bEducation ul li::after {
    content: '';
    background-color: #8ea5ca;
    height: 1.04167vw;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    width: 10.41667vw;
    position: absolute;
    left: 0;
    bottom: -1.30208vw;
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .stAbout .bPromise {
    margin-top: -14.97396vw;
    padding-bottom: 13.02083vw;
  }
  .stAbout .bPromise h2 img {
    width: 55.98958vw;
  }
  .stAbout .bPromise .row > p {
    margin-top: 3.90625vw;
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 1.9;
  }
  .stAbout .bPromise_inner {
    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;
  }
  .stAbout .bPromise_inner figure {
    width: 32.55208vw;
  }
  .stAbout .bPromise_inner > div {
    padding-left: 7.8125vw;
  }
  .stAbout .bPromise_inner > div h3 {
    color: #1c50a1;
    font-size: 4.16667vw;
    font-weight: 500;
    line-height: 1.8;
  }
  .stAbout .bPromise_inner > div h3 span {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #d2dbea));
    background: -webkit-linear-gradient(top, transparent 75%, #d2dbea 25%);
    background: -moz- oldlinear-gradient(top, transparent 75%, #d2dbea 25%);
    background: linear-gradient(to bottom, transparent 75%, #d2dbea 25%);
  }
  .stPrivacy {
    padding-bottom: 13.02083vw;
  }
  .stPrivacy .bBanner {
    height: 97.65625vw;
    background: url("../img/privacy/banner.png") no-repeat center top/cover;
    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;
  }
  .stPrivacy .bBanner img {
    width: 58.59375vw;
  }
  .stPrivacy_flow {
    margin-top: 6.51042vw;
  }
  .stPrivacy_flow h2 img {
    width: 75.26042vw;
  }
  .stPrivacy_flow__des {
    text-align: center;
    color: #1c50a1;
    font-size: 4.16667vw;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 13.02083vw;
  }
  .stPrivacy_flow ul {
    counter-reset: flow;
  }
  .stPrivacy_flow ul li {
    position: relative;
    padding: 2.60417vw 0vw 2.60417vw 13.02083vw;
  }
  .stPrivacy_flow ul li:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .stPrivacy_flow ul li p {
    font-size: 3.64583vw;
  }
  .stPrivacy_flow ul li::after {
    counter-increment: flow;
    content: counter(flow);
    width: 9.89583vw;
    height: 9.50521vw;
    background: url("../img/privacy/apple-ic.png") no-repeat center;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    top: 0;
    left: 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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    color: #1c50a1;
    line-height: 1;
    font-size: 6.25vw;
  }
  .stPrivacy_flow .signed {
    text-align: right;
    margin-top: 6.51042vw;
    /*padding: vw(50);*/
  }
  .stPrivacy_flow .signed p {
    font-size: 3.64583vw;
  }
  .stPrivacy_flow .signed p span {
    font-size: 5.20833vw;
  }
  .stLearing .bBanner {
    background-image: url("../img/learning_support/banner_sp.png");
  }
  .stLearing .bBanner img {
    width: 63.02083vw;
  }
  .stLearing .bLearningSupport {
    padding-bottom: 7.8125vw;
    margin-top: 5.20833vw;
  }
  .stLearing .bLearningSupport h2 span {
    margin-bottom: 6.51042vw;
  }
  .stLearing .bLearningSupport h2 img {
    width: 91.14583vw;
  }
  .stLearing .bSupport {
    position: relative;
    padding-bottom: 10.41667vw;
  }
  .stLearing .bSupport h2 img {
    width: 46.22396vw;
  }
  .stLearing .bSupport::before {
    content: '';
    position: absolute;
    top: 14.71354vw;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stLearing .bSupport_top {
    margin-bottom: 10.41667vw;
  }
  .stLearing .bSupport_top p {
    font-size: 4.16667vw;
    font-weight: 600;
    color: #ffffff;
    line-height: -webkit-calc(34 / 22);
    line-height: -moz-calc(34 / 22);
    line-height: calc(34 / 22);
    text-align: center;
    margin-bottom: 2.60417vw;
  }
  .stLearing .bSupport_top a {
    display: block;
    color: #1c50a1;
    line-height: 1;
    font-size: 4.16667vw;
    font-weight: 600;
    padding: 2.60417vw 5.20833vw;
    background: url("../img/iconDoubleBlue.svg") no-repeat right 3.90625vw center #ffffff;
    -moz-background-size: 4.55729vw auto;
         background-size: 4.55729vw auto;
    width: 65.10417vw;
    margin: 0 auto;
  }
  .stLearing .bSupport_list__item:not(:last-child) {
    margin-bottom: 10.41667vw;
  }
  .stLearing .bSupport_list__item figure {
    display: block;
    margin-bottom: 5.20833vw;
    width: 100%;
  }
  .stLearing .bSupport_list__item > div img {
    display: block;
    margin-bottom: 3.90625vw;
  }
  .stLearing .bSupport_list__item > div p {
    color: #ffffff;
    font-size: 3.64583vw;
    line-height: 1.9;
    font-weight: 500;
  }
  .stLearing .bLine {
    padding: 13.02083vw 0;
  }
  .stLearing .bLine_block {
    position: relative;
    background-color: #38d430;
    -moz-border-radius: 3.25521vw;
         border-radius: 3.25521vw;
    padding: 3.90625vw 3.90625vw 3.25521vw;
  }
  .stLearing .bLine_block::after {
    content: '';
    width: 19.53125vw;
    height: 18.61979vw;
    background: url("../img/learning_support/line_ic.png") no-repeat center/100%;
    position: absolute;
    right: 2.60417vw;
    top: -3.90625vw;
    z-index: 2;
  }
  .stLearing .bLine_block h3 {
    color: #ffffff;
    font-weight: 900;
    font-size: 5.46875vw;
    line-height: 1.5;
    letter-spacing: 0.26042vw;
    margin-bottom: 5.20833vw;
  }
  .stLearing .bLine_block__body {
    background-color: #ffffff;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 3.90625vw;
  }
  .stLearing .bLine_block__body > p {
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.26042vw;
    margin-bottom: 3.90625vw;
  }
  .stLearing .bLine_block__body > div a {
    background: url("../img/iconDoubleWhite.png") no-repeat right 3.90625vw top 3.25521vw #38d430;
    -moz-background-size: 5.20833vw auto;
         background-size: 5.20833vw auto;
    display: block;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 2.60417vw;
    color: #ffffff;
  }
  .stLearing .bLine_block__body > div a span {
    display: block;
    font-weight: 600;
    font-size: 4.6875vw;
    line-height: 1;
    margin-bottom: 1.30208vw;
  }
  .stLearing .bLine_block__body > div a ins {
    text-decoration: none;
    font-size: 2.86458vw;
    font-weight: 500;
  }
  .stLearing .bLine_block__body > div p {
    display: block;
    font-size: 3.38542vw;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 1.30208vw;
  }
  .stLearing .bVoice {
    padding-bottom: 13.02083vw;
  }
  .stLearing .bVoice h2 img {
    width: 40.10417vw;
  }
  .stLearing .bVoice_inner__block:not(:last-child) {
    margin-bottom: 7.8125vw;
  }
  .stLearing .bVoice_inner__block h4 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    background-color: #1c50a1;
    font-size: 4.6875vw;
    line-height: 1;
    padding: 3.90625vw 0;
    margin: 0 auto 5.20833vw;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
  }
  .stLearing .bVoice_inner__block ul li {
    font-size: 3.64583vw;
    font-weight: 500;
    line-height: 2.5;
  }
  .stLearing .bVoice_inner__block p {
    font-size: 3.64583vw;
    font-weight: 500;
    line-height: 2;
  }
  .stBooks .bBanner {
    background: url("../img/books/banner_sp.png") no-repeat center top/cover;
  }
  .stBooks .bBanner img {
    width: 48.30729vw;
  }
  .stBooks .bBooks {
    margin-bottom: 10.41667vw;
  }
  .stBooks .bBooks h2 img {
    width: 36.06771vw;
  }
  .stBooks .bBooks__des {
    text-align: center;
    color: #1c50a1;
    font-size: 3.125vw;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 10.41667vw;
  }
  .stBooks .bBooks__list {
    margin-bottom: 7.8125vw;
  }
  .stBooks .bBooks__list li {
    background-color: #e4f2fb;
  }
  .stBooks .bBooks__list li:last-child {
    margin-top: 11.71875vw;
  }
  .stBooks .bBooks__list__head {
    background-color: #1c50a1;
    color: #ffffff;
    position: relative;
    padding: 2.60417vw 1.95313vw;
  }
  .stBooks .bBooks__list__head span {
    color: #1c50a1;
    background-color: #ffffff;
    border: 2px solid #1c50a1;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -6.51042vw;
    left: -2.60417vw;
    width: 15.625vw;
    height: 15.625vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.16667vw;
    font-weight: 700;
    line-height: 1;
  }
  .stBooks .bBooks__list__head h3 {
    text-align: center;
    line-height: 1;
    font-size: 5.46875vw;
    font-weight: 700;
    padding-bottom: 2.60417vw;
    border-bottom: 1px solid #ffffff;
  }
  .stBooks .bBooks__list__head p {
    font-size: 3.38542vw;
    line-height: 1.6;
    margin-top: 1.30208vw;
    text-align: center;
  }
  .stBooks .bBooks__list__body {
    padding: 3.90625vw 2.60417vw;
  }
  .stBooks .bBooks__list__body figure {
    width: 52.08333vw;
    margin: 0 auto 2.60417vw;
    display: block;
  }
  .stBooks .bBooks__list__body p {
    font-size: 3.64583vw;
    line-height: 2;
    font-weight: 500;
    text-align: center;
  }
  .stBooks .bBooks__support {
    margin-bottom: 7.8125vw;
  }
  .stBooks .bBooks__support h4 {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1.8;
    font-weight: 600;
    color: #231815;
    margin-bottom: 6.51042vw;
  }
  .stBooks .bBooks__support h4 img {
    display: block;
    margin: 5px auto 0;
    width: 58.59375vw;
  }
  .stBooks .bBooks__support h5 {
    color: #1c50a1;
    font-size: 3.64583vw;
    line-height: 1.8;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1.30208vw;
  }
  .stBooks .bBooks__support p {
    font-size: 3.38542vw;
    line-height: 2;
    text-align: center;
  }
  .stBooks .bBooks__box {
    margin: 0 auto 7.8125vw;
    background: url("../img/books/bgBook.png") no-repeat center top/cover;
    padding-top: 6.51042vw;
    -moz-background-size: 117.1875vw auto;
         background-size: 117.1875vw auto;
    overflow: hidden;
  }
  .stBooks .bBooks__box figure {
    display: block;
    padding: 1.95313vw 2.60417vw;
    background-color: #ffffff;
  }
  .stBooks .bBooks__box ul {
    padding: 3.90625vw 3.90625vw 5.20833vw;
    background-color: #e4f2fb;
  }
  .stBooks .bBooks__box ul li {
    font-size: 3.64583vw;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 3.90625vw;
    border-bottom: 1px dashed #404040;
    margin-bottom: 3.90625vw;
    padding-left: 4.55729vw;
    position: relative;
  }
  .stBooks .bBooks__box ul li::before {
    content: '';
    position: absolute;
    top: 0.39063vw;
    left: 0;
    width: 3.25521vw;
    height: 3.25521vw;
    background-color: #404040;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .stBooks .bBooks__box ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .stBooks .bBooks__btn a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 3.64583vw;
    display: block;
    padding: 3.25521vw 20.83333vw 3.25521vw 3.90625vw;
    background: url("../img/iconDoubleWhite.png") no-repeat right 3.90625vw center #1c50a1;
    -moz-background-size: 5.20833vw auto;
         background-size: 5.20833vw auto;
    width: 78.125vw;
    margin: 0 auto;
  }
  .stBooks .bBooks__btn a:last-child {
    margin-top: 2.60417vw;
  }
  .stSeminar .bBanner {
    background: url("../img/seminar/banner_sp.png") no-repeat center top/cover;
  }
  .stSeminar .bBanner img {
    width: 57.55208vw;
  }
  .stSeminar .bDevelop {
    margin-bottom: 7.8125vw;
  }
  .stSeminar .bDevelop h2 span {
    margin-bottom: 6.51042vw;
  }
  .stSeminar .bDevelop h2 img {
    width: 91.14583vw;
  }
  .stSeminar .bDevelop__des {
    text-align: center;
    font-size: 3.38542vw;
    line-height: -webkit-calc(29 / 18);
    line-height: -moz-calc(29 / 18);
    line-height: calc(29 / 18);
    font-weight: 500;
    color: #000000;
  }
  .stSeminar .bDevelop__block {
    background-color: #2f7dc1;
    padding: 6.51042vw 3.90625vw;
    margin: 7.8125vw auto 0;
  }
  .stSeminar .bDevelop__block h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 5.46875vw;
    line-height: 1;
    margin-bottom: 6.51042vw;
  }
  .stSeminar .bDevelop__block h3 span {
    margin-right: 4.55729vw;
    font-size: 4.16667vw;
    display: block;
  }
  .stSeminar .bDevelop__block p {
    color: #ffffff;
    font-size: 3.38542vw;
    line-height: 1.7;
  }
  .stSeminar .bDevelop__block__top {
    margin-bottom: 5.20833vw;
  }
  .stSeminar .bDevelop__block__top a {
    display: block;
    width: 58.59375vw;
    color: #2f7dc1;
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: 600;
    padding: 3.25521vw 7.8125vw 3.25521vw 5.20833vw;
    background: url("../img/icDoubleBlue02.svg") no-repeat right 3.90625vw center #ffffff;
    -moz-background-size: 3.90625vw auto;
         background-size: 3.90625vw auto;
    margin: 3.90625vw auto;
  }
  .stSeminar .bContent {
    margin-top: 10.41667vw;
    position: relative;
    padding-bottom: 10.41667vw;
  }
  .stSeminar .bContent::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 14.71354vw;
    background-color: #1c50a1;
    z-index: -1;
  }
  .stSeminar .bContent h2 span {
    margin-bottom: 6.51042vw;
  }
  .stSeminar .bContent h2 img {
    width: 34.50521vw;
  }
  .stSeminar .bContent__des {
    text-align: center;
    font-size: 3.38542vw;
    line-height: -webkit-calc(29 / 18);
    line-height: -moz-calc(29 / 18);
    line-height: calc(29 / 18);
    font-weight: 500;
    color: #ffffff;
  }
  .stSeminar .bContent ul {
    margin-top: 6.51042vw;
    text-align: center;
  }
  .stSeminar .bContent ul li {
    display: inline-block;
    margin-bottom: 5.20833vw;
    width: 78.125vw;
  }
  .stSeminar .bContent ul li:nth-child(5) {
    position: relative;
  }
  .stSeminar .bContent ul li:nth-child(5)::after {
    content: '';
    position: absolute;
    right: -6.51042vw;
    bottom: 0;
    background: url("../img/seminar/img05_01.png") no-repeat center center/100%;
    width: 21.09375vw;
    height: 21.48438vw;
  }
  .stSeminar .bContent__btn {
    text-align: center;
    margin-top: 3.90625vw;
  }
  .stSeminar .bContent__btn a {
    display: inline-block;
    text-align: left;
    width: 65.10417vw;
    color: #1c50a1;
    font-size: 3.64583vw;
    line-height: 1;
    font-weight: 600;
    padding: 3.90625vw 7.8125vw 3.90625vw 6.51042vw;
    background: url("../img/iconDoubleBlue.svg") no-repeat right 4.55729vw center #ffffff;
    -moz-background-size: 4.55729vw auto;
         background-size: 4.55729vw auto;
  }
  .stSeminar .stReception {
    background-color: #2f7dc1;
  }
  .stSeminar .stReception ul li h4 {
    color: #2f7dc1 !important;
  }
  .stCompany .bBanner {
    background: url("../img/company/banner_sp.png") no-repeat center top/cover;
  }
  .stCompany .bBanner img {
    width: 30.07813vw;
  }
  .stCompany .bCompany {
    margin-bottom: 7.8125vw;
  }
  .stCompany .bCompany h2 img {
    width: 24.08854vw;
  }
  .stCompany .bCompany table {
    border-collapse: collapse;
    display: block;
  }
  .stCompany .bCompany table tbody,
  .stCompany .bCompany table tr,
  .stCompany .bCompany table th,
  .stCompany .bCompany table td {
    display: block;
  }
  .stCompany .bCompany table tr {
    margin-bottom: 2.60417vw;
  }
  .stCompany .bCompany table th {
    background-color: #1c50a1;
    color: #ffffff;
    font-size: 3.64583vw;
    line-height: 1;
    padding: 3.90625vw 0;
    font-weight: 500;
  }
  .stCompany .bCompany table td {
    padding: 3.25521vw 2.60417vw 3.25521vw 3.90625vw;
    background-color: #e4f2fb;
    font-size: 3.125vw;
    line-height: 2;
    letter-spacing: 1px;
  }
  .stCompany .bCompany table td .link {
    display: inline-block;
    color: #ffffff;
    font-size: 2.60417vw;
    font-weight: 600;
    padding: 1.30208vw 6.51042vw 1.30208vw 1.95313vw;
    background: url("../img/iconDoubleWhite.png") no-repeat right 1.95313vw center #1c50a1;
    -moz-background-size: 3.90625vw auto;
         background-size: 3.90625vw auto;
    margin-left: 2.60417vw;
  }
  .stCompany .bCompany table td .map {
    display: inline-block;
    color: #ffffff;
    font-size: 2.60417vw;
    font-weight: 600;
    padding: 1.30208vw 2.60417vw;
    margin-left: 2.60417vw;
    background-color: #1c50a1;
  }
  .stCompany .bCompany table td p {
    position: relative;
    padding-right: 13.02083vw;
    padding-left: 3.64583vw;
  }
  .stCompany .bCompany table td p::before {
    content: '■';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .stCompany .bCompany table td p .map {
    position: absolute;
    right: 0;
    top: 2.60417vw;
  }
  .stCompany .bCompany table td p:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .stCompany .bHistory h2 img {
    width: 11.06771vw;
  }
  .stCompany .bHistory table {
    border-collapse: collapse;
  }
  .stCompany .bHistory table th,
  .stCompany .bHistory table td {
    font-size: 3.25521vw;
    line-height: 2;
    letter-spacing: 1px;
  }
  .stCompany .bHistory table th {
    background-color: #e4f2fb;
    padding: 1.95313vw 0;
    width: 23.4375vw;
    vertical-align: top;
  }
  .stCompany .bHistory table td {
    padding: 1.95313vw 2.60417vw 1.95313vw 3.90625vw;
  }
  .stPrice .bBanner {
    background: url("../img/price/banner_sp.png") no-repeat center top/cover;
  }
  .stPrice .bBanner img {
    width: 44.53125vw;
  }
  .stPrice .bSystem h2 img {
    width: 51.82292vw;
  }
  .stPrice .bSystem__des {
    text-align: center;
    font-weight: 500;
    font-size: 3.64583vw;
    line-height: 2;
    color: #1c50a1;
    margin-bottom: 7.8125vw;
  }
  .stPrice .bSystem__ttl {
    background-color: #1c50a1;
    text-align: center;
    color: #ffffff;
    font-size: 4.16667vw;
    font-weight: 600;
    line-height: 1;
    padding: 2.60417vw 0;
    margin-bottom: 1.95313vw;
  }
  .stPrice .bSystem__subTtl {
    text-align: center;
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__subTtl span {
    display: inline-block;
    color: #1c50a1;
    font-weight: 600;
    line-height: 1;
    font-size: 4.16667vw;
    padding-top: 6.51042vw;
    background: url("../img/price/ic01.png") no-repeat right top;
    -moz-background-size: 13.02083vw auto;
         background-size: 13.02083vw auto;
  }
  .stPrice .bSystem__price {
    overflow-y: auto;
  }
  .stPrice .bSystem__price table {
    border-spacing: 2px;
    width: 195.3125vw;
    margin-left: -2px;
  }
  .stPrice .bSystem__price table th,
  .stPrice .bSystem__price table td {
    font-size: 2.86458vw;
    font-weight: 500;
    text-align: center;
  }
  .stPrice .bSystem__price table th:first-child,
  .stPrice .bSystem__price table td:first-child {
    background-color: #ececec;
    width: 20.83333vw;
    text-align: center;
    font-size: 2.86458vw;
  }
  .stPrice .bSystem__price table th {
    background-color: #9ed8f5;
    padding: 1.95313vw 2.60417vw;
    width: 14.5%;
  }
  .stPrice .bSystem__price table td {
    background-color: #e4f2fb;
    padding: 1.95313vw;
    font-size: 3.64583vw;
  }
  .stPrice .bSystem__price table td span {
    font-size: 2.86458vw;
  }
  .stPrice .bSystem__price table td ins {
    font-size: 2.86458vw;
    display: block;
    text-decoration: none;
  }
  .stPrice .bSystem__ex {
    margin-top: 10.41667vw;
    background-color: #e4f2fb;
    overflow: hidden;
    padding: 0 3.90625vw 5.20833vw;
  }
  .stPrice .bSystem__ex h4 {
    text-align: center;
    position: relative;
    padding: 3.90625vw 0;
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__ex h4::before {
    content: '';
    width: 41.66667vw;
    height: 41.66667vw;
    background-color: #ffffff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -27.34375vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .stPrice .bSystem__ex h4 span {
    line-height: 1;
    color: #1c50a1;
    font-weight: 600;
    font-size: 4.94792vw;
    display: inline-block;
    z-index: 2;
    position: relative;
  }
  .stPrice .bSystem__ex > p {
    text-align: center;
    font-size: 3.38542vw;
    margin-bottom: 30px;
  }
  .stPrice .bSystem__ex ul li {
    background-color: #ffffff;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    overflow: hidden;
    padding: 3.90625vw 1.95313vw 0;
  }
  .stPrice .bSystem__ex ul li:not(:last-child) {
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__ex ul li h5 {
    text-align: center;
    font-weight: 600;
    color: #1c50a1;
    line-height: 1;
    font-size: 4.94792vw;
    margin-bottom: 3.90625vw;
  }
  .stPrice .bSystem__ex ul li > img {
    display: block;
    margin: 0 auto;
    height: 23.4375vw;
  }
  .stPrice .bSystem__ex ul li .price {
    margin: 2.60417vw 0 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 3px solid #1c50a1;
    padding-bottom: 2.08333vw;
  }
  .stPrice .bSystem__ex ul li .price > div {
    font-size: 4.16667vw;
    line-height: 1;
  }
  .stPrice .bSystem__ex ul li .price > div span {
    margin-top: 1.30208vw;
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 8.85417vw;
    font-weight: 600;
    color: #1c50a1;
  }
  .stPrice .bSystem__ex ul li .price ins {
    display: inline-block;
    text-decoration: none;
    font-size: 4.42708vw;
    color: #1c50a1;
    font-weight: 600;
  }
  .stPrice .bSystem__ex ul li dl dt {
    background-color: #1c50a1;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    font-size: 4.42708vw;
    padding: 1.95313vw 0 2.21354vw;
  }
  .stPrice .bSystem__ex ul li dl dd {
    background-color: #9ed8f5;
    color: #1c50a1;
    text-align: center;
    line-height: 1;
    font-size: 4.42708vw;
    padding: 1.95313vw 0 2.21354vw;
  }
  .stPrice .bSystem__support {
    background-color: #9ed8f5;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
    margin-top: 10.41667vw;
    padding: 5.20833vw 3.90625vw 65.10417vw;
    position: relative;
    overflow: hidden;
    margin-bottom: 13.02083vw;
  }
  .stPrice .bSystem__support h3 {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__support h3 img {
    width: 9.11458vw;
  }
  .stPrice .bSystem__support h3 span {
    display: inline-block;
    color: #1c50a1;
    font-size: 4.94792vw;
    line-height: 1;
    border-bottom: 2px solid #1c50a1;
    font-weight: 600;
    padding: 0 8px 6px;
  }
  .stPrice .bSystem__support ul li {
    font-size: 3.64583vw;
    line-height: 1;
    margin-bottom: 6.51042vw;
  }
  .stPrice .bSystem__support > div {
    position: absolute;
    text-align: center;
    font-size: 3.90625vw;
    line-height: 1.5;
    right: 7.8125vw;
    bottom: 0;
    width: 55.72917vw;
    height: 66.40625vw;
    background: url("../img/price/talk_sp.png") no-repeat center/100%;
    padding-top: 16.92708vw;
    padding-right: 3.90625vw;
  }
  .stClassroom {
    padding-bottom: 13.02083vw;
  }
  .stClassroom .bBanner {
    height: 91.14583vw;
    background: url("../img/classroom/banner_sp.png") no-repeat center top/cover;
    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;
  }
  .stClassroom_flow {
    margin-top: 30px;
  }
  .stClassroom_flow h2 img {
    width: 91.14583vw;
  }
  .stClassroom_flow .des_classromm {
    text-align: center;
  }
  .stClassroom_flow .des_classromm h4 {
    color: #1c50a1;
    margin: 15px 0;
    font-size: 4.6875vw;
  }
  .stClassroom_flow .des_classromm p {
    font-size: 3.64583vw;
  }
  .stClassroom_flow .class_room_map {
    margin-top: 6.51042vw;
    position: relative;
  }
  .stClassroom_flow .class_room_map .arrow_area {
    position: absolute;
    width: 161px;
    left: 54px;
    display: none;
    top: 272px;
  }
  .stClassroom_flow .class_room_map .des_area {
    display: none;
    width: 316px;
    position: absolute;
    top: 50px;
    left: -100px;
  }
  .stClassroom_flow .class_room_map .wrap_area {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .stClassroom_flow .class_room_map .wrap_area .point {
    position: absolute;
    width: 26.04167vw;
    height: 5.20833vw;
    opacity: 0;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point1 {
    left: 11.06771vw;
    top: 3.90625vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point2 {
    left: 8.46354vw;
    top: 13.02083vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point3 {
    right: 9.11458vw;
    top: 9.11458vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point4 {
    right: 16.01563vw;
    top: 20.18229vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point5 {
    left: 7.8125vw;
    top: 29.94792vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point6 {
    right: 7.8125vw;
    top: 26.69271vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point7 {
    right: 8.85417vw;
    bottom: 24.73958vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point8 {
    left: 16.92708vw;
    bottom: 20.18229vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point9 {
    left: 18.22917vw;
    bottom: 13.02083vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point10 {
    right: 2.60417vw;
    bottom: 11.06771vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point11 {
    left: 14.32292vw;
    bottom: 5.20833vw;
  }
  .stClassroom_flow .class_room_map .wrap_area .point.point12 {
    right: 5.85938vw;
    bottom: 5.20833vw;
  }
  .stClassroom_flow .class_list {
    margin-top: 13.02083vw;
  }
  .stClassroom_flow .class_list ul li {
    width: 100%;
    /*margin-right: 37px;*/
    margin-bottom: 6.51042vw;
    background: #ececeb;
    padding-bottom: 3.90625vw;
  }
  .stClassroom_flow .class_list ul li figure {
    position: relative;
  }
  .stClassroom_flow .class_list ul li figure img {
    width: 100%;
  }
  .stClassroom_flow .class_list ul li figure figcaption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: 80%;
    color: #2f7dc1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 5px 10px;
    border: 2px solid #2f7dc1;
    bottom: 2.60417vw;
    font-size: 3.90625vw;
    font-weight: bold;
  }
  .stClassroom_flow .class_list ul li .class_infor .major_list {
    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;
    padding: 15px;
  }
  .stClassroom_flow .class_list ul li .class_infor .major_list p {
    width: -webkit-calc((100% / 3) - 5px);
    width: -moz-calc((100% / 3) - 5px);
    width: calc((100% / 3) - 5px);
    background: #2f7dc1;
    padding: 1.30208vw 0.65104vw;
    color: #fff;
    font-size: 3.64583vw;
    text-align: center;
  }
  .stClassroom_flow .class_list ul li .class_infor .address {
    padding: 0 1.95313vw 1.95313vw;
    border-bottom: 1px solid #000;
  }
  .stClassroom_flow .class_list ul li .class_infor .address p {
    font-size: 3.64583vw;
  }
  .stClassroom_flow .class_list ul li .class_infor .working_time {
    padding: 1.95313vw;
  }
  .stClassroom_flow .class_list ul li .class_infor .working_time .phone a {
    font-size: 5.20833vw;
    font-weight: bold;
  }
  .stClassroom_flow .class_list ul li .class_infor .working_time .time {
    font-size: 3.64583vw;
  }
  .stClassroom_flow .class_list ul li .news_of_school {
    background: #fff;
    /*padding: 5px 15px;*/
  }
  .stClassroom_flow .class_list ul li .news_of_school a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.04167vw 1.95313vw;
    font-size: 3.38542vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #ececeb;
  }
  .stClassroom_flow .class_list ul li .news_of_school a span {
    color: #2f7dc1;
    font-size: 3.90625vw;
    margin-right: 0.65104vw;
  }
  .stClassroom_flow .class_list ul li .news_of_school a p {
    color: #404040;
  }
  .stClassroom_flow .class_list ul li .detail_link {
    padding: 1.95313vw 0 0;
    text-align: center;
  }
  .stClassroom_flow .class_list ul li .detail_link a {
    color: #ffffff;
    line-height: 1;
    font-weight: 600;
    font-size: 3.64583vw;
    display: inline-block;
    padding: 2.34375vw 16.92708vw 2.34375vw 2.60417vw;
    background: url("../img/iconDoubleWhite.png") no-repeat right 3.25521vw center #1c50a1;
    margin: 0 auto;
  }
  .single-class-room .single-item {
    padding: 6.51042vw;
  }
  .single-class-room .classroom_title {
    text-align: center;
  }
  .single-class-room .classroom_title p {
    font-size: 5.20833vw;
    color: #1c50a1;
  }
  .single-class-room .classroom_title h2 {
    margin-top: 2.60417vw;
  }
  .single-class-room .classroom_title h2 span {
    padding: 1.30208vw 6.51042vw;
    border: 1px solid #1c50a1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    color: #1c50a1;
    font-size: 5.98958vw;
    font-weight: bold;
  }
  .single-class-room .bSliderMain {
    margin-bottom: 6.51042vw;
  }
  .single-class-room .bSliderMain .bSliderTop ul li {
    text-align: center;
  }
  .single-class-room .classroom_event ul li {
    padding: 10px;
    background: #1c50a1;
    color: #fff;
    position: relative;
  }
  .single-class-room .classroom_event ul li:after {
    content: "";
    position: absolute;
    width: 4.55729vw;
    height: 2.47396vw;
    background: url("../img/iconDoubleWhite.png");
    -moz-background-size: contain;
         background-size: contain;
    bottom: 5px;
    right: 5px;
  }
  .single-class-room .classroom_event ul li a {
    color: #fff;
  }
  .single-class-room .classroom_event ul li p {
    font-size: 3.64583vw;
    color: #fff;
  }
  .single-class-room .classroom_event ul li strong {
    color: #fff;
    font-size: 3.90625vw;
  }
  .single-class-room .stxcourse h2 {
    font-size: 5.20833vw;
    line-height: 1;
    font-weight: bold;
    color: #1c50a1;
    letter-spacing: 3px;
    margin-bottom: 7.8125vw;
    text-align: center;
    position: relative;
  }
  .single-class-room .stxcourse ul li .course_wrap {
    background: #294a9b;
    padding: 10px 10px 20px;
  }
  .single-class-room .stxcourse ul li .course_wrap .stInformation_name {
    margin-top: 10px;
  }
  .single-class-room .stxcourse ul li h3 {
    color: #bfe5f9;
    font-size: 4.6875vw;
  }
  .single-class-room .stxcourse ul li h4 {
    font-size: 4.16667vw;
    color: #fff;
  }
  .single-class-room .stxcourse ul li p {
    font-size: 3.90625vw;
    color: #fff;
  }
  .single-class-room .stStaff {
    position: relative;
    overflow: hidden;
  }
  .single-class-room .stStaff:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 14.71354vw;
    background-color: #e4f2fb;
    z-index: -1;
  }
  .single-class-room .stStaff .ttlStaff {
    font-size: 7.8125vw;
    line-height: 1;
    font-weight: bold;
    color: #000;
    letter-spacing: 3px;
    margin-bottom: 3.90625vw;
    text-align: center;
    background: url("../img/top/topappleBg.png") no-repeat center top;
    -moz-background-size: auto 14.71354vw;
         background-size: auto 14.71354vw;
    padding-top: 15.625vw;
    position: relative;
  }
  .single-class-room .stStaff .ttlStaff span {
    color: #000;
  }
  .single-class-room .stStaff .staff_info {
    padding: 0 0vw 6.51042vw;
  }
  .single-class-room .stStaff .staff_info figure {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
  .single-class-room .stStaff .staff_info .staft_des {
    width: 100%;
  }
  .single-class-room .stStaff .staff_info .staft_des h3 {
    font-size: 4.6875vw;
    color: #1c50a1;
    font-weight: bold;
  }
  .single-class-room .stStaff .staff_info .staft_des p {
    font-size: 3.64583vw;
    color: #000;
  }
  .single-class-room .stMap {
    padding: 6.51042vw 0;
    background-color: #F5F7F9;
  }
  .single-class-room .stMap .row .school_info {
    width: 100%;
    margin-bottom: 2.60417vw;
  }
  .single-class-room .stMap .row .school_info h2 {
    text-align: center;
    margin-bottom: 2.60417vw;
  }
  .single-class-room .stMap .row .school_info h2 span {
    padding: 1.04167vw 6.51042vw;
    border: 1px solid #1c50a1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    color: #1c50a1;
    font-size: 4.6875vw;
    font-weight: bold;
  }
  .single-class-room .stMap .row .school_info p {
    font-size: 3.38542vw;
  }
  .single-class-room .stMap .row .school_map {
    width: 100%;
  }
  .single-class-room .stMap .row .school_map figure {
    width: 100%;
  }
  .single-class-room .stMap .row .school_map .location {
    width: 100%;
  }
  .single-class-room .stMap .row .school_map .location iframe {
    width: 100%;
    height: 245px;
  }
  /* css for mock , examination, voice*/
  .stMock {
    padding-bottom: 13.02083vw;
  }
  .stMock .bBanner {
    height: 91.14583vw;
    background: url("../img/mock/banner_sp.png") no-repeat center top/cover;
    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;
  }
  .stMock_flow {
    margin-top: 3.90625vw;
  }
  .stMock_flow h2 img {
    width: 78.125vw;
  }
  .stMock_flow_inner {
    padding: 3.90625vw;
    background: #e4f2fb;
  }
  .stMock_flow_inner_box {
    margin-bottom: 3.90625vw;
  }
  .stMock_flow_inner_box h3 {
    color: #fff;
    background: #2f7dc1;
    padding: 2.60417vw;
    font-size: 3.64583vw;
    font-weight: bold;
  }
  .stMock_flow_inner_box h4 {
    color: #2f7dc1;
    background: #ececec;
    padding: 1.04167vw;
    font-size: 3.64583vw;
    font-weight: bold;
    margin-bottom: 1.95313vw;
  }
  .stMock_flow_inner_box_txt {
    padding: 3.90625vw 2.60417vw;
    background: #fff;
    font-size: 3.38542vw;
  }
  .stMock_flow_inner_box_txt p {
    margin-bottom: 2.60417vw;
  }
  .stMock_flow_inner_box_txt a {
    margin-top: 2.60417vw;
    padding: 1.30208vw 2.60417vw;
    background: #2f7dc1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    color: #fff;
    font-size: 3.38542vw;
  }
  .stExamination .bBanner {
    height: 91.14583vw;
    background: url("../img/examination/banner_sp.png") no-repeat center top/cover;
    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;
  }
  .stVoice .bBanner {
    height: 91.14583vw;
    background: url("../img/voice/banner_sp.png") no-repeat center top/cover;
    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;
  }
  .stVoice_flow {
    margin-top: 3.90625vw;
  }
  .stVoice_flow h2 img {
    width: 78.125vw;
  }
  .stVoice_flow_inner {
    padding: 6.51042vw;
    background: #e4f2fb;
  }
  .stVoice_flow_inner_box {
    margin-bottom: 3.90625vw;
    position: relative;
  }
  .stVoice_flow_inner_box h3 {
    color: #fff;
    background: #f281b3;
    padding: 2.60417vw 13.02083vw;
    font-size: 3.64583vw;
    font-weight: bold;
    text-align: center;
  }
  .stVoice_flow_inner_box h4 {
    color: #fff;
    background: url("../img/voice/apple_voice.png") no-repeat center top/cover;
    padding: 1.04167vw;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: -3.90625vw;
    top: 1.30208vw;
    font-size: 4.6875vw;
    font-weight: bold;
    margin-bottom: 15px;
    width: 15.625vw;
    height: 15.625vw;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .stVoice_flow_inner_box h4 span {
    font-size: 3.38542vw;
  }
  .stVoice_flow_inner_box_txt {
    padding: 2.60417vw 13.02083vw;
    background: #fff;
    font-size: 3.38542vw;
  }
  .stVoice_flow_inner_box_txt p {
    margin-bottom: 2.60417vw;
  }
  .stVoice_flow_inner_box_txt figure {
    position: absolute;
    right: -3.25521vw;
    top: 3.25521vw;
    width: 16.92708vw;
    height: 19.53125vw;
    background: #f1f1f1;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
  }
  .stVoice_flow_inner_box_txt figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* css for mock , examination, voice*/
}
