@media screen and (min-width: 769px), print {
  .recruit_inner .recruit_group .rec_main_list li:not(:last-child) {
    margin-right: 19px;
  }
  .recruit_inner .recruit_group .rec_main_list li a {
    letter-spacing: 0;
  }
  .rec_main > section:not(:first-of-type) {
    margin-top: 58px;
  }
  .recruit_bl_dl {
    padding: 26px 0 0 15px;
  }
  .recruit_bl_dl dl:not(:first-of-type) {
    margin-top: 34px;
  }
  .recruit_bl_dl dl dt {
    font-size: 2rem;
    line-height: 36px;
    font-weight: bold;
    color: #1e9ea9;
    padding: 0 0 0 27px;
    position: relative;
  }
  .recruit_bl_dl dl dt::before {
    position: absolute;
    content: "Q.";
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Akrobat Bold";
    color: #1e9ea9;
    left: 0;
    top: 6px;
  }
  .recruit_bl_dl dl dd {
    font-size: 1.8rem;
    line-height: 25px;
    font-weight: 500;
    padding: 0 0 0 29px;
    position: relative;
    margin-top: 13px;
  }
  .recruit_bl_dl dl dd::before {
    position: absolute;
    content: "A.";
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Akrobat Bold";
    color: #adadad;
    left: 0;
    top: 1px;
  }
  .recruit_bl_dl dl dd .btn_top h4 {
    color: #16b2bf;
    font-size: 1.8rem;
    line-height: 1;
    font-family: "Akrobat Regular";
    margin-bottom: 13px;
    letter-spacing: 2px;
    margin-top: 31px;
  }
  .recruit_bl_dl dl dd .btn_top .btn a {
    border: 1px solid #d8d8d8;
    display: block;
    width: 423px;
    height: 52px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    line-height: 1;
    color: #000;
    font-weight: 500;
    padding: 0 18px;
    -webkit-transition: border-color .3s ease-out, color .3s ease-out;
    -moz-transition: border-color .3s ease-out, color .3s ease-out;
    transition: border-color .3s ease-out, color .3s ease-out;
  }
  .recruit_bl_dl dl dd .btn_top .btn a:after {
    content: '';
    width: 7px;
    height: 12px;
    background: url("../images/ic_arrow.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
  }
  .recruit_bl_dl dl dd .btn_top .btn a:hover {
    color: #1e9ea9;
    border-color: #1e9ea9;
  }
  .recruit_bl_dl dl dd .btn_top .btn a:hover:after {
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .recruit_bl_dl dl dd .btn_top .btn a:not(:first-child) {
    margin-top: 9px;
  }
  .recruit_bl_dl dl dd figure {
    margin-top: 10px;
  }
  .recruit_bl_dl dl dd figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .recruit_bl_dl dl dd figure figcaption {
    font-size: 1.8rem;
    line-height: 25px;
    margin-top: 5px;
  }
  .recruit_bl_dl dl dd .figure-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit_bl_dl dl dd .figure-box figure {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
  }
  .recruit_bl_dl dl dd .figure-box figure:nth-of-type(1) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_inner .recruit_group .rec_main_list li:not(:last-child) {
    margin-right: 3.90625vw;
  }
  .recruit_inner .recruit_group .rec_main_list li a {
    letter-spacing: 0;
  }
  .rec_main > section:not(:first-of-type) {
    margin-top: 7.8125vw;
  }
  .recruit_bl_dl {
    padding: 6.51042vw 0 0;
  }
  .recruit_bl_dl dl:not(:first-of-type) {
    margin-top: 5.20833vw;
  }
  .recruit_bl_dl dl dt {
    font-size: 3.90625vw;
    line-height: 1.5;
    font-weight: bold;
    color: #1e9ea9;
    padding: 0 0 0 5.20833vw;
    position: relative;
  }
  .recruit_bl_dl dl dt::before {
    position: absolute;
    content: "Q.";
    font-size: 5.20833vw;
    line-height: 1;
    font-family: "Akrobat Bold";
    color: #1e9ea9;
    left: 0;
    top: 0;
  }
  .recruit_bl_dl dl dd {
    font-size: 3.64583vw;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 0 0 5.20833vw;
    position: relative;
    margin-top: 2.60417vw;
  }
  .recruit_bl_dl dl dd::before {
    position: absolute;
    content: "A.";
    font-size: 5.20833vw;
    line-height: 1;
    font-family: "Akrobat Bold";
    color: #adadad;
    left: 0;
    top: 1px;
  }
  .recruit_bl_dl dl dd .btn_top h4 {
    color: #16b2bf;
    font-size: 3.64583vw;
    line-height: 1;
    font-family: "Akrobat Regular";
    margin-bottom: 2.60417vw;
    letter-spacing: 0.26042vw;
    margin-top: 3.90625vw;
  }
  .recruit_bl_dl dl dd .btn_top .btn a {
    border: 1px solid #d8d8d8;
    display: block;
    width: 100%;
    height: 10.41667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.64583vw;
    line-height: 1;
    color: #000;
    font-weight: 500;
    padding: 0 2.34375vw;
    -webkit-transition: border-color .3s ease-out, color .3s ease-out;
    -moz-transition: border-color .3s ease-out, color .3s ease-out;
    transition: border-color .3s ease-out, color .3s ease-out;
  }
  .recruit_bl_dl dl dd .btn_top .btn a:after {
    content: '';
    width: 1.82292vw;
    height: 3.125vw;
    background: url("../images/ic_arrow.svg") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -moz-transition: transform .3s ease-out, -moz-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -moz-transform .3s ease-out;
  }
  .recruit_bl_dl dl dd .btn_top .btn a:hover {
    color: #1e9ea9;
    border-color: #1e9ea9;
  }
  .recruit_bl_dl dl dd .btn_top .btn a:hover:after {
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .recruit_bl_dl dl dd .btn_top .btn a:not(:first-child) {
    margin-top: 1.95312vw;
  }
  .recruit_bl_dl dl dd figure {
    margin-top: 2.60417vw;
  }
  .recruit_bl_dl dl dd figure img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .recruit_bl_dl dl dd figure figcaption {
    font-size: 3.90625vw;
    line-height: 1.5;
    margin-top: 1.30208vw;
  }
}
