@charset "UTF-8";

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

div#sub_top {
  padding: 40px 0 50px 0;
}

#job_detail div#sub_top {
  padding: 0;
}
div#sub_top .top_wrap .top_jobtext h1 {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
div#sub_top .top_wrap ul.search {
  width: calc(100% - 40px);
  margin: 30px auto 40px auto;
  padding: 10px 20px;
  list-style: none;
  background: #fff;
}
div#sub_top .top_wrap ul.search li {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 15px 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 {
  background: none;
}
div#sub_top .top_wrap ul.search li .terms_title {
  width: 140px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
div#sub_top .top_wrap ul.search li .terms_content {
  width: calc(100% - 200px);
  font-size: 13px;
}
div#sub_top .top_wrap ul.search li:first-child .terms_content span.check_wrap {
  display: inline-block;
  margin: 5px 0;
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap {
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap input[type="checkbox"] {
  position: relative;
  display:none;
  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: 15px;
  height: 15px;
  left: 0;
  top: 3px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #706e6e;
  background: #fff;
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap label {
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
}
div#sub_top .top_wrap ul.search li .terms_content span.check_wrap input[type="checkbox"] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  top: 4px;
  left: 1px;
  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: 280px;
  height: 44px;
  text-align: center;
  align-items: center;
  background: #e85050;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 10px 30px;
  margin: 0 auto;
  transition: opacity 1s;
}
div#sub_top .job_bth a:hover {
  opacity: 0.8;
}
div#sub_top .job_bth a span {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
}
div#sub_top .job_bth a svg#search {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 7px;
  stroke-linecap: round;
  width: 21px;
  margin-right: 10px;
}

@media (max-width: 860px) {
  div#sub_top .top_wrap ul.search li .terms_title{
    width: 20vw;
  }
  div#sub_top .top_wrap ul.search li:first-child .terms_content span.check_wrap {
    display: inline-block;
    width: calc(95% / 2);
  }
}
/*--------------------------------------------------
**************************************************
求人詳細ページ
**************************************************
--------------------------------------------------*/
div#sub_top .top_text_title_wrap {
	background: #f7f7f7;
}

.job_detail_page div#sub_top h1 {
  font-size: 24px;
}

div#recruit.detail {
  background: #fff;
}
div#sub_top .top_wrap.detail {
  height: 100px;
  margin: 50px auto;
}
div#sub_top .top_wrap .top_text {
  max-width: 1000px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 120px;
  letter-spacing: 0.1em;
}
div#sub_top .top_wrap .top_text h1 {
  width: calc(100% - 40px);
  font-size: 22px;
  color: #333333;
  text-align: left;
  margin: 0 auto;
}
div#recruit{
  background: #f5f5f5;
  color: #333333;
  margin-top: 50px;
}
div#recruit .job_wrap {
  position: relative;
  width: calc(100% - 40px);
  margin: 50px auto;
}
div#recruit .job_wrap .job_wrap_inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
div#recruit .job_wrap h2 {
  font-size: 20px;
  text-align: left;
  padding-top: 0;
}
div#recruit .job_wrap .text{
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2em;
  margin: 30px auto;
}
div#recruit .job_wrap .job_detail {
  max-width: 1200px;
  margin: 50px auto 80px auto;
}
div#recruit .job_wrap .job_photo {
  position: relative;
  display: flex;
  justify-content: space-between;
}
div#recruit .job_wrap .job_photo .photo_wrap {
  width: calc(100% / 3);
  margin: 0 10px;
}
div#recruit .job_wrap .job_photo .photo_wrap img {
  width: 100%;
}
div#recruit .job_wrap .job_photo .photo_wrap span.photo_text {
  display: block;
  padding: 20px 0;
  font-size: 13px;
  line-height: 170%;
}
div#recruit .job_wrap .job_photo img {
  width: 30%;
}
div#recruit .job_content {
  background: #f7f7f7;
}
div#recruit .job_content ul {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 30px 0;
}
div#recruit .job_content ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 12px 0;
}
div#recruit .job_content ul li::before {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px dotted #ccc;
  margin: 0 auto;
}
div#recruit .job_content ul li:first-child::before,
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: 7px 0;
  letter-spacing: 0.1em;
}
div#recruit .job_content ul li span.text {
  width: calc(100% - 80px);
  font-size: 18px;
  margin: 0 0 0 20px;
  letter-spacing: 0.15em;
}
div#recruit .job_content ul li .code_inner {
  width: calc(100% - 80px);
  margin: 0 0 0 20px;
  letter-spacing: 0.15em;
}
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;
}
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, div#recruit .job_content ul li .area span.text {
  font-size: 18px;
  color: #666666;
  margin: 0 100px 0 20px;
}
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 {
  max-width: 1000px;
  background: #f6f6f0;
  margin: 50px auto;
  padding: 30px 20px;
}
div#recruit .job_inner h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.15em;
}
div#recruit .job_inner ul {
  list-style: none;
  background: #fff;
  padding: 10px 20px;
  margin-top: 30px;
}
div#recruit .job_inner ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
div#recruit .job_inner ul li::before {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  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: 180px;
  text-align: center;
  letter-spacing: 0.15em;
  background: #c2b790;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
