@charset "UTF-8";
p {
	line-height: 1.80
}

.mid-inner {
	max-width: 900px;
	margin: auto;
}

.p-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.txt-ex-small {
	font-size: 10px;
}

.Btn--primary {
	text-align: center;
}
.Btn--primary a {
	display: inline-block;
	background: #004e98;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 11px 11px 32px #004E981A;
	padding: 20px;
	border-radius: 6px;
	position: relative;
	box-shadow: 6px 6px 10px #004E981A;
	transition: .2s;
}
.Btn--primary a:hover {
	transform: scale(1.01);
}
.Btn--primary a::after {
	content: "▶︎";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	color: #fff;
	font-size: 12px;
}

.bg-sub {
	background-color: #EDF4FE;
}

#job_detail {
	padding: 20px 0;
}
#job_detail .job_header .job_title_wrapper {
	background: #EDF4FE;
	padding: 30px 30px 20px;
	margin-bottom: 20px;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags {
	margin-bottom: 5px;
	overflow: hidden;
	height: 40px;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags a {
	display: inline-block;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags li {
	display: inline-block;
	border-radius: 20px;
	border: 1px solid;
	padding: 0.5em 1em;
	font-size: 12px;
	background-color: #fff;
	margin-bottom: 1em;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags a:not(:last-child) {
	margin-right: 4px;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags .seishain {
	border: 1px solid #004E98;
	color: #004E98;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags .keiyaku {
	border: 1px solid #03814F;
	color: #03814F;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags .haken {
	border: 1px solid #A44995;
	color: #A44995;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags .koutei {
	border: 1px solid #EA5550;
	color: #EA5550;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags .point {
	border: 1px solid #EA5550;
	color: #EA5550;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags .tag_others {
	border: 1px solid #0791AC;
	color: #0791AC;
}
#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
#job_detail .job_header .job_title_wrapper .job_title .p-center {
	padding: 20px;
	font-size: 12px;
	background-color: #fff;
}
#job_detail .job_header .job_title_wrapper .job_point_1 {
	margin-bottom: 0;
}
#job_detail .job_header .job_title_wrapper .job_point_1 li {
	display: inline-block;
}
#job_detail .job_header .job_title_wrapper .job_point_1 li .point {
	background-color: #fff;
	border: solid 1px #DCDDE0;
	margin-right: 10px;
	display: flex;
	align-items: center;
	padding: 15px;
	font-weight: bold;
	text-align: center;
	height: 45px;
	position: relative;
	padding-left: 35px;
}
#job_detail .job_header .job_title_wrapper .job_point_1 li .point strong {
	font-weight: bold;
}
#job_detail .job_header .job_title_wrapper .job_point_1 li .point span {
	font-size: 26px;
	font-style: italic;
	padding: 0 5px;
}
#job_detail .job_header .job_title_wrapper .job_point_1 li .salary strong {
	color: #E61413;
}
#job_detail .job_header .job_title_wrapper .job_point_1 li .point.gift {
	color: #EF9300;
	border: 1px solid #EF9300;
}
#job_detail .job_header .job_title_wrapper .job_point_1 li .location::before, #job_detail .job_header .job_title_wrapper .job_point_1 li .salary::before, #job_detail .job_header .job_title_wrapper .job_point_1 li .gift::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url("../img/icon_location.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline;
}
#job_detail .job_header .job_title_wrapper .job_point_1 li .salary::before {
	background-image: url("../img/icon_money.svg");
}
#job_detail .job_header .job_title_wrapper .job_point_1 li .gift::before {
	background-image: url("../img/icon_gift.svg");
}
#job_detail .job_header .job_title_wrapper .job_point_1 small {
	display: inline-block;
}
#job_detail .job_header .job_point_2 strong {
	background-color: #004e98;
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	margin-right: 20px;
}
#job_detail .job_header .job_point_2 p {
	display: inline-block;
	margin-bottom: 0;
}
#job_detail .job_btn_wrapper {
	margin: 80px 0;
	text-align: right;
}
#job_detail .job_btn_wrapper.first {
	margin: 30px 0;
}
#job_detail .job_btn_wrapper div {
	display: inline-block;
}
#job_detail .job_btn_wrapper div a {
	padding: 20px 50px;
}
#job_detail .job_btn_wrapper div:not(:last-child) {
	margin-right: 28px;
}
#job_detail .job_btn_wrapper .apply a {
/*	background-color: #DA9F00;*/
	background-color: #FF3300;
}
#job_detail .job_btn_wrapper .phone-apply a {
/*	background-color: #2A7BAD;*/
	background-color: #00CC00;
}
#job_detail .job_btn_wrapper .like a {
	background-color: #fff;
	border: 1px solid #0791AC;
	color: #0791AC;
	padding: 20px 30px;
	padding-left: 55px;
	cursor: pointer;
}
#job_detail .job_btn_wrapper .like a::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url("../img/icon_like.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline;
}
#job_detail .job_btn_wrapper .like a::after {
	content: "";
}
#job_detail .job_btn_wrapper.new {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 28px;
}
#job_detail .job_btn_wrapper.new div {
	display: block;
}
#job_detail .job_btn_wrapper.new div a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 55px 0 45px;
	height: 70px;
}
#job_detail .job_btn_wrapper.new div a .sub {
	font-size: 14px;
	line-height: 1.1;
}
#job_detail .job_btn_wrapper.new div {
	margin: 0;
}
#job_detail .job_btn_wrapper.new .like a {
	padding: 0 30px 0 55px;
}
#job_detail .job_btn_wrapper .like.remove_fav a {
	background-color: #DCDDE0;
	border: 1px solid #DCDDE0;
	color: #FFFFFF;
	padding: 20px 30px;
}
#job_detail .job_btn_wrapper .like.remove_fav a::before {
	content: none;
}
#job_detail .job_btn_wrapper .like.remove_fav a::after {
	content: none;
}
#job_detail .job_nav .inner {
	border-top: 1px solid #9299A2;
	border-bottom: 1px solid #9299A2;
	padding-top: 20px;
	padding-bottom: 20px;
	width: calc(1140px - 2em);
}
#job_detail .job_nav .inner ul {
	margin-bottom: 0;
}
#job_detail .job_nav .inner ul li {
	display: inline-block;
	position: relative;
	padding-right: 40px;
	font-size: 14px;
	font-weight: bold;
}
#job_detail .job_nav .inner ul li a::after {
	content: "▶︎";
	position: absolute;
	right: 22px;
	top: 30%;
	width: 20px;
	font-size: 12px;
	transform: rotate(90deg) translateY(-50%);
}
#job_detail .job_nav .inner ul li:not(:last-child) {
	margin-right: 70px;
}
#job_detail .job_sum {
	padding-top: 50px;
	padding-bottom: 60px;
}
#job_detail .job_sum .row {
	margin-bottom: 30px;
	justify-content: center;
}
#job_detail .job_sum .row h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}
#job_detail .job_sum p {
	font-size: 18px;
}
#job_detail .job_info {
	padding: 100px 0;
}
#job_detail .job_info .prg:not(:last-child) {
	margin-bottom: 100px;
}
#job_detail .job_info h2 {
	font-size: 26px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 60px;
}
#job_detail .job_info h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 5px;
	background-color: #004e98;
}
#job_detail .job_info p {
	font-size: 18px;
	margin-bottom: 2em;
}
#job_detail .job_info table {
	width: 100%;
}
#job_detail .job_info table tr th, #job_detail .job_info table tr td {
	border-bottom: 1px dotted #9299A2;
	padding: 20px 0;
}
#job_detail .job_info table tr th {
	width: 20%;
}
#job_detail .job_info table tr td {
	width: 80%;
}
#job_detail .job_info table tr:first-child th, #job_detail .job_info table tr:first-child td {
	padding-top: 0;
}
#job_detail .job_info .job_btn_wrapper {
	text-align: center;
}
#job_detail .job_info .job_btn_wrapper.new {
	justify-content: center;
}
#job_detail .job_related {
	padding: 60px 0;
}
#job_detail .job_related h2 {
	font-size: 16px;
	font-weight: bold;
}
#job_detail .job_related ul {
	margin-bottom: 0;
}
#job_detail .job_related ul li {
	font-size: 12px;
	display: inline-block;
	position: relative;
	padding-left: 1em;
	margin-bottom: 1.2em;
}
#job_detail .job_related ul li a {
	color: #004e98;
}
#job_detail .job_related ul li a::before {
	content: "▶︎";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	font-size: 12px;
}
#job_detail .job_related ul li:not(:last-child) {
	margin-right: 20px;
}
#job_detail .job_card_list {
	padding: 40px 0;
}
#job_detail .job_card_list h2 {
	font-size: 24px;
	font-weight: bold;
	color: #004e98;
	margin-bottom: 40px;
}
#job_detail .job_card_list ul {
	margin-bottom: 50px;
}
#job_detail .job_card_list ul .slick-track {
	padding-bottom: 10px;
}
#job_detail .job_card_list ul .card {
	border-radius: 0;
	border: 0px;
}
#job_detail .job_card_list ul .card a {
	margin-right: 20px;
	box-shadow: 1px 3px 6px #004E981A;
	transition: .2s;
}
#job_detail .job_card_list ul .card a:hover {
	transform: scale(1.01);
}
#job_detail .job_card_list ul .card .card-img-top {
	border-bottom: 4px solid #004e98;
}
#job_detail .job_card_list ul .card .card-title {
	font-size: 16px;
	font-weight: bold;
	color: #004e98;
	margin-bottom: 15px;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#job_detail .job_card_list ul .card .card-text {
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#job_detail .job_card_list ul .slick-arrow {
	bottom: -35px;
	position: absolute;
	border: 0px;
	height: 30px;
	width: 50px;
	top: auto;
	transform: translate(0);
	z-index: 2;
}
#job_detail .job_card_list ul .slick-arrow::before {
	content: "";
	background-image: url("../img/slide-arrow.svg");
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#job_detail .job_card_list ul .slick-arrow.slick-prev {
	left: 0;
}
#job_detail .job_card_list ul .slick-arrow.slick-next {
	right: 0;
	transform: rotate(180deg);
}
#job_detail .job_card_list ul .slick-dots {
	bottom: -80px;
}
#job_detail .job_card_list ul .slick-dots li {
	margin: 0;
}
#job_detail .job_card_list ul .slick-dots li button:hover::before, #job_detail .job_card_list ul .slick-dots li button:focus::before {
	opacity: .75;
	color: #004e98;
}
#job_detail .job_card_list ul .slick-dots li button::before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	/* 元のcontentプロパティの値だとfont-sizeを変更した際に位置がずれてしまうので値を変更 */
	/* content: '•'; */
	content: '●';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#job_detail .job_card_list ul .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #004e98;
}
#job_detail .job_eyecatch {
	background-image: url("../img/banner.jpg");
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	margin-top: 80px;
	color: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 0;
	letter-spacing: .1em;
}
#job_detail .job_eyecatch::after {
	content: "";
	background: #07325C 0% 0% no-repeat padding-box;
	opacity: .65;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#job_detail .job_eyecatch .uh-2 {
	font-size: 26px;
	margin-bottom: 50px;
}
#job_detail .job_eyecatch .uh-1 {
	font-size: 36px;
	margin-bottom: 40px;
}
#job_detail .job_eyecatch .p {
	font-size: 18px;
	font-weight: normal;
	max-width: 820px;
	margin: auto;
	line-height: 1.8;
}
#job_detail .job_cls {
	padding: 60px 0;
}
#job_detail .job_cls h2 {
	font-size: 26px;
	font-weight: bold;
	color: #004e98;
	letter-spacing: .1em;
	margin-bottom: 40px;
	text-align: center;
}
#job_detail .job_cls h2 strong {
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
}
#job_detail .job_cls .container {
	max-width: 1080px;
	background-color: #fff;
	padding: 30px 40px;
	padding-bottom: 60px;
}
#job_detail .job_cls .container .row {
	margin-right: 0;
	margin-left: 0;
	justify-content: center;
}
#job_detail .job_cls .container .row .col-md-4 {
	width: 31%;
}
#job_detail .job_cls .container .card {
	background-color: #004e98;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	min-height: 182px;
	height: 182px;
}
#job_detail .job_cls .container .card span {
	font-style: italic;
	font-size: 18px;
	position: absolute;
	top: 10px;
	left: 18px;
}
#job_detail .job_cls .container .card h3 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	margin-bottom: -1em;
}
#job_detail .job_cls .container .card h3 span {
	font-style: normal;
	color: #F0FE3E;
	margin-bottom: 0;
	font-size: 24px;
	position: initial;
}
#job_detail .job_cls .container .card h3 span strong {
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
}
#job_detail .job_cls .container .card:not(:last-child) {
	margin-right: 20px;
}
#job_detail .job_cls .sec {
	padding: 80px 0;
	text-align: center;
}
#job_detail .job_cls .sec h2 {
	font-size: 32px;
	line-height: 1.5;
}
#job_detail .job_cls .sec p {
	text-align: center;
}
#job_detail .job_cls .sec .row {
	margin-bottom: 60px;
}
#job_detail .job_cls .sec .uh-2 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: 20px;
}
#job_detail .job_cls .sec .banner {
	max-width: 720px;
	margin: auto;
	margin-top: 60px;
	transition: .2s;
}
#job_detail .job_cls .sec .banner:hover {
	opacity: .75;
}

