@charset "utf-8";
/* CSS Document */

/*sm*/
.kyujin_list-information,
.kyujin_detail-top{
position: relative;
border: solid rgba(255,100,0,1.0);
border-width: 2px 0px 0px 2px;
border-radius: 20px 0 0 0;
}

.kyujin_list-information{
padding: 20px;
}

.kyujin_detail-top{
padding: 20px 20px 5px 20px;
}

.kyujin_list-information:not(:last-of-type){
margin-bottom: 30px;
}

.job_count{
margin-bottom: 10px;
font-size: 1.4rem;
}

.update_date_koyoukeitai{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
margin-bottom: 20px;
font-size: 1.2rem;
}

.update_date{
margin-bottom: 8px;
line-height: 1.3;
}

.koyoukeitai li{
display: inline-block;
margin-bottom: 8px;
padding: 5px 8px 3px;
border: 1px solid rgba(60,60,60,1.0);
}

.koyoukeitai li:not(:last-child){
margin-right: 5px;
}

h3{
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}

img{
display: block;
margin: 15px auto;
}

h4{
margin-bottom: 15px;
font-weight: bold;
}

.heading:after{
content: "";
display: block;
width: 50px;
height: 4px;
background: rgba(230,230,230,1.0);
margin: 5px 0 10px;
}

.kyujin_list-information dl{
padding-bottom: 30px;
}

.kyujin_list-information dt{
font-weight: bold;
}

.kyujin_list-information dd:not(:last-child){
margin-bottom: 15px;
}

h5{
margin: 30px auto 15px;
padding: 10px 0;
border: 2px solid rgba(255,100,0,1.0);
border-radius: 30px;
background-color: rgba(255,100,0,0.2);
font-size: 1.8rem;
font-weight: bold;
text-align: center;
}

.kyujin_detail-contents dt{
font-weight: bold;
}

.kyujin_detail-contents dd{
position: relative;
margin-bottom: 25px;
padding-bottom: 5px;
border-bottom: 2px solid rgba(200,200,200,1.0);
}

.kyujin_detail-contents dd:last-child{
margin-bottom: 0;
}

.kyujin_detail-contents dd::before{
content: "";
position: absolute;
bottom: -2px;
width: 50%;
height: 2px;
background: rgba(255,100,0,1.0);
}

.kyujin_btn{
font-size: 1.8rem;
text-align: center;
}

.kyujin_list-contents .btn_detail{
margin-bottom: 30px;
}

.kyujin_detail-contents .btn_entry{
margin-top: 30px;
}

.kyujin_list-contents .btn_detail,
.kyujin_detail-contents .btn_entry,
.kyujin_detail-contents .btn_tel{
margin-bottom: 30px;
}

.pagination{
display: flex;
justify-content: center;
align-items: center;
width: 90%;
margin:0 auto 50px;
}

.pagination_item-link{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 30px;
height: 30px;
margin: 0 5px;
border: solid 2px rgba(255,100,0,1.0);
background: rgba(255,255,255,1.0);
color: rgba(255,100,0,1.0);
transition: 0.5s;
}

.pagination_item-link.current{
background: rgba(255,100,0,1.0);
color: rgba(255,255,255,1.0);
}

.pagination_item-link:not(.current):hover{
background: rgba(255,100,0,1.0);
color: rgba(255,255,255,1.0);
}


/*md*/
@media screen and (min-width: 768px) {
.kyujin_list-information,
.kyujin_detail-top{
border-radius: 30px 0 0 0;
}

.kyujin_list-information{
padding: 30px;
}

.kyujin_detail-top{
padding: 30px 30px 15px 30px;
}

.kyujin_list-information:not(:last-of-type){
margin-bottom: 50px;
}

.update_date_koyoukeitai{
font-size: 1.4rem;
}

h3{
font-size: 2.2rem;
}

.kyujin_list-information .kyujin_frame,
.kyujin_detail-top .kyujin_frame{
display: flex;
justify-content: space-between;
align-items:flex-start;
width: 100%;
}

.kyujin_list-information .kyujin_frame{
margin: 15px 0 30px;
}

.kyujin_detail-top .kyujin_frame{
margin: 15px 0 0 0;
}

.kyujin_list-information .kyujin_detail,
.kyujin_detail-top .kyujin_detail{
width: 65%;
}

img{
width: 32%;
margin: 0 3% 0 0;
}

.kyujin_list-information dl{
display: flex;
flex-wrap: wrap;
padding-bottom: 0;
}

.kyujin_list-information dt{
width: 15%;
max-width: 60px;
}

.kyujin_list-information dd{
width: 85%;
margin-bottom: 0;
}

h5{
width: 50%;
margin: 50px auto 30px;
font-size: 2.2rem;
}

.kyujin_detail-contents dl{
display: flex;
flex-wrap: wrap;
}

.kyujin_detail-contents dt{
width: 20%;
max-width: 140px;
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 2px solid rgba(255,100,0,1.0);
}

.kyujin_detail-contents dd{
width: 80%;
margin-bottom: 30px;
padding-bottom: 10px;
}

.kyujin_detail-contents dt:last-of-type{
margin-bottom: 0;
}

.kyujin_detail-contents dd::before{
display: none;
}

.kyujin_btn{
display: flex;
justify-content: space-around;
width: 70%;
margin: 0 auto;
}

.kyujin_list-contents .btn_detail{
margin-bottom: 0;
}

.kyujin_detail-contents .btn_entry,
.kyujin_detail-contents .btn_list{
margin-top: 50px;
}

.kyujin_detail-contents .btn_entry{
margin-bottom: 0;
}

.kyujin_detail-contents .btn_tel{
display: none;
}

.pagination{
width: 40%;
margin:0 auto 100px;
}
}


