@media screen and (min-width: 769px), print {
  .st_teacher .ttl_main_tt:before {
    background: var(--wpr-bg-a7291a65-6e03-4ffc-b8ff-4977d1f87703) 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-8698a5f4-7f24-492f-b1ae-439e21f2fcc0) 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-f800e10a-5f0f-46d9-a3e7-f56f237b03e0) 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-7f8da35c-daa6-46e3-89f4-b97f3ac8f8b6) 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-a98da6c1-4f89-49a1-8a02-906c5b71e8c0) 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-40c6febd-9f24-4a9a-bc2d-71fe28a6680d) 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-e7367db8-cfa5-45c4-aabd-6667c3e144e5) 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-5f40d77e-b0a2-4af1-b137-28f6e954f33d);
    -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-3d96b5f7-6187-4a66-9e87-fcb63a4b3489);
    -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-4bde220d-25eb-41c8-86d5-845524a1b35e) 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-1012abcd-09e3-4819-af7b-ba9ef66a1c5d) 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-2f20d0e1-53b8-45fa-a22a-d2a3b37b75b5) 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-dbea52e0-102e-417c-9fea-7df0ea0beebf) 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-bd976787-5c78-4c2c-8105-ca22fd0bc498) 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-a7291a65-6e03-4ffc-b8ff-4977d1f87703) 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-e5f92016-15a6-4c21-b238-5202c5a98ed6) 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-75abf3eb-1ab8-4122-8aa9-5440743d87a9) 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-e25a6686-ae46-4632-be32-113271ab83ce) 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-59550129-e570-462c-b8ba-1558a8509f44) 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-b968e729-ac9d-4c7c-b55e-63f30ec43ee9) 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-e7367db8-cfa5-45c4-aabd-6667c3e144e5) 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-5f40d77e-b0a2-4af1-b137-28f6e954f33d);
    -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-3d96b5f7-6187-4a66-9e87-fcb63a4b3489);
    -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-641bd9a2-b117-4765-8256-333e388d16e3) 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-43f058b0-555b-4db1-bcb3-adf7e6f68485) 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-776ea36c-63eb-4c62-ac8e-ac4817b33de1) 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-e8afd20a-680f-415a-93a2-5bf9aeed5829) 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-731e4570-04af-4139-99df-34c2dc3f1ac5) 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;
  }
}
