/*********

NEWS_ARCHIVE

**********/
.scrollWrap {
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
margin-bottom: 2.4rem;
}
.cate_bar {
display: flex;
}
.cate_bar li a {
display: block;
padding: 1.4rem;
color: #000;
font-weight: 600;
white-space: nowrap;
border-right: 1px solid #d9d9d9;
}
.cate_bar li.current.news a {
background: #424242;
color: #fff;
}
.cate_bar li.current.care a {
background: #8fbadb;
color: #fff;
}
.cate_bar li.current.riha a {
background: #171c61;
color: #fff;
}
.cate_bar li.current.studio a {
background: #f4ba80;
color: #fff;
}
@media screen and (min-width: 768px) {
.scrollWrap {
overflow-x: hidden;
}
.cate_bar li a {
padding: 1.4rem 1.6rem;
}
}


/*******************************

ページネーション用のスタイルシート

********************************/
.pagination{
margin: 30px 0;
}
.pagination,
.pagination li a {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
}
.pagination a {
border: 1px solid #171c61;
border-left-width: 0;
min-width: 36px;
min-height: 36px;
color: #171c61;
}
.pagination li:not([class*="current"]) a:hover {
background-color: #171c61;
color: #fff;
}
.pagination li:first-of-type a {
border-left-width: 1px;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
position: absolute;
top: -9999px;
left: -9999px;
}
.pagination li.first a::before,
.pagination li.last a::after {
font-family: 'Material Icons';
content: '\e044';
}
.pagination li.previous a::before,
.pagination li.next a::after {
font-family: 'Material Icons';
content: '\e037';
}
.pagination li.first a::before,
.pagination li.previous a::before {
transform: scale(-1, 1);
}
.pagination li.current a {
background-color: #171c61;
color: #fff;
cursor: default;
pointer-events: none;
}
@media only screen and ( max-width: 680px ) {
.pagination li.first,
.pagination li.last {
position: absolute;
top: -9999px;
left: -9999px;
}
.pagination li.previous a { border-left-width: 1px; }
}
@media only screen and ( max-width: 500px ) {
.pagination li {
position: absolute;
top: -9999px;
left: -9999px;
}
.pagination li.current,
.pagination li.first,
.pagination li.last,
.pagination li.previous,
.pagination li.next{
position: initial;
top: initial;
left: initial;
}
.pagination li.previous a { border-left-width: 0; }
}
@media only screen and ( max-width: 400px ) {
.pagination li.first,
.pagination li.last {
position: absolute;
top: -9999px;
left: -9999px;
}
.pagination li.previous a { border-left-width: 1px; }
}


/*********

NEWS_SINGLE

**********/
.postHeader {
font-size: 0.86em;
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
gap: 1.4rem;
}
.postHeader::before {
content: '';
display: block;
width: 70px;
height: 70px;
background: #424242;
}
.postHeader.care::before {
background: #8fbadb;
}
.postHeader.riha::before {
background: #171c61;
}
.postHeader.studio::before {
background: #f4ba80;
}
.pH_inflex {
width: calc((100% - 70px) + 1.4rem);
}
.postHeader h2 {
font-size: 1.64em;
}
.postFooteNavi {
display: flex;
justify-content: space-between;
margin: 40px 0 0;
gap: 1.6rem;
}
.postFooteNavi a {
background-color: #171c61;
color: #fff;
font-size: 1.24rem;
padding: 1rem 1.4rem;
border-radius: 5px;
display: inline-block;
transition: background 0.3s;
}
.postFooteNavi a:hover {
background-color: #8fbadb;
}








/*********

REC_ARCHIVE

**********/
.recpost_list,
.recpost_list > li a {
display: -webkit-flex;
display: -moz-flex;
display: flex;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
gap: 1.2rem;
}
.recpost_list > li.noEntry {
width: 100% !important;
text-align: center !important;
}
.recpost_list > li a {
width: 100%;
height: 100%;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
padding: 1.2rem;
border-radius: 0.36rem;
border: 1px solid #171c61;
color: #171c61;
}
.recpost_list > li a.noEnt {
background: #f4f4f4;
border-color: #909090;
color: #909090;
}
.job_itemName {
font-size: 1.06em;
font-weight: 600;
letter-spacing: 0.2em;
line-height: 1;
}
.job_txt {
font-size: 0.87em;
line-height: 1.6;
}	
@media screen and (min-width: 768px) {
.recpost_list {
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
}
.recpost_list > li {
width: calc((100% - 1.2rem) / 2);
}
}
@media screen and (min-width: 992px) {
.recpost_list > li {
width: calc((100% - 2.4rem) / 3);
}
}



/*********

REC_SINGLE

**********/
.nav_worklist {
overflow-x: auto;
white-space: nowrap;
background: #fefefe;
-webkit-overflow-scrolling: touch;
}
.nav_worklist > ul {
display: flex;
background: #fff;
}
.nav_worklist li a {
display: block;
color: #424242;
padding: 10px 15px;
flex-shrink: 0;
border-right: 1px solid rgba(130,107,107,0.12);
transition: background-color 0.3s;
font-weight: 600;
}
.nav_worklist li.current a {
background: #171c61;
color: #fff;
}
#recinfo .radio_content > h2 {
font-size: 2.1rem;
line-height: 1.4;
border-left: 3px solid #171c61;
margin: 1.64em auto;
padding: 6px 0 6px 20px;
}
#recinfo input[type="radio"] {
display: none;
}
#recinfo label {
width: calc(50% - 10px);
display: inline-block;
padding: 10px 20px;
background: #efefef;
font-weight: 600;
border-radius: 4px 4px 0 0;
color: #171c61;
margin-right: 5px;
cursor: pointer;
}
#recinfo input[type="radio"]:checked + label {
background: #171c61;
color: #fff;
}
#recinfo .tab__content {
display: none;
padding: 20px;
border: 1px solid #ccc;
border-top: 3px solid #171c61;
}
#tab1:checked ~ #fulltime_div,
#tab2:checked ~ #parttime_div {
display: block;
}
#recinfo th,
#recinfo td {
display: block;
width: 100%;
padding: 10px 0;
text-align: center;
}
#recinfo th {
background: rgba(0, 147, 189, 0.1);
}
#recinfo td {
font-size: 1.3rem;
}
@media screen and (min-width: 992px) {
#recWrapper {
display: flex;
padding: 0 0 80px !important;
}
.nav_worklist {
overflow: hidden;
position: absolute;
left: 0;
width: 250px;
padding: 0 1.6rem;
}
.nav_worklist > ul {
flex-direction: column;
height: 100%;
margin-bottom: 100px;

}
.nav_worklist li a {
font-size: 1.68rem;
padding: 1rem 0;
border-right: none;
display: flex;
align-items: center;
gap: 6px;
}
.nav_worklist li a::before {
content: '';
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
background: #d5d5d5;
transition: 0.4s ease-in-out;
}
.nav_worklist li.current a {
background: none;
color: #171c61;
}
.nav_worklist li a:hover::before,
.nav_worklist li.current a::before {
width: 16px;
height: 16px;
background: #171c61;
}
.radio_content {
margin-left: 270px;
width: 100%;
min-height: 500px;
}
#recinfo .radio_content > h2 {
margin-top: 0;
}
#recinfo th,
#recinfo td {
display: table-cell;
width: auto;
text-align: left;
border: 1px solid #f0f0f0;
padding: 1rem 1.6rem;
font-size: 1.4rem;
}
#recinfo th {
white-space: nowrap;
}
#recinfo .noEntry {
width: 100%;
}
}