@charset "utf-8";
/* CSS Document */
/* 採用トップページ用（PC） */

/* =============== ﾄｯﾌﾟﾍﾟｰｼﾞ =============== */
.pbFooterArea{
margin-top:0;
}

/* 新着情報
----------------------------------------------------------- */ 
.spp-RecTopNewsbg{
border-radius:30px;
width:940px;
margin-left:auto;
margin-right:auto;
}
.spp-RecNewsTitle {
  position: relative;
}

.spp-RecNewsTitle span {
  font-size: 48%;
  display: block;
padding-top: 40px;
}

.spp-RecNewsTitle:before {
  position: absolute;
  top:68px;
  left: calc(50% - 38px);
  width: 76px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ff6ea9;
}
.spp-RecNewsMore{
position:relative;
}
.spp-RecNewsMore:before{
content:"";
background-image:url(../recruit/bg_more.png);
display: inline-block;
    width: 26px;
    height: 14px;
    top: 9px;
    position: absolute;
    right: 54px;
}

/* ライフステージ支援
----------------------------------------------------------- */ 
.spp-RecTopLifeCatch{
    display: inline-block;
    margin-bottom: 4rem;
    letter-spacing: .1em;
    position: relative;
}
.spp-RecTopLifeCatch::before,
.spp-RecTopLifeCatch::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 50px;
    background: #222;
    position: absolute;
    bottom: 0;
}
.spp-RecTopLifeCatch::before {
    transform: rotate(-28deg);
    left: -4rem;
}

.spp-RecTopLifeCatch::after {
    transform: rotate(28deg);
    right: -3rem;
}
.spp-RecLifeIcon ul{
margin:0;
padding:0;
}

.pbMainArea .spp-RecLifeIcon ul li{
display:inline-block;
	list-style-type:none;
	background:none;
	padding-left:0;
margin-left:0;
text-align:center;
}

.pbMainArea .spp-RecLifeIcon ul li a{
    display:block;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
color:#000;
padding:0 50px;
}

.spp-RecLifeIcon ul li img{
display:block;
margin-bottom:15px;
}

/* 業務紹介
----------------------------------------------------------- */
.spp-RecTopJobBox2,
.spp-RecTopJobBox3{
position:relative;
overflow:hidden;
}
.spp-RecTopJobBox2 a,
.spp-RecTopJobBox3 a{
    overflow: hidden;
    display: block;
}
.spp-RecTopJobBox2 a  img,
.spp-RecTopJobBox3 a  img{
width:100%;
transition-duration: 0.3s;
}
.spp-RecTopJobBox2 a:hover img,
.spp-RecTopJobBox3 a:hover img{
transform: scale(1.1);
}
.jobTitle{
padding: 14px 28px 14px 40px !Important;
background-color: #0178CC;
position:absolute;
top:200px;
left:0;
letter-spacing: 0.2em;
font-weight:bold;
}

.jobTitle2{
	background-color: #26862c;
}

.jobTitle::before{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 24px;
  left:18px;
}

/* 職員紹介
----------------------------------------------------------- */ 
.spp-RecTopStaffTitle {
  position: relative;
  padding: 24px 68px;
display:inline-block;
    letter-spacing: .1em;
}

.spp-RecTopStaffTitle:before {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

/* 職員紹介スライド（bxslider）
----------------------------------------------------------- */ 
.bx-wrapper {
	margin: 0 auto;
}

.pbMainArea ul.bxslider{
    margin:0 !important;
}
.pbMainArea ul.bxslider li {
    margin-left:0 !important;
	padding-left:0 !Important;
	background:none;
	background-color:#fff;
}

.bxslider li{
    border-radius:20px;
    overflow: hidden;
}

.slide_staff {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 33px;
}

/* コントローラー */
.bx-wrapper .bx-prev {
    left:6px;
    background:url(../top-slide/images/controls.png) no-repeat 0 -58px;
}

.bx-wrapper .bx-next {
    right:6px;
    background:url(../top-slide/images/controls.png) no-repeat -30px -58px;
}

.bx-wrapper .bx-prev:hover {
    background-position:0 0;
}

.bx-wrapper .bx-next:hover {
    background-position:-30px 0;
}

.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:133px;
    outline:0;
    width:30px;
    height:58px;
    text-indent:-9999px;
    z-index:9999;
	transition:none;
}

/* FAQ
----------------------------------------------------------- */ 
.spp-RecTopFAQbg{
width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.pbMainArea .spp-RecTopFAQ ul{
margin:0;
padding:0;
}

.pbMainArea .spp-RecTopFAQ ul li{
	float:left;
	list-style-type:none;
	background:none;
	padding-left:0;
	margin-left:0;
margin-right:45px;
    background-color: #fff;
}

.pbMainArea .spp-RecTopFAQ ul li:nth-child(3n){
margin-right:0;
}
/* 情報発信
----------------------------------------------------------- */ 
.spp-RecTopOuntgoingbg{
border-radius:30px;
}
.pbMainArea .spp-RecTopOutgoing ul{
margin:0;
padding:0;
}

.pbMainArea .spp-RecTopOutgoing ul li{
	float:left;
	list-style-type:none;
	background:none;
	padding-left:0;
	margin-left:15px;
margin-right:15px;
}
.pbMainArea .spp-RecTopOutgoing ul li a{
    display:block;
padding: 27px 33px 27px 109px;
    border:solid 5px #ff9a00;
    color: #000;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    font-size: 120%;
background-image:url(../recruit/icon_shiken.png);
background-repeat: no-repeat;
background-position: top 50% left 40px;
width:150px;
}
.pbMainArea .spp-RecTopOutgoing ul li a:hover{
background-color:#ff9a00;}

.spp-RecTopOutgoing ul li.out_shiken a{
background-image:url(../recruit/icon_shiken.png);
}
.spp-RecTopOutgoing ul li.out_event a{
background-image:url(../recruit/icon_saiyou.png);
}
.spp-RecTopOutgoing ul li.out_movie a{
background-image:url(../recruit/icon_movie.png);
}
.spp-RecTopOutgoing ul li.out_shiken a:hover{
background-image:url(../recruit/icon_shiken_w.png);
}
.spp-RecTopOutgoing ul li.out_event a:hover{
background-image:url(../recruit/icon_saiyou_w.png);
}
.spp-RecTopOutgoing ul li.out_movie a:hover{
background-image:url(../recruit/icon_movie_w.png);
}
