@charset "UTF-8";
/* ---------------------------------------
	検索結果
-----------------------------------------*/
/* sec_main_search
--------------------------------*/
#sec_main_search .search_ttl {
	color: #066797;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4545454545;
	padding: 2.4rem 0;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_ttl {
		font-size: 2rem;
		line-height: 1.5;
		padding: 2.9rem 0;
	}
}
#sec_main_search .search_ttl.acdbtn {
	position: relative;
	cursor: pointer;
}
#sec_main_search .search_ttl.acdbtn .ico {
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: -3.4rem;
	top: 1.9rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_ttl.acdbtn .ico {
		width: 3rem;
		height: 3rem;
		right: 0;
		top: 2.6rem;
	}
}
#sec_main_search .search_ttl.acdbtn .ico::before,
#sec_main_search .search_ttl.acdbtn .ico::after {
	content: "";
	width: 100%;
	height: 0.4rem;
	background-color: #066797;
	position: absolute;
	left: 0;
	top: 50%;
	transition: 0.3s ease;
}
#sec_main_search .search_ttl.acdbtn .ico::before {
	transform: rotate(90deg);
}
#sec_main_search .search_ttl.acdbtn.open .ico::before {
	transform: rotate(180deg);
}
#sec_main_search .search_box {
	padding: 0 6.3rem;
	background-color: #f2f9ff;
	border-radius: 3rem 0 3rem 0;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_box {
		padding: 0 2.2rem 0 1.8rem;
	}
}
#sec_main_search .search_box .inner {
	padding: 0 0 4.6rem;
}
#sec_main_search .search_form .form .form_tb {
	display: flex;
	flex-wrap: wrap;
	gap: 3.4rem 0;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb {
		gap: 1.8rem 0;
	}
}
#sec_main_search .search_form .form .form_tb dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl {
		align-items: flex-start;
		gap: 1.8rem 0;
	}
}
#sec_main_search .search_form .form .form_tb dl.income,
#sec_main_search .search_form .form .form_tb dl.type {
	align-items: flex-start;
}
#sec_main_search .search_form .form .form_tb dl dt {
	width: 10.3rem;
	font-weight: 700;
	min-height: 5rem;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dt {
		width: 5.2rem;
		line-height: 1.4375;
		margin-right: 2rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl.income,
	#sec_main_search .search_form .form .form_tb dl.type {
		margin: 0.5rem 0;
	}
}
#sec_main_search .search_form .form .form_tb dl.income dt,
#sec_main_search .search_form .form .form_tb dl.type dt {
	min-height: inherit;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl.income dt,
	#sec_main_search .search_form .form .form_tb dl.type dt {
		padding-top: 0.5rem;
	}
}
#sec_main_search .search_form .form .form_tb dl dd {
	flex: 1;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dd {
		flex: 0 0 auto;
		width: calc(100% - 7.2rem);
	}
}
#sec_main_search .search_form .form .form_tb dl dd .col {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dd .col {
		flex-direction: column;
		gap: 1.2rem 0;
	}
}
#sec_main_search .search_form .form .form_tb dl dd .col > * {
	width: 42.2rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dd .col > * {
		width: 100%;
	}
}
#sec_main_search .search_form .form .form_tb dl dd + dt {
	margin-left: 4.2rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dd + dt {
		margin-left: 0;
	}
}
#sec_main_search .search_form .form .form_tb .btn {
	flex: 0 0 auto;
	width: 25.4rem;
	margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb .btn {
		margin: 3.2rem auto 0;
	}
}
#sec_main_search .search_form .form .form_tb .btn .search_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #0d90ff;
	border: 0.2rem solid #0d90ff;
	border-radius: 0.4rem;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	border-radius: 0.4rem;
	cursor: pointer;
}
#sec_main_search .search_form .form .form_tb .btn .reset_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6rem;
	color: #0d90ff;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #ffffff;
	border: 0.2rem solid #0d90ff;
	border-radius: 0.4rem;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	border-radius: 0.4rem;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	#sec_main_search .search_form .form .form_tb .btn .search_btn {
		transition: opacity 0.3s ease;
	}
	#sec_main_search .search_form .form .form_tb .btn .search_btn:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}
