@charset "UTF-8";
/*------------------------------------------------------------
  オートモーティブ・ジョブズとは？
------------------------------------------------------------*/
#pagePath {
  padding: 6px 40px 4px;
  background: url(/img/common/bg_pagePath02.png) repeat;
  position: relative;
  z-index: 10;
}

#pagePath li {
  color: #999;
}

#pagePath li a {
    color: #CCC;
}

#mainVisual {
  margin-top: 0;
  padding: 0;
  height: 630px;
  background: url(/img/offer/bg_mainvisual01.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1 \9;
}

#mainVisual .ttl {
    padding: 0 10px 0 40px;
    background: rgba(0, 0, 0, .85);
    min-width: 0;
    height: 66px;
    position: relative;
    display: table-cell;
    color: #FFF;
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: 0.1em;
    position: relative;
}

#mainVisual .ttl:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 33px solid rgba(0, 0, 0, .85);
  border-left: 36px solid rgba(0, 0, 0, .85);
  border-right: 36px solid transparent;
  border-bottom: 33px solid transparent;
  position: absolute;
  top: 0;
  right: -72px;
}

#main #mainVisual .leadImg {
  margin: 40px auto 50px;
  padding-right: 25px;
  width: 935px;
  text-align: right;
}

#main #mainVisual .txt {
  margin: 0 auto 50px;
  width: 960px;
}

#main #mainVisual .txt p {
  font-size: 1.142em;
  text-align: center;
  float: right;
}

#main #mainVisual .btn {
  margin: 0 auto;
  padding-right: 43px;
  width: 917px;
  clear: both;
}


#main #mainVisual .btn a {
  display: inline-block;
  float: right;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

#main #mainVisual .btn a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: url(/img/recruit/detail/recruit_bn01_bg.png) no-repeat 0 0;
}

#main #mainVisual .arrow {
  text-align: center;
}

#main #mainVisual .arrow a {
  width: 59px;
  height: 59px;
  border: 1px solid #656363;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  position: relative;
}

#main #mainVisual .arrow a:before {
  width: 30px;
  height: 30px;
  background: url(/img/service/index/arrow02.png) no-repeat;
  position: absolute;
  top: 14px;
  left: 14px;
  content: "";
}

#main #mainVisual .arrow a:hover {
  background: rgba(255,255,255,0.4);
  border-color: #3E3D3C;
}

#main #mainVisual .arrow a:hover:before {
  background: url(/img/service/index/arrow02_ov.png) no-repeat;
}

#main #mainVisual .txt p {
  margin-top: 20px;
}

#main #mainVisual .txt p:first-child {
  margin-top: 0;
}

#main #mainVisual .txt p .red {
  color: #8C0000;
  font-weight: bold;
}

#conts .realization .leadTxt {
  margin-bottom: 35px;
  font-size: 1.142em;
  text-align: center;
}

#conts .realization .linkList {
  margin-bottom: 40px;
}

#conts .realization .linkList .box {
  width: 321px;
  border-right: none;
  display: table-cell;
  vertical-align: top;
}

#conts .realization .linkList .box a {
  margin-right: -1px;
  padding: 60px 0 57px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  display: block;
  color: #111;
  text-align: center;
  text-decoration: none;
}

#conts .realization .linkList .box a .num {
  margin-bottom: 28px;
  display: block;
}

#conts .realization .linkList .box a .num .benefit {
  margin-bottom: 2px;
  display: block;
}

#conts .realization .linkList .box a .image {
  margin-bottom: 24px;
}

#conts .realization .linkList .box a p {
  padding-bottom: 21px;
  background: url(/img/common/icon/icon_arrow05.png) no-repeat center bottom;
  font-size: 1.428em;
}

#conts .realization .linkList .box a p span {
  display: block;
  color: #CC871F;
  font-weight: bold;
  line-height: 1.5;
}

#conts .realization .linkList .box a:hover {
  color: #222;
  position: relative;
}

#conts .realization .linkList .box a:hover span {
  color: #222;
}

#conts .realization .linkList .box a:hover:before, #conts .realization .linkList .box a:hover:after {
  width: 280px;
  height: 5px;
  background: #222;
  position: absolute;
  left: 20px;
  content: "";
}