/*sm search*/
#kyujin_search{
margin-bottom: 30px;
padding: 20px 5% 5px;
border: 2px solid rgba(110,110,110,1.0);
border-radius: 20px;
background-color: rgba(247,247,247,1.0);
}

.kyujin_accordion_container{
display: none;
}

.btn_kyujin_accordion,
.btn_search{
width: 90%;
margin-bottom: 15px !important;
text-align: center;
}

.btn_kyujin_accordion:after{
content: "";
display: inline-block;
position: absolute;
top: 16px;
right: 10%;
width: 8px;
height: 8px;
border-top: 3px solid rgba(255,255,255,1.0);
border-right: 3px solid rgba(255,255,255,1.0);
transform: rotate(135deg);
transition: 0.5s;
}

.btn_kyujin_accordion.close:after{
top: 20px;
transform: rotate(-45deg);
}

.btn_search:before{
content: "";
display: inline-block;
position: absolute;
top: 12px;
left: 10%;
width: 26px;
height: 26px;
background: url(../images/ico_search-white.svg)center center/cover no-repeat;
}

#kyujin_search dt{
margin-bottom: 5px;
font-weight: bold;
}

#kyujin_search dd{
margin-bottom: 25px;
line-height: 2.0;
}

/*プルダウンデザイン*/
.pseudo_select{
display: inline-flex;
align-items: center;
position: relative;
width: 100%;
padding: 5px 0 5px 20px;
border: 2px solid rgba(230,230,230,1.0);
box-sizing: border-box;
background-color: rgba(255,255,255,1.0);
text-align: center;
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.pseudo_select select{
-webkit-appearance: none;
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
padding-left: 20px;
opacity: 0;
cursor: pointer;
font-size: 1.6rem;
}

.pseudo_select.focus{
border: 2px solid rgba(255,100,0,1.0);
}

.pseudo_select:before{
content: "";
display: block;
position: absolute;
width: 20px;
height: 20px;
}

.pseudo_select:after{
content: "";
position: absolute;
top: 50%;
margin-top: -2px;
right: 20px;
width: 0;
height: 0;
border: 8px solid transparent;
border-top-color: rgba(60,60,60,1.0);
}

/*チェックボックスデザイン*/
#kyujin_search label.checkbox_label a{
color:rgba(255,100,0,1.0);
font-size: 1.8rem;
font-weight: bold;
line-height: 1.1;
}

label.checkbox_label{
display: block;
position: relative;
cursor: pointer;
margin-bottom: 10px;
padding-left: 35px;
overflow: hidden;
}

label.checkbox_label:before{
content: "";
position: absolute;
left: 0px;
top: 0;
z-index: 3;
width: 26px;
height: 26px;
border: 2px solid rgba(230,230,230,1.0);
box-sizing: border-box;
}

label.checkbox_label.focus:before{
border-color: rgba(110,110,110,0.5);
}

label.checkbox_label:after{
display: block;
content: "";
position: absolute;
top: 10px;
left: 8px;
z-index: 1;
margin-top: -8px;
width: 8px;
height: 16px;
border-right: 3px solid rgba(110,110,110,1.0);
border-bottom: 3px solid rgba(110,110,110,1.0);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}

label.checkbox_label input[type="checkbox"]{
-moz-appearance: none;
-webkit-appearance: none;
display: block;
position: absolute;
z-index: 2;
left: -26px;
width: 26px;
height: 26px;
margin: 0px;
padding: 0px;
border: none;
border-radius: 0;
box-sizing: border-box;
box-shadow: 26px 0px 1px rgba(255,255,255,1.0);
background: rgba(255,255,255,1.0);
}

label.checkbox_label input:checked{
box-shadow: none;
}

label.checkbox_label input:checked:focus{
box-shadow: 1.5em 0px 1px rgba(110,110,110,1.0);
opacity: .05;
}

label.checkbox_label input:focus{
box-shadow: 26px 0px 1px rgb(255,255,255,1.0);
}

/*フリーワードデザイン*/
#kyujin_search input[type="search"]{
width: 100%;
padding: 10px 0 10px 20px;
border: 2px solid rgba(230,230,230,1.0);
border-radius: 20px;
box-sizing: border-box;
font-size: 1.4rem;
}


/*md search*/
@media screen and (min-width: 768px) {
#kyujin_search dd{
line-height: 1.8;
}

/*チェックボックスデザイン*/
label.checkbox_label{
display: inline-block;
margin-right: 20px;
margin-bottom: 0;
}

/*フリーワードデザイン*/
#kyujin_search input[type="search"]{
font-size: 1.6rem;
}
}


/*lg search*/
@media screen and (min-width: 1024px) {
#kyujin_search{
margin-bottom: 50px;
padding: 30px 5% 15px;
border-radius: 30px;
}

.kyujin_accordion_container{
display: block;
margin-top: 15px;
}

.btn_kyujin_accordion:hover:after{
border-top: 3px solid rgba(110,110,110,1.0);
border-right: 3px solid rgba(110,110,110,1.0);
}

#kyujin_search dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

#kyujin_search dt{
width: 18%;
font-size: 1.8rem;
}

#kyujin_search dd{
width: 80%;
margin-bottom: 0px;
}

/*プルダウンデザイン*/
.pseudo_select{
width: 70%;
}

/*フリーワードデザイン*/
#kyujin_search input[type="search"]{
width: 70%;
}

.btn_search:hover:before{
background: url(../images/ico_search-red.svg)center center/cover no-repeat;
}
}