#sec_main_search .search_form .form .form_tb .btn .search_btn span {
	position: relative;
	display: flex;
	align-items: center;
}
#sec_main_search .search_form .form .form_tb .btn .search_btn span::before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url(../img/common/ico_search.svg) no-repeat center / contain;
	margin-right: 1rem;
}
#sec_main_search .search_form .form input[type="text"],
#sec_main_search .search_form .form input[type="email"],
#sec_main_search .search_form .form input[type="tel"],
#sec_main_search .search_form .form textarea,
#sec_main_search .search_form .form select {
	width: 100%;
	height: 5rem;
	color: #23234b;
	font-size: 1.6rem;
	padding: 0 2.3rem;
	background-color: #ffffff;
	border-radius: 0.4rem;
}
#sec_main_search .search_form .form select {
	padding-right: 5.6rem;
	background: #fff url(../img/common/select_arw.svg) no-repeat right 2rem center
		/ 1.6rem auto;
}
#sec_main_search .search_form .form input[type="radio"],
#sec_main_search .search_form .form input[type="checkbox"] {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
#sec_main_search .search_form .form input[type="radio"] + span,
#sec_main_search .search_form .form input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	padding-left: 3rem;
}
#sec_main_search .search_form .form input[type="radio"] + span::before,
#sec_main_search .search_form .form input[type="radio"] + span::after,
#sec_main_search .search_form .form input[type="checkbox"] + span::before,
#sec_main_search .search_form .form input[type="checkbox"] + span::after {
	content: "";
	position: absolute;
}
#sec_main_search .search_form .form input[type="radio"] + span::before,
#sec_main_search .search_form .form input[type="checkbox"] + span::before {
	width: 2rem;
	height: 2rem;
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
	border-radius: 0.4rem;
	top: 0.6rem;
	left: 0;
}
#sec_main_search .search_form .form input[type="radio"] + span::after,
#sec_main_search .search_form .form input[type="checkbox"] + span::after {
	width: 0.6rem;
	height: 1rem;
	border-right: 0.2rem solid;
	border-bottom: 0.2rem solid;
	border-color: transparent;
	top: 1rem;
	left: 0.7rem;
	transform: rotate(45deg);
}
#sec_main_search .search_form .form input[type="checkbox"] + span::before {
	border-radius: 0.4rem;
}
#sec_main_search .search_form .form input[type="checkbox"] + span::after {
	width: 0.6rem;
	height: 1rem;
	border-right: 0.2rem solid;
	border-bottom: 0.2rem solid;
	border-color: transparent;
	top: 1rem;
	left: 0.7rem;
	transform: rotate(45deg);
}
#sec_main_search
	.search_form
	.form
	input[type="checkbox"]:checked
	+ span::before {
	background-color: #0d90ff;
}
#sec_main_search
	.search_form
	.form
	input[type="checkbox"]:checked
	+ span::after {
	border-color: #ffffff;
}
#sec_main_search .search_form .form input[type="radio"] + span::before {
	border-radius: 50%;
}
#sec_main_search .search_form .form input[type="radio"] + span::after {
	width: 1.2rem;
	height: 1.2rem;
	background-color: transparent;
	border-radius: 50%;
	top: 1rem;
	left: 0.4rem;
}
#sec_main_search
	.search_form
	.form
	input[type="radio"]
	+ span:checked
	+ span::after {
	background-color: #0d90ff;
}
#sec_main_search .search_form .form .checkwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3.6rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .checkwrap {
		gap: 0.6rem;
	}
}
#sec_main_search .search_form .form .checkwrap label {
	display: block;
}
#sec_main_search .search_form .form .income .checkwrap label {
	min-width: 17.5rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .income .checkwrap label {
		min-width: inherit;
	}
}
#sec_main_search .search_form .form .type .checkwrap label {
	min-width: 17.5rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .type .checkwrap label {
		min-width: 48%;
	}
}
#sec_main_search .search_kodawari {
	margin-top: 4.6rem;
}
#sec_main_search .search_kodawari .ttl {
	font-weight: 700;
	color: #23234b;
	font-size: 1.8rem;
	line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_kodawari .ttl {
		font-size: 2rem;
		line-height: 1.5;
	}
}
#sec_main_search .search_kodawari .list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_kodawari .list {
		gap: 1.1rem;
		margin-top: 3.6rem;
	}
}
#sec_main_search .search_kodawari .list li {
	display: inline-block;
	font-weight: 500;
	line-height: 1.4375;
}
#sec_main_search .search_kodawari .list li a {
	display: block;
	padding: 0.85rem 2.2rem;
	background-color: #ffffff;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_kodawari .list li a {
		padding: 0.6rem 1rem;
	}
}