#conts .realization .linkList .box a:hover:before {
  top: 0;
}

#conts .realization .linkList .box a:hover:after {
  bottom: 0;
}

#conts .realization .txt {
  font-size: 1.142em;
  text-align: center;
}

#conts .benefit01 .ttl01,
#conts .benefit02 .ttl01,
#conts .benefit03 .ttl01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 60px;
  padding: 61px 0 0;
  width: auto;
  height: 240px;
}

#conts .benefit01 .ttl01:before,
#conts .benefit02 .ttl01:before,
#conts .benefit03 .ttl01:before {
  width: 100%;
  height: 240px;
  background: url(/img/offer/bg_body.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}

#conts .benefit01 .ttl01:after,
#conts .benefit02 .ttl01:after,
#conts .benefit03 .ttl01:after {
  bottom: -5px;
  z-index: 2;
}

#conts .benefit01 .ttl01 .num,
#conts .benefit02 .ttl01 .num,
#conts .benefit03 .ttl01 .num {
  margin-bottom: 29px;
  display: block;
  position: relative;
}

#conts .benefit01 .ttl01 img,
#conts .benefit02 .ttl01 img,
#conts .benefit03 .ttl01 img {
  position: relative;
  z-index: 3;
}

#conts .benefit01 .inner .supportBtn,
#conts .benefit02 .inner .supportBtn,
#conts .benefit03 .inner .supportBtn {
  text-align: center;
}

#conts .benefit01 .inner .lead,
#conts .benefit02 .inner .lead,
#conts .benefit03 .inner .lead {
  margin-bottom: 60px;
  font-size: 1.142em;
  text-align: center;
}

#conts .benefit01 .inner .box,
#conts .benefit02 .inner .box,
#conts .benefit03 .inner .box {
  margin-top: -1px;
  padding: 50px 60px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  position: relative;
}

#conts .benefit01 .inner .box .ttl,
#conts .benefit02 .inner .box .ttl,
#conts .benefit03 .inner .box .ttl {
  margin-bottom: 40px;
}

#conts .benefit01 .inner .box .num,
#conts .benefit02 .inner .box .num,
#conts .benefit03 .inner .box .num {
  position: absolute;
  top: 0;
  left: 15px;
}

#conts .benefit01 .inner .box .image,
#conts .benefit02 .inner .box .image,
#conts .benefit03 .inner .box .image {
  float: right;
}

#conts .benefit01 .inner .box .detail,
#conts .benefit02 .inner .box .detail,
#conts .benefit03 .inner .box .detail {
  width: 400px;
  float: left;
}

#conts .benefit01 .inner .box .detail p,
#conts .benefit02 .inner .box .detail p,
#conts .benefit03 .inner .box .detail p {
  margin-bottom: 25px;
  font-size: 1.0714em;
}

#conts .benefit01 .inner .check li,
#conts .benefit02 .inner .check li,
#conts .benefit03 .inner .check li {
  margin-top: 20px;
  font-size: 1.142857em;
}

#conts .benefit01 .inner .check li:first-child,
#conts .benefit02 .inner .check li:first-child,
#conts .benefit03 .inner .check li:first-child {
  margin-top: 0;
}

#conts .benefit01 .inner .check .none,
#conts .benefit02 .inner .check .none,
#conts .benefit03 .inner .check .none {
  background: none;
  text-align: right;
}

#conts .benefit01 .inner .catch,
#conts .benefit01 .inner .catch02,
#conts .benefit02 .inner .catch,
#conts .benefit02 .inner .catch02,
#conts .benefit03 .inner .catch,
#conts .benefit03 .inner .catch02 {
  text-align: center;
}

#conts .benefit01 .inner .catch,
#conts .benefit02 .inner .catch,
#conts .benefit03 .inner .catch {
  margin: 60px 0 40px;
}

#conts .benefit01 .inner .catch02,
#conts .benefit02 .inner .catch02,
#conts .benefit03 .inner .catch02 {
  margin-bottom: 60px;
}

#conts .benefit01 {
  padding: 0 0 70px;
}

