@charset "UTF-8";

/*--------------------------------------------------
**************************************************
求人検索
**************************************************
--------------------------------------------------*/

div#sub_top {
  padding: 30px 0 40px 0;
  background: #f6f5f0;
}
body#job_detail div#sub_top {
  background: none;
  padding: 30px 0 0 0;
}
div#sub_top .top_wrap{
}
div#sub_top .top_wrap .top_jobtext h1 {
    font-size: 20px;
    text-align: center;
}
div#sub_top .top_wrap ul.search {
  width: calc(100% - 20px);
  margin: 20px auto;
  padding: 7px 0;
  list-style: none;
  background: #fff;
}
div#sub_top .top_wrap ul.search li {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 0;
}
div#sub_top .top_wrap ul.search li::before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dcd8d8;
  margin: 0 auto;
}
div#sub_top .top_wrap ul.search li:last-child::before {
  content: none;
}
div#sub_top .top_wrap ul.search li .terms_title {
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
div#sub_top .top_wrap ul.search li .terms_content {
  width: calc(100% - 100px);
  font-size: 14px;
  line-height: 20px;
}
div#sub_top .top_wrap ul.search li:first-child .terms_content span.check_wrap {
  display: inline-block;
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap {
  display: inline-block;
  margin: 3px 4px 3px 0;
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap input[type="checkbox"] {
  position: relative;
  display: none;
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap label::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 0x;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #706e6e;
  background: #fff;
  box-sizing: border-box;
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap label {
  position: relative;
  padding-left: 16px;
}
div#sub_top .top_wrap ul.search li:first-child .terms_content span.check_wrap label {
  margin-left: 0px;
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap input[type="checkbox"] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 8px;
  top: 4px;
  left: 0px;
  opacity: 0;
  border-left: 2px solid #b50000;
  border-bottom: 2px solid #b50000;
  transform: rotate(-45deg);
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
div#sub_top .job_bth {
  text-align: center;
  margin: 30px auto 0 auto;
}
div#sub_top .job_bth a {
  position: relative;
  display: flex;
  width: 220px;
  height: 32px;
  text-align: center;
  background: #e85050;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  margin: 0 auto;
  transition: opacity 1s;
  align-items: center;
}
div#sub_top .job_bth a:hover {
    opacity: 0.8;
}
div#sub_top .job_bth a svg#search {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 7px;
    stroke-linecap: round;
    width: 15px;
    margin-right: 17px;
}

/*--------------------------------------------------
**************************************************
求人詳細ページ
**************************************************
--------------------------------------------------*/

div#recruit{
  color: #333333;
  margin-top: 50px;
}
div#recruit.detail {
  background: #fff;
}
div#recruit .job_wrap {
  position: relative;
  width: calc(100% - 40px);
  margin: 30px auto;
}
div#recruit .job_wrap h2 {
  text-align: left;
  padding-top: 0;
}
.job_wrap_inner .text {
  font-size: 14px;
  line-height: 170%;
  padding: 20px 0;
}
div#recruit .job_wrap .job_detail p {
  font-size: 1.5vw;
  letter-spacing: 0.15em;
  line-height: 2em;
  margin: 30px auto;
}
div#recruit .job_wrap .job_photo {
  position: relative;
  display: flex;
  justify-content: space-between;
}
div#recruit .job_wrap .job_photo img {
  width: 28vw;
}
div#recruit .job_wrap .job_detail .job_photo.text {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
}
div#recruit .job_wrap .job_detail .job_photo.text .photo_wrap img {
  width: 100%;
}
div#recruit .job_wrap .job_detail .job_photo.text .photo_wrap span.photo_text {
  display: block;
  margin: 10px 0 30px 0;
  font-size: 12px;
}
div#recruit .job_content {
  background: #f7f7f7;
}
div#recruit .job_content ul {
  margin: 0 auto;
  list-style: none;
  padding: 20px 10px;
}
div#recruit .job_content ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 20px 0;
}
div#recruit .job_content ul li:first-child{
  display: block;
}
div#recruit .job_content ul li::before {
  position: absolute;
  content: "";
  width: calc(100% - 80px);
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px dotted #ccc;
  margin: 0 auto;
}
div#recruit .job_content ul li:first-child .income {
    margin-bottom: 10px;
}
div#recruit .job_content ul li:last-child::before {
  border-bottom: none;
}
div#recruit .job_content ul li span.title {
  width: 80px;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