/* sec_search_result
--------------------------------*/
#sec_search_result {
	padding: 3rem 0 4rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result {
		padding: 3rem 0 6rem;
	}
}
#sec_search_result .search_filter {
	display: flex;
	align-items: flex-start;
	padding: 2rem 3.4rem;
	border: 0.3rem solid #066797;
}
@media screen and (max-width: 767px) {
	#sec_search_result .search_filter {
		display: block;
		padding: 1.5rem 1.6rem 3.5rem;
	}
}
#sec_search_result .search_filter .ttl {
	font-weight: 700;
	color: #066797;
	font-size: 1.8rem;
	line-height: 1.8888888889;
	margin-right: 2.6rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .search_filter .ttl {
		width: 100%;
	}
}
#sec_search_result .search_filter .list {
	flex: 1;
}
@media screen and (max-width: 767px) {
	#sec_search_result .search_filter .list {
		margin-top: 2rem;
	}
}
#sec_search_result .search_filter .list .item {
	display: inline-block;
	line-height: 1.5;
	margin: 0.5rem 2.8rem 0.5rem 0;
}
@media screen and (max-width: 767px) {
	#sec_search_result .search_filter .list .item {
		display: block;
		margin: 0;
	}
	#sec_search_result .search_filter .list .item + .item {
		margin-top: 1.7rem;
	}
}
#sec_search_result .search_filter .list .item span {
	font-weight: 700;
	margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .search_filter .list .item span {
		display: inline-block;
		width: 11rem;
	}
}
#sec_search_result .pager_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .pager_wrap {
		display: block;
	}
}
#sec_search_result .pager_wrap .count {
	display: flex;
	align-items: flex-end;
	gap: 1.5rem;
}
#sec_search_result .pager_wrap .count .total span {
	font-weight: 700;
	font-size: 1.8rem;
}
#sec_search_result .pager_wrap .pager {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1.4rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .pager_wrap .pager {
		margin-top: 3rem;
	}
}
#sec_search_result .pager_wrap .pager li {
	width: 4rem;
	height: 4rem;
}
#sec_search_result .pager_wrap .pager li a,
#sec_search_result .pager_wrap .pager li span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Roboto", sans-serif;
	color: #23234b;
	font-size: 1.8rem;
	background-color: #ffffff;
	border: 1px solid #23234b;
	transition: 0.3s ease;
}
#sec_search_result .pager_wrap .pager li.prev a,
#sec_search_result .pager_wrap .pager li.prev span,
#sec_search_result .pager_wrap .pager li.next a,
#sec_search_result .pager_wrap .pager li.next span {
	position: relative;
	font-size: 0;
}
#sec_search_result .pager_wrap .pager li.prev a::before,
#sec_search_result .pager_wrap .pager li.prev span::before,
#sec_search_result .pager_wrap .pager li.next a::before,
#sec_search_result .pager_wrap .pager li.next span::before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-right: 0.2rem solid #23234b;
	border-top: 0.2rem solid #23234b;
	transform: rotate(45deg);
	position: absolute;
	margin-left: -0.4rem;
	transition: 0.3s ease;
}
#sec_search_result .pager_wrap .pager li.prev a::before,
#sec_search_result .pager_wrap .pager li.prev span::before {
	transform: rotate(-135deg);
	margin-left: 0;
	margin-right: -0.4rem;
}
#sec_search_result .pager_wrap .pager li span {
	color: #ffffff;
	font-weight: 700;
	background-color: #066797;
	border-color: #066797;
}
#sec_search_result .pager_wrap .pager li.prev span::before,
#sec_search_result .pager_wrap .pager li.next span::before {
	border-color: #ffffff;
}
@media screen and (min-width: 768px) {
	#sec_search_result .pager_wrap .pager li a:hover {
		opacity: 1;
		color: #ffffff;
		font-weight: 700;
		background-color: #066797;
		border-color: #066797;
	}
	#sec_search_result .pager_wrap .pager li.prev a:hover::before,
	#sec_search_result .pager_wrap .pager li.next a:hover::before {
		border-color: #ffffff;
	}
}
#sec_search_result .job_list {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list {
		margin-top: 5.8rem;
	}
}
#sec_search_result .job_list .item {
	position: relative;
	padding: 2rem 3rem 2.4rem;
	background: #ffffff;
	border: 0.4rem solid #e9f2fa;
	box-shadow: 0 0 1.3rem 0.4rem rgba(115, 115, 115, 0.09);
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item {
		padding: 2.2rem 1.2rem 1rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item.new {
		padding-top: 3.4rem;
	}
}
#sec_search_result .job_list .item.new::before {
	content: "New";
	width: 7.9rem;
	height: 5rem;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 2rem;
	padding: 0.5rem 0.5rem 0.5rem 1.7rem;
	background-color: #ff0000;
	border-right: 0.4rem solid #d70a0a;
	border-radius: 2.5rem 0 0 2.5rem;
	position: absolute;
	right: -0.4rem;
	top: 1.7rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item.new::before {
		width: 5.4rem;
		height: 2.3rem;
		font-size: 1.2rem;
		padding: 0.5rem 0.5rem 0.5rem 1.5rem;
		top: 0.5rem;
	}
}
#sec_search_result .job_list .item + .item {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item + .item {
		margin-top: 3rem;
	}
}
#sec_search_result .job_list .item .head {
	padding-bottom: 1.8rem;
	border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item .head {
		padding-bottom: 1.5rem;
	}
}
#sec_search_result .job_list .item .head .keyword {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item .head .keyword {
		gap: 1.2rem;
	}
}
#sec_search_result .job_list .item .head .keyword span {
	display: inline-block;
	padding: 0.3rem 1rem;
	background-color: #f2f9ff;
}
#sec_search_result .job_list .item .head .ttl {
	width: 100%;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5555555556;
	margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item .head .ttl {
		font-size: 2rem;
		line-height: 1.6;
	}
}
#sec_search_result .job_list .item .head .company {
	line-height: 1.8;
	margin-top: 1rem;
}
#sec_search_result .job_list .item .txt_wrap {
	margin-top: 1.2rem;
}
#sec_search_result .job_list .item .txt_wrap .info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item .txt_wrap .info {
		grid-template-columns: 1fr;
		margin-top: 2rem;
	}
}
#sec_search_result .job_list .item .txt_wrap .info li {
	position: relative;
	padding-left: 3.8rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item .txt_wrap .info li {
		line-height: 1.8;
	}
}
#sec_search_result .job_list .item .txt_wrap .info li::before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0.6rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item .txt_wrap .info li::before {
		top: 0.5rem;
	}
}
#sec_search_result .job_list .item .txt_wrap .info li.salary::before {
	background-image: url(../img/common/ico_salary.svg);
}
#sec_search_result .job_list .item .txt_wrap .info li.area::before {
	background-image: url(../img/common/ico_area.svg);
}
#sec_search_result .job_list .item .txt_wrap .info li.time::before {
	background-image: url(../img/common/ico_time.svg);
}
#sec_search_result .job_list .item .txt_wrap .info li.schedule::before {
	background-image: url(../img/common/ico_schedule.svg);
}
#sec_search_result .job_list .item .txt_wrap .info li.type::before {
	background-image: url(../img/common/ico_type.svg);
}
#sec_search_result .job_list .item .btn_wrap {
	display: flex;
	justify-content: center;
	gap: 2.8rem;
	margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item .btn_wrap {
		flex-direction: column;
		gap: 2rem 0;
		margin-top: 2.1rem;
	}
}
#sec_search_result .job_list .item .btn_wrap .btn {
	width: 30rem;
}
#sec_search_result .job_list .item .btn_wrap .btn a {
	max-width: inherit;
	height: 6rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item .btn_wrap .btn a {
		height: 6rem;
	}
}
#sec_search_result .job_list .item .btn_wrap .btn._entry a::before {
	width: 1.4rem;
	height: 1.7rem;
	margin-right: 1.3rem;
}
#sec_search_result .job_list .item .date {
	text-align: right;
	color: #919191;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: -1.8em;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list .item .date {
		margin-top: 1.2rem;
	}
}
#sec_search_result .job_list + .pager_wrap {
	margin-top: 5rem;
}
@media screen and (max-width: 767px) {
	#sec_search_result .job_list + .pager_wrap {
		margin-top: 3.1rem;
	}
}

