@media screen and (min-width: 769px), print {
  .st_teacher .ttl_main_tt:before {
    background: var(--wpr-bg-8ab20382-b13f-4e16-ae19-73c7ee38b324) 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-27dbb62f-fd22-4e4f-b7aa-903f5613af85) 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-88d3754b-417d-48d4-8ee5-a4a9f2d398cb) 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-6a8bb5a1-9b0c-4624-9649-22a35dfa95eb) 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-fc2a6fe5-8828-4de7-a97b-70f59aca245e) 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-991053a6-ce5b-4dcd-92ef-ed59ba2f10ab) 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-6f9592ce-3187-4ea8-bd0e-96e79ccc2a18) 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-3f498db5-6b7d-4c9e-bd39-3e8037e101a5);
    -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-2fb420f6-eed3-459b-aaf9-1e245db50a4c);
    -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-ffe98ade-c1b6-4540-9132-3c71dea8f1b3) 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-0ad36df1-4706-4e2e-82b2-b8bf7f55084f) 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-25dc37ef-b101-41f3-9f9e-d152ae5d8242) 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-47668e41-3bc5-423e-9fec-cd5c08d49885) 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-19422242-b04a-4f0f-ba4d-9cf73171951b) 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-8ab20382-b13f-4e16-ae19-73c7ee38b324) 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-ad6ea2a3-f384-42a1-8ea2-7e8b8cf4aec2) 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-32cbc938-b051-412b-8853-951f63590286) 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-b3f506ea-4364-49f1-b723-90a9feb2c384) 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-9642b6ca-f34b-41f3-85e9-53636c5a34a5) 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-a0d4bc51-86b3-48c9-b018-9cb8b1b3c7ec) 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-6f9592ce-3187-4ea8-bd0e-96e79ccc2a18) 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-3f498db5-6b7d-4c9e-bd39-3e8037e101a5);
    -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-2fb420f6-eed3-459b-aaf9-1e245db50a4c);
    -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-d3b10106-fe02-4bc3-aa69-cd07236dd630) 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-054c1954-250f-4d47-926e-fa186d59bae0) 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-071b6b32-b731-4ee2-b8ea-5707e3e7549f) 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-34159d08-36ff-4088-9a75-4fdab97935e6) 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-121615e9-33a5-40a5-a76b-446fc4b66be0) 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;
  }
}