#conts .benefit01 .ttl01 {
  background: url(/img/offer/bg_mainvisual02.jpg) no-repeat right top;
  -webkit-background-size: cover;
  background-size: cover;
}

#conts .benefit01 .inner .box .linkUl {
	display: flex;
	float: right;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 397px;
	border: 1px solid #e6e6e6;
}

#conts .benefit01 .inner .box .linkUl li {
	box-sizing: border-box;
	width: calc(100% / 4);
  text-align: center;
	display: block;
	padding: 21px 0 20px;
}

#conts .benefit01 .inner .box .linkUl li:not(:nth-child(-n + 4)) {
	border-top: 1px solid #e6e6e6;
}

#conts .benefit01 .inner .box .linkUl li:not(:nth-child(4n)) {
	border-right: 1px solid #e6e6e6;
}

#conts .benefit01 .inner .box .linkUl li img {
	width: 70%;
	height: auto;
}

#conts .benefit02 {
  padding: 0 0 70px;
}

#conts .benefit02 .ttl01 {
  background: url(/img/service/index/bg_benefit02.jpg) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}

#conts .benefit03 {
  padding: 0 0 70px;
}

#conts .benefit03 .ttl01 {
  background: url(/img/service/index/bg_benefit03.jpg) no-repeat left top;
  -webkit-background-size: cover;
  background-size: cover;
}

#conts .benefit03 .inner .box .detail {
  width: 840px;
  float: none;
}

#conts .benefit03 .inner .box .success {
  margin-top: 40px;
}

#conts .benefit03 .inner .box .success .ttl {
  margin-bottom: 20px;
}

#conts .benefit03 .inner .box .success .case {
  margin-top: -1px;
  padding: 40px;
  border: 1px solid #E6E6E6;
}

#conts .benefit03 .inner .box .success .case .profile,
#conts .benefit03 .inner .box .success .case .data {
  display: table-cell;
  vertical-align: top;
}

#conts .benefit03 .inner .box .success .case .profile {
  padding-right: 45px;
  width: 150px;
  text-align: center;
}

#conts .benefit03 .inner .box .success .case .profile .image {
  margin-bottom: 20px;
  float: none;
}

#conts .benefit03 .inner .box .success .case .profile .name {
  margin-bottom: 10px;
  color: #CC871E;
  font-size: 1.142em;
  font-weight: bold;
}

#conts .benefit03 .inner .box .success .case .data {
  width: 560px;
}

#conts .benefit03 .inner .box .success .case .data table {
  width: 100%;
  border-collapse: collapse;
}

#conts .benefit03 .inner .box .success .case .data table th,
#conts .benefit03 .inner .box .success .case .data table td {
  padding: 7px 10px;
  border-bottom: 1px solid #E6E6E6;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  vertical-align: top;
  font-size: 0.858em;
}

#conts .benefit03 .inner .box .success .case .data table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  color: #777;
}

#conts .benefit03 .inner .box .success .case .data table thead th {
  width: auto;
  border-bottom: none;
  color: #FFF;
  font-weight: bold;
}

#conts .benefit03 .inner .box .success .case .data {
  background: url(/img/common/arrow03.png) no-repeat center center;
}

#conts .benefit03 .inner .box .success .case .data .before {
  width: 260px;
  float: left;
}

#conts .benefit03 .inner .box .success .case .data .after {
  width: 260px;
  float: right;
}

#conts .benefit03 .inner .box .success .case .data .before thead th {
  background: #222;
}

#conts .benefit03 .inner .box .success .case .data .after thead th {
  background: #CC891E;
}

#conts .benefit03 .inner .box .success .case .data .after td span {
  color: #8C0000;
  font-weight: bold;
}

#conts #benefit_flow .whiteBox {
  padding: 40px 80px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}

#conts #benefit_flow .whiteBox .flowImg {
  margin-bottom: 40px;
  text-align: center;
}

#conts .formArea {
  background: url(/img/offer/bg_01.png) no-repeat center top;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  position: relative;
}

#conts .formArea .bgBox .catch {
  margin-bottom: 40px;
  text-align: center;
}

/*エントリーフォーム*/

#conts section .formSec .ttl01 {
  font-size: 26px;
  position: relative;
}

