@charset "UTF-8";
/*
file: _setting.scss
Description: 
Version: 2.2.0
Changelog: 【URL】
Author: NAME
License: 
*/
body #recruit-aside-sp {
  display: none;
}
@media only screen and (max-width:768px) {
  body #recruit-aside-sp {
    display: block;
  }
}

body.page-template-page-recruit #main .entry-header {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: left;
  align-content: left;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-page-recruit #main .entry-header .breadcrumbs {
  padding-right: 4px;
}
body.page-template-page-recruit #main .entry-header .entry-title {
  font-size: 1.5rem;
  color: #161010;
  padding-left: 2px;
  margin-bottom:0px;
}
@media only screen and (max-width:768px) {
  body.page-template-page-recruit #main .entry-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
body.page-template-page-recruit .site-content-contain .mod__flex.-just_around {
  max-width: 1100px;
  width: 100%;
}
body.page-template-page-recruit .site-content-contain .mod__flex.-just_around .content-area.mod__flex__item.-w70 {
  width: 100%;
}
body.page-template-page-recruit #main {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
}
body.page-template-page-recruit #jobnavi.entry-content .jobnavi-block {
  width: 850px;
  margin: 0 auto;
}
@media only screen and (max-width:768px) {
  body.page-template-page-recruit #jobnavi.entry-content .jobnavi-block {
    width: auto;
  }
}
body.page-template-page-recruit #jobnavi.entry-content .jobnavi-block.none {
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
}
body.page-template-page-recruit #jobnavi.entry-content h1 {
  text-align: center;
  font-size: 40px;
}
body.page-template-page-recruit #jobnavi.entry-content h1 a,
body.page-template-page-recruit #jobnavi.entry-content h1 a:link,
body.page-template-page-recruit #jobnavi.entry-content h1 a:visited,
body.page-template-page-recruit #jobnavi.entry-content h1 a:active {
  display: block;
  font-size: 14px;
  color: #ff9a01;
  position: relative;
  margin: 10px auto 0 auto;
  width: 310px;
}
body.page-template-page-recruit #jobnavi.entry-content h1 a svg,
body.page-template-page-recruit #jobnavi.entry-content h1 a:link svg,
body.page-template-page-recruit #jobnavi.entry-content h1 a:visited svg,
body.page-template-page-recruit #jobnavi.entry-content h1 a:active svg {
  position: absolute;
  top: 50%;
  right: 30px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8px;
  fill: #ff9a01;
}
@media only screen and (max-width:768px) {
  body.page-template-page-recruit #jobnavi.entry-content h1 a,
body.page-template-page-recruit #jobnavi.entry-content h1 a:link,
body.page-template-page-recruit #jobnavi.entry-content h1 a:visited,
body.page-template-page-recruit #jobnavi.entry-content h1 a:active {
    width: 310px;
    margin: 10px auto 0 auto;
  }
}
body.page-template-page-recruit #jobnavi.entry-content form {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: left;
  align-content: left;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 0px 0;
}
body.page-template-page-recruit #jobnavi.entry-content form .area {
  width: 140px;
  height: 44px;
  padding: 0 10px;
  border-radius: 4px;
}
body.page-template-page-recruit #jobnavi.entry-content form .jt {
  width: 140px;
  height: 44px;
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 4px;
}
body.page-template-page-recruit #jobnavi.entry-content form .keyword {
  width: 210px;
  height: 44px;
  padding: 0 10px;
  border-radius: 4px;
}
body.page-template-page-recruit #jobnavi.entry-content form button {
  height: 44px;
  width: 140px;
  color: #fff;
  margin: 0 0 0 10px;
  background: #06c;
  border-radius: 4px;
}
@media only screen and (max-width:768px) {
  body.page-template-page-recruit #jobnavi.entry-content h1 {
    text-align: center;
    font-size: 25px;
    padding: 0 10px;
  }
  body.page-template-page-recruit #jobnavi.entry-content form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 0px 0;
    padding: 0 20px;
  }
  body.page-template-page-recruit #jobnavi.entry-content form .area {
    width: calc(50% - 5px);
    margin: 0 5px 0 0;
  }
  body.page-template-page-recruit #jobnavi.entry-content form .jt {
    width: calc(50% - 5px);
    margin: 0 0 0 5px;
  }
  body.page-template-page-recruit #jobnavi.entry-content form .keyword {
    margin: 10px 0 0 0;
    width: calc(100% - 110px);
  }
  body.page-template-page-recruit #jobnavi.entry-content form button {
    width: 100px;
    margin: 10px 0 0 10px;
  }
}
body.page-template-page-recruit #jobnavi.entry-content ul {
  padding: 20px;
}
body.page-template-page-recruit #jobnavi.entry-content ul li {
  position: relative;
  border-bottom: 1px solid #161010;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active {
  text-decoration: none !important;
  text-decoration-line: none;
  display: block;
  padding-top: 30px;
  padding-bottom: 60px;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a img,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link img,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited img,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active img {
  display: none;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .kyujin-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .kyujin-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .kyujin-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .kyujin-ttl {
  color: #051094;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .corp-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .corp-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .corp-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .corp-block {
  line-height: 1.6;
  padding-top: 10px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: left;
  align-content: left;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .corp-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .corp-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .corp-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .corp-name {
  font-size: 14px;
  padding: 0 0 0 10px;
  font-weight: normal;
  width: calc(100% - 44px);
  line-height: 1.4;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .corp-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .corp-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .corp-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .corp-ttl {
  background: #137273;
  font-size: 12px;
  padding: 4px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  width: 44px;
  text-align: center;
  display: block;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .area-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .area-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .area-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .area-block {
  line-height: 1.6;
  padding-top: 10px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: left;
  align-content: left;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .area-block .area-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .area-block .area-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .area-block .area-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .area-block .area-ttl {
  background: #E6E6E6;
  font-size: 12px;
  padding: 4px;
  color: #161010;
  font-weight: normal;
  line-height: 1;
  width: 44px;
  text-align: center;
  display: block;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .area-block .area-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .area-block .area-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .area-block .area-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .area-block .area-name {
  font-size: 14px;
  padding: 0 0 0 10px;
  font-weight: normal;
  width: calc(100% - 44px);
  line-height: 1.4;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .st-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .st-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .st-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .st-block {
  line-height: 1.6;
  padding-top: 10px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: left;
  align-content: left;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .st-block .st-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .st-block .st-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .st-block .st-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .st-block .st-ttl {
  background: #E6E6E6;
  font-size: 12px;
  padding: 4px;
  color: #161010;
  font-weight: normal;
  line-height: 1;
  width: 44px;
  text-align: center;
  display: block;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .st-block .st-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .st-block .st-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .st-block .st-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .st-block .st-name {
  font-size: 14px;
  padding: 0 0 0 10px;
  font-weight: normal;
  width: calc(100% - 44px);
  line-height: 1.4;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .date-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .date-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .date-block,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .date-block {
  line-height: 1.6;
  padding-top: 10px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: left;
  align-content: left;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .date-block .date-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .date-block .date-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .date-block .date-ttl,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .date-block .date-ttl {
  background: #E6E6E6;
  font-size: 12px;
  padding: 4px;
  color: #161010;
  font-weight: normal;
  line-height: 1;
  width: 44px;
  text-align: center;
  display: block;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .date-block .date-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .date-block .date-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .date-block .date-name,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .date-block .date-name {
  font-size: 14px;
  padding: 0 0 0 10px;
  font-weight: normal;
  width: calc(100% - 44px);
  line-height: 1.4;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .desc,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .desc,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .desc,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .desc {
  padding: 20px 0 0 0;
}
body.page-template-page-recruit #jobnavi.entry-content ul li a .desc p,
body.page-template-page-recruit #jobnavi.entry-content ul li a:link .desc p,
body.page-template-page-recruit #jobnavi.entry-content ul li a:visited .desc p,
body.page-template-page-recruit #jobnavi.entry-content ul li a:active .desc p {
  font-weight: normal;
  font-size: 12px;
  margin: 0;
}
body.page-template-page-recruit #jobnavi.entry-content ul li .sponsored {
  font-weight: normal;
  font-size: 10px;
  background: #E6E6E6;
  display: inline-block;
  padding: 1px 2px;
  margin: 0;
  position: absolute;
  bottom: 30px;
  right: 0;
}
body.page-template-page-recruit #jobnavi.entry-content .pagination {
  margin: 0;
  padding: 0 0 30px 0;
  text-align: center;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: left;
  align-content: left;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}
body.page-template-page-recruit #jobnavi.entry-content .pagination a,
body.page-template-page-recruit #jobnavi.entry-content .pagination a:link,
body.page-template-page-recruit #jobnavi.entry-content .pagination a:visited,
body.page-template-page-recruit #jobnavi.entry-content .pagination a:active {
  padding: 10px;
  width: 140px;
  display: block;
  text-decoration: none !important;
  text-decoration-line: none;
  color: #fff;
  background: #06c;
  border-radius: 4px;
  font-size: 16px;
  position: relative;
}
body.page-template-page-recruit #jobnavi.entry-content .pagination a svg,
body.page-template-page-recruit #jobnavi.entry-content .pagination a:link svg,
body.page-template-page-recruit #jobnavi.entry-content .pagination a:visited svg,
body.page-template-page-recruit #jobnavi.entry-content .pagination a:active svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  fill: #fff;
}
body.page-template-page-recruit #jobnavi.entry-content .pagination .prev {
  margin: 0 10px 0 0;
}
body.page-template-page-recruit #jobnavi.entry-content .pagination .prev svg {
  right: auto;
  left: 20px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.page-template-page-recruit #jobnavi.entry-content .pagination .next {
  margin: 0 0 0 10px;
}
body.page-template-page-recruit #jobnavi.entry-content .total-jobs {
  text-align: center;
}

body #page .kyujinbox {
  border: 5px solid #147273;
  background: #fff;
  margin-bottom: 50px;
}
body #page .kyujinbox h3 {
  font-size: 20px;
  display: block;
  padding: 30px 0;
  text-align: center;
  margin: 0;
  border-bottom: 5px solid #147273;
}
body #page .kyujinbox h3 a,
body #page .kyujinbox h3 a:link,
body #page .kyujinbox h3 a:visited,
body #page .kyujinbox h3 a:active {
  display: block;
  font-size: 14px;
  color: #ff9a01;
  position: relative;
  margin: 10px 0 0 0;
}
body #page .kyujinbox h3 a svg,
body #page .kyujinbox h3 a:link svg,
body #page .kyujinbox h3 a:visited svg,
body #page .kyujinbox h3 a:active svg {
  position: absolute;
  top: 50%;
  right: 30px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 8px;
  fill: #ff9a01;
}
@media only screen and (max-width:768px) {
  body #page .kyujinbox h3 a,
body #page .kyujinbox h3 a:link,
body #page .kyujinbox h3 a:visited,
body #page .kyujinbox h3 a:active {
    width: 310px;
    margin: 10px auto 0 auto;
  }
}
body #page .kyujinbox .kyujinbox-block {
  overflow: scroll;
  height: 700px;
}
body #page .kyujinbox .kyujinbox-block .to-jovnai {
  text-align: center;
  width: 240px;
  margin: 0 auto 30px auto;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  text-decoration-line: none;
  color: #fff;
  background: #06c;
  border-radius: 4px;
  font-size: 16px;
  position: relative;
}
body #page .kyujinbox .kyujinbox-block .to-jovnai svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  fill: #fff;
}
@media only screen and (max-width:768px) {
  body #page .kyujinbox .kyujinbox-block {
    overflow: auto;
    height: auto;
  }
  body #page .kyujinbox .kyujinbox-block .kyujinbox-block-sp {
    overflow: scroll;
  }
  body #page .kyujinbox .kyujinbox-block .to-jovnai {
    display: none;
  }
}
body #page .kyujinbox ul {
  padding: 20px 20px 0 20px;
}
body #page .kyujinbox ul li a,
body #page .kyujinbox ul li a:link,
body #page .kyujinbox ul li a:visited,
body #page .kyujinbox ul li a:active {
  display: block;
  padding-bottom: 60px;
  position: relative;
}
body #page .kyujinbox ul li a img,
body #page .kyujinbox ul li a:link img,
body #page .kyujinbox ul li a:visited img,
body #page .kyujinbox ul li a:active img {
  display: none;
}
body #page .kyujinbox ul li a .kyujin-ttl,
body #page .kyujinbox ul li a:link .kyujin-ttl,
body #page .kyujinbox ul li a:visited .kyujin-ttl,
body #page .kyujinbox ul li a:active .kyujin-ttl {
  color: #051094;
  font-size: 16px;
  line-height: 1.1;
}
body #page .kyujinbox ul li a .corp-block,
body #page .kyujinbox ul li a:link .corp-block,
body #page .kyujinbox ul li a:visited .corp-block,
body #page .kyujinbox ul li a:active .corp-block {
  line-height: 1.6;
  padding-top: 10px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: left;
  align-content: left;
  -ms-flex-align: center;
  align-items: center;
}
body #page .kyujinbox ul li a .corp-name,
body #page .kyujinbox ul li a:link .corp-name,
body #page .kyujinbox ul li a:visited .corp-name,
body #page .kyujinbox ul li a:active .corp-name {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 10px;
  width: calc(100% - 44px);
  line-height: 1.4;
}
body #page .kyujinbox ul li a .corp-ttl,
body #page .kyujinbox ul li a:link .corp-ttl,
body #page .kyujinbox ul li a:visited .corp-ttl,
body #page .kyujinbox ul li a:active .corp-ttl {
  background: #137273;
  font-size: 12px;
  padding: 4px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  width: 44px;
  text-align: center;
  display: block;
}
body #page .kyujinbox ul li a .sponsored,
body #page .kyujinbox ul li a:link .sponsored,
body #page .kyujinbox ul li a:visited .sponsored,
body #page .kyujinbox ul li a:active .sponsored {
  font-weight: normal;
  font-size: 10px;
  background: #E6E6E6;
  display: inline-block;
  padding: 1px 2px;
  margin: 0;
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media only screen and (max-width:768px) {
  body #page .kyujinbox ul {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-content: left;
    align-content: left;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  body #page .kyujinbox ul li a,
body #page .kyujinbox ul li a:link,
body #page .kyujinbox ul li a:visited,
body #page .kyujinbox ul li a:active {
    width: 70vw;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    border: 1px solid #333;
    margin: 0 10px;
  }
  body #page .kyujinbox ul li a img,
