@media screen and (min-width: 769px), print {
  .st_teacher .ttl_main_tt:before {
    background: var(--wpr-bg-a06605f9-8124-449c-b51e-3e259abf44eb) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art article + article {
    margin-top: 95px;
  }
  .st_teacher .gr_art article.art_ins .ttl_art:before {
    width: 24px;
    height: 26px;
    background: var(--wpr-bg-b76a3dfe-2998-442b-a87b-c9820f6567a7) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art article.art_teacher .ttl_art:before {
    width: 20px;
    height: 22px;
    background: var(--wpr-bg-5e1254f7-78a5-4fe4-b2f7-f87c8eaabe89) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art article.art_about .ttl_art:before {
    width: 21px;
    height: 31px;
    background: var(--wpr-bg-899ce10d-af7e-4592-8734-d53532f9b8aa) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art article.art_req .ttl_art:before {
    width: 20px;
    height: 22px;
    background: var(--wpr-bg-b7763e31-27b1-4301-bad1-5d70910c507b) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art .ttl_art {
    font-size: 2.6rem;
    border-bottom: 2px solid #C5C5C5;
    padding-bottom: 5px;
    color: #333;
    padding-left: 35px;
    position: relative;
    font-weight: bold;
    margin-bottom: 27px;
  }
  .st_teacher .gr_art .ttl_art:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
  }
  .st_teacher .gr_art .list_ins {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -25px;
  }
  .st_teacher .gr_art .list_ins li {
    border-bottom: 1px dashed #00A8A0;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
    margin-left: 25px;
  }
  .st_teacher .gr_art .list_ins li a {
    font-size: 2.2rem;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    padding: 30px 0 20px;
    position: relative;
  }
  .st_teacher .gr_art .list_ins li a:after {
    content: "";
    background: var(--wpr-bg-69dfce11-7a77-4e7d-acce-b274ec1c12fd) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-top: 5px;
  }
  .st_teacher .gr_art .list_ins li a:hover {
    color: #00A8A0;
  }
  .st_teacher .gr_art .list_teacher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -27px;
  }
  .st_teacher .gr_art .list_teacher li {
    width: -webkit-calc(25% - 27px);
    width: -moz-calc(25% - 27px);
    width: calc(25% - 27px);
    margin: 0 0 50px 27px;
  }
  .st_teacher .gr_art .list_teacher li a {
    display: block;
  }
  .st_teacher .gr_art .list_teacher li a:hover figure img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .st_teacher .gr_art .list_teacher li figure {
    text-align: center;
  }
  .st_teacher .gr_art .list_teacher li figure span {
    display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #F2F2F5;
    overflow: hidden;
  }
  .st_teacher .gr_art .list_teacher li figure span img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .st_teacher .gr_art .list_teacher li figure figcaption {
    margin-top: 10px;
  }
  .st_teacher .gr_art .list_teacher li figure figcaption .txt_position {
    display: block;
    font-size: 1.3rem;
    line-height: 23px;
    color: #01A8A0;
  }
  .st_teacher .gr_art .list_teacher li figure figcaption .txt_name {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .st_teacher .gr_art .btn_top {
    margin: 0 auto;
  }
  .st_teacher .gr_art .btn_top.type02 span::after {
    background: var(--wpr-bg-bc780240-8ab4-4d39-bf44-01cb49719518) 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .st_teacher .gr_art .gr_item {
    counter-reset: item;
  }
  .st_teacher .gr_art .gr_item .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_teacher .gr_art .gr_item .item:not(:last-child) {
    margin-bottom: 50px;
  }
  .st_teacher .gr_art .gr_item .item figure {
    width: 290px;
    line-height: 0;
  }
  .st_teacher .gr_art .gr_item .item figure img {
    width: 100%;
    height: auto;
  }
  .st_teacher .gr_art .gr_item .item_right {
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px);
    padding-left: 30px;
  }
  .st_teacher .gr_art .gr_item .item .ttl_sub {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #00A8A0;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
  }
  .st_teacher .gr_art .gr_item .item .ttl_sub:before {
    counter-increment: item;
    content: counter(item);
    background-color: #00A8A0;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
    line-height: 1;
    font-family: "Avenir Heavy";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .st_teacher .gr_art .gr_item .item p {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .st_teacher .gr_art .gr_item .item p + p {
    margin-top: 26px;
  }
  .st_teacher .gr_art .item_req figure {
    margin-bottom: 25px;
  }
  .st_teacher .gr_art .item_req figure img {
    width: 100%;
    height: auto;
  }
  .st_teacher .gr_art .item_req .ttl_sub {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #00A8A0;
    margin-bottom: 10px;
  }
  .st_teacher .gr_art .item_req p {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .st_teacher .gr_art .item_req p + p {
    margin-top: 26px;
  }
  .st_teacher .gr_art .btn_mg {
    margin: 50px auto 100px;
  }
  .st_teacher .gr_art .slider_teacher {
    padding: 0 30px;
  }
  .st_teacher .gr_art .slider_teacher li a {
    display: block;
  }
  .st_teacher .gr_art .slider_teacher li a:hover figure img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .st_teacher .gr_art .slider_teacher li figure {
    text-align: center;
  }
  .st_teacher .gr_art .slider_teacher li figure span {
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #F2F2F5;
    overflow: hidden;
  }
  .st_teacher .gr_art .slider_teacher li figure span img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .st_teacher .gr_art .slider_teacher li figure figcaption {
    margin-top: 10px;
  }
  .st_teacher .gr_art .slider_teacher li figure figcaption .txt_position {
    display: block;
    font-size: 1.3rem;
    line-height: 23px;
    color: #01A8A0;
  }
  .st_teacher .gr_art .slider_teacher li figure figcaption .txt_name {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .st_teacher .gr_art .slider_teacher .btn-prev, .st_teacher .gr_art .slider_teacher .btn-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
         background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .st_teacher .gr_art .slider_teacher .btn-prev, .st_teacher .gr_art .slider_teacher .btn-next {
    width: 11px;
    height: 17px;
  }
  .st_teacher .gr_art .slider_teacher .btn-prev, .st_teacher .gr_art .slider_teacher .swiper-container-rtl .btn-next {
    background-image: var(--wpr-bg-b73ef1f2-0c70-42cd-a912-212b1e60fd90);
    -moz-background-size: contain;
         background-size: contain;
    left: 0px;
    right: auto;
  }
  .st_teacher .gr_art .slider_teacher .btn-next, .st_teacher .gr_art .slider_teacher .swiper-container-rtl .btn-prev {
    background-image: var(--wpr-bg-a249a837-3fed-4ceb-a1e8-ff57a723662b);
    -moz-background-size: contain;
         background-size: contain;
    right: 0px;
    left: auto;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .st_teacher .gr_art .slider_teacher .btn-prev.swiper-button-disabled, .st_teacher .gr_art .slider_teacher .btn-next.swiper-button-disabled {
    opacity: 1;
  }
  .st_teacher .gr_art .b_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .st_teacher .gr_art .b_ttl span {
    font-size: 2.2rem;
    line-height: 22px;
    font-weight: bold;
    width: 91px;
    height: 91px;
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: relative;
    background-color: #00A8A0;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 22px;
  }
  .st_teacher .gr_art .b_ttl span small {
    font-size: 1.8rem;
  }
  .st_teacher .gr_art .b_ttl span:after {
    content: "";
    background: var(--wpr-bg-4b9cef1d-72a7-4bc7-b6f3-8722ff96b44c) no-repeat;
    width: 21px;
    height: 20px;
    position: absolute;
    bottom: 2px;
    right: 0;
  }
  .st_teacher .gr_art .b_ttl h4 {
    font-size: 2.2rem;
    line-height: 36px;
    font-weight: bold;
    color: #00A8A0;
    padding-left: 40px;
    width: -webkit-calc(100% - 91px);
    width: -moz-calc(100% - 91px);
    width: calc(100% - 91px);
  }
  .st_teacher .gr_art .gr_about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_teacher .gr_art .gr_about figure {
    width: 336px;
    border-radius: 3px;
    overflow: hidden;
  }
  .st_teacher .gr_art .gr_about figure img {
    width: 100%;
    height: 392px;
    object-fit: cover;
  }
  .st_teacher .gr_art .gr_about .list_info {
    width: -webkit-calc(100% - 336px);
    width: -moz-calc(100% - 336px);
    width: calc(100% - 336px);
    padding-left: 40px;
    margin-bottom: 50px;
  }
  .st_teacher .gr_art .gr_about .list_info li {
    padding: 11px 0;
    border-bottom: 1px dashed #E3E3E3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_teacher .gr_art .gr_about .list_info li span {
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: bold;
    display: block;
    width: 120px;
  }
  .st_teacher .gr_art .gr_about .list_info li em {
    font-size: 1.4rem;
    line-height: 26px;
    font-style: normal;
    display: block;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .st_teacher .gr_art .b_messages {
    background-color: #F9F9F9;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 45px 35px;
  }
  .st_teacher .gr_art .b_messages .ttl_ms {
    font-size: 2.2rem;
    line-height: 1;
    color: #00A8A0;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .st_teacher .gr_art .b_messages .ttl_ms:before {
    content: "";
    background: var(--wpr-bg-be98f64e-637e-4948-9cbe-d6f15cfdb393) no-repeat;
    width: 21px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .st_teacher .gr_art .b_messages p {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .st_recruit .ttl figure img  {
    width: 100%;
    height: auto;
  }
  .st_recruit .ttl_main_tt:before {
    width: 119.74px;
    height: 82.58px;
    background: var(--wpr-bg-e2b11a7d-7fd0-416f-909f-15d3f5a72888) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_recruit .frm_recruit .frm_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .st_recruit .frm_recruit .frm_group:not(:last-child) {
    margin-bottom: 25px;
  }
  .st_recruit .frm_recruit .frm_group:nth-of-type(7), .st_recruit .frm_recruit .frm_group:nth-of-type(13) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .st_recruit .frm_recruit .frm_group:nth-of-type(7) label, .st_recruit .frm_recruit .frm_group:nth-of-type(13) label {
    padding-top: 10px;
  }
  .st_recruit .frm_recruit label {
    width: 250px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .st_recruit .frm_recruit label .req {
    font-size: 1.4rem;
    line-height: 1;
    width: 50px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #F16378;
    color: #F16378;
    font-weight: bold;
  }
  .st_recruit .frm_recruit .left {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 20px;
  }
  .st_recruit .frm_recruit .left .b_slt select {
    margin-right: 12px;
  }
  .st_recruit .frm_recruit .left em {
    font-size: 1.4rem;
    line-height: 26px;
    font-style: normal;
    display: block;
    margin-top: 5px;
  }
  .st_recruit .frm_recruit .frm_control {
    width: 100%;
    max-width: 100%;
    height: 45px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 45px;
    outline: none;
  }
  .st_recruit .frm_recruit .frm_slt {
    width: 100%;
    max-width: 100%;
    height: 45px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 45px;
    outline: none;
    color: #000;
    background: var(--wpr-bg-ae0f3b55-3ab1-4adc-b1a6-ccec2f38e5e3) no-repeat;
    -moz-background-size: 11px 5px;
         background-size: 11px 5px;
    background-position: 97% 54%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .st_recruit .frm_recruit .frm_slt.frm_w_120 {
    width: 120px;
    text-align: center;
    padding: 0 20px;
    background-position: 90% 54%;
  }
  .st_recruit .frm_recruit .frm_slt.frm_w_90 {
    width: 90px;
    text-align: center;
    background-position: 90% 54%;
    padding: 0 20px;
  }
  .st_recruit .frm_recruit .frm_radio {
    font-size: 0;
  }
  .st_recruit .frm_recruit .frm_radio li {
    display: inline-block;
  }
  .st_recruit .frm_recruit .frm_radio li:not(:last-child) {
    margin-right: 40px;
  }
  .st_recruit .frm_recruit .frm_radio li label {
    width: auto;
    font-size: 0;
    line-height: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: block;
  }
  .st_recruit .frm_recruit .frm_radio li .rdo_lbl {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 33px;
    position: relative;
    cursor: pointer;
    width: auto;
    font-weight: normal;
    display: block;
  }
  .st_recruit .frm_recruit .frm_radio li input[type="radio"] {
    position: absolute;
    opacity: 0;
    outline: none;
  }
  .st_recruit .frm_recruit .frm_radio li input[type="radio"] + .rdo_lbl:before {
    content: '';
    background: #fff;
    -moz-border-radius: 100%;
         border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .st_recruit .frm_recruit .frm_radio li input[type="radio"]:checked + .rdo_lbl:before {
    background-color: #00A8A0;
    -moz-box-shadow: inset 0 0 0 3px #fff;
         box-shadow: inset 0 0 0 3px #fff;
  }
  .st_recruit .frm_recruit .frm_radio li input[type="radio"]:focus + .rdo_lbl:before {
    outline: none;
    border-color: #c7beb3;
  }
  .st_recruit .frm_recruit .frm_textarea {
    width: 100%;
    max-width: 100%;
    height: 170px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    outline: none;
    resize: none;
  }
  .st_recruit .frm_recruit .frm_btn button {
    background: transparent;
    border: none;
    width: 270px;
    height: 48px;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
    margin: 60px auto 100px;
  }
  .st_recruit .frm_recruit .frm_btn button span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background: #00A8A0;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    transition: -webkit-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .st_recruit .frm_recruit .frm_btn button span:after {
    content: "";
    width: 16px;
    height: 16px;
    background: var(--wpr-bg-687504e7-485d-4391-9526-de130c485aaf) 0 0 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: 30px;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .st_recruit .frm_recruit .frm_btn button:hover {
    opacity: 0.8;
  }
  .st_recruit .frm_recruit .frm_btn button:hover span:after {
    right: 20px;
  }
  .st_recruit select::-ms-expand {
    display: none;
  }
  .st_recruit select {
    -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
    text-overflow: '';
  }
  .st_recruit ::-webkit-input-placeholder {
    color: #ccc;
  }
  .st_recruit :-moz-placeholder {
    color: #ccc;
  }
  .st_recruit ::-moz-placeholder {
    color: #ccc;
  }
  .st_recruit :-ms-input-placeholder {
    color: #ccc;
  }
  .st_recruit .gr_art article .ttl_art {
    font-size: 2.6rem;
    border-bottom: 2px solid #C5C5C5;
    padding-bottom: 5px;
    color: #333;
    position: relative;
    margin-bottom: 35px;
    font-weight: bold;
  }
  .st_recruit .gr_art article p {
    font-size: 1.4rem;
    line-height: 25px;
  }
  .st_recruit .gr_art article p + p {
    margin-top: 30px;
  }
  .st_recruit .gr_art article .btn_top {
    margin: 60px auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .st_teacher .ttl_main_tt:before {
    background: var(--wpr-bg-a06605f9-8124-449c-b51e-3e259abf44eb) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art article + article {
    margin-top: 13.33333vw;
  }
  .st_teacher .gr_art article.art_ins .ttl_art:before {
    width: 5.06667vw;
    height: 4.8vw;
    background: var(--wpr-bg-ad25f086-dd6c-4a1f-a1fa-26891664832d) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art article.art_teacher .ttl_art:before {
    width: 4.53333vw;
    height: 5.33333vw;
    background: var(--wpr-bg-5888819f-71c7-45c4-84a7-80f9e3d013c5) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art article.art_about .ttl_art:before {
    width: 4.53333vw;
    height: 5.33333vw;
    background: var(--wpr-bg-f59c3a08-1fe5-4a27-84c4-76bd840a5fb9) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art article.art_req .ttl_art:before {
    width: 5.06667vw;
    height: 4.8vw;
    background: var(--wpr-bg-c4625fdf-8a26-4293-b902-7253e1018312) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_teacher .gr_art .ttl_art {
    font-size: 5.86667vw;
    border-bottom: 0.26667vw solid #C5C5C5;
    padding-bottom: 1.33333vw;
    color: #333;
    padding-left: 6.66667vw;
    position: relative;
    font-weight: bold;
    margin-bottom: 6.66667vw;
  }
  .st_teacher .gr_art .ttl_art:before {
    content: "";
    position: absolute;
    top: 2vw;
    left: 0;
  }
  .st_teacher .gr_art .list_ins li {
    border-bottom: 1px dashed #00A8A0;
  }
  .st_teacher .gr_art .list_ins li a {
    font-size: 4.26667vw;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    padding: 4vw 0 2.66667vw;
    position: relative;
  }
  .st_teacher .gr_art .list_ins li a:after {
    content: "";
    background: var(--wpr-bg-f8267d26-8c32-4acf-b41a-b557a8a6d363) no-repeat;
    width: 3.33333vw;
    height: 3.33333vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-top: 5px;
  }
  .st_teacher .gr_art .list_ins li a:hover {
    color: #00A8A0;
  }
  .st_teacher .gr_art .list_teacher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -3.33333vw;
  }
  .st_teacher .gr_art .list_teacher li {
    width: -webkit-calc(33.33% - 3.33333vw);
    width: -moz-calc(33.33% - 3.33333vw);
    width: calc(33.33% - 3.33333vw);
    margin: 0 0 6.66667vw 3.33333vw;
  }
  .st_teacher .gr_art .list_teacher li a {
    display: block;
  }
  .st_teacher .gr_art .list_teacher li a:hover figure img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .st_teacher .gr_art .list_teacher li figure {
    text-align: center;
  }
  .st_teacher .gr_art .list_teacher li figure span {
    display: block;
    width: 26.66667vw;
    height: 26.66667vw;
    overflow: hidden;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #F2F2F5;
    overflow: hidden;
  }
  .st_teacher .gr_art .list_teacher li figure span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .st_teacher .gr_art .list_teacher li figure figcaption {
    margin-top: 1.33333vw;
  }
  .st_teacher .gr_art .list_teacher li figure figcaption .txt_position {
    display: block;
    font-size: 3.2vw;
    line-height: 1.5;
    color: #01A8A0;
  }
  .st_teacher .gr_art .list_teacher li figure figcaption .txt_name {
    display: block;
    font-size: 3.46667vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .st_teacher .gr_art .btn_top {
    margin: 2.6vw auto 0;
  }
  .st_teacher .gr_art .btn_top.type02 span::after {
    background: var(--wpr-bg-bc780240-8ab4-4d39-bf44-01cb49719518) 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .st_teacher .gr_art .gr_item {
    counter-reset: item;
  }
  .st_teacher .gr_art .gr_item .item:not(:last-child) {
    margin-bottom: 6.66667vw;
  }
  .st_teacher .gr_art .gr_item .item figure {
    line-height: 0;
  }
  .st_teacher .gr_art .gr_item .item figure img {
    width: 100%;
    height: auto;
  }
  .st_teacher .gr_art .gr_item .item_right {
    margin-top: 4vw;
  }
  .st_teacher .gr_art .gr_item .item .ttl_sub {
    font-size: 3.46667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #00A8A0;
    position: relative;
    padding-left: 6.66667vw;
    margin-bottom: 2vw;
  }
  .st_teacher .gr_art .gr_item .item .ttl_sub:before {
    counter-increment: item;
    content: counter(item);
    background-color: #00A8A0;
    color: #fff;
    width: 5.33333vw;
    height: 5.33333vw;
    font-size: 3.46667vw;
    line-height: 1;
    font-family: "Avenir Heavy";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .st_teacher .gr_art .gr_item .item p {
    font-size: 3.2vw;
    line-height: 6.13333vw;
  }
  .st_teacher .gr_art .gr_item .item p + p {
    margin-top: 4vw;
  }
  .st_teacher .gr_art .item_req figure {
    margin-bottom: 4vw;
  }
  .st_teacher .gr_art .item_req figure img {
    width: 100%;
    height: auto;
  }
  .st_teacher .gr_art .item_req .ttl_sub {
    font-size: 3.46667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #00A8A0;
    margin-bottom: 2vw;
  }
  .st_teacher .gr_art .item_req p {
    font-size: 3.2vw;
    line-height: 6.13333vw;
  }
  .st_teacher .gr_art .item_req p + p {
    margin-top: 4vw;
  }
  .st_teacher .gr_art .btn_mg {
    margin: 6.66667vw auto 13.33333vw;
  }
  .st_teacher .gr_art .slider_teacher li a {
    display: block;
  }
  .st_teacher .gr_art .slider_teacher li a:hover figure img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .st_teacher .gr_art .slider_teacher li figure {
    text-align: center;
  }
  .st_teacher .gr_art .slider_teacher li figure span {
    display: block;
    width: 43.33333vw;
    height: 43.33333vw;
    overflow: hidden;
    -moz-border-radius: 100%;
         border-radius: 100%;
    background-color: #F2F2F5;
    overflow: hidden;
  }
  .st_teacher .gr_art .slider_teacher li figure span img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  }
  .st_teacher .gr_art .slider_teacher li figure figcaption {
    margin-top: 1.33333vw;
  }
  .st_teacher .gr_art .slider_teacher li figure figcaption .txt_position {
    display: block;
    font-size: 3.2vw;
    line-height: 1.5;
    color: #01A8A0;
  }
  .st_teacher .gr_art .slider_teacher li figure figcaption .txt_name {
    display: block;
    font-size: 3.46667vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .st_teacher .gr_art .slider_teacher .btn-prev, .st_teacher .gr_art .slider_teacher .btn-next {
    position: absolute;
    top: 50%;
    width: 3.6vw;
    height: 5.86667vw;
    margin-top: -5.33333vw;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 3.6vw 5.86667vw;
         background-size: 3.6vw 5.86667vw;
    background-position: center;
    background-repeat: no-repeat;
  }
  .st_teacher .gr_art .slider_teacher .btn-prev, .st_teacher .gr_art .slider_teacher .btn-next {
    width: 2.26667vw;
    height: 3.73333vw;
  }
  .st_teacher .gr_art .slider_teacher .btn-prev, .st_teacher .gr_art .slider_teacher .swiper-container-rtl .btn-next {
    background-image: var(--wpr-bg-b73ef1f2-0c70-42cd-a912-212b1e60fd90);
    -moz-background-size: contain;
         background-size: contain;
    left: 0px;
    right: auto;
  }
  .st_teacher .gr_art .slider_teacher .btn-next, .st_teacher .gr_art .slider_teacher .swiper-container-rtl .btn-prev {
    background-image: var(--wpr-bg-a249a837-3fed-4ceb-a1e8-ff57a723662b);
    -moz-background-size: contain;
         background-size: contain;
    right: 0px;
    left: auto;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .st_teacher .gr_art .slider_teacher .btn-prev.swiper-button-disabled, .st_teacher .gr_art .slider_teacher .btn-next.swiper-button-disabled {
    opacity: 1;
  }
  .st_teacher .gr_art .b_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.66667vw;
  }
  .st_teacher .gr_art .b_ttl span {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: bold;
    width: 20vw;
    height: 20vw;
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: relative;
    background-color: #00A8A0;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 4.5vw;
  }
  .st_teacher .gr_art .b_ttl span small {
    font-size: 3.3854vw;
  }
  .st_teacher .gr_art .b_ttl span:after {
    content: "";
    background: var(--wpr-bg-740f973b-e899-4ea2-ac11-ee65b8d5bd82) no-repeat;
    width: 5.6vw;
    height: 5.33333vw;
    position: absolute;
    bottom: 2px;
    right: 0;
  }
  .st_teacher .gr_art .b_ttl h4 {
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: bold;
    color: #00A8A0;
    padding-left: 4vw;
    width: -webkit-calc(100% - 20vw);
    width: -moz-calc(100% - 20vw);
    width: calc(100% - 20vw);
  }
  .st_teacher .gr_art .gr_about figure img {
    width: 100%;
    height: auto;
  }
  .st_teacher .gr_art .gr_about .list_info {
    margin: 6.66667vw 0;
  }
  .st_teacher .gr_art .gr_about .list_info li {
    padding: 2vw 0;
    border-bottom: 1px dashed #E3E3E3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_teacher .gr_art .gr_about .list_info li span {
    font-size: 3.2vw;
    line-height: 6.13333vw;
    font-weight: bold;
    display: block;
    width: 33.33333vw;
  }
  .st_teacher .gr_art .gr_about .list_info li em {
    font-size: 3.2vw;
    line-height: 6.13333vw;
    font-style: normal;
    display: block;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
  .st_teacher .gr_art .b_messages {
    background-color: #F9F9F9;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 5.33333vw;
  }
  .st_teacher .gr_art .b_messages .ttl_ms {
    font-size: 3.73333vw;
    line-height: 1;
    color: #00A8A0;
    font-weight: bold;
    position: relative;
    padding-left: 6.66667vw;
    margin-bottom: 2.66667vw;
  }
  .st_teacher .gr_art .b_messages .ttl_ms:before {
    content: "";
    background: var(--wpr-bg-3e3e82cf-9cb2-4b20-a03b-913b70edf3cc) no-repeat;
    width: 5.46667vw;
    height: 6.4vw;
    position: absolute;
    top: -0.53333vw;
    left: 0;
  }
  .st_teacher .gr_art .b_messages p {
    font-size: 3.2vw;
    line-height: 6.13333vw;
  }
  .st_recruit .ttl_main_tt:before {
    background: var(--wpr-bg-5cbea172-9d2f-4cc6-87a9-2549fbe5afc8) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .st_recruit .frm_recruit .frm_group:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
  .st_recruit .frm_recruit label {
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .st_recruit .frm_recruit label .req {
    font-size: 3.2vw;
    line-height: 1;
    width: 13.33333vw;
    height: 4.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #F16378;
    color: #F16378;
    font-weight: bold;
  }
  .st_recruit .frm_recruit .left {
    margin-top: 2.66667vw;
  }
  .st_recruit .frm_recruit .left .b_slt select:not(:last-child) {
    margin-right: 2.66667vw;
  }
  .st_recruit .frm_recruit .left em {
    font-size: 3.2vw;
    line-height: 1.5;
    font-style: normal;
    display: block;
    margin-top: 1.33333vw;
  }
  .st_recruit .frm_recruit .frm_control {
    width: 100%;
    height: 8vw;
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
    border: 1px solid #CCCCCC;
    padding: 0 2.66667vw;
    font-size: 3.46667vw;
    line-height: 8vw;
    outline: none;
  }
  .st_recruit .frm_recruit .frm_slt {
    width: 100%;
    height: 8vw;
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
    border: 1px solid #CCCCCC;
    padding: 0 2.66667vw;
    font-size: 3.46667vw;
    line-height: 8vw;
    outline: none;
    color: #000;
    background: var(--wpr-bg-5e772ffd-519c-4aac-93c3-7959e7bc63c9) no-repeat;
    -moz-background-size: 2.93333vw 1.33333vw;
         background-size: 2.93333vw 1.33333vw;
    background-position: 97% 54%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .st_recruit .frm_recruit .frm_slt.frm_w_120 {
    width: 22.66667vw;
    text-align: center;
    padding: 0 2.66667vw;
    background-position: 90% 54%;
  }
  .st_recruit .frm_recruit .frm_slt.frm_w_90 {
    width: 16vw;
    text-align: center;
    background-position: 90% 54%;
    padding: 0 2.66667vw;
  }
  .st_recruit .frm_recruit .frm_radio {
    font-size: 0;
  }
  .st_recruit .frm_recruit .frm_radio li {
    display: inline-block;
  }
  .st_recruit .frm_recruit .frm_radio li:not(:last-child) {
    margin-right: 40px;
  }
  .st_recruit .frm_recruit .frm_radio li label {
    width: auto;
    font-size: 0;
    line-height: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: block;
  }
  .st_recruit .frm_recruit .frm_radio li .rdo_lbl {
    font-size: 3.2vw;
    font-weight: bold;
    padding-left: 5.33333vw;
    position: relative;
    cursor: pointer;
    width: auto;
    font-weight: normal;
    display: block;
  }
  .st_recruit .frm_recruit .frm_radio li input[type="radio"] {
    position: absolute;
    opacity: 0;
    outline: none;
  }
  .st_recruit .frm_recruit .frm_radio li input[type="radio"] + .rdo_lbl:before {
    content: '';
    background: #fff;
    -moz-border-radius: 100%;
         border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    display: inline-block;
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .st_recruit .frm_recruit .frm_radio li input[type="radio"]:checked + .rdo_lbl:before {
    background-color: #00A8A0;
    -moz-box-shadow: inset 0 0 0 0.8vw #fff;
         box-shadow: inset 0 0 0 0.8vw #fff;
  }
  .st_recruit .frm_recruit .frm_radio li input[type="radio"]:focus + .rdo_lbl:before {
    outline: none;
    border-color: #c7beb3;
  }
  .st_recruit .frm_recruit .frm_textarea {
    width: 100%;
    height: 33.33333vw;
    -moz-border-radius: 0.66667vw;
         border-radius: 0.66667vw;
    border: 1px solid #CCCCCC;
    padding: 1.33333vw 2.66667vw;
    font-size: 3.46667vw;
    line-height: 1.5;
    outline: none;
    resize: none;
  }
  .st_recruit .frm_recruit .frm_btn button {
    background: transparent;
    border: none;
    width: 86vw;
    height: 14vw;
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    cursor: pointer;
    margin: 8vw auto 13.33333vw;
  }
  .st_recruit .frm_recruit .frm_btn button span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background: #00A8A0;
    color: #fff;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    transition: -webkit-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .st_recruit .frm_recruit .frm_btn button span:after {
    content: "";
    width: 4.26667vw;
    height: 4.26667vw;
    background: var(--wpr-bg-9b73f6fb-919b-4e1f-8f0b-6a2ca6d01729) 0 0 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: 5.33333vw;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .st_recruit select::-ms-expand {
    display: none;
  }
  .st_recruit select {
    -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
    text-overflow: '';
    /* this is important! */
  }
  .st_recruit .gr_art article .ttl_art {
    font-size: 5.86667vw;
    border-bottom: 0.26667vw solid #C5C5C5;
    padding-bottom: 1.33333vw;
    color: #333;
    position: relative;
    margin-bottom: 6.66667vw;
  }
  .st_recruit .gr_art article p {
    font-size: 3.2vw;
    line-height: 6.13333vw;
  }
  .st_recruit .gr_art article p + p {
    margin-top: 4vw;
  }
  .st_recruit .gr_art article .btn_top {
    margin: 8vw auto 13.33333vw;
  }
}