#conts section .formBox form {
  color: #111;
}

#conts section .formBox form table.table01 {
  width: 100%;
}

#conts section .inner form table.table01 tr {
  border-bottom: 1px solid #E6E6E6;
}

#conts section .formBox form table.table01 th,
#conts section .formBox form table.table01 td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: none;
  color: #111;
  vertical-align: middle;
  line-height: 1.6;
}

#conts section .inner form table.table01 th > .acdArea {
  padding: 0 40px 0 30px;
  position: relative;
}

#conts section .inner form table.table01 td > .acdArea{
  padding: 0 32px 0 15px;
}

#conts section .formBox form table.table01 td {
  line-height: 1.0;
}

#conts section .formBox form table.table01 th {
  padding-left: 30px;
  padding-right: 40px;
  width: 273px;
  position: relative;
}

#conts section .formBox form table.table01 th span.suppl {
  color: #777;
  font-size: 0.801em;
  line-height: 1.4;
}

#conts section .formBox form table.table01 th .must,
#conts section .formBox form table.table01 th .any {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -11px;
  width: 44px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 40px;
  text-align: center;
  font-size: 12px;
}

#conts section .formBox form table.table01 th .must {
  background: #8C0000;
  color: #FFF;
  vertical-align: middle;
}

#conts section .formBox form table.table01 th .any {
  border: 1px solid #234723;
  color: #234723;
  font-weight: bold;
}

#conts section .formBox form table.table01 th .smallTxt {
  color: #777;
  font-size: 0.799em;
}

#conts section .formBox form table.table01 td input {
  padding: 10px 12px;
}

#conts section .formBox form table.table01 td .notes {
  margin-top: 15px;
}

#conts section .formBox form table.table01 td ul {
  line-height: 1;
}

#conts section .formBox form table.table01 td .pulldown > select {
  padding: 0.3em 2.4em 0.3em 0.6em;
  width: 150% !important;
  height: 35px;
}

#conts section .inner form table.table01 td .experience .occu_list .pulldown > select {
  width: 111% !important;
}

#conts section .formBox form table.table01 td.birth ul li .pulldown > select {
  width: 170% !important;
}

#conts section .formBox form table.table01 td.birth ul li.year .pulldown > select {
  width: 150% !important;
}

#conts section .formBox form table.table01 td #fName,
#conts section .formBox form table.table01 td #fEstablishment {
  width: 310px;
}

#conts section .formBox form table.table01 td.nameBox li,
#conts section .formBox form table.table01 td.kanaBox li,
#conts section .formBox form table.table01 td.birth li {
  display: inline-block;
}

#conts section .formBox form table.table01 td.nameBox li span,
#conts section .formBox form table.table01 td.kanaBox li span {
  padding: 0 25px 0 0;
}

#conts section .formBox form table.table01 td.birth li span {
  padding: 0 10px;
}

#conts section .formBox form table.table01 td.birth li .pulldown,
#conts section .formBox form table.table01 td.birth li span {
  display: table-cell;
  vertical-align: middle;
}

#conts section .formBox form table.table01 td.nameBox li input,
#conts section .formBox form table.table01 td.kanaBox li input {
  width: 150px;
}

#conts section .formBox form table.table01 td.birth select {
  width: 180px;
}

#conts section .formBox form table.table01 td.birth .year select {
  width: 180px;
}

#conts section .formBox form table.table01 td #fEmail,
#conts section .formBox form table.table01 td #fConfirmation {
  width: 570px;
}

#conts section .formBox form table.table01 td #fConfirmation {
  margin-top: 15px;
}

#conts section .formBox form table.table01 td #fTel {
  margin-bottom: 13px;
  width: 310px;
}

#conts section .formBox form table.table01 td .location li {
  margin-top: 20px;
}

#conts section .formBox form table.table01 td .location li:first-child {
  margin-top: 0;
}

#conts section .formBox form table.table01 td .location li .pulldown {
  width: 180px;
}

#conts section .formBox form table.table01 td .national {
  margin-top: 20px;
}

#conts section .formBox form table.table01 td #fComp {
  width: 500px;
}

