@charset 'utf-8';

.boxRecIndexTopWrap{
  background-color: #000000;
}
.boxRecIndexTop{
  width: 980px;
  margin: 0 auto;
}
.ulRecIndexTop li{
  float: left;
}

.boxRecIndex01{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-top: 60px;
}
.boxRecIndex01F{
  display: table;
  width: 100%;
  border: 1px #dcdcdc solid;
}
.boxRecIndex01FOne{
  display: table-cell;
  width: 25%;
  border-right: 1px #dcdcdc solid;
  background-color: #fff;
  text-align: center;
}
.boxRecIndex01FOne:last-child{
  border-right: 0;
}
.boxRecIndex01FOne:hover{
  background-color: #c40e18;
}
.boxRecIndex01FOne a{
  display: block;
  width: 100%;
}
.boxRecIndex01FOne a:hover img{
  opacity: 1;
  filter: alpha(opacity=100);
}

.boxRecIndex02{
  position: relative;
  width: 980px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.boxRecIndex02List{
  background-color: #f7f5f1;
  padding: 25px 30px;
  font-size: 0.9rem;
}
.boxRecIndex02ListOne{
  display: table;
  width: 100%;
  margin-bottom: 12px;
}
.boxRecIndex02ListOne .txtDate{
  display: table-cell;
  width: 15%;
  vertical-align: top;
  color: #c40e18;
}
.boxRecIndex02ListOne .txtDate:before{
  content: '-';
  margin-right: 10px;
}
.boxRecIndex02ListOne .txtTtl{
  display: table-cell;
  width: 85%;
  padding-right: 160px;
  vertical-align: top;
  letter-spacing: 0.2em;
}
.boxRecIndex02 .linkToArchive{
  position: absolute;
  top: 28px;
  right: 30px;
  display: inline-block;
  padding: 7px 10px 7px 33px;
  background-color: #c40e18;
  background-image: url('/images/recruit/recruit-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  color: #fff;
}

.boxRecIndex03{
  position: relative;
  width: 980px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.boxRecIndex03R{
  text-align: right;
}
.boxRecIndex03L .ttl,
.boxRecIndex03R .ttl{
  display: inline-block;
  width: 49.5%;
  padding: 9px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px #c40e18 solid;
  text-align: center;
  letter-spacing: 0.25em;
  font-size: 1.1rem;
  font-weight: bold;
  color: #c40e18;
  cursor: pointer;
}
.boxRecIndex03L .ttl{
  margin-right: 1%;
}
.boxRecIndex03R .ttl{
  position: absolute;
  top: 8px;
  right: 0;
}
.boxRecIndex03L.current .ttl,
.boxRecIndex03R.current .ttl{
  padding: 13px 0;
  background-color: #c40e18;
  color: #fff;
  cursor: auto;
}
.boxRecIndex03R.current .ttl{
  top: -8px;
}
.boxRecIndex03L .boxCont,
.boxRecIndex03R .boxCont{
  display: none;
  padding-top: 35px;
  text-align: left;
}
.boxRecIndex03L.current .boxCont,
.boxRecIndex03R.current .boxCont{
  display: block;
}
.boxRecIndex03L .boxCont ul{
  overflow: hidden;
}
.boxRecIndex03L .boxCont li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 27px;
  text-align: center;
}
.boxRecIndex03L .boxCont li:nth-child(3n){
  margin-right: 0;
}
.boxRecIndex03L .boxCont li img{
  margin-bottom: 14px;
}
.boxRecIndex03L .boxCont li .ttl2{
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.15rem;
  font-weight: bold;
}

.boxRecIndex03R .boxCont ul{
  overflow: hidden;
}
.boxRecIndex03R .boxCont li{
  float: left;
  width: 24%;
  margin-right: 1.33333333%;
  margin-bottom: 52px;
  text-align: center;
}
.boxRecIndex03R .boxCont li:nth-child(4n){
  margin-right: 0;
}
.boxRecIndex03R .boxCont li img{
  margin-bottom: 14px;
}
.boxRecIndex03R .boxCont li .ttl2{
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 1.15rem;
  font-weight: bold;
}



.boxRecIndex04{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}

.boxRecIndex05{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}



