@charset "utf-8";
/* CSS Document */

/* =============== 採用サイト =============== */
body{
font-size:110%;
}

.pbHeaderArea{
    margin-bottom:50px;
}

/* =============== 見出し =============== */
h1 {
  position: relative;
  padding: 1.5rem;
    letter-spacing: 0.1em;
}

h1:before {
  position: absolute;
  bottom: -10px;
left: calc(50% - 15%);
    width: 30%;
  height: 8px;
  content: '';
  background: #ff9a00;
}

h4{
  position: relative;/*相対位置*/
}

h4:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #ff9a00; /*アイコン色*/
}

.spp-RecBlue {
    background: -webkit-linear-gradient(transparent 65%, #54c9fe 65%);
    background: -o-linear-gradient(transparent 65%, #54c9fe 65%);
    background: linear-gradient(transparent 65%, #54c9fe 65%);
    display: inline-block;
}

/*　両端横線
----------------------------------------------------------- */ 
.spp-SPHborder{
    position: relative;
  display: inline-block;
    letter-spacing: .1em;
}

.spp-SPHborder:before, .spp-SPHborder:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 82px;
  height: 3px;
  background-color: black;
}

.spp-SPHborder:before {
  left:0;
}
.spp-SPHborder:after {
  right: 0;
}

/* =============== インデックスページ =============== */
.sub-menu1{
    width: 461px;
    background-color:inherit;
    border:solid 4px #c9c9c9;
    background-image: url(../recruit/icon_arrow.png);
    background-size: 9px;
    background-position:right 15px center;
}

.sub-menu1:nth-child(2n+1){
    margin-left:60px;
}

.sub-menu1:nth-child(2n){
    margin-right:60px;
}

.spp-2levmenu-2{
    width: 340px;
}


/* 県警トップへ戻るボタン
----------------------------------------------------------- */ 
.spp-RecPoliceTop a{
    display:inline-block;
    color:#fff !important;
    padding:15px;
    background-color:#0177db;
}

/*　ヘッダー本文へスキップリンク
----------------------------------------------------------- */ 
#honbun{
    position: absolute;
    top: -9999px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

/* グロナビ
----------------------------------------------------------- */ 
#gnavi_rec{
    text-align: right;
}
#gnavi_rec ul{
	margin:0 !Important;
	padding:0 !Important;
}

#gnavi_rec img{
	border:0;
}

#gnavi_rec ul li {
	display:inline-block;
	position: relative;
	list-style-type:none;
	background-image:none;
	padding:0;
	margin:0;
	z-index: 10;
    /*border-right:solid 1px #fff;*/
    text-align:center;
    font-weight:bold;
    margin-right:10px;
}

#gnavi ul li.g_home{width:120px;}
#gnavi ul li.g_kurashi{width:182px;}
#gnavi ul li.g_kotsu{width:145px;}
#gnavi ul li.g_sodan_mado{width:145px;}
#gnavi ul li.g_shinsei{width:155px;}
#gnavi ul li.g_about_spp{width:205px;}
#gnavi ul li.g_ps{width:128px;}

#gnavi_rec ul li a{
    display:block;
    padding:15px 20px;
    color:#000;
    text-decoration:none;
    position: relative
}

#gnavi_rec ul li a::before,
#gnavi_rec ul li a::after{
  border-bottom: solid 5px #ff9a00;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

#gnavi_rec ul li a::before{
  left: 50%;
}
#gnavi_rec ul li a::after{
  right: 50%;
}
#gnavi_rec ul li a:hover::before,
#gnavi_rec ul li a:hover::after{
  width: 50%;
}

/*ヘッダータイトル
----------------------------------------------------------- */ 
.spp-RecTitle{
    line-height: initial;
    letter-spacing: 0.3em;
}

.spp-RecTitlebg{
    height: 110px;
}
.spp-RecTitlebg01,
.spp-RecTitlebg02,
.spp-RecTitlebg03,
.spp-RecTitlebg04{
    background-size: cover;
}


/*　フッターサイトマップ
----------------------------------------------------------- */ 
.spp-RecFooterMap{
   position:relative;
    line-height: 1.5em !important; 
}

.spp-RecFooterMap::after{
   position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 2px;
    background-color: white;
}


/* QA
----------------------------------------------------------- */ 
.spp-RecQAquestion,
.spp-RecQAanswer{
position:relative;
}

.spp-RecQAquestion::before {
    content: "Q.";
    display: block;
    position: absolute;
    width: 43px;
    height: 28px;
    font-size: 170%;
    font-weight: 500;
    line-height: 28px;
    left: 24px;
    top: 19px;
}

.spp-RecQAanswer::before {
    content: "A.";
    display: block;
    position: absolute;
    width: 43px;
    height: 28px;
    font-size: 170%;
    font-weight: 500;
    line-height: 28px;
    color: #ff0000;
    left: 27px;
    top: 21px;
}