#conts section .formBox form table.table01 td .experience .pulldown {
  width: 180px;
}

#conts section .inner form table.table01 td .experience .occu_list .pulldown {
  width: 500px;
}

#conts section .formBox form table.table01 td .experience dl {
  margin-top: 18px;
}

#conts section .formBox form table.table01 td .experience dl:first-child {
  margin-top: 0;
}

#conts section .formBox form table.table01 td .experience dl dt, #conts section .formBox form table.table01 td .experience dl dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}

#conts section .formBox form table.table01 td .experience dl dt {
  width: 96px;
}

#conts section .formBox form table.table01 td .experience .register dt {
  padding-bottom: 30px;
}

#conts section .formBox form table.table01 td .experience .register dd .pulldown,
#conts section .formBox form table.table01 td .experience .register dd span {
  display: table-cell;
  vertical-align: middle;
}

#conts section .formBox form table.table01 td .experience .register dd span {
  padding: 0 10px;
}

#conts section .formBox form table.table01 td .experience .register dd p {
  margin-top: 20px;
}

#conts section .formBox form table.table01 td textarea {
  padding: 10px;
  width: 600px;
  min-height: 140px;
  line-height: 1.7;
}

#conts section .formBox form table.table01 td.error input,
#conts section .formBox form table.table01 td.error select,
#conts section .formBox form table.table01 td.error textarea {
  background: #FFF7F7;
}

#conts section .formBox form table.table01 td.error input[type="radio"],
#conts section .formBox form table.table01 td.error input[type="checkbox"] {
  background: none;
}

#conts section .formBox form table.table01 td.error .errorTxt {
  margin-top: 0;
  margin-bottom: 13px;
  color: #8C0000;
  text-align: left;
  font-size: 100%;
}

#conts section .formBox form table.table01 td.error .experience .errorTxt {
  margin: 15px 0 -10px;
  padding-left: 5em;
}

#conts section .formBox form table.table01 td.error .experience .errorTxt:first-child {
  margin-top: 0;
}

#conts section .formBox form .submitBtn {
  margin: 60px auto 0;
  width: 478px;
  position: relative;
}

#conts section .formBox form .submitBtn .txt {
  position: absolute;
  margin-top: -0.85em;
  top: 50%;
  left: -11em;
  font-size: 1.1428em;
}

#conts section .formBox form .submitBtn .button {
  margin: -15px 0 0 -15px;
}

#conts section .formBox form .submitBtn .txt a {
  text-decoration: none;
}

#conts section .formBox form .submitBtn .txt a:hover {
  text-decoration: underline;
}

#conts section .formBox form .submitBtn .orangeBtn button {
  display: block;
  width: 342px;
  height: 70px;
}

#conts section .formBox form .submitBtn .button input[type="image"] {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

#conts section .formBox form .submitBtn .button input[type="image"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: url(/img/recruit/detail/recruit_bn01_bg.png) no-repeat 0 0;
}

#conts section .formBox form .submitBtn .warrant {
  width: 190px;
  height: 75px;
  position: absolute;
  top: 5px;
  right: -236px;
}

#conts section .formBox form .submitBtn .warrant li {
  padding-top: 3px;
  float: right;
}

#conts section .formBox form .submitBtn .warrant li:first-child {
  padding-top: 0;
  float: left;
}


#conts section .formBox p.errorTxt {
    margin-bottom: 30px;
    color: #8C0000;
    text-align: center;
    font-size: 115%;
}

#conts section .formBox form table.table01 .other {
  padding-left: 96px;
  display: none;
}

#conts section .formBox form table.table01 .other .help {
  width: 500px;
  min-height: 85px;
  line-height: 1.5;
}

#conts section .formBox form table.table01 td.error .experience .other .errorTxt {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
}

#conts section .inner form table.table01 .license {
  border-bottom: none;
}

#conts section .inner form table.table01 .license th,
#conts section .inner form table.table01 .license td {
  padding: 0;
}

#conts section .inner form table.table01 .license .checkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#conts section .inner form table.table01 .license .checkList li {
  margin-bottom: 10px;
  width: 33%;
}

#conts section .inner form table.table01 .license .acdArea input[type="text"] {
  width: 570px;
}