div#recruit .job_content ul li span.text {
  width: calc(100% - 80px);
  padding: 1vw 2vw;
  letter-spacing: 0.1em;
}
div#recruit .job_content ul li .income span.title, div#recruit .job_content ul li .area span.title {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-right: 1vw;
}
div#recruit .job_content ul li .income span.title {
  background: #d1726b;
}
div#recruit .job_content ul li .area span.title {
  background: #d2ac69;
}
div#recruit .job_content ul li .income span.text {
  margin-right: 3vw;
}
div#recruit .job_content ul li .code_inner {
  display: flex;
  width: calc(100% - 80px);
  flex-wrap: wrap;
}
div#recruit .job_content ul li .income span.text, div#recruit .job_content ul li .area span.text {
  font-size: 14px;
  color: #666666;
}
div#recruit .job_content ul li .code_inner span.type {
  display: inline-block;
  background: #fff;
  border: 1px dotted #999999;
  padding: 5px 10px;
  margin: 5px;
}
div#recruit .job_inner {
  background: #f6f6f0;
  margin: 50px auto;
  padding: 30px 20px;
}
div#recruit .job_inner h3 {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.15em;
}
div#recruit .job_inner ul {
  list-style: none;
  background: #fff;
  padding: 10px;
  margin-top: 30px;
}
div#recruit .job_inner ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
div#recruit .job_inner ul li::before {
  position: absolute;
  content: "";
  width: calc(100% - 10vw);
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px dotted #ccc;
  margin: 0 auto;
}
div#recruit .job_inner ul li:last-child::before{
  border-bottom: none;
}
div#recruit .job_inner ul li span.title {
  display: block;
  width: 23vw;
  text-align: center;
  letter-spacing: 0.15em;
  background: #c2b790;
  font-size: 1.8vw;
  color: #fff;
  padding: 10px 0;
}
div#recruit .job_inner ul li span.text {
  display: block;
  width: calc(100% - 23vw);
  font-size: 1.8vw;
  font-weight: normal;
  margin-left: 30px;
  word-break: break-word;
}
div#recruit .job_inner ul li .title {
  display: block;
  width: 23vw;
  text-align: center;
  letter-spacing: 0.15em;
  background: #c2b790;
  font-size: 12px;
  color: #fff;
  padding: 10px 0;
}
div#recruit .job_inner ul li .text {
  display: block;
  width: calc(100% - 23vw);
  font-size: 13px;
  font-weight: normal;
  margin-left: 30px;
}
div#recruit .job_inner ul li .text .text_inner ul.subtext_cont {
  margin-top: 0;
  margin-left: 10px;
  padding: 0 0 10px 0 ;
}
div#recruit .job_inner ul li .text .text_inner ul.subtext_cont li {
  position: relative;
  display: block;
  padding: 5px 0;
}
div#recruit .job_inner ul li .text .text_inner ul.subtext_cont li::before {
  position: absolute;
  content: "・";
  width: 100%;
  top: 5px;
  left: -15px;
  bottom: 0;
  margin: auto 0;
  border-bottom: none;
}
div#recruit .job_inner ul li .text ul {
  padding: 0;
  margin-top: 0;
}
div#recruit .job_inner ul li .text ul li {
  position: relative;
  display: block;
  padding: 5px 0;
}
div#recruit .job_inner ul li .text ul li::before{
  border-bottom: none;
}
.environ {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.environ .environ_title {
  position: relative;
  display: flex;
  height: 42px;
  justify-content: center;
}
.environ .environ_title::before {
  position: absolute;
  content: "";
  width: 50vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0 auto;
  z-index: 1;
}
.environ .environ_title span.micon {
  position: relative;
  display: block;
  margin-right: 10px;
  z-index: 2;
}
.environ .environ_title span.micon svg#message {
  width: 40px;
  fill: #e89f50;
}
.environ .environ_title h3 {
  position: relative;
  font-size: 3.5vw;
  line-height: 7vw;
  font-weight: 400;
  z-index: 2;
}
.environ .environ_inner {
  border: 2px solid #e89f50;
  border-radius: 30px;
  padding: 30px 20px 10px 20px;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 25px;
  font-weight: normal;
  margin: -25px auto 50px auto;
}
.environ .environ_inner p {
  margin-bottom: 20px;
}
div#recruit .corporation {
  background: #fafafa;
}
div#recruit .corporation .corporation_name {
  width: calc(100% - 80px);
  background: #333333;
  color: #fff;
  font-size: 3.5vw;
  padding: 10px 30px;
  margin: 0 auto;
}
div#recruit .corporation {
  background: #fafafa;
  padding: 30px 0;
}
div#recruit .corporation table {
  margin: 0 auto;

}
div#recruit .corporation table tr {
  position: relative;
  display: block;
  width: calc(100% - 20px);
  padding: 20px 0;
  margin: 0 auto;
  border-bottom: 2px dotted #ccc;
}
div#recruit .corporation table tr:last-child{
  border-bottom: none;
}
div#recruit .corporation table th {
  width: 20vw;
  letter-spacing: 0.1em;
  line-height: 12px;
  font-size: 2.5vw;
  font-weight: normal;
}
div#recruit .corporation table td {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 20px;
}
div#recruit .corporation table td li span.cont_title {
  display: block;
  margin-top: 10px;
}
div#recruit .corporation table td li span.cont_text {
  display: block;
}
@media (max-width: 500px) {
  .environ .environ_title h3{
    line-height: 10vw;
  }
  div#recruit .job_inner ul li{
    display: block;
  }
  div#recruit .job_inner ul li .title {
    display: block;
    width: 45vw;
    margin: 10px auto;
}
div#recruit .job_inner ul li .text, div#recruit .job_inner ul li span.text{
  width: calc(100% - 40px);
  margin: 10px auto;
  font-size: 14px;
}
}