/* =============== 警察学校 =============== */
/* 年間スケジュール
----------------------------------------------------------- */ 
.spp-SchoolCalendarBox{
    border-radius: 7px;
}

.imageBox .spp-SchoolCalendarBox img{
    width:100%;
}
.spp-SchoolCalendar .pbHorizontalNested:nth-of-type(1) .spp-SchoolCalendarBox,
.spp-SchoolCalendar .pbHorizontalNested:nth-of-type(2) .spp-SchoolCalendarBox{
    margin-right:30px;
}

/* =============== 業務紹介・職員紹介 =============== */
/* 業務一覧リスト
----------------------------------------------------------- */ 
.spp-RecGyomuList ul{
	margin:0 !Important;
	padding:0 !Important;
}

.spp-RecGyomuList ul li {
	float:left;
	position: relative;
	list-style-type:none;
	background-image:none;
	padding:0;
	margin:0;
	z-index: 10;
    /*border-right:solid 1px #fff;*/
    text-align:center;
    font-weight:bold;
    margin-right:8px;
}

.spp-RecGyomuList ul li a{
    display:block;
    padding:12px 15px 12px 27px;
    position: relative;
    border:solid 5px #0178cc
}

.spp-RecGyomuList ul li.school a{
    border-color:#28892e;
}

.spp-RecGyomuList ul li a::before{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #0178cc;
  border-right: solid 2px #0178cc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 22px;
  left: 6px;
}

.spp-RecGyomuList ul li.school a::before{
   border-color:#28892e;
} 

.spp-RecGyomuList ul li a:hover{
    background-color:#0178cc;
    color:#fff;
}

.spp-RecGyomuList ul li a:hover::before{
    border-color:#fff;
}

.spp-RecGyomuList ul li.school a:hover{
    background-color:#28892e;
    color:#fff;
}

/* 上下ボーダー見出し
----------------------------------------------------------- */ 
.spp-RecBorderParent{
    text-align: center;
}

.spp-RecBorder{
    display: inline-block;
}

/* 業務別部門枠
----------------------------------------------------------- */ 
.spp-RecGyomuGroupContents img{
    text-align:center;
    margin-bottom:15px;
}

/* この部門の警察官を見る吹き出し
----------------------------------------------------------- */ 
.spp-SPHbubble {
  position: relative;
    width: 325px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: .1em;
}

.spp-SPHbubble:before {
  position: absolute;
    bottom: -14px;
    left: calc(50% - 12px);
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #000 transparent transparent;
}

.spp-SPHbubble:after {
  position: absolute;
    bottom: -10px;
    left: calc(50% - 12px);
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

/*　この部門の警察官を見る
----------------------------------------------------------- */ 
.spp-SPPoliceBox .pbHorizontalNested:nth-child(3n) .spp-SPPoliceImg{
    margin-right:0;
}
.spp-SPPoliceImg{
    position: relative;
}

.spp-SPPoliceImg img{
    border-radius: 20px;
    width:330px;
}

.spp-SPPoliceImg .spp-SPPoliceOrg{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 85%;
    width: 270px;
}

.sppRecOterBox{
    position: relative;
}
.sppRecOterBox .pbNestedWrapper{
    float:left;
    width:340px;
    clear: right;
    margin-right:30px;
    margin-bottom:15px;
    font-size:90%;
}
.sppRecOterBox .pbNestedWrapper:nth-child(3n){
    margin-right:0;
}
.sppRecOterBox .pbNestedWrapper img{
    width:100%;
    border-radius:20px;
}

/* 職員紹介ページタイトル枠
----------------------------------------------------------- */ 
/*.spp-Title{
    position: relative
}
.spp-RecStaffBox{
    position: absolute;
    background-color:rgba(255,255,255,0.7);
    top: 50px;
    left: 45px;
}*/

/* 私のプライベート枠
----------------------------------------------------------- */ 
.spp-RecPrivateBox{
    box-shadow: 0px 4px 11px -5px rgba(0,0,0,0.8);
    position: relative;
}

.spp-RecPrivateBox:before{
    content: '';
    display: inline;
    width: 140px;/*画像の幅*/
    height: 63px;/*画像の高さ*/
    background-image: url(../recruit/private_mt.png);
    background-size: contain;
    position: absolute;
    top: -24px;
    left: -17px;
}

/* =============== 採用案内 =============== */
/* 実施計画表
----------------------------------------------------------- */ 
.spp-RecTable table{
    font-size:80%;
}

.spp-RecTable table td,
.spp-RecTable table th{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 採用イベントテーブル
----------------------------------------------------------- */ 
.spp-RecEventTable table td:first-child{
    white-space: nowrap;
}