@charaset utf-8;

/* ========================================================
page_careers.css -採用情報用カスタムスタイル
======================================================== */
.banner-careers {
  background: url(../../../common/img/careers/bg_banner_careers.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.careers .table-theme-03 {
  width: 800px;
  margin: 0 auto;
}

.careers .sec-tit-02 h2 {
  width: 100%;
  padding-bottom: 1rem;
}

.careers .sec-tit-02 {
  background: none;
  height: auto;
}

.careers .sec-tit-02 h2::before {
  background: #ef671d;
}

.career-sec01 {
  width: 1000px;
  margin: 0 auto 15rem;
}

.width-480 {
  width: 480px;
}

.careers .w-800 {
  width: 800px;
  margin: 0 auto;
}

.career-tit {
  height: auto;
  padding: 16rem 0;
  margin: 0 auto;
  background: url(../../../common/img/careers/bg_tit.jpg) 50% 0% no-repeat;
}

.careers .sub-tit04 {
  padding-left: 3rem;
  color: #39B964;
}

.careers .sub-tit04::before {
  width: 22%;
  background: #39B964;
}

.sub-tit04::after {
  width: 80%;
}

.career-btn {
  display: inline-block;
  width: 400px;
  padding: 1.5rem;
  margin-top: -2rem;
  border: 1px solid #39B964;
  background: #fff;
}

.careers .table-theme-03 tr:last-child {
  border-bottom: 1px dashed #707070;
}

.careers .table-theme-03 tr td {
  font-weight: 400;
}

.careers .table-theme-03 tr td a {
  text-decoration: underline;
}

.careers .table-theme-03 tr td a:hover {
  text-decoration: none;
}

.careers .table-theme-03 tr:nth-of-type(1) {
  width: auto;
  padding: 0 0 0 4rem;
  text-align: left;
  background: url(../../img/careers/txt_bg.png);
}

.careers .table-theme-03 tr:nth-of-type(1) th, .careers .table-theme-03 tr:nth-of-type(1) td {
  line-height: 2.5;
}

.careers .table-theme-03 tr:nth-of-type(1) td {
  padding: 0;
}

.careers .table-theme-03 tr:nth-of-type(1) th {
  padding: 0 4rem 0 0;
}

.careers .table-theme-03 tr th {
  width: 20%;
  text-align: right;
  padding: 1.2rem 3rem 1rem 0;
  box-sizing: border-box;
}

.company-tour {
  margin: 12rem 0 12rem 0;
  padding: 0 0 50px 0;
  border: 1px dashed #FD6D1F;
}

.tour-txt {
  width: 96%;
  margin: 0 auto 35px;
  padding: 34px 0 20px 0;
  border-bottom: 4px solid #f3d6c4;
  color: #FD6D1F;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.black-mark {
  padding: 0 2rem 0 0rem;
  font-size: 1.8rem;
}

@media only screen and (max-width:767px) {
  .careers {
    width: 98%;
    margin: 0 auto;
  }

  .careers .w-800 {
    width: 100%;
    margin: 0 auto 1rem;
  }

  .careers .table-theme-03 {
    width: 100%;
  }

  .career-sec01 {
    width: 96%;
    margin: 0 auto 4rem;
  }

  .career-tit {
    padding: 4rem 0;
    margin-top: 3rem;
    background-size: 200px;
  }

  .career-tit .s-fs-28 {
    font-size: 2rem;
  }

  .width-480 {
    width: 100%;
  }

  .careers .sub-tit04 {
    padding-left: 1rem;
    font-size: 1.6rem;
  }

  .career-sec01 .s-mt-40 {
    margin-top: 2rem;
  }

  .career-btn {
    width: 96%;
    float: none;
    padding: 2%;
    margin-top: -2rem;
  }

  .career-btn.s-fs-22 {
    font-size: 1.6rem;
  }

  .float-left.width-480 {
    margin: 3rem 0;
  }

  .career-sec01 .s-fs-16 {
    font-size: 1.4rem;
  }

  .career-sec01 .s-mt-40.s-mb-40 {
    margin-bottom: 0;
  }

  .career-sec01 img {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }

  .careers .table-theme-03 tr th {
    width: 20%;
    text-align: left;
    padding: 1rem 0 1rem 0.5rem;
  }

  .careers .table-theme-03 tr td {
    line-height: 1.5;
    padding: 1rem 0;
  }

  .careers .table-theme-03 tr:nth-of-type(1) th, .careers .table-theme-03 tr:nth-of-type(1) td {
    line-height: 2.5;
  }

  .careers .table-theme-03 tr:nth-of-type(1) th {
    padding: 0 0 0 1rem;
    vertical-align: top;
  }

  .black-mark {
    padding: 0 1rem 0 0rem;
  }

  .company-tour {
    margin: 2rem 0;
    padding: 2rem;
  }

  .tour-txt {
    margin: 0 auto 15px;
    padding: 15px 0 10px 0;
    font-size: 2rem;
  }
}