body #page .kyujinbox ul li a:link img,
body #page .kyujinbox ul li a:visited img,
body #page .kyujinbox ul li a:active img {
    display: none;
  }
  body #page .kyujinbox ul li a .kyujin-ttl,
body #page .kyujinbox ul li a:link .kyujin-ttl,
body #page .kyujinbox ul li a:visited .kyujin-ttl,
body #page .kyujinbox ul li a:active .kyujin-ttl {
    color: #051094;
    font-size: 16px;
    line-height: 1.1;
  }
  body #page .kyujinbox ul li a .sponsored,
body #page .kyujinbox ul li a:link .sponsored,
body #page .kyujinbox ul li a:visited .sponsored,
body #page .kyujinbox ul li a:active .sponsored {
    bottom: -10px;
    position: static;
    text-align: center;
    width: 135px;
    margin-left: auto;
    margin-top: 10px;
    display: block;
  }
}
body #page .to-jovnai.sp {
  display: none;
}
body #page .to-jovnai {
  text-align: center;
  width: 240px;
  margin: 20px auto 30px auto;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  text-decoration-line: none;
  color: #fff;
  background: #06c;
  border-radius: 4px;
  font-size: 16px;
  position: relative;
}
body #page .to-jovnai svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  fill: #fff;
}
@media only screen and (max-width:768px) {
  body #page .kyujinbox {
    width: 93vw;
    margin: 0 auto;
    display: none;
  }
  body #page #recruit-aside-sp {
    padding: 30px 0 0 0;
  }
  body #page #recruit-aside-sp .kyujinbox {
    display: block;
    width: 90vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width:768px) {
  body #page #recruit-aside-sp .to-jovnai.sp {
    display: block;
  }
}
