@media screen and (min-width: 769px), print {
  .mainvisual img {
    display: block;
    width: 100%;
    height: auto;
  }
  html{
  scroll-behavior: smooth;
}
  .btn_top {
    padding: 15px 0;
    background-color: #0358c4;
    position: fixed;
    bottom: -100px;
    width: 100%;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .btn_top.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    z-index: 100;
  }
  .btn_top .row {
    max-width: 1300px;
  }
  .btn_top_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-right: -40px;
  }
  .btn_top_list li {
    width: -webkit-calc(33.33% - 40px);
    width: -moz-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
  }
  .btn_top_list li a {
    width: 100%;
    background-color: #fff;
    -moz-border-radius: 28px;
         border-radius: 28px;
    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;
    text-align: center;
    color: #0358c4;
    font-size: 2.4rem;
    padding: 15px 0;
    line-height: 1.2;
    font-weight: 600;
  }
  .b_learning .row {
    padding: 240px 0 105px;
    position: relative;
  }
  .b_learning .row:before {
    content: "";
    width: 889px;
    height: 204px;
    background: url("../img/bf_text_top_pc.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 35px;
    left: -355px;
    z-index: 1;
  }
  .b_learning .row:after {
    content: "";
    width: 282px;
    height: 217px;
    background: url("../img/af_text_top_pc.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 15px;
    right: -55px;
  }
  .b_learning .ln_list {
    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;
    gap: 25px;
    margin: 50px -25px 50px 0;
  }
  .b_learning .ln_list li {
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
  }
  .b_learning .ln_list li a {
    width: 100%;
    min-height: 120px;
    -moz-border-radius: 35px;
         border-radius: 35px;
    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: 4rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-right: 50px;
  }
  .b_learning .ln_list li a:after {
    content: "";
    width: 85px;
    height: 85px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
  }
  .b_learning .ln_list li a.clg01 {
    background-color: #00a0e3;
  }
  .b_learning .ln_list li a.clg01:after {
    background: url("../img/arr01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .b_learning .ln_list li a.clg02 {
    background-color: #ff6c44;
  }
  .b_learning .ln_list li a.clg02:after {
    background: url("../img/arr02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .b_learning .ln_list li a.clg03 {
    background-color: #4fbd51;
  }
  .b_learning .ln_list li a.clg03:after {
    background: url("../img/arr03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .b_learning .ln_list li a.clg04 {
    background-color: #ff9f1c;
  }
  .b_learning .ln_list li a.clg04:after {
    background: url("../img/arr04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .box_item_ttl {
    padding: 30px 0;
    text-align: center;
    font-size: 6rem;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    -moz-border-radius: 28px 28px 0 0;
         border-radius: 28px 28px 0 0;
  }
  .box_item_txt {
    background-color: #e9ecec;
    padding: 50px 45px;
  }
  .box_item_txt h4 {
    text-align: center;
    font-size: 4rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .box_item_txt .flx {
    position: relative;
  }
  .box_item_txt .flx::after {
    content: "";
    display: table;
    clear: both;
  }
  .box_item_txt .ft_left {
    width: 516px;
    float: left;
  }
  .box_item_txt .ft_left figure {
    margin-bottom: 30px;
    line-height: 1;
  }
  .box_item_txt .ft_left figure img {
    width: 100%;
    height: auto;
  }
  .box_item_txt .b_price {
    border: 2px solid #000;
    padding: 20px;
    background-color: #fff;
    width: 516px;
    float: left;
  }
  .box_item_txt .b_price_list li {
    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;
    gap: 20px;
    font-weight: 600;
  }
  .box_item_txt .b_price_list li span {
    font-size: 2.5rem;
  }
  .box_item_txt .b_price_list li em {
    font-size: 4rem;
    display: block;
    font-style: normal;
  }
  .box_item_txt .b_price_list li em small {
    font-size: 2.8rem;
  }
  .box_item_txt .desc_right {
    font-size: 3rem;
    line-height: 1.55;
    font-weight: 600;
    margin-bottom: 30px;
    width: -webkit-calc(100% - 516px);
    width: -moz-calc(100% - 516px);
    width: calc(100% - 516px);
    padding-left: 30px;
    float: right;
  }
  .box_item_txt .b_lesson {
    width: -webkit-calc(100% - 516px);
    width: -moz-calc(100% - 516px);
    width: calc(100% - 516px);
    float: right;
    padding-left: 30px;
  }
  .box_item_txt .b_lesson_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .box_item_txt .b_lesson dt {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .box_item_txt .b_lesson_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box_item_txt .b_lesson_list li {
    text-align: center;
    color: #fff;
    min-height: 50px;
    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: 1;
    font-weight: 600;
  }
  .box_item_txt .b_lesson_list li.col2 {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
  }
  .box_item_txt .b_lesson_list li.col3 {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .box_item_txt .b_lesson_list li.w_60 {
    width: 60%;
  }
  .box_item_txt .b_lesson_list li.w_40 {
    width: 40%;
  }
  .box_item_txt .b_lesson_list li.clgBlue {
    background-color: #0081cc;
  }
  .box_item_txt .b_lesson_list li.clgPink {
    background-color: #eb6d94;
  }
  .box_item_txt .b_lesson_list li.clgYellow {
    background-color: #f6ab00;
  }
  .box_item_txt .b_lesson_list li.clgGreen {
    background-color: #00aa71;
  }
  .box_item.boxClg01 .box_item_ttl {
    background-color: #00a0e3;
  }
  .box_item.boxClg01 .box_item_txt h4 {
    color: #00a0e3;
  }
  .box_item.boxClg01 .box_item_txt .b_price {
    border-color: #00a0e3;
  }
  .box_item.boxClg01 .box_item_txt .b_price li {
    color: #00a0e3;
  }
  .box_item.boxClg02 .box_item_ttl {
    background-color: #ff6c44;
  }
  .box_item.boxClg02 .box_item_txt h4 {
    color: #ff6c44;
  }
  .box_item.boxClg02 .box_item_txt .b_price {
    border-color: #ff6c44;
  }
  .box_item.boxClg02 .box_item_txt .b_price li {
    color: #ff6c44;
  }
  .box_item.boxClg03 .box_item_ttl {
    background-color: #4fbd51;
  }
  .box_item.boxClg03 .box_item_txt h4 {
    color: #4fbd51;
  }
  .box_item.boxClg03 .box_item_txt .b_price {
    border-color: #4fbd51;
  }
  .box_item.boxClg03 .box_item_txt .b_price li {
    color: #4fbd51;
  }
  .box_item.boxClg04 .box_item_ttl {
    background-color: #ff9f1c;
  }
  .box_item.boxClg04 .box_item_txt h4 {
    color: #ff9f1c;
  }
  .box_item.boxClg04 .box_item_txt .b_price {
    border-color: #ff9f1c;
  }
  .box_item.boxClg04 .box_item_txt .b_price li {
    color: #ff9f1c;
  }
  .txt_bottom {
    text-align: center;
    margin: 50px 0;
  }
  .b_teacher {
    padding-bottom: 100px;
  }
  .b_teacher .pic_banner img {
    width: 100%;
    height: auto;
  }
  .b_teacher_ttl {
    text-align: center;
    margin: -170px 0 60px;
  }
  .b_teacher_ttl img {
    width: 1148px;
  }
  .b_teacher .txt_top {
    font-size: 4rem;
    line-height: 1.8;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 50px;
  }
  .b_teacher_box {
    background-color: #8de3f9;
    padding: 30px;
    -moz-border-radius: 44px;
         border-radius: 44px;
  }
  .b_teacher_box_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
  .b_teacher_box_list li {
    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;
    gap: 15px;
  }
  .b_teacher_box_list span {
    width: 160px;
    min-height: 70px;
    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: 3rem;
    line-height: 1;
    font-weight: 600;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background-color: #0358c4;
    color: #fff;
  }
  .b_teacher_box_list em {
    display: block;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 48px;
    font-weight: 600;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
  }
  .b_teacher_box .txt_blue {
    background-color: #fff;
    -moz-border-radius: 28px;
         border-radius: 28px;
    padding: 20px;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.55;
    font-weight: 600;
    color: #0358c4;
  }
  .b_teacher .box_item {
    margin-top: 60px;
  }
  .b_future {
    background-color: #0358c4;
    padding: 0 0 100px;
  }
  .b_future_pic {
    text-align: center;
  }
  .b_future_pic img {
    width: 890px;
  }
  .b_future_ttl {
    margin: 60px 0;
    text-align: center;
  }
  .b_future_ttl img {
    width: 1000px;
  }
  .b_future_wrap {
    background-color: #fff;
    -moz-border-radius: 30px;
         border-radius: 30px;
    padding: 0 20px;
  }
  .b_future_item {
    padding: 30px 0;
    position: relative;
  }
  .b_future_item:not(:last-child) {
    border-bottom: 1px solid #0358c4;
  }
  .b_future_item .it_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  .b_future_item .it_top .nb {
    width: 120px;
    height: 120px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    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: #fff;
    background-color: #0358c4;
    font-size: 5rem;
    line-height: 1;
    font-weight: 600;
  }
  .b_future_item .it_top h3 {
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 600;
    color: #0358c4;
  }
  .b_future_item .it_top .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 255px;
    text-align: center;
  }
  .b_future_item p {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 600;
    margin: -53px 270px 0 145px;
  }
  .b_enrollment {
    padding: 0 0 100px;
  }
  .b_enrollment_ttl {
    text-align: center;
    margin: 0 0 50px;
  }
  .b_enrollment_ttl img {
    width: 100%;
    height: auto;
  }
  .b_store {
    padding: 100px 0;
    background-color: #ff9f1c;
  }
  .b_store_ttl {
    text-align: center;
    margin-bottom: 70px;
  }
  .b_store_ttl img {
    width: 742px;
  }
  .b_store .txt_top {
    -moz-border-radius: 100px;
         border-radius: 100px;
    background-color: #fff;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    color: #ff0000;
    padding: 10px;
    margin-bottom: 40px;
  }
  .b_store_wrap {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .b_store_item {
    -moz-border-radius: 25px;
         border-radius: 25px;
    width: 49%;
  }
  .b_store_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .b_store_item_name {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    background-color: #ff0000;
    text-align: center;
    padding: 15px;
    -moz-border-radius: 25px 25px 0 0;
         border-radius: 25px 25px 0 0;
  }
  .b_store_item_body {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 0 0 25px 25px;
         border-radius: 0 0 25px 25px;
  }
  .b_store_item_address {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .b_store_item_tel a {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    color: #ff0000;
  }
  .b_application {
    padding: 100px 0;
    background-color: #f5f5f5;
  }
  .b_application_ttl {
    -moz-border-radius: 100px;
         border-radius: 100px;
    color: #fff;
    background-color: #006bbc;
    text-align: center;
    font-size: 5rem;
    line-height: 1.5;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 50px;
  }
  .b_application .txt_red {
    color: #fff;
    background-color: #ff1900;
    text-align: center;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 600;
    padding: 15px 10px;
    margin-bottom: 30px;
  }
  .b_application .frmGroup:not(:last-child) {
    margin-bottom: 25px;
  }
  .b_application .frmGroup .txtLbl {
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    margin-bottom: 15px;
  }
  .b_application .frmGroup .txtLbl span {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    background-color: #ff1900;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 8px;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .b_application .frmGroup .frmControl {
    background-color: #fff;
    height: 60px;
    width: 100%;
    border: 1px solid #000;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 10px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .b_application .frmGroup .frmControl::-webkit-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmControl::-moz-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmControl:-ms-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmControl::placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .b_select select {
    background-color: #fff;
    height: 60px;
    width: 100%;
    border: 1px solid #000;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 10px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .b_application .frmGroup .b_select select::-webkit-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .b_select select::-moz-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .b_select select:-ms-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .b_select select::placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmTextarea {
    background-color: #fff;
    height: 350px;
    width: 100%;
    border: 1px solid #000;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 5px 10px;
    resize: vertical;
  }
  .b_application .frmGroup .frmTextarea::-webkit-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmTextarea::-moz-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmTextarea:-ms-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmTextarea::placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .b_application .frmGroup .frm_w_295 {
    width: 295px;
  }
  .b_application .frmGroup .mt_cts {
    margin-top: 20px;
  }
  .b_application .frmGroup textarea {
    min-height: 150px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .b_application .frmGroup .frm_checkbox .mwform-checkbox-field {
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
    margin: 0 30px 30px 0;
    font-weight: 600;
  }
  .b_application .frmGroup .frm_checkbox .mwform-checkbox-field input[type="checkbox"] {
    width: 30px;
    height: 30px;
  }
  .b_application .frmGroup .frm_checkbox .mwform-checkbox-field label {
    cursor: pointer;
    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;
    gap: 15px;
  }
  .b_application .frmGroup .frm_radio .mwform-radio-field {
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
    margin: 0 30px 30px 0;
    font-weight: 600;
  }
  .b_application .frmGroup .frm_radio .mwform-radio-field input[type="radio"] {
    width: 30px;
    height: 30px;
  }
  .b_application .frmGroup .frm_radio .mwform-radio-field label {
    cursor: pointer;
    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;
    gap: 15px;
  }
  .b_application .frm_btn {
    text-align: center;
  }
  .b_application .btn_submit {
    background: url("../img/bkg_button.png") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 455px;
    height: 80px;
    font-size: 3rem;
    font-weight: 600;
    -moz-border-radius: 100px;
         border-radius: 100px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 20px auto 0;
    cursor: pointer;
  }
  .b_application .btn_submit:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual img {
    display: block;
    width: 100%;
    height: auto;
  }
  .btn_top {
    padding: 3.25521vw 0;
    background-color: #0358c4;
    position: fixed;
    width: 100%;
    bottom: -100px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .btn_top.fixed {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .btn_top_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.60417vw;
    margin-right: -2.60417vw;
  }
  .btn_top_list li {
    width: -webkit-calc(33.33% - 2.60417vw);
    width: -moz-calc(33.33% - 2.60417vw);
    width: calc(33.33% - 2.60417vw);
  }
  .btn_top_list li a {
    width: 100%;
    min-height: 11.71875vw;
    background-color: #fff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    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: #0358c4;
    font-size: 3.90625vw;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
  }
  .b_learning .row {
    padding: 29.94792vw 3.90625vw 6.51042vw;
    position: relative;
  }
  .b_learning .row:before {
    content: "";
    width: 71.74479vw;
    height: 20.96354vw;
    background: url("../img/bf_text_top_sp.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 5.46875vw;
    left: -1.95313vw;
    z-index: 1;
  }
  .b_learning .row:after {
    content: "";
    width: 32.55208vw;
    height: 25.39063vw;
    background: url("../img/af_text_top_pc.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 1.95313vw;
    right: 0;
  }
  .b_learning .ln_text {
    text-align: center;
    margin-right: -2.60417vw;
  }
  .b_learning .ln_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.60417vw;
    margin: 5.20833vw 0;
  }
  .b_learning .ln_list li a {
    width: 100%;
    min-height: 13.02083vw;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    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: 5.20833vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-right: 6.51042vw;
  }
  .b_learning .ln_list li a:after {
    content: "";
    width: 9.11458vw;
    height: 9.11458vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.95313vw;
  }
  .b_learning .ln_list li a.clg01 {
    background-color: #00a0e3;
  }
  .b_learning .ln_list li a.clg01:after {
    background: url("../img/arr01.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .b_learning .ln_list li a.clg02 {
    background-color: #ff6c44;
  }
  .b_learning .ln_list li a.clg02:after {
    background: url("../img/arr02.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .b_learning .ln_list li a.clg03 {
    background-color: #4fbd51;
  }
  .b_learning .ln_list li a.clg03:after {
    background: url("../img/arr03.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .b_learning .ln_list li a.clg04 {
    background-color: #ff9f1c;
  }
  .b_learning .ln_list li a.clg04:after {
    background: url("../img/arr04.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .box_item_ttl {
    padding: 3.90625vw 1.95313vw;
    text-align: center;
    font-size: 6.51042vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    -moz-border-radius: 3.64583vw 3.64583vw 0 0;
         border-radius: 3.64583vw 3.64583vw 0 0;
  }
  .box_item_txt {
    background-color: #e9ecec;
    padding: 2.60417vw 5.20833vw;
  }
  .box_item_txt h4 {
    text-align: center;
    font-size: 5.20833vw;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 3.90625vw;
  }
  .box_item_txt .ft_left figure {
    margin-bottom: 3.90625vw;
    line-height: 1;
  }
  .box_item_txt .ft_left figure img {
    width: 100%;
    height: auto;
  }
  .box_item_txt .b_price {
    border: 0.26042vw solid #000;
    padding: 2.60417vw;
    background-color: #fff;
    margin-bottom: 3.90625vw;
  }
  .box_item_txt .b_price_list li {
    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;
    gap: 2.60417vw;
    font-weight: 600;
  }
  .box_item_txt .b_price_list li span {
    font-size: 3.90625vw;
  }
  .box_item_txt .b_price_list li em {
    font-size: 5.85938vw;
    display: block;
    font-style: normal;
  }
  .box_item_txt .b_price_list li em small {
    font-size: 4.03646vw;
  }
  .box_item_txt .desc_right {
    font-size: 4.16667vw;
    line-height: 1.55;
    font-weight: 600;
    margin-bottom: 3.90625vw;
    text-align: justify;
  }
  .box_item_txt .b_lesson_item:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .box_item_txt .b_lesson dt {
    font-size: 4.16667vw;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 2.60417vw;
  }
  .box_item_txt .b_lesson_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box_item_txt .b_lesson_list li {
    text-align: center;
    color: #fff;
    min-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;
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: 600;
  }
  .box_item_txt .b_lesson_list li.col2 {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
  }
  .box_item_txt .b_lesson_list li.col3 {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .box_item_txt .b_lesson_list li.w_60 {
    width: 60%;
  }
  .box_item_txt .b_lesson_list li.w_40 {
    width: 40%;
  }
  .box_item_txt .b_lesson_list li.clgBlue {
    background-color: #0081cc;
  }
  .box_item_txt .b_lesson_list li.clgPink {
    background-color: #eb6d94;
  }
  .box_item_txt .b_lesson_list li.clgYellow {
    background-color: #f6ab00;
  }
  .box_item_txt .b_lesson_list li.clgGreen {
    background-color: #00aa71;
  }
  .box_item.boxClg01 .box_item_ttl {
    background-color: #00a0e3;
  }
  .box_item.boxClg01 .box_item_txt h4 {
    color: #00a0e3;
  }
  .box_item.boxClg01 .box_item_txt .b_price {
    border-color: #00a0e3;
  }
  .box_item.boxClg01 .box_item_txt .b_price li {
    color: #00a0e3;
  }
  .box_item.boxClg02 .box_item_ttl {
    background-color: #ff6c44;
  }
  .box_item.boxClg02 .box_item_txt h4 {
    color: #ff6c44;
  }
  .box_item.boxClg02 .box_item_txt .b_price {
    border-color: #ff6c44;
  }
  .box_item.boxClg02 .box_item_txt .b_price li {
    color: #ff6c44;
  }
  .box_item.boxClg03 .box_item_ttl {
    background-color: #4fbd51;
  }
  .box_item.boxClg03 .box_item_txt h4 {
    color: #4fbd51;
  }
  .box_item.boxClg03 .box_item_txt .b_price {
    border-color: #4fbd51;
  }
  .box_item.boxClg03 .box_item_txt .b_price li {
    color: #4fbd51;
  }
  .box_item.boxClg04 .box_item_ttl {
    background-color: #ff9f1c;
  }
  .box_item.boxClg04 .box_item_txt h4 {
    color: #ff9f1c;
  }
  .box_item.boxClg04 .box_item_txt .b_price {
    border-color: #ff9f1c;
  }
  .box_item.boxClg04 .box_item_txt .b_price li {
    color: #ff9f1c;
  }
  .txt_bottom {
    text-align: center;
    margin: 6.51042vw 0;
  }
  .b_teacher {
    padding-bottom: 6.51042vw;
  }
  .b_teacher .pic_banner img {
    width: 100%;
    height: auto;
  }
  .b_teacher_ttl {
    text-align: center;
    margin: -13.67188vw 0 5.20833vw;
  }
  .b_teacher_ttl img {
    width: 90.625vw;
  }
  .b_teacher .txt_top {
    font-size: 4.6875vw;
    line-height: 8.33333vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5.20833vw;
  }
  .b_teacher_box {
    background-color: #8de3f9;
    padding: 2.60417vw;
    -moz-border-radius: 5.20833vw;
         border-radius: 5.20833vw;
  }
  .b_teacher_box_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.90625vw;
    margin-bottom: 6.51042vw;
  }
  .b_teacher_box_list li {
    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;
    gap: 1.95313vw;
  }
  .b_teacher_box_list li:last-child {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .b_teacher_box_list span {
    width: 18.48958vw;
    min-height: 8.46354vw;
    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: 3.90625vw;
    line-height: 1;
    font-weight: 600;
    -moz-border-radius: 100px;
         border-radius: 100px;
    background-color: #0358c4;
    color: #fff;
  }
  .b_teacher_box_list em {
    display: block;
    font-style: normal;
    font-size: 3.90625vw;
    line-height: 5.20833vw;
    font-weight: 600;
    width: -webkit-calc(100% - 18.48958vw);
    width: -moz-calc(100% - 18.48958vw);
    width: calc(100% - 18.48958vw);
  }
  .b_teacher_box .txt_blue {
    background-color: #fff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 2.60417vw;
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1.55;
    font-weight: 600;
    color: #0358c4;
  }
  .b_teacher .box_item {
    margin-top: 5.20833vw;
  }
  .b_future {
    background-color: #0358c4;
    padding: 0 0 6.51042vw;
  }
  .b_future_pic {
    text-align: center;
  }
  .b_future_pic img {
    width: 90.49479vw;
  }
  .b_future_ttl {
    margin: 5.20833vw 0;
    text-align: center;
  }
  .b_future_ttl img {
    width: 88.02083vw;
  }
  .b_future_wrap {
    background-color: #fff;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    padding: 0 2.60417vw;
  }
  .b_future_item {
    padding: 3.90625vw 0;
    position: relative;
  }
  .b_future_item:not(:last-child) {
    border-bottom: 1px solid #0358c4;
  }
  .b_future_item:nth-child(1) .it_top .icon img {
    width: 33.20313vw;
  }
  .b_future_item:nth-child(2) .it_top .icon img {
    width: 18.61979vw;
  }
  .b_future_item:nth-child(3) .it_top .icon img {
    width: 16.92708vw;
  }
  .b_future_item:nth-child(4) .it_top .icon img {
    width: 20.18229vw;
  }
  .b_future_item .it_top {
    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;
    gap: 3.25521vw;
  }
  .b_future_item .it_top .nb {
    width: 15.625vw;
    height: 15.625vw;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    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: #fff;
    background-color: #0358c4;
    font-size: 6.51042vw;
    line-height: 1;
    font-weight: 600;
  }
  .b_future_item .it_top h3 {
    font-size: 5.20833vw;
    line-height: 1.5;
    font-weight: 600;
    color: #0358c4;
    width: -webkit-calc(100% - 42.96875vw);
    width: -moz-calc(100% - 42.96875vw);
    width: calc(100% - 42.96875vw);
  }
  .b_future_item .it_top .icon {
    text-align: center;
  }
  .b_future_item p {
    font-size: 4.42708vw;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 1.95313vw;
  }
  .b_enrollment {
    padding: 0 0 6.51042vw;
  }
  .b_enrollment_ttl {
    text-align: center;
    margin: 1.95313vw 0 3.90625vw;
  }
  .b_enrollment_ttl img {
    width: 100%;
    height: auto;
  }
  .b_store {
    padding: 6.51042vw 0;
    background-color: #ff9f1c;
  }
  .b_store_ttl {
    text-align: center;
    margin-bottom: 5.20833vw;
  }
  .b_store_ttl img {
    width: 78.125vw;
  }
  .b_store .txt_top {
    -moz-border-radius: 100px;
         border-radius: 100px;
    background-color: #fff;
    text-align: center;
    font-size: 3.90625vw;
    line-height: 1.2;
    font-weight: 600;
    color: #ff0000;
    padding: 1.30208vw;
    margin-bottom: 5.20833vw;
  }
  .b_store_item {
    -moz-border-radius: 3.25521vw;
         border-radius: 3.25521vw;
    max-width: 71.61458vw;
    width: 100%;
    margin: 0 auto;
  }
  .b_store_item:not(:last-child) {
    margin-bottom: 2.60417vw;
  }
  .b_store_item_name {
    font-size: 3.90625vw;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    background-color: #ff0000;
    text-align: center;
    padding: 1.95313vw;
    -moz-border-radius: 3.25521vw 3.25521vw 0 0;
         border-radius: 3.25521vw 3.25521vw 0 0;
  }
  .b_store_item_body {
    padding: 2.60417vw;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 0 0 3.25521vw 3.25521vw;
         border-radius: 0 0 3.25521vw 3.25521vw;
  }
  .b_store_item_address {
    font-size: 3.64583vw;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 1.30208vw;
  }
  .b_store_item_tel a {
    font-size: 4.6875vw;
    line-height: 1.2;
    font-weight: 600;
    color: #ff0000;
  }
  .b_application {
    padding: 6.51042vw 0;
    background-color: #f5f5f5;
  }
  .b_application_ttl {
    -moz-border-radius: 13.02083vw;
         border-radius: 13.02083vw;
    color: #fff;
    background-color: #006bbc;
    text-align: center;
    font-size: 4.55729vw;
    line-height: 1.5;
    font-weight: 600;
    padding: 1.30208vw;
    margin-bottom: 3.90625vw;
  }
  .b_application .txt_red {
    color: #fff;
    background-color: #ff1900;
    text-align: center;
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: 600;
    padding: 1.95313vw 1.30208vw;
    margin-bottom: 3.90625vw;
  }
  .b_application .frmGroup:not(:last-child) {
    margin-bottom: 3.25521vw;
  }
  .b_application .frmGroup .txtLbl {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    margin-bottom: 1.95313vw;
  }
  .b_application .frmGroup .txtLbl span {
    color: #fff;
    font-size: 2.86458vw;
    line-height: 1;
    background-color: #ff1900;
    display: inline-block;
    padding: 0.65104vw 1.30208vw;
    margin-left: 1.04167vw;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
  }
  .b_application .frmGroup .frmControl {
    background-color: #fff;
    height: 7.8125vw;
    width: 100%;
    border: 1px solid #000;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 1.30208vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .b_application .frmGroup .frmControl::-webkit-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmControl::-moz-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmControl:-ms-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmControl::placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .b_select select {
    background-color: #fff;
    height: 7.8125vw;
    width: 100%;
    border: 1px solid #000;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 1.30208vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .b_application .frmGroup .b_select select::-webkit-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .b_select select::-moz-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .b_select select:-ms-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .b_select select::placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmTextarea {
    background-color: #fff;
    height: 29.94792vw;
    width: 100%;
    border: 1px solid #000;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0.65104vw 1.30208vw;
    resize: vertical;
  }
  .b_application .frmGroup .frmTextarea::-webkit-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmTextarea::-moz-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmTextarea:-ms-input-placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .frmTextarea::placeholder {
    color: #9fa0a0;
  }
  .b_application .frmGroup .flx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.60417vw;
  }
  .b_application .frmGroup .frm_w_295 {
    width: 38.41146vw;
  }
  .b_application .frmGroup .mt_cts {
    margin-top: 2.60417vw;
  }
  .b_application .frmGroup .frm_checkbox .mwform-checkbox-field {
    display: inline-block;
    font-size: 3.64583vw;
    line-height: 1;
    margin: 0 1.30208vw 2.60417vw 0;
    font-weight: 600;
  }
  .b_application .frmGroup .frm_checkbox .mwform-checkbox-field input[type="checkbox"] {
    width: 3.64583vw;
    height: 3.64583vw;
  }
  .b_application .frmGroup .frm_checkbox .mwform-checkbox-field label {
    cursor: pointer;
    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;
    gap: 1.30208vw;
  }
  .b_application .frmGroup .frm_radio .mwform-radio-field {
    display: inline-block;
    font-size: 3.64583vw;
    line-height: 1;
    margin: 0 1.30208vw 2.60417vw 0;
    font-weight: 600;
  }
  .b_application .frmGroup .frm_radio .mwform-radio-field input[type="radio"] {
    width: 3.64583vw;
    height: 3.64583vw;
  }
  .b_application .frmGroup .frm_radio .mwform-radio-field label {
    cursor: pointer;
    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;
    gap: 1.30208vw;
  }
  .b_application .frm_btn {
    text-align: center;
  }
  .b_application .btn_submit {
    background: url("../img/bkg_button.png") no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 58.59375vw;
    height: 10.41667vw;
    font-size: 3.90625vw;
    font-weight: 600;
    -moz-border-radius: 100px;
         border-radius: 100px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 2.60417vw auto 0;
    cursor: pointer;
  }
  .b_application .btn_submit:hover {
    opacity: 0.7;
  }

}
