@media screen and (min-width: 769px), print {
  .st_teacher .ttl_main_tt:before {
    background: var(--wpr-bg-3bfca84c-fb02-443f-88fe-53644a96dd0b) 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-377772a0-1406-4ee0-b1a9-f78914f37c81) 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-c12855d9-3b36-45db-bbda-2545e0024ed7) 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-8069a7e3-56b6-4691-a086-8b86af132a7a) 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-bf97265d-9e72-4ece-930f-62d1ab00b1b2) 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-f4c6b414-5a05-4c3c-bb34-b7d7fe597fc7) 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-e25b9fd0-dd9a-4b57-95a5-8cc44015de1a) 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-a1a38e1a-2dc0-4df2-b80d-7f64aa216013);
    -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-13b73485-15d4-4200-b1fc-63b1100cc745);
    -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-0509e9f0-efdc-4923-9370-4907e554e7f8) 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-992053f8-726b-4bbf-aac3-91beaa1cbf80) 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-91d6b2c1-1b49-455d-b8ff-7644acc64b4a) 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-0c2133ad-2fda-42a8-afe9-1b0fd2497569) 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-a8e0e9bd-982c-4de2-82fd-500b7566ebe4) 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-3bfca84c-fb02-443f-88fe-53644a96dd0b) 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-e0665c89-be59-4f53-b4f3-cc9b4728e3c2) 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-a73c5169-9ddc-4ff9-9682-89410151e19e) 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-d6b4a920-a5f3-4952-837a-e78e303fb810) 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-7d6aa768-5f0d-4cb1-a634-02d240d936a2) 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-d32eaacd-c39c-40ba-aae1-12417d9a71b7) 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-e25b9fd0-dd9a-4b57-95a5-8cc44015de1a) 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-a1a38e1a-2dc0-4df2-b80d-7f64aa216013);
    -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-13b73485-15d4-4200-b1fc-63b1100cc745);
    -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-d15dde19-b1b1-4359-9f96-459a9cb13cdf) 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-70ec6c14-1836-4219-8801-f645034fe2da) 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-779ad6ce-bbb5-43d7-8550-37c2640f2c90) 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-2ab95a8c-26e9-485e-9a85-38f62d1a426e) 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-740f44e6-0e8d-4a25-b1b5-7293ddb25f7c) 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;
  }
}