/* ---------------------------------------
	詳細
-----------------------------------------*/
/* sec_search_detail
--------------------------------*/
#sec_search_detail .wrap {
	max-width: 101.2rem;
}
#sec_search_detail .job_detail {
	padding: 0 0 7rem;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail {
		padding: 0 0 4rem;
	}
}
#sec_search_detail .job_detail .head {
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail .head {
		padding-bottom: 1.5rem;
	}
}
#sec_search_detail .job_detail .head .keyword {
	position: relative;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail .head .keyword {
		gap: 1rem;
	}
}
#sec_search_detail .job_detail .head .keyword span {
	display: inline-block;
	padding: 0.3rem 1rem;
	background-color: #f2f9ff;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail .head.new .keyword {
		padding-top: 3.1rem;
	}
}
#sec_search_detail .job_detail .head.new .keyword::after {
	content: "New";
	width: 5.6rem;
	height: 2.6rem;
	display: flex;
	align-items: center;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.6rem;
	padding: 0.5rem 0.5rem 0.5rem 1.2rem;
	background-color: #ff0000;
	border-radius: 1.3rem 0 0 1.3rem;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail .head.new .keyword::after {
		width: 5.4rem;
		height: 2.3rem;
		font-size: 1.2rem;
		padding: 0.5rem 0.5rem 0.5rem 1.5rem;
		position: absolute;
		top: 0;
		right: -2rem;
	}
}
#sec_search_detail .job_detail .head .ttl {
	width: 100%;
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.8;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail .head .ttl {
		font-size: 2rem;
		line-height: 1.6;
	}
}
#sec_search_detail .job_detail .head .company {
	line-height: 1.8;
	margin-top: 1rem;
}
#sec_search_detail .job_detail .head .date {
	text-align: right;
	color: #919191;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail .head .date {
		margin-top: 0;
	}
}
#sec_search_detail .job_detail .txt {
	margin-top: 1.8rem;
}
#sec_search_detail .job_detail .box {
	padding: 3.5rem 5.2rem;
	border: 0.3rem solid #066797;
	border-radius: 3rem 0 3rem 0;
	margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail .box {
		padding: 2.5rem 1.7rem;
	}
}
#sec_search_detail .job_detail .box .ttl {
	color: #066797;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4545454545;
}
#sec_search_detail .job_detail .box .info {
	margin-top: 2rem;
}
#sec_search_detail .job_detail .box .info dl {
	display: flex;
	align-items: flex-start;
	gap: 0 1.5rem;
	padding: 1.6rem 0;
	border-bottom: 1px dashed #a5a5a5;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail .box .info dl {
		display: block;
		padding: 1.4rem 0;
	}
}
#sec_search_detail .job_detail .box .info dl:last-child {
	border-bottom: none;
}
#sec_search_detail .job_detail .box .info dl dt {
	position: relative;
	width: 14.2rem;
	font-weight: 700;
	color: #066797;
	font-size: 1.8rem;
	line-height: 1.7777777778;
}
#sec_search_detail .job_detail .box .info dl.salary dt,
#sec_search_detail .job_detail .box .info dl.area dt,
#sec_search_detail .job_detail .box .info dl.time dt,
#sec_search_detail .job_detail .box .info dl.schedule dt,
#sec_search_detail .job_detail .box .info dl.type dt {
	padding-left: 3rem;
}
#sec_search_detail .job_detail .box .info dl.salary dt::before,
#sec_search_detail .job_detail .box .info dl.area dt::before,
#sec_search_detail .job_detail .box .info dl.time dt::before,
#sec_search_detail .job_detail .box .info dl.schedule dt::before,
#sec_search_detail .job_detail .box .info dl.type dt::before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0.6rem;
}
#sec_search_detail .job_detail .box .info dl.salary dt::before {
	background-image: url(../img/common/ico_salary.svg);
}
#sec_search_detail .job_detail .box .info dl.area dt::before {
	background-image: url(../img/common/ico_area.svg);
}
#sec_search_detail .job_detail .box .info dl.time dt::before {
	background-image: url(../img/common/ico_time.svg);
}
#sec_search_detail .job_detail .box .info dl.schedule dt::before {
	background-image: url(../img/common/ico_schedule.svg);
}
#sec_search_detail .job_detail .box .info dl.type dt::before {
	background-image: url(../img/common/ico_type.svg);
}
#sec_search_detail .job_detail .box .info dl dd {
	flex: 1;
	font-weight: 700;
}
#sec_search_detail .job_detail .box .info dl dd div {
	flex: 1;
	font-weight: 700;
}
#sec_search_detail .job_detail .box .info dl dd p {
	flex: 1;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .job_detail .box .info dl dd {
		margin-top: 1rem;
	}
}
#sec_search_detail .job_detail .box .info dl dd .note {
	font-weight: 400;
	margin-top: 0.6rem;
}
#sec_search_detail .job_detail .box .info dl.skill dd {
	font-weight: 400;
}
#sec_search_detail .company_detail {
	padding: 6.6rem 0 6rem;
	background-color: #f2f9ff;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .company_detail {
		padding: 4.5rem 0 3.3rem;
	}
}
#sec_search_detail .company_detail .box {
	padding: 3.8rem 5.5rem;
	background-color: #ffffff;
	border-radius: 3rem 0 3rem 0;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .company_detail .box {
		padding: 2.2rem 2rem;
	}
}
#sec_search_detail .company_detail .box .ttl {
	color: #066797;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .company_detail .box .ttl {
		font-size: 2rem;
		line-height: 1.5;
	}
}
#sec_search_detail .company_detail .box .company_name {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2;
	margin-top: 3rem;
}
#sec_search_detail .company_detail .box .company_name + .txt {
	margin-top: 2.1rem;
}
#sec_search_detail .company_detail .box .info {
	margin-top: 2.9rem;
}
#sec_search_detail .company_detail .box .info dl {
	display: flex;
	align-items: flex-start;
	gap: 0 1.5rem;
	padding: 1.6rem 0;
	border-top: 1px dashed #a5a5a5;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .company_detail .box .info dl {
		display: block;
		padding: 1.6rem 0;
	}
}
#sec_search_detail .company_detail .box .info dl dt {
	position: relative;
	width: 14.2rem;
	font-weight: 700;
	color: #066797;
	font-size: 1.8rem;
	line-height: 1.7777777778;
}
#sec_search_detail .company_detail .box .info dl dd {
	flex: 1;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .company_detail .box .info dl dd {
		margin-top: 1rem;
	}
}
#sec_search_detail .btn._entry {
	margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .btn._entry {
		margin-top: 4rem;
	}
}
#sec_search_detail .btn._entry a {
	height: 8rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#sec_search_detail .btn._entry a {
		height: 6rem;
	}
}
#sec_search_detail .btn._back {
	margin: 5.7rem 0;
}