@media (min-width: 768px) {
	.pc_none {
		display: none;
	}
	#job_detail .job_header .job_title_wrapper .job_title {
		margin-right: 0;
	}
	#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 {
		padding-right: 30px;
		padding-bottom: 10px;
	}
	#job_detail .job_header .job_title_wrapper .job_title .col-sm-3 {
		padding: 0;
	}
	#job_detail .job_header .job_title_wrapper .job_title .p-center {
		padding: 15px;
		line-height: 1.7;
	}
}
@media (max-width: 767px) {
	.sp_none {
		display: none;
	}
	#job_detail {
		padding: 20px 0;
		padding-bottom: 0;
	}
	#job_detail .job_header .job_title_wrapper {
		padding: 20px;
	}
	#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 {
		margin-bottom: 10px;
	}
	#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags {
		margin-bottom: 6px;
		height: 30px;
	}
	#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags a:not(:last-child) {
		margin-right: 2px;
	}
	#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags li {
		font-size: 10px;
		padding: 4px 7px;
		margin-bottom: 5px;
	}
	#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 .tags li:not(:last-child) {
		margin-right: 5px;
	}
	#job_detail .job_header .job_title_wrapper .job_title .col-sm-9 h1 {
		font-size: 15px;
		line-height: 1.5;
	}
	#job_detail .job_header .job_title_wrapper .job_title .col-sm-3 {
		background-color: transparent;
		justify-content: flex-start;
		font-size: 10px;
	}
	#job_detail .job_header .job_title_wrapper .job_title .p-center {
		background-color: transparent;
		justify-content: flex-start;
		font-size: 10px;
		padding: 0;
	}
	#job_detail .job_header .job_title_wrapper .job_point_1 li .point {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 4px;
		padding: 9px;
		height: 36px;
		padding-left: 29px;
	}
	#job_detail .job_header .job_title_wrapper .job_point_1 li .point span {
		font-size: 22px;
		letter-spacing: -.01em;
	}
	#job_detail .job_header .job_title_wrapper .job_point_1 li .point.salary {
		margin-right: 0;
	}
	#job_detail .job_header .job_title_wrapper .job_point_1 li .location::before, #job_detail .job_header .job_title_wrapper .job_point_1 li .salary::before, #job_detail .job_header .job_title_wrapper .job_point_1 li .gift::before {
		width: 15px;
		left: 8px;
	}
	#job_detail .job_header .job_title_wrapper .job_point_1 li:nth-child(3) {
		width: 100%;
	}
		#job_detail .job_header .job_title_wrapper .job_point_1 li:nth-child(3) .point {
			justify-content: space-between;
	}
	#job_detail .job_header .job_point_2 {
		font-size: 14px;
	}
		#job_detail .job_header .job_point_2 strong {
			padding: 6px 12px;
			margin-bottom: 10px;
	}
	#job_detail .job_btn_wrapper {
		margin: 30px 0;
		text-align: center;
		padding: 0 20px;
	}
	#job_detail .job_btn_wrapper.first {
		margin: 20px 0;
	}
	#job_detail .job_btn_wrapper div {
		min-height: 50px;
		height: 50px;
		margin-bottom: 5px;
	}
	#job_detail .job_btn_wrapper div a {
		padding: 15px 40px;
		font-size: 14px;
		width: 100%;
	}
	#job_detail .job_btn_wrapper div a::after {
		right: 5px;
	}
	#job_detail .job_btn_wrapper div:not(:last-child) {
		margin-right: 0;
	}
	#job_detail .job_btn_wrapper .apply {
		width: 100%;
	}
	#job_detail .job_btn_wrapper .phone-apply {
		width: 54%;
	}
	#job_detail .job_btn_wrapper .like {
		width: 44%;
	}
	#job_detail .job_btn_wrapper .like a {
		padding: 15px;
		text-align: right;
	}
	#job_detail .job_btn_wrapper .like a::before {
		width: 13px;
		left: 13px;
	}
	#job_detail .job_btn_wrapper.new {
		display: block;
	}
	#job_detail .job_btn_wrapper.new div {
		display: inline-block;
		margin: 0 0 5px;
	}
	#job_detail .job_btn_wrapper.new div a {
		display: inline-block;
		padding: 15px 20px;
		height: 50px;
	}
	#job_detail .job_btn_wrapper.new div a .sub {
		font-size: 10px;
	}
	#job_detail .job_btn_wrapper.new div.apply a {
		display: flex;
	}
	#job_detail .job_btn_wrapper.new .like a {
		padding: 15px 15px 15px 30px;
		text-align: center;
	}
	#job_detail .job_nav .inner {
		width: calc(100% - 2em);
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#job_detail .job_nav .inner ul li {
		display: block;
		padding-right: 0;
	}
	#job_detail .job_nav .inner ul li a::after {
		right: auto;
	}
	#job_detail .job_nav .inner ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 5px;
	}
	#job_detail .job_sum {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#job_detail .job_sum .row {
		margin-bottom: 20px;
	}
	#job_detail .job_sum .row h2 {
		font-size: 16px;
		margin-bottom: 0;
	}
	#job_detail .job_sum p {
		font-size: 14px;
		margin-bottom: 0;
	}
	#job_detail .job_info {
		padding: 60px 0;
	}
	#job_detail .job_info h2 {
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	#job_detail .job_info p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#job_detail .job_info .prg:not(:last-child) {
		margin-bottom: 60px;
	}
	#job_detail .job_info table tr th, #job_detail .job_info table tr td {
		width: 100%;
		display: block;
	}
	#job_detail .job_info table tr th {
		border-bottom: 0px;
		padding-bottom: 5px;
	}
	#job_detail .job_info table tr td {
		padding-top: 0;
		font-size: 14px;
	}
	#job_detail .job_related {
		padding: 40px 0;
	}
	#job_detail .job_related ul li {
		margin-bottom: 7px;
	}
	#job_detail .job_card_list {
		padding: 20px 0;
		overflow: hidden;
	}
	#job_detail .job_card_list h2 {
		font-size: 22px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 2px solid #004e98;
	}
	#job_detail .job_card_list ul {
		margin-bottom: 10px;
	}
	#job_detail .job_card_list .slick-list {
		padding-left: 0% !important;
		overflow: visible;
	}
	#job_detail .job_eyecatch {
		margin-top: 20px;
		padding: 40px 0;
	}
	#job_detail .job_eyecatch .uh-2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#job_detail .job_eyecatch .uh-1 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#job_detail .job_eyecatch .p {
		font-size: 14px;
	}
	#job_detail .job_cls {
		padding: 40px 0;
	}
	#job_detail .job_cls h2 {
		margin-bottom: 30px;
	}
	#job_detail .job_cls .container {
		padding: 20px 1em;
		padding-top: 40px;
	}
	#job_detail .job_cls .container .row .col-md-4 {
		width: 100%;
	}
	#job_detail .job_cls .container .card {
		min-height: 120px;
		height: auto;
		padding: 40px 20px;
	}
	#job_detail .job_cls .container .card span {
		font-size: 14px;
	}
	#job_detail .job_cls .container .card h3 {
		font-size: 16px;
	}
	#job_detail .job_cls .container .card h3 span {
		font-size: 20px;
	}
	#job_detail .job_cls .container .card:not(:last-child) {
		margin-right: 0;
	}
	#job_detail .job_cls .sec {
		padding: 40px 0;
		padding-bottom: 20px;
	}
	#job_detail .job_cls .sec h2 {
		font-size: 22px;
	}
	#job_detail .job_cls .sec .row {
		margin-bottom: 40px;
	}
	#job_detail .job_cls .sec .uh-2 {
		font-size: 18px;
	}
	#job_detail .job_cls .sec p {
		font-size: 14px;
	}
	#job_detail .job_cls .sec .banner {
		margin-top: 40px;
	}
}
.page_topbar_type1 {
	background-color: #EDF0F4;
	background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
	padding: 40px 1rem;
}