div#recruit .job_inner ul li span.text {
  display: block;
  width: calc(100% - 180px);
  font-size: 14px;
  font-weight: normal;
  margin-left: 30px;
  word-break: break-word;
}
div#recruit .job_inner ul li .title {
  display: block;
  width: 180px;
  text-align: center;
  letter-spacing: 0.15em;
  background: #c2b790;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
div#recruit .job_inner ul li .text {
  display: block;
  width: calc(100% - 180px);
  font-size: 14px;
  font-weight: normal;
  margin-left: 30px;
}
div#recruit .job_inner ul li .text .text_inner ul.subtext_cont {
  margin-top: 0;
  margin-left: 20px;
}
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: 10px;
  left: -25px;
  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;
  max-width: 1000px;
  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: 300px;
  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: 20px;
  z-index: 2;
}
.environ .environ_title span.micon svg#message {
  width: 40px;
  fill: #e89f50;
}
.environ .environ_title h3 {
  position: relative;
  font-weight: 400;
  z-index: 2;
}
.environ .environ_inner {
  border: 2px solid #e89f50;
  border-radius: 30px;
  padding: 50px 30px 10px 30px;
  font-size: 15px;
  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 {
  max-width: 1000px;
  width: calc(100% - 80px);
  background: #333333;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  margin: 0 auto;
}
div#recruit .corporation {
  background: #fafafa;
  padding: 50px 0;
}
div#recruit .corporation table {
  max-width: 1000px;
  width: 100%;
  margin: 30px auto;
}
div#recruit .corporation table tr {
  position: relative;
  display: block;
  width: calc(100% - 40px);
  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: 200px;
  letter-spacing: 0.1em;
  line-height: 30px;
  font-size: 15px;
  font-weight: normal;
}
div#recruit .corporation table td {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 25px;
}
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: 900px) {
  div#sub_top .top_wrap .top_text h1 {
    width: calc(100% - 40px);
    font-size: 2.5vw;
  }
  div#recruit .job_wrap h2 {
    font-size: 2.5vw;
  }
  div#recruit .job_wrap .job_detail p {
    font-size: 1.5vw;
  }
  div#recruit .job_wrap .job_photo img {
    width: 30vw;
  }
  div#recruit .job_content ul {
    padding: 3vw;
  }
  div#recruit .job_content ul li {
    font-size: 1.4vw;
  }
  div#recruit .job_content ul li::before {
    width: calc(100% - 10vw);
  }
  div#recruit .job_content ul li span.title {
    width: 10vw;
  }
  div#recruit .job_content ul li span.text {
    padding: 1vw;
  }
  div#recruit .job_content ul li .income span.text, div#recruit .job_content ul li .area span.text {
    font-size: 1.8vw;
    margin: 0 10vw 0 2vw;
  }
  div#recruit .job_content ul li .code_inner span.type {
    padding: 0.5vw 1vw;
    margin: 0.5vw;
  }
  div#recruit .job_inner {
    margin: 5vw auto;
    padding: 3vw 2vw;
  }
  div#recruit .job_inner h3 {
    font-size: 1.8vw;
  }
  div#recruit .job_inner ul {
    padding: 3vw 2vw;
  }
  div#recruit .job_inner ul li {
    padding: 2vw 0;
  }
  div#recruit .job_inner ul li::before {
    width: calc(100% - 10vw);
  }
  div#recruit .job_inner ul li span.title {
    width: 18vw;
    font-size: 1.4vw;
    padding: 1vw 0;
  }
  div#recruit .job_inner ul li span.text {
    display: block;
    width: calc(100% - 18vw);
    font-size: 1.4vw;
    margin-left: 3vw;
  }
  .environ {
    width: calc(100% - 4vw);
  }
  .environ .environ_title::before {
    width: 30vw;
  }
  .environ .environ_title span.micon {
    margin-right: 2vw;
  }
  .environ .environ_inner {
    padding: 5vw 3vw 1vw 3vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
    margin: -25px auto 5vw auto;
  }
  .environ .environ_inner p {
    margin-bottom: 2vw;
  }
  div#recruit .corporation .corporation_name {
    width: calc(100% - 8vw);
    font-size: 2vw;
    padding: 1vw 3vw;
  }
  div#recruit .corporation {
    padding: 5vw 0;
  }
  div#recruit .corporation table th {
    width: 20vw;
    font-size: 1.5vw;
  }
  div#recruit .corporation table td {
    font-size: 1.5vw;
    font-weight: normal;
  }
}
