@media screen and (min-width: 769px), print {
  .re_cont {
    margin: 41px 0 60px;
  }
  .re_cont .ttl_box {
    text-align: center;
  }
  .re_cont .ttl_box p {
    font-size: 1.8rem;
    color: #c23b26;
    padding-top: 5px;
  }
  .re_cont .top_txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 38px;
    padding-top: 26px;
  }
  .re_cont .cruit_box {
    margin-top: 45px;
  }
  .re_cont .cruit_box .sub_ttl {
    font-size: 2.4rem;
    line-height: 1;
    position: relative;
    padding-bottom: 21px;
  }
  .re_cont .cruit_box .sub_ttl::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background: #c23b26;
  }
  .re_cont .cruit_box .dl_lst {
    margin-top: 29px;
    border: 1px solid #ededed;
  }
  .re_cont .cruit_box .dl_lst dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ededed;
  }
  .re_cont .cruit_box .dl_lst dl:last-child {
    border: none;
  }
  .re_cont .cruit_box .dl_lst dl dt, .re_cont .cruit_box .dl_lst dl dd {
    display: table-cell;
  }
  .re_cont .cruit_box .dl_lst dl dt {
    width: 308px;
    background: #c23b26;
    text-align: center;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 0 10px;
    color: #fff;
    vertical-align: middle;
  }
  .re_cont .cruit_box .dl_lst dl dd {
    width: -webkit-calc(100% - 308px);
    width: -moz-calc(100% - 308px);
    width: calc(100% - 308px);
    padding: 18px 41px 19px;
  }
  .re_cont .cruit_box .dl_lst dl dd p {
    line-height: 26px;
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 1px;
  }
  .contact_box {
    background: #ededed;
    padding: 39px 0;
  }
  .contact_box .inner_small {
    background: #fff;
    padding: 40px 50px 53px;
  }
  .contact_box h3 {
    font-size: 2.4rem;
    line-height: 26px;
    text-align: center;
    padding-bottom: 35px;
  }
  .contact_box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact_box ul li {
    padding-left: 76px;
    position: relative;
  }
  .contact_box ul li:first-child {
    margin-right: 79px;
  }
  .contact_box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../images/phone_arr.png") no-repeat;
    width: 55px;
    height: 58px;
    top: 0;
  }
  .contact_box ul li a {
    display: inline-block;
  }
  .contact_box ul li.mail {
    padding-left: 81px;
  }
  .contact_box ul li.mail::before {
    background: url("../images/email_arr.png") no-repeat;
    width: 52px;
    height: 40px;
    top: 9px;
  }
  .contact_box ul li.mail a {
    font-size: 2.175rem;
    color: #c23b26;
    text-decoration: underline;
    font-weight: bold;
    padding-top: 13px;
  }
  .contact_box ul li.mail a:hover {
    text-decoration: none;
  }
  .contact_box ul li span {
    display: block;
    font-size: 1.8rem;
    color: #c23b26;
    margin-top: -2px;
  }
  .contact_box ul li span em {
    display: inline-block;
    padding-left: 21px;
  }
  .contact_box ul li span em img {
    vertical-align: top;
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .inner_small {
    padding: 0;
  }
  .re_cont {
    margin: 6.51042vw 0;
  }
  .re_cont .ttl_box {
    text-align: center;
  }
  .re_cont .ttl_box img {
    max-width: 25.78125vw;
  }
  .re_cont .ttl_box p {
    font-size: 3.64583vw;
    color: #c23b26;
    padding-top: 1.04167vw;
  }
  .re_cont .top_txt {
    text-align: center;
    font-size: 3.64583vw;
    line-height: 6.25vw;
    padding-top: 3.90625vw;
  }
  .re_cont .cruit_box {
    margin-top: 6.51042vw;
  }
  .re_cont .cruit_box .sub_ttl {
    font-size: 3.90625vw;
    line-height: 1;
    position: relative;
    padding-bottom: 2.60417vw;
  }
  .re_cont .cruit_box .sub_ttl::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 7.8125vw;
    background: #c23b26;
  }
  .re_cont .cruit_box .dl_lst {
    margin-top: 30px;
    border: 1px solid #ededed;
  }
  .re_cont .cruit_box .dl_lst dl dt {
    background-color: #c23b26;
    text-align: left;
    font-size: 3.64583vw;
    line-height: 6.25vw;
    padding: 2.08333vw 2.60417vw;
    color: #fff;
  }
  .re_cont .cruit_box .dl_lst dl dd {
    padding: 2.08333vw 2.60417vw;
  }
  .re_cont .cruit_box .dl_lst dl dd p {
    line-height: 4.94792vw;
    font-size: 3.64583vw;
    text-align: left;
  }
  .contact_box {
    background: #ededed;
    margin-top: 7.29167vw;
    padding: 8.46354vw 0 15.625vw;
  }
  .contact_box .inner_small {
    background: #fff;
    padding: 6.51042vw 0;
  }
  .contact_box h3 {
    font-size: 5.20833vw;
    line-height: 6.25vw;
    text-align: center;
    padding-bottom: 3.90625vw;
  }
  .contact_box ul {
    display: table;
    margin: 0 auto;
  }
  .contact_box ul li {
    position: relative;
    padding-left: 10.41667vw;
  }
  .contact_box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../images/phone_arr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 7.8125vw;
    height: 7.55208vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact_box ul li a {
    display: inline-block;
  }
  .contact_box ul li .tel img {
    max-width: 35.54688vw;
  }
  .contact_box ul li.mail {
    margin-top: 3.64583vw;
  }
  .contact_box ul li.mail::before {
    background: url("../images/email_arr.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 6.77083vw;
    height: 5.20833vw;
  }
  .contact_box ul li.mail a {
    font-size: 3.64583vw;
    color: #c23b26;
    text-decoration: underline;
    font-weight: bold;
  }
  .contact_box ul li span {
    display: block;
    font-size: 3.90625vw;
    color: #c23b26;
    padding-bottom: 0.78125vw;
  }
  .contact_box ul li span em {
    display: inline-block;
    padding-left: 2.73438vw;
  }
  .contact_box ul li span em img {
    vertical-align: top;
    padding-top: 1.5625vw;
    width: 16.92708vw;
  }
}