.topbar_box .topbar_ttl > div {
	text-align: center;
	margin-bottom: .5rem;
}
.topbar_box .topbar_ttl > div small {
	color: #004E98;
	font-weight: bold;
	font-style: italic;
}
.topbar_box .topbar_ttl h2 {
	color: #004E98;
	text-align: center;
	font-weight: bold;
	padding-bottom: .2em;
}
.topbar_box .topbar_text {
	margin: 20px 0 0;
}
.topbar_box .topbar_text p {
	text-align: center;
}

.section_form_application {
	margin-bottom: 120px;
}

.secbar {
	background-color: #004E98;
	color: #FFFFFF;
}
.secbar h4 {
	text-align: center;
	padding: 1rem 1rem;
}

.form_wrap {
	max-width: 768px;
	margin: 0 auto;
	padding: 40px 0;
}
.form_wrap .form-label {
	display: flex;
	align-items: flex-start;
	font-weight: bold;
}
.form_wrap .form-label .requ {
	font-size: .8rem;
	font-weight: normal;
	background-color: #E24649;
	color: #FFFFFF;
	padding: .1em .4em 0;
	border-radius: 4px;
	margin-left: 1.5rem;
	line-height: 1.6;
}
.form_wrap .form-label .any {
	font-size: .8rem;
	font-weight: normal;
	background-color: #099885;
	color: #FFFFFF;
	padding: .1em .4em 0;
	border-radius: 4px;
	margin-left: 1.5rem;
	line-height: 1.6;
}
.form_wrap textarea {
	width: 100%;
	padding: 1rem;
}
.form_wrap textarea#privacy_policy {
	font-size: 14px;
}
.form_wrap .btn_row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form_wrap .btn-orange {
	background-color: #EF9300;
	color: #FFFFFF;
	padding: 0.375rem 2rem;
	margin: 0 .75rem;
}
.form_wrap .btn-secondary {
	padding: 0.375rem 2rem;
	margin: 0 .75rem;
}
.form_wrap .btn-green {
	background-color: #0A9D91;
	padding: 0.375rem 2rem;
	margin: 0 .75rem;
	color: #FFFFFF;
}
.form_wrap .btn-green:hover {
	background-color: #068F84;
}
.form_wrap table.tbl_confirm {
	width: 100%;
}
.form_wrap table.tbl_confirm tr {
	border-bottom: solid 1px #DDDDDD;
}
.form_wrap table.tbl_confirm tr td {
	padding: 1rem;
}
.form_wrap table.tbl_confirm tr td:first-child {
	width: 40%;
	font-weight: bold;
	color: #004E98;
}

