/*  TOP
------------------------------------- */
html {
  background: white;
}

.mainImage {
  position: absolute;
  top: 0;
  left: 0;
  height: 640px;
  width: 100%;
  z-index: 0;
  background: url('/img/recruit/index/bg-contents.jpg?1461668502') center bottom no-repeat #0066cc;
}
.mainImage .inner {
  position: relative;
  padding-top: 165px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
}
.mainImage .inner .banner {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.mainContent {
  margin-top: 550px;
  padding-top: 25px;
}

.panel {
  position: relative;
  float: left;
  width: calc( ( 100% - 60px ) / 3 );
  margin: 0 30px 0 0;
  padding: 50px 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  background: url('/img/recruit/index/num-1.jpg?1461673365') left top no-repeat;
}
.panel:nth-of-type(2n) {
  background: url('/img/recruit/index/num-2.jpg?1461673365') left top no-repeat;
}
.panel:nth-of-type(3n) {
  margin: 0;
  background: url('/img/recruit/index/num-3.jpg?1461673365') left top no-repeat;
}
.panel:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  background: url('/img/recruit/common/arw-circle-blue.png?1461677805') center center no-repeat;
}
.panel:hover {
  opacity: 0.8;
}
.panel a {
  display: block;
  text-decoration: none;
  color: #004795;
}
.panel h2 {
  margin: 0 0 20px;
  font-size: 3.2rem;
  line-height: 1;
}

.footer {
  color: #333;
}
