@charset "utf-8";

/******newsここから*******/
#news_tab {
	display: flex !important;
	padding-left: 0;
	margin: 0 0 58px;
}

#news_tab li {
	position: relative;
	list-style: none;
	padding: 0 25px;
	margin: 0 !important;
}

#news_tab li:first-child {
	padding-left: 0;
}

#news_tab li:last-child {
	padding-right: 0;
}

#news_tab li::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: #ccc;
	top: calc(50% - 9px);
	right: 0;
}

#news_tab li:last-child::after {
	display: none;
}

#news_tab a {
	display: inline-block;
	color: #222;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	transition: color .3s;
}

#news_tab a:hover {
	color: #0088CD;
}

#news_tab .active a {
	border-color: #0088CD;
}

/* list */
.news_list {
	margin: 0 !important;
	list-style: none !important;
}

.news_list li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0 !important;
}

.news_list li:first-child {
	border-top: 1px dashed #ccc;
}

.news_list a {
	display: grid;
	grid-template-columns: 195px auto;
	padding: 23px 20px;
	text-decoration: none;
	color: #666666;
	transition: color 0.3s,background 0.3s;
}

.news_list a:hover {
	background-color: #E5F3FA;
	color: #0088CD;
}
.news_thumb{
	width: 100px;
	height: 75px;
	overflow: hidden;
	background: #ccc;
}
.news_thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news_list .news_txt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 81.25%;
	color: #666666;
}

.news_list a:hover div {
	color: #0088CD;
}

.news_date {
	position: relative;
	display: inline-block;
	margin-right: 11px;
	padding-right: 15px;
}

.news_date:after {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 7px);
	width: 1px;
	height: 15px;
	background: #666;
}

.news_title {
	margin-bottom: 0 !important;
	font-size: 103.1%;
	background: url(../img/arrow_right_blue.svg)no-repeat center left / 16px;
	padding-left: 24px;
}

.news_list a:hover .news_date:after {
	background: #0088CD;
}
.news_btnlink {
	text-align: right;
	margin-bottom: 15px;
}
.news_btnlink a{
	display:inline-block;
	text-decoration: none;
	color: #333;
}
.news_btnlink a:hover{
	color:#0088CD;
	text-decoration:underline;
}
.news_btnlink a span{
	display:block;
	background: url(../img/arrow_right_blue.svg)left center no-repeat;
	background-position: left;
	background-size: 16px;
	padding-left: 20px;
	font-size:87.5%;
}
/****個別ページここから******/
#news_t .news_date:after {
	top: 0;
	bottom: 0;
	margin: auto;
}

#news_s {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 50px 0;
	margin: 30px 0;
}

@media screen and (max-width: 767px) {

	/******スマホ用newsここから*******/
	#news_tab {
		display: none !important;
	}


	.news .select_box,
	.archive .select_box {
		/* display: block; */
		margin: 0 0 20px 0;
	}

	.news .select_box span.cat_select select,
	.archive .select_box span.cat_select select {
		width: 45%;
		padding: 10px 25px 10px 8px;
		border: 1px solid #dddddd;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background-color: #fff;
	}

	.select_box form span {
		position: relative;
	}

	.select_box form span::after {
		content: '';
		position: absolute;
		top: 5px;
		right: 16px;
		width: 0;
		height: 0;
		position: absolute;
		content: "";
		width: 8px;
		height: 8px;
		border-right: 2px solid #0088CD;
		border-bottom: 2px solid #0088CD;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		transform: rotate(45deg);

	}

	.news_tab .tab_item {
		width: 24.25%;
		margin-right: 1%;
	}

	.news_tab .tab_item:last-child {
		margin-right: 0;
	}

	.news_list a {
		padding: 15px 15px 15px 40px;
		background-position: left 10px center;
	}

	.news_list div {
		font-size: 93.333%;
	}

	.news_tab .tab_item {
		font-size: 92.85%;
	}

	/******スマホ用newsここまで*******/


	/****スマホ用news個別ページここから******/

	#news_t {
		padding-top: 10px;
	}

	/****スマホ用個別ページここまで******/
}


/*--------------------------------------------------------
	recruitment
--------------------------------------------------------*/
.recruitment_info .recruitment_title{
	width:calc(97% - 290px);
	margin-right:3%;
	margin-bottom:0;
}
.recruitment_info .recruitment_item a{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.recruitment_info .staff_info_date{
	display: flex;
	flex-wrap:nowrap;
	justify-content: flex-start;
	width:280px;
	margin-bottom:0;
	font-size:100%;
}
.application_status{
	display: inline-block;
	font-size: 75%;
	color: #0088CD;
	border: 1px solid #0088CD;
	border-radius: 5px;
	margin-right: 10px;
	width: 96px;
	text-align: center;
	overflow: hidden;
}
.application_deadline{
	font-size:75%;
}
.application_status.soon{
	color:#ff4f4b;
	border:1px solid #ff4f4b;
}
.application_status.deadline{
	color:#5b5b5b;
	border:1px solid #5b5b5b;
}
.recruitment_info #news_t{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}

.recruitment_info .table{
	overflow:auto;
	white-space:unset;
}
.recruitment_info table th{
	width:33%;
}
.recruitment_info table td{
	width:67%;
}

.file_area{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.file_area div{
	margin:0 10px;
}

.recruitment_item .news_link{
	padding-left:50px;
	background: url(../img/arrow_right_blue.svg) no-repeat center left 20px / 16px;
}

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
	.recruitment_info #news_t span{
		margin-bottom:10px;
	}
	.recruitment_info .recruitment_title{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
	}
	.recruitment_info .staff_info_date{
		width:100%;
	}
	.file_area div{
		margin-bottom:10px;
	}

	.news_list a{
		grid-template-columns: 1fr;
		padding: 13px 0;
	}
	.news_thumb{
		width: 80px;
		height: 60px;
	}
	.news_tab .tab_item,.news_title {
		font-size: 92.85%;
	}
	.news_list .news_txt, .news_title {
        font-size: 92.86%;
    }

	.recruitment_item .news_link{
	padding-left:40px;
	background-position:center left 10px;
}
}