@charset "UTF-8";

#list_form {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 35px;
}

.btn {
	color: #fff;
	background: linear-gradient(.25turn, #0251b3, #22a6e6);
	font-size: 1.3vw;
	letter-spacing: 0.1em;
	margin: 0 auto;
	display: table;
	width: 17%;
	line-height: 3em;
	text-align: center;
	transition: all 0.2s;
}

.btn:hover {
	cursor: pointer;
	box-shadow: 0 0.5vw 0 #023c8d;
	transform: translate(0, -0.5vw);
}

.btn:active {
	background: rgba(51, 51, 51, .8);
}

.btn .fas {
	padding-left: 1.5vw;
}

/* checkbox non-display */

.add-control .chk {
	display: none;
}

/* button control */

.add-control #open-close~.btn-open-close::before {
	content: "検索ボタンを開く";
}

.add-control #open-close~.search_box_2 {
	display: none;
}

.add-control #open-close:checked~.btn-open-close::before {
	content: "検索ボタンを閉じる";
}

.add-control #open-close:checked~.search_box_2 {
	margin-top: -20px;
	margin-bottom: 30px;
	display: block;
}

.sp_text {
	text-align: center;
}

.search_box_2 {
	bottom: -30px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.search_result {
	position: relative;
	text-align: center;
	padding: 2vw 0;
	font-size: 1.8vw;
	font-weight: bold;
}

.search_subresult {
	text-align: center;
	font-size: 1.5vw;
	font-weight: bold;
	padding-bottom: 3vw;
}

.recruit-list-title {
	padding-top: 0;
}

.j_l_l {
	margin: 0 auto 8vw 0;
	position: relative;
}

.j_l_f {
	padding: 0 0.4em 0.4em;
	width: 85%;
	margin: 0 auto;
}

.job_title {
	padding: 0.5em 0;
	background: #024bab;
	text-align: center;
}

.job_title a p {
	color: #fff;
	font-size: 24px;
	line-height: 1.5em;
}

.j_l_f_body {
	border: solid 1px #0150b2;
	background: #fff;
	filter: drop-shadow(-40px 40px #cae9ee);
}

.j_l_f_flex {
	padding: 0 4.5em 1.5em 4.5em;
	display: flex;
	justify-content: space-between;
	background: #fff;
}

.j_l_f_left {
	margin: 0 auto 1.3vw auto;
	width: 100%;
}

.j_l_f_headline {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	padding: 1em 3em 0 3em;
}

.j_l_f_headline span {
	font-weight: bold;
	color: white;
	font-size: 16px;
	background: #1156bd;
	padding: 3px 7px;
	line-height: 3.5em;
	vertical-align: 8%;
	margin-right: 1vw;
}

.j_l_f_table {
	border-collapse: collapse;
	width: 95%;
	margin-top: 1vw;
}

.j_l_f_table tr {
	border-top: solid 1px #3672bb;
}

.j_l_f_table tr:last-child {
	border-bottom: solid 1px #3672bb;
}

.j_l_f_table th {
	padding: 10px 0.5rem;
	color: #0c638b;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.j_l_f_table th img {
	width: 1.3vw;
	margin-right: 0.8vw;
}

.j_l_f_table td {
	border-left: solid 1px #3672bb;
	padding-top: 1vw;
	padding-bottom: 1vw;
	padding-left: 1vw;
}

.j_l_f_forsp_img {
	margin-top: 1vw;
	;
}

.j_l_f_forsp_img img {
	width: 23vw;
	height: 15vw;
	object-fit: cover;
}

.j_l_f_center {
	padding: 0 4.5em 2em 4.5em;
}

.btn_flex {
	padding-top: 1.5em;
}

.btn_view_more {
	width: 18vw;
	margin: 1.5em auto 0 auto;
	background-color: #cddcf1;
	transition: all 0.1s;
}

.btn_view_more a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.4em 0;
	color: #467ac0;
	transition: all 0.1s;
	font-size: 1.4vw;
}

.btn_view_more:hover {
	background-color: #96bcf1;
}

.btn_view_more a:hover {
	color: #fff;
}

.blog_list-searchbtn .nav_search_button_a {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 300px;
	text-align: center;
	display: block;
}

/* =============== レスポンシブ ===============*/

@media screen and (max-width: 1024px) {
	.box {
		height: 40vw;
	}

	.search_box_1 {
		width: 25%;
		font-size: 1.8vw;
	}

	.free_ward {
		width: 16vw;
		height: 3vw;
	}

	.button1 {
		width: 11vw;
		height: 5vw;
	}

	.search_items::before {
		top: 0.9em;
		right: 0.5em;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #666666;
	}

	.j_l_l {
		margin: 0 auto 10vw 0;
	}
}

@media screen and (max-width: 760px) {
	.btn {
		width: 60%;
		line-height: 13vw;
	}

	.btn:hover {
		cursor: pointer;
		box-shadow: 0 1.5vw 0 #023c8d;
		transform: translate(0, -1vw);
	}

	.add-control #open-close~.btn-open-close::before {
		font-size: 4vw;
	}

	.add-control #open-close:checked~.btn-open-close::before {
		font-size: 4vw;
	}

	.add-control #open-close:checked~.search_box_2 {
		margin-top: 30px;
	}

	.fa-search:before {
		font-size: 4vw;
	}

	.search_box_2 form, .form_box1, .form_box2 {
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
	}

	.search_box_1 {
		left: 0;
		width: 100%;
		transform: translateX(0);
		font-size: 14px;
		line-height: 1.2em;
		height: 1.2em;
		background: linear-gradient(.25turn, #073992, #0e55c3, #073992);
		margin-bottom: -2px;
	}

	.search_box_2 {
		top: 0;
		padding: 8px 0;
		height: 110vw;
		font-size: 3.5vw;
	}

	.form_box1 {
		width: 100%;
		transform: translate(0);
		margin-bottom: 2.5vw;
	}

	.form_box1 select {
		width: 70%;
		padding: 5px;
		font-size: 4vw;
		background-color: white;
	}

	.form_box2 {
		width: 100%;
		justify-content: space-around;
		align-items: flex-end;
		margin-left: 0;
	}

	.search_items {
		width: 78%;
		margin: 2.5vw auto;
		display: flex;
		border: none;
	}

	.search_items::before {
		top: 1.2em;
	}

	.sp_text {
		display: block;
		width: 35%;
		font-size: 4vw;
		padding: 5px 3px;
		color: white;
		background: #333;
	}

	.subarea {
		margin-left: auto;
	}

	.word_search {
		display: flex;
		width: 78%;
		margin: 0 auto;
	}

	.word_search .sp_text {
		padding: 5px 3px;
	}

	.free_ward {
		font-size: 4vw;
		width: 70%;
		margin: 0;
		transform: translate(0);
		padding: 5px 3px;
		height: 9vw;
	}

	.sp_button {
		margin: 20px auto;
		font-size: 16px;
		width: 40%;
	}

	.button1 {
		width: 100%;
		height: 12vw;
		font-size: 4vw;
		letter-spacing: 0.1em;
		transform: translateY(-4px);
	}

	.button1 .fas {
		font-size: 4vw;
		padding-left: 0.3vw;
	}

	.search_result {
		margin-bottom: 0;
		padding-top: 0;
	}

	#category_result {
		font-size: 4vw;
	}

	.search_subresult {
		font-size: 4vw;
		padding-bottom: 5vw;
	}

	.j_l_l {
		margin: 0 auto 15vw 0;
	}

	.j_l_f {
		width: 90%;
	}

	.job_title a {
		font-size: 4vw;
	}

	.job_title {
		line-height: normal;
		padding: 2vw;
	}

	.job_title a p {
		font-size: 4vw;
		line-height: 1.5em;
		height: 1.5em;
		overflow: hidden;
	}

	.j_l_f_body {
		font-size: 4vw;
		filter: drop-shadow(-20px 20px #cae9ee);
	}

	.j_l_f_flex {
		display: block;
		padding: 2vw 5vw 5vw 5vw;
	}

	.j_l_f_headline {
		font-size: 4vw;
		padding: 3vw 5vw 0 5vw;
		line-height: 1.4em;
	}

	.j_l_f_headline span {
		display: none;
	}

	.j_l_f_table {
		width: 100%;
		border-collapse: inherit;
	}

	.j_l_f_table tr {
		border: none;
	}

	.j_l_f_table th, .j_l_f_table td {
		display: block;
	}

	.j_l_f_table th {
		padding-bottom: 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.j_l_f_table th img {
		width: 4vw;
		margin-right: 0.5rem;
	}

	.j_l_f_table td {
		padding-top: 2vw;
		padding-bottom: 2vw;
		padding-left: 1.5rem;
		font-size: 4vw;
		height: 2.4em;
		overflow: hidden;
		border-left: none;
		border-bottom: solid 1.5px #3672bb;
	}

	.j_l_f_forsp_img img {
		display: none;
	}

	.j_l_f_center {
		padding: 0 5vw 5vw 5vw;
	}

	.j_l_f_text {
		display: none;
	}

	.btn_flex {
		padding-top: 0;
		display: flex;
	}

	.btn_view_more {
		width: 50%;
		/* margin: 10vw auto 3vw auto; */
		margin: 0 1vw 3vw 1vw;
	}

	.btn_view_more a {
		padding: 3vw 0;
		font-size: 4.5vw;
	}

	.btn_view_more2 {
		width: 70%;
		margin: 10vw 1vw 3vw 1vw;
		background-color: #cddcf1;
		transition: all 0.1s;
	}

	.btn_view_more2 a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 3vw 0;
		color: #467ac0;
		transition: all 0.1s;
		font-size: 4.5vw;
	}

	.btn_view_more2:hover {
		background-color: #96bcf1;
	}

	.btn_view_more2 a:hover {
		color: #fff;
	}

	.blog_list-searchbtn {
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.blog_list-searchbtn .nav_search_button_a {
		padding: 2.5vw 5vw;
		width: 62%;
	}
}