.checkbox_pond {
	background-color: #EDF0F4;
	padding: 1.5rem 1.5rem 0;
	border-radius: 10px;
}
.checkbox_pond label {
	margin: 0 2rem 2rem 0;
}

span#web_meet {
	color: #E24649;
	font-size: 1.2rem;
	font-weight: bold;
	padding: .5rem 1.8rem;
	background-color: #FFFFFF;
	border: solid 2px #E24649;
	border-radius: 1.5em;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.page_topbar_type1 {
		padding: 30px 1rem;
	}
	.topbar_box .topbar_text p {
		text-align: left;
	}
	.form_wrap table.tbl_confirm tr td {
		display: block;
	}
	.form_wrap table.tbl_confirm tr td:first-child {
		width: 100%;
	}
}

.slick-track {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* 20230427コンテンツ追加 */
.addcontents {
}
.addcontents h2,
.addcontents .h2 {
	padding: 0.5em;
	background: #0791AC;
	background: #0A9D91;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}
.addcontents ._qanda{
	margin: 40px auto;
	max-width: 840px;
}
._qandaItem{
	background-color: #FFFFFF;
	border: solid 2px #EDF4FE;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 15px 40px;
	transition: .3s;
}
._qandaItem.active {
	background-color: #EDF4FE;
}
._qandaItem span.rtQ {
	width: 40px;
	height: 40px;
	background-color: #004E98;
	border-radius: 0 0 50% 0;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px 0 0 11px;
}
._qandaItem .__question{
	padding-left: 15px;
	font-size: 16px;
	position: relative;
}
 ._qandaItem .__question::after{
 	content: '';
	display: block;
	width: 15px;
	height: 8px;
	position: absolute;
	background-image: url("/asset/img/search/arrow__qanda.svg");
	background-repeat: no-repeat;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	transition: .3s;
}
 ._qandaItem.active .__question::after{
	transform: rotate(-180deg);
	transform-origin:50% 25% 0;
}
._qandaItem .__answer{
	margin: 10px 0 0;
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 10px;
	display: none;
}
.addcontents ._qanda .__answer p {
	font-size: 16px;
	position: relative;
	padding-left: 24px;
	margin: 0;
	line-height: 1.8;
}
.addcontents ._qanda .__answer p strong {
	font-size: 16px;
	font-weight: bold;
	color: #EF9300;
	position: absolute;
	top: 0;
	left: 3px;
}
.addcontents ._qanda .__answer a {
	font-weight: bold;
	color: #EF9300;
	text-decoration: underline;
}
.addcontents .description_out {
	background-color: #FAFAFA;
	border-radius: 10px;
	padding: 1.5em;
}
.addcontents .description_out p {
	font-size: 14px;
	letter-spacing: .08em;
	line-height: 1.6;
	margin: 0;
}
@media (max-width: 767px) {
	.addcontents h2,
	.addcontents .h2 {
		font-size: 20px;
	}
	.addcontents ._qanda{
		margin: 30px auto;
	}
 ._qandaItem {
		padding: 15px 20px;
	}
 ._qandaItem .__question{
	 	padding-left: 30px;
		padding-right: 15px;
	}
 ._qandaItem .__question::after{
		left: 100%;
	}
	.addcontents ._qanda .__answer p {
		font-size: 14px;
	}
}
/*  20240520  */
.gift_wrap {
	margin-top: 10px;
}
.gift_wrap .point {
	font-size: 15px;
	background-color: #fff;
	color: #EF9300;
	border: 1px solid #EF9300;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 0 35px;
	font-weight: bold;
	text-align: center;
	height: 42px;
	position: relative;
}
.gift_wrap .point strong {
	font-weight: bold;
}
.gift_wrap .point span {
	font-size: 25px;
	font-style: italic;
	padding: 0 5px;
}
.gift_wrap .gift::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url("../img/icon_gift.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline;
}
.gift_wrap small {
	display: inline-block;
}
@media (max-width: 767px) {
	.gift_wrap .point {
		font-size: 13px;
		margin-right: 0;
		margin-bottom: 3px;
		padding: 0 9px 0 29px;
		height: 34px;
	}
	.gift_wrap .point span {
		font-size: 20px;
		letter-spacing: -.3px
	}
	.gift_wrap .gift::before {
		top: calc(50% - 1px);
		left: 8px;
		width: 14px;
	}
}

/*未経験求人追加*/
#job_detail .job_header .job_title_wrapper {
	padding: 50px 30px 20px;
}
.label_mikeiken {
	display: inline-block;
	background-color: #FF7F50;
	padding: .2em 1em;
	margin: -40px auto 12px -38px;
	position: absolute;
}
.label_mikeiken::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 5px transparent;
	border-right: solid 9px #AB5332;
}
.label_mikeiken span {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/*この求人に似た求人を探す追加*/
.related_links {
	
}
.related_links_title {
	margin: 0;
	padding: 0.5em;
	background: #004E98;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
}
.related_links table {
	margin: 25px auto 60px;
	max-width: 840px;
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
}
.related_links table tr {
}
.related_links table th {
	width: 180px;
	padding: 15px 10px;
	border-bottom: 1px dotted #9299A2;
	text-align: left;
	vertical-align: top;
}
.related_links table td {
	padding: 15px 10px;
	background: #fff;
	border-bottom: 1px dotted #9299A2;
	vertical-align: top;
}
.related_links table a {
	display: inline-block;
	color: #004e98;
}