@charset "UTF-8";

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

:placeholder-shown {
	font-size: 12px;
}
::-webkit-input-placeholder {
	font-size: 12px;
}
:-moz-placeholder {
	font-size: 12px;
}
::-moz-placeholder {
	font-size: 12px;
}
:-ms-input-placeholder {
	font-size: 12px;
}

body {
	background-color: #ffffff;
	min-width: 1280px;
}
@media screen and (max-width: 767px) {
	body {
		min-width: 100%;
	}
}

.main_catch {
	font-size: 32px;
	letter-spacing: 0px;
	font-weight: bold;
	font-feature-settings: 'palt';
	margin-top: 63px;
	margin-bottom: 60px;
}
.main_catch span {
	display: block;
	font-size: 22px;
	letter-spacing: 2.5px;
	color: #55a93a;
	text-indent: 4px;
	line-height: 20px;
	margin-bottom: 20px;
}
.main_catch strong {
	font-size: 46px;
}
.raleway {
	font-family: 'Raleway', sans-serif;
	font-size: 4.8rem;
}

nav .btn2 a {
	color: #fff;
}
input[type='text'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	color: #4a4a4a;
}
button,
input[type='submit'],
input[type='reset'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	box-sizing: border-box;
	color: #4a4a4a;
	cursor: pointer;
}
.head_logo {
	margin-top: 0;
}
h1 {
	border-right: none;
	background-color: transparent;
	width: 173px;
	max-height: 29px;
	height: 29px;
	display: block;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
h1 a {
	width: 100%;
	padding-top: 30px;
	height: 0;
	display: block;
	background-image: url(../img/common/header_logo.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	background-size: contain;
}
header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	height: 75px;
	position: relative;
	z-index: 2;
	padding: 0 30px 0 50px;
}

h2 {
	font-family: 'Abel', sans-serif;
	letter-spacing: 5px;
	font-weight: normal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
h2 span {
	z-index: 1;
}
h2 span span {
	letter-spacing: 2px;
}
.br {
	display: none;
}
.search_list .menu_icon-1 {
	background-image: url(../img/top/icon01.svg);
	height: 30px;
	width: 60px;
	display: block;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	margin: 0 auto 4px auto;
}
.search_list .menu_icon-2 {
	background-image: url(../img/top/icon03.svg);
	height: 30px;
	width: 60px;
	display: block;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	margin: 0 auto 4px auto;
}
.search_list .menu_icon-3 {
	background-image: url(../img/top/icon05.svg);
	height: 30px;
	width: 53px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 auto 4px auto;
}
.search_list .menu_icon-4 {
	background-image: url(../img/top/icon_2.svg);
	height: 37px;
	width: 48px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 auto 4px auto;
}
.search_list .menu_icon-5 {
	background-image: url(../img/top/icon_6.svg);
	height: 30px;
	width: 30px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 auto 4px auto;
}
.search_list .menu_icon-6 {
	background-image: url(../img/top/icon04.svg);
	height: 30px;
	width: 44px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 auto 4px auto;
}

.top_login_btn_area {
	padding: 15px;
	display: flex;
}
.top_login_btn_area li {
	width: 50%;
}

.top_login_btn_area a {
	background-color: #ff7fa6;
	border: solid 1px #ff7fa6;
	color: #fff;
	display: block;
	padding: 15px 0;
	text-align: center;
	width: 96%;
	margin: auto;
	font-size: 14px;
	margin-bottom: 42px;
}
.top_login_btn_area li:first-child a {
	background-color: #ffffff;
	color: #ff7fa6;
}

.top_login_btn_area a i {
	margin-right: 5px;
}

.topAddContents {
	padding: 75px 50px 87px;
	background-image: url(../img/top/main_bg.png);
	-webkit-background-size: contain, cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: -75px;
	position: relative;
	min-height: 450px;
	height: 506px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.topAddContents {
		background-image: url(../img/top/sp_main_bg.png);
	}
}
@media all and (-ms-high-contrast: none) {
	.topAddContents > div:nth-of-type(2) {
		height: calc(100vh - 162px);
	}
}

.topAddContents > div.infonew {
	margin-top: -40px;
	font-size: 13px;
}
.topAddContents > div.infonew dl dt {
	position: relative;
	padding-left: 25px;
}
.topAddContents > div.infonew dl dt:before {
	display: block;
	content: '';
	width: 15px;
	height: 13px;
	background-image: url(../img/common/icon_info.png);
	position: absolute;
	left: 7px;
	top: 5px;
}

.main_visual_body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: -15px;
}
.main_visual_body_text {
	min-width: 635px;
}

.main_visual_body > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	min-width: 598px;
	width: 598px;
	justify-content: space-between;
	height: -webkit-fill-available;
	margin-top: 47px;
	height: 264px;
}
.main_visual_body > ul > li {
	width: 296px;
}
/*.topAddContents::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1;
}*/

.main_visual_body > ul.top_login_btn_area {
	display: none;
}
@media screen and (max-width: 768px) {
	.main_visual_body > ul {
		display: none;
	}

	.main_visual_body > ul.top_login_btn_area {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		max-width: 100%;
		min-width: inherit;
		margin-top: 26px;
		box-sizing: border-box;
		padding: 20px 0 0 0;
		height: unset;
	}
	.main_visual_body > ul > li {
		width: 50%;
	}

	.topAddContents div.infonew dl dd {
		width: 100%;
	}
}
.head_logo_top_right > ul {
	position: relative !important;
}
.head_logo_top_right ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.head_logo_top_right ul a {
	background-color: #ffffff;
	padding: 10px 20px;
	opacity: 0.6;
}

.head_logo_top_right_faq {
	background-image: url(../img/common/icon007.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.head_logo_top_right_request i {
	color: #c18b5d;
	margin-right: 4px;
}

.topAddContents > div {
	position: relative;
	z-index: 2;
}
.topAddContents > div:first-of-type > a {
	width: 100%;
	height: 55px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
	justify-content: center;
}
.topAddContents > div:first-of-type > a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #ff7fa6 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}

.topAddContents dl {
	font-size: 1.2rem;
	margin: 40px 0 0px;
	width: 100%;
	align-items: center;
}

.topAddContents dl dd {
	margin-top: 5px;
}

.topAddContents .news {
	width: 600px;
}

.topAddContents .news dt .ttl {
	text-align: center;
	background-color: #55a93a;
	color: #ffffff;
	padding: 2px 10px;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	border-radius: 13px;
	margin-right: 10px;
}

.topAddContents .news dd {
	line-height: 1.5;
	margin-top: 10px;
}

.topAddContents .news dd .text a {
	text-decoration: none;
	font-size: 12px;
}
.topAddContents .news dd a {
	margin-left: 5px;
	text-decoration: underline;
	font-size: 10px;
}

.topAddContents .news .date {
	font-weight: bold;
}

.topAddContents .news .tag {
	width: 35px;
	height: 15px;
	background-color: #db0000;
	color: #fff;
	padding: 3px;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	margin-left: 5px;
	font-size: 10px;
	font-weight: normal;
}

.topAddContents .news dd {
	font-size: 12px;
}

.topAddContents dd .date {
	font-weight: bold;
}

.topAddContents dd a {
	line-height: 1.5;
}

.topAddContents dd a,
.topAddContents dd a span,
.topAddContents dd .text {
	font-weight: normal;
}

.topAddContents dd .text {
	line-height: 1.4;
}

.topAddContents dd > a .text {
	display: block;
	margin: 5px 0 2px;
	line-height: 1.4;
	width: 132px;
}

.topAddContents .update {
	font-size: 1.7rem;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

.topAddContents .update .ttl {
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 10px 0 20px;
}

.topAddContents .count {
	color: #ff9f00;
	font-size: 2.4rem !important;
}

.topAddContents .news .tag {
	margin-left: 5px;

	font-size: 10px;
}

.search_list {
	margin-top: -87px;
	height: 87px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.85);
	border-top: 1px solid #f4f4f4;
}

.sp_top_header_nav {
	display: none;
}

@media screen and (min-width: 768px) {
	.search_list {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.head_logo_top_right {
		display: none;
	}
}

nav > .nav_list > li.nav_list_job_search {
	width: 90px;
	min-width: 90px;
}
nav > .nav_list > li.nav_list_feature {
	width: 110px;
	min-width: 110px;
}
nav > .nav_list > li.nav_list_service {
	width: 110px;
	min-width: 120px;
}

.top_login_btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 460px;
}

.top_login_btns li a {
	display: block;
	text-align: center;
	padding: 18px 0;
	font-weight: bold;
}
.top_login_btns li a i {
	display: none;
}

.top_login_btns li.btn1 a {
	color: #333333;
	width: 152px;
	font-size: 16px;
}
.top_login_btns li.btn2 a {
	color: #ffffff;
	width: 318px;
	font-size: 20px;
}

.top_login_btns li {
	margin-right: 20px;
}
.top_login_btns li:last-child {
	margin-right: 0;
}

.search_list li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 183px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.search_list li a {
	border-left: 1px solid #eaeaea;
	height: 70%;
	width: 100%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.search_list li:last-of-type a {
	border-right: 1px solid #eaeaea;
}

.search_list a {
	text-align: center;
	color: #333;
	font-weight: bold;
	line-height: 1.3;
}

.search_list span {
	display: block;
	color: #777;
	font-size: 1.2rem;
	font-family: 'Abel', sans-serif;
	font-weight: normal;
}

.search_list .icon-6 {
	color: #3fcaa8;
	font-size: 2.4rem;
}
.search_list .icon-2 {
	font-size: 2.4rem;
}

.search_list .fa-train {
	color: #865e37;
	font-size: 2.6rem;
}

.search_list .fa-user {
	color: #ff7fa6;
	font-size: 3rem;
}

.search_list .fa-address-book {
	color: #4090eb;
	font-size: 2.931rem;
}

.search_list .fa-trophy {
	color: #ffbe33;
	font-size: 2.931rem;
}

.search_list .icon-5 {
	font-size: 2.931rem;
	color: #ff7fa6;
}
.search_list .icon-7 {
	height: 35px;
	box-sizing: border-box;
	position: relative;
}
.search_list .icon-7::before {
	content: '';
	display: block;
	height: 38px;
	width: 100%;
	background-image: url(../img/common/icon_campaign.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: -10px;
	left: 0;
}
.search_list i {
	padding-bottom: 6px;
}

/*------------------------------------------------
Job Search
------------------------------------------------*/

#Job_search h2 {
	text-align: center;
	height: calc((100vw - 40px) / 5);
	max-height: 240px;
	position: relative;
	background-color: #fff;
	font-size: 4rem;
}

#Job_search h2 span span {
	display: block;
	font-size: 1.4rem;
}

#Job_search h2::before,
#Job_search h2::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#Job_search h2::before {
	background-image: url(../img/top/sec_bg001.jpg);
	background-position: top left;
	left: 0;
}

#Job_search h2::after {
	background-image: url(../img/top/sec_bg002.jpg);
	background-position: top right;
	right: 0;
}

#Job_search > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	border-bottom: 0;
	border-top: 0;
}

#Job_search > ul li.active {
	border-top: 3px solid #55a93a;
	background-color: #fff;
	opacity: 1;
	padding: 23px 3%;
	font-weight: bold;
	color: #333333;
}

#Job_search > ul li:nth-child(2).active {
	border-top: 3px solid #ffc600;
}

#Job_search > ul li:nth-child(2).active:hover {
	border-top: 3px solid #ffc600;
}

#Job_search > ul li {
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #e4e4e4;
	width: 32.7%;
	padding: 23px 3%;
	font-size: 2rem;
	cursor: pointer;
	border-top: 3px solid #e4e4e4;
	color: #9e9e9e;
}

#Job_search > ul li:hover {
	border-top: 3px solid #e8e8e8;
	background-color: #e8e8e8;
}
#Job_search > ul li.active:hover {
	background-color: #fff;
	border-top: 3px solid #55a93a;
}

/* Ã£â€šÂ¿Ã£Æ’â€“2Ã¥â‚¬â€¹Ã§â€Â¨ */
#Job_search > ul li {
	width: 50%;
}

#Job_search .form_wrap > ul .fa {
	color: #ff7fa6;
	margin-right: 1%;
}

#Job_search .form_wrap > form {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#Job_search .form_wrap > form input {
	border: 1px solid #ccc;
	height: 100%;
	margin: 0 10px;
	width: 390px;
	padding: 0 15px;
}

#Job_search .form_wrap > form .btn2 {
	height: 100%;
	width: 93px;
}

#Job_search .form_wrap > form .fa {
	margin-right: 5px;
}

#Job_search .form_wrap > form.pc-st-form {
	margin-top: 20px;
	width: 620px;
	margin: auto;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.pc-st-form label {
	min-width: 121px;
}
/*#Job_search .form_wrap > form.pc-st-form input[type="text"] {
	width: 359px;
}*/
.pc-st-form .btn2 {
	min-width: 93px;
	margin-left: 19px;
}

.tab_list {
	padding: 50px 50px 0 50px;
	margin-bottom: 30px;
	border-top: 0;
}

.tab_list > div {
	display: none;
}

.tab_list .active {
	display: block;
	position: relative;
}

.tab_list dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.tab_list dl:first-of-type {
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.tab_list dd {
	padding-top: 14px;
}

.tab_list dd dd {
	padding-top: 0;
}

dl.select_area > dd {
	padding-top: 0;
}

.tab_list dt {
	color: #333333;
	background-color: #f4f4f4;
	border: solid 1px #e8e8e8;
	font-weight: bold;
	width: 124px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	min-height: 40px;
	font-size: 1.5rem;
}

.tab_list dd {
	width: 100%;
}

.tab_list .search_btn {
	bottom: 0;
	right: 0;
	text-align: right;
	width: 100%;
	height: 50px;
	margin-top: 15px;
}

.tab_list .search_btn input {
	display: block;
	margin-left: auto;
}

.tab_list .search_btn .btn1 {
	position: relative;
	bottom: 4px;
	margin-left: 10px;
}

.tab_list .btn1,
.tab_list .btn2 {
	width: 100%;
	max-width: 200px;
}

.tab_list .btn1 {
	border: 1px solid #55a93a;
	color: #55a93a;
	font-weight: bold;
	display: inline-block;
	height: 50px;
}

.tab_list .btn2 {
	color: #fff;
	font-size: 2.6rem;
	height: 50px;
	display: inline-block;
}

.tab_list .btn2 .fa {
	margin-right: 2%;
	font-size: 2.5rem;
	position: relative;
	bottom: 2px;
}

.tab_list label {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	margin-right: 10px;
	margin-bottom: 14px;
	min-width: 220px;
	cursor: pointer;
}

.tab_list .w100,
.tab_list .w90 {
	min-width: auto;
}

/*
.tab_list label:last-of-type {
	margin-bottom: 0;
}
*/

.tab_list input[type='checkbox'] {
	margin: 0 10px 0 0;
}

.tab_list .select_area dt {
	height: 40px;
	box-sizing: border-box;
}

.tab_list .select_area dd {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
}

.tab_list .select_area select,
.tab_list .select_area .btn1 {
	height: 40px;
}

.tab_list .select_area select {
	width: 170px;
}

.tab_list .select_area .btn1 {
	width: 190px;
	display: inline-block;
	box-sizing: border-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.tab_list .select_area .fa {
	margin-left: 10px;
	font-size: 1.2rem;
}

.nav_list .select_list,
.tab_list .select_list {
	font-size: 1.2rem;
	color: #ff9f00;
	width: 100%;
	padding: 5px;
	background-color: #fff4cc;
	margin-top: 10px;
	line-height: 1.4;
}

.tab_list .select_list > span {
	font-weight: bold;
}

.tab_list .aboutHope .fa {
	display: none;
}

.tab_list .tab-form dd {
	padding-top: 0;
}

.tab_list .special_contents {
	background-color: #fff4cc;
	padding: 35px 30px 20px 30px !important;
}

.tab_list .special_contents dd ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	width: 910px;
}

.tab_list .special_contents li {
	margin-bottom: 5px;
	margin-right: 7px;
	display: none;
}
body.dr_f .tab_list .tab1.active .special_contents li,
body.dr_p .tab_list .special_contents li.dr_p,
body.dr_s .tab_list .special_contents li.dr_s,
body.dr_c .tab_list .special_contents li.dr_c {
	display: block;
}
.tab_list .special_contents dt {
	background-color: unset;
	border: none;
	text-align: center;
	font-weight: normal;
	line-height: 1.2;
	width: auto;
	margin-right: 2%;
	min-width: 110px;
}

.tab_list .special_contents dd {
	padding-top: 0;
}

.tab_list .special_contents dt .en {
	font-family: 'Abel', sans-serif;
	font-size: 30px;
}

.tab_list .special_contents dt .jp {
	display: block;
	font-size: 12px;
}

.tab_list .line {
	background-color: #eeeeee;
	height: 1px;
	border: none;
	margin: 0 0 20px 0;
}

.tab_list .select_area {
	margin-bottom: 20px;
}

/*------------------------------------------------
Job's Content
------------------------------------------------*/

.container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 50px 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.container.aside {
	display: block;
	background-color: transparent;
	margin-top: 50px;
	border: none;
	padding-bottom: 50px;
	padding-top: 0;
}

.container h2 {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	font-size: 4rem;
	line-height: 1.2;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10.699999999999999% 0;
	position: relative;
}

.container h2 span:nth-of-type(2) {
	width: 100%;
	font-size: 1.4rem;
}

.container h2 .date_info {
	font-size: 1.4rem;
	font-weight: bold;
	position: absolute;
	top: 8px;
	left: 8px;
	letter-spacing: 2px;
}

.container h2 a {
	line-height: 1;
	display: inline-block;
	font-size: 1.4rem;
	position: absolute;
	right: 8px;
	bottom: calc(50% + 3px);
	border: solid 1px #d4d4d4;
	padding: 8px;
	width: 137px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
}

.container section:not(:last-child) {
	margin-bottom: 20px;
}

.left_area,
.right_area {
	width: calc(50% - 10px);
	position: relative;
	max-width: 590px;
}

.right_area {
	margin-left: 20px;
}

#Job_new,
#Job_pickup,
#Job_other {
	background-color: #fff;
	padding-bottom: 20px;
	border: solid 1px #d4d4d4;
}

#Job_new,
#Job_pickup {
	margin-bottom: 20px;
}

/*#Job_other {
	margin-bottom: 20px;
}
*/
#Job_new ul,
#Job_pickup ul,
#Job_other ul {
	overflow-y: auto;
}

/*#Job_new li,
#Job_pickup li,
#Job_other li {
	margin-right: 15px;
}*/

#Job_new ul,
#Job_pickup ul {
	margin: 20px 10px 0 30px;
}

#Job_new dt,
#Job_pickup dt {
	font-size: 1.2rem;
	color: #858585;
	margin-bottom: 6px;
	line-height: 1.4;
}

#Job_new img,
#Job_pickup img {
	margin-right: 3px;
}

#Job_new dd,
#Job_pickup dd {
	font-size: 2rem;
	color: #333;
	padding-bottom: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.2;
}

#Job_new li,
#Job_pickup li {
	border-bottom: 1px solid #eaeaea;
}

#Job_new li:not(:first-child),
#Job_pickup li:not(:first-child) {
	margin-top: 20px;
}

#Job_new h2,
#Job_pickup h2 {
	max-height: 190px;
	margin-bottom: -93px;
	padding: 25px 0 0;
	height: 190px;
	display: block;
}
#Job_new h2 span,
#Job_pickup h2 span {
	display: block;
}

#Job_new .select-tab,
#Job_pickup .select-tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto;
	margin: 0 8px;
	position: relative;
	overflow: visible;
}
#Job_new .select-tab li,
#Job_pickup .select-tab li {
	margin-top: 0;
	border-bottom: none;
	width: calc(25% - 7px);
	margin-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*
#Job_new .select-tab li:first-of-type,
#Job_pickup .select-tab li:first-of-type {
	position: absolute;
	top: -37px;
	left: 0;
	z-index: 1;
	height: 32px;
}
*/
#Job_new .select-tab li:not(:nth-of-type(5)):not(:last-of-type),
#Job_pickup .select-tab li:not(:nth-of-type(5)):not(:last-of-type) {
	/*margin-right: 9px;*/
}
#Job_new .select-tab li:nth-of-type(-n + 8),
#Job_pickup .select-tab li:nth-of-type(-n + 8) {
	margin-bottom: 5px;
}
#Job_new .select-tab a,
#Job_pickup .select-tab a {
	padding: 5px 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border: solid 1px #d4d4d4;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fdfefd;
}
.container h2 a:hover,
#Job_new .select-tab a:hover,
#Job_pickup .select-tab a:hover,
#Job_new .select-tab li.active a {
	opacity: 1;
	background-color: #fff4cc;
}

#Job_new .select-tab .post_type a {
	background-color: #ffffff;
	color: #55a93a;
	border: 2px solid #55a93a;
}
#Job_new .select-tab .post_type a:hover,
#Job_new .select-tab .post_type.active a {
	opacity: 1;
	background-color: #55a93a;
	color: #fff;
}

.container h2 a.disabled:hover,
#Job_new .select-tab a.disabled:hover,
#Job_pickup .select-tab a.disabled:hover {
	opacity: 0.5;
	background-color: #ffffff;
}
#Job_new h2 {
	background-image: url(../img/top/sec_bg003.jpg);
}

#Job_new ul {
	height: 556px;
}

#Job_pickup h2 {
	background-image: url(../img/top/sec_bg004.jpg);
}

#Job_pickup ul {
	height: 310px;
}

#Job_other h2 {
	background-image: url(../img/top/sec_bg005.jpg);
	max-height: 142px;
	padding: 6.7% 0;
}

#Job_other ul {
	max-height: 508px;
	margin: 30px 10px 0 30px;
}

#Job_other ul a {
	display: block;
	padding-left: 42.05607476635514%;
	position: relative;
	height: 100%;
	min-height: 120px;
}

#Job_other ul a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 39.62264150943396%;
	height: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px;
}

#Job_other ul span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
}

#Job_other li {
	margin-bottom: 15px;
}

#Job_other .fa {
	color: #55a93a;
	font-size: 1rem;
	margin-right: 5px;
}

#Job_other dl {
	color: #333;
	line-height: 1.2;
}

#Job_other dt {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#Job_other dd {
	line-height: 1.5;
}

#Job_other > a {
	margin: 0 30px;
	display: block;
}

#Job_other > a img {
	width: 100%;
}

.content_item001::before {
	background-image: url(../img/top/item_bg001.jpg);
}

.content_item002::before {
	background-image: url(../img/top/item_bg002.jpg);
}

.content_item003::before {
	background-image: url(../img/top/item_bg003.jpg);
}

.content_item004::before {
	background-image: url(../img/top/item_bg004.jpg);
}

.content_item005::before {
	background-image: url(../img/top/item_bg005.jpg);
}

.content_item006::before {
	background-image: url(../img/top/item_bg006.jpg);
}

#Job_special h2 {
	background-image: url(../img/top/sec_bg006.jpg);
	max-height: 240px;
	padding: 15% 0;
	margin-bottom: 20px;
	border: solid 1px #d4d4d4;
}

#Job_special ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

#Job_special li {
	background-color: #fff;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	box-sizing: border-box;
	min-height: 265px;
	position: relative;
}

#Job_special li:not(:nth-last-of-type(-n + 2)) {
	max-width: 285px;
}

#Job_special li.ml {
	margin-left: 20px;
}
/*
#Job_special li:nth-of-type(even) {
	margin-left: 20px;
}
*/
/*
#Job_special li:last-of-type {
	width: 100%;
}
*/
#Job_special dl {
	text-align: center;
}

#Job_special dt {
	font-size: 2rem;
}

#Job_special dt,
#Job_special dd {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.1;
}
#Job_special dd.icon-area {
	box-sizing: border-box;
	text-align: center;
	height: 185px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 7%;
}

@media screen and (max-width: 767px) {
	#Job_special dd.icon-area {
		box-sizing: border-box;
		padding: 0px 0 0px 0;
		text-align: center;
	}
	#Job_special dd.icon-area img {
		height: 18vw;
		width: 12vw;
		margin-top: 12px;
	}
	#Job_special dd.icon-area img.lg {
		width: 19vw;
		height: 19vw;
		margin-top: 0;
	}
}

.feature-list-icon img {
	max-width: 50%;
}

#Job_special li:not(:nth-last-of-type(-n + 2)) {
	max-width: 285px;
}
#Job_special li:not(:nth-last-of-type(-n + 2)) a {
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

#Job_special a {
	color: #333;
	padding: 31px 0;
	height: 0;
	display: block;
}

#Job_special i {
	display: block;
	color: #ff7fa6;
	font-size: 10rem;
	margin: 22px 0;
}

#Job_special .job_rec .fa-angle-right {
	display: none;
}

#Job_special .special_other001,
#Job_special .special_other002,
#Job_special .special_other003,
#Job_special .special_other004,
#Job_special .special_other005,
#Job_special .special_other006,
#Job_special .special_other007 {
	position: relative;
}

#Job_special .special_other001 a,
#Job_special .special_other002 a,
#Job_special .special_other003 a,
#Job_special .special_other004 a,
#Job_special .special_other005 a,
#Job_special .special_other006 a {
	padding: 0;
}

/*#Job_special .special_other001 a::before,
#Job_special .special_other002 a::before,
#Job_special .special_other003 a::before,
#Job_special .special_other004 a::before,
#Job_special .special_other005 a::before,
#Job_special .special_other006 a::before,
#Job_special .special_other007 a::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}*/

#Job_special .special_other001 dl,
#Job_special .special_other002 dl,
#Job_special .special_other003 dl,
#Job_special .special_other004 dl,
#Job_special .special_other005 dl,
#Job_special .special_other006 dl,
#Job_special .special_other007 dl {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 1.4;
}

#Job_special .special_other001 a {
	height: 100%;
}

#Job_special .special_other001 a::before {
	background-image: url(../img/top/s_item_bg001.jpg);
	background-position: center top;
	height: 216px;
	padding-top: 0;
	background-size: cover;
}

#Job_special .special_other002 a {
	height: 100%;
}

#Job_special .special_other002 a::before {
	background-image: url(../img/top/s_item_bg002.jpg);
	background-position: center top;
	height: 216px;
	padding-top: 0;
	background-size: cover;
}

#Job_special .special_other003 {
	min-height: auto;
}

#Job_special .special_other003 .fa-angle-right {
	display: none;
}

#Job_special .special_other003 a {
	padding-top: calc(100% / 2.070175438596491);
}

#Job_special .special_other003 a::before {
	background-image: url(../img/top/s_item_bg003.jpg);
	background-position: top right;
	padding-top: calc(100% / 2.070175438596491);
	top: 0;
}

#Job_special .special_other003 dl {
	width: calc(50% - 10px);
	right: initial;
	bottom: initial;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#Job_special .special_other003 .hexagon {
	margin: 15px auto 6.64px;
}

#Job_special .special_other004 a {
	height: 100%;
}
/*#Job_special .special_other004 a::before {
    background-image: url(../img/top/s_item_bg004.jpg);
    background-position: center top;
    height: 216px;
    padding-top: 0;
    background-size: cover;
}*/

#Job_special .special_other004 img {
	display: block;
	height: 100%;
	width: 100%;
}

#Job_special .special_other005 a {
	height: 100%;
}
#Job_special .special_other005 a::before {
	background-image: url(../img/top/s_item_bg005.jpg);
	background-position: center top;
	height: 216px;
	padding-top: 0;
	background-size: cover;
}

#Job_special ul li.jtid1 {
	display: block;
}
#Job_special ul li.jtid2,
#Job_special ul li.jtid3,
#Job_special ul li.jtid4 {
	display: none;
}

.hexagon {
	text-align: left;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -11px;
}

.hexagon .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 9px;
	top: 2px;
}

.l_banner {
	max-width: 1200px;
	display: block;
	margin: 30px auto 0 auto;
}

.l_banner img {
	width: 100%;
}

aside {
	padding: 50px;
	justify-content: space-between;
	border: none;
}

aside > dl {
	width: 100%;
}

aside > dl:nth-last-of-type(n + 3) {
	margin-left: 0;
}

aside > dl:nth-of-type(n + 3) {
	width: 32.22222222%;
}

aside > dl:nth-of-type(n + 3) > dt {
	width: 100%;
	margin-bottom: 20px;
}

aside > dl:nth-of-type(n + 4) {
	margin-left: 0;
}

aside > dl:nth-of-type(2) li:last-of-type a,
aside > dl:nth-of-type(n + 4) li:last-of-type a {
	margin-right: 0;
}

/* Ã¦Ë†ÂÃ©â€¢Â·Ã¤Â¼ÂÃ¦Â¥Â­Ã§â€°Â¹Ã©â€ºâ€  */
#GrowingCorp,
#GrowingCorp * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#GrowingCorp {
	background-color: #fff;
	min-height: 200px;
	padding-bottom: 20px;
}
.container #GrowingCorp h2 {
	padding: 3.4% 0;
	background-image: url(../img/column/h2_bg.jpg);
	margin-bottom: 10px;
	position: relative;
}
.container #GrowingCorp h2::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
#GrowingCorp .corp-list {
	padding: 0 3%;
	height: 106px;
}
#GrowingCorp .corp-list li {
	margin-bottom: 8px;
	border-bottom: 1px solid #eaeaea;
}
#GrowingCorp .corp-list li:last-child {
	margin-bottom: 0;
}
#GrowingCorp .corp-list li a {
	font-size: 1.6rem;
	display: block;
	padding: 10px;
}

.left_area_v2 #Job_other ul {
	max-height: 347px;
}
#Job_special.right_area_v2 dt {
	/* background-color: rgba(255, 160, 189, 0.9); */
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}
#Job_special.right_area_v2 li {
	min-height: 258px;
	height: 258px;
	border: solid 1px #d4d4d4;
	position: relative;
}

#Job_special.right_area_v2 li.sp100w {
	width: 100%;
	min-height: auto;
}

#Job_special.right_area_v2 li:last-child {
	margin-bottom: 0;
}

/*
#Job_special.right_area_v2 li.sp100w dl{
	display:none;
}
*/
/*#Job_special.right_area_v2 li.special_other004.sp100w a::before {
	 height:284px;
}*/

.sel_c_2,
.sel_c_3 {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	color: #ffffff;
}
.sel_c_3 .fa,
.sel_c_2 .fa {
	display: none;
}
.sel_c_3 span,
.sel_c_2 span {
	color: #613c1b;
	font-size: 16px;
	margin-right: 5px;
}
.tab_list select {
	width: 90px;
	text-align: center;
	padding-left: 10px;
}
.tab_list select#form-pref {
	width: auto;
}
@media screen and (max-width: 767px) {
	.tab_list select#form-pref {
		width: 49%;
	}
}

.sel_c_2 select,
.sel_c_3 select {
	margin-right: 5px;
}
.sel_c_2 span:last-child,
.sel_c_3 span:last-child {
	color: #333333;
	font-size: 1.4rem;
}

.sel_c_3 span:last-child:after,
.sel_c_2 span:last-child:after {
	content: 'ä»¥ä¸Š';
}

/* å³ã‚«ãƒ©ãƒ ã€€ã‚¹ãƒšã‚·ãƒ£ãƒ«ã®èƒŒæ™¯æŒ‡å®š */
.sp_bg_1 {
	background-image: url(../img/top/icon_7_l.png);
}
.sp_bg_2 {
	background-image: url(../img/top/icon_8_l.png);
}
#Job_special.right_area_v2 .under_dt dt {
	top: inherit;
	bottom: 0px;
	background-color: rgba(255, 160, 189, 0.9);
	color: #ffffff;
}

.sp_tab_head {
	display: none;
}
/*------------------------------------------------
Responsive
------------------------------------------------*/

@media screen and (max-width: 1300px) {
	.l_banner {
		margin: 0 50px 80px;
	}
}

/*@media screen and (max-width: 1220px) {
	#Job_new .select-tab li,
	#Job_pickup .select-tab li {
		font-size: 1vw;
	}
}*/

@media screen and (max-width: 1139px) {
	.br {
		display: inline;
	}

	.topAddContents > div:nth-of-type(2) {
		font-size: 5vw;
	}
	.topAddContents > div:nth-of-type(2) .abel {
		font-size: 5.3vw;
	}
}

@media screen and (max-width: 1139) {
}

@media screen and (max-width: 1070px) {
	.tab_list dd {
		width: 85%;
	}
}

@media screen and (max-width: 767px) {
	#Job_special.right_area_v2 dt {
		margin-bottom: 0px;
		font-size: 3vw;
		line-height: 142%;
		height: 100%;
		align-items: flex-end;
		padding-bottom: 5%;
	}
	#Job_special.right_area_v2 .special_other001 dt,
	#Job_special.right_area_v2 .special_other002 dt,
	#Job_special.right_area_v2 .special_other003 dt,
	#Job_special.right_area_v2 .special_other004 dt,
	#Job_special.right_area_v2 .special_other005 dt,
	#Job_special.right_area_v2 .special_other006 dt {
		padding: 10px 0px;
	}
	#Job_special.right_area_v2 .special_other001 dd,
	#Job_special.right_area_v2 .special_other002 dd,
	#Job_special.right_area_v2 .special_other003 dd,
	#Job_special.right_area_v2 .special_other004 dd,
	#Job_special.right_area_v2 .special_other005 dd,
	#Job_special.right_area_v2 .special_other006 dd {
		display: none;
	}
	#Job_special.right_area_v2 .special_other001 dl,
	#Job_special.right_area_v2 .special_other002 dl,
	#Job_special.right_area_v2 .special_other003 dl,
	#Job_special.right_area_v2 .special_other004 dl,
	#Job_special.right_area_v2 .special_other005 dl,
	#Job_special.right_area_v2 .special_other006 dl {
		margin-bottom: 0px;
	}
	.br {
		display: none;
	}

	body {
		min-width: 100%;
		background-color: transparent;
	}

	main {
		padding: 30px 0 0 0 !important;
	}
	aside {
		display: none;
	}
	.head_logo {
		overflow: hidden;
		white-space: nowrap;
		position: relative;
		border-right: none;
		max-height: 30px;
		height: 100%;
		margin-left: 3%;
		border-left: none;
		width: 100%;
		margin-top: 0;
		margin-right: 200px;
		max-width: 250px;
	}
	.head_logo a {
		width: 100%;
		padding-top: 30px;
		height: 0;
		display: block;
		background-image: url(../img/common/header_logo.png);
		background-repeat: no-repeat;
		background-color: transparent;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center left;
		color: #ffffff;
	}
	header {
		padding: 0;
		background-color: #fff;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 30;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
		height: 60px;
	}
	header .sp {
		box-shadow: none;
		width: auto;
		right: 0;
	}
	header .sp li:nth-of-type(n + 1) {
		width: 60px;
		border-left: 1px solid #e7e7e7;
	}
	.topAddContents {
		padding: 3px 3% 10%;
		display: block;
		-webkit-background-size: contain, cover;
		background-size: contain, cover;
		background-position: bottom right;
		margin-top: 41px;
		min-height: auto;
	}
	.topAddContents nav > ul > li:nth-of-type(n + 3) {
		margin-bottom: 0;
	}
	.topAddContents nav .btn1,
	.topAddContents nav .btn2 {
		width: 49%;
		/*margin: 0 0 10px 0;*/
		height: 37px;
		border: none;
	}
	.topAddContents nav .btn2.mypage,
	.topAddContents nav .btn2.regist {
		background-color: transparent;
	}
	.topAddContents nav .btn1 a,
	.topAddContents nav .btn2 a {
		font-size: 1.6rem;
		width: 100%;
	}
	.topAddContents dl {
		overflow: hidden;
		width: 100%;
		margin: 1% 0 5%;
	}
	.topAddContents dt {
		/*display: none;*/
	}
	.topAddContents dd {
		/*		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;*/
		margin-top: 5px !important;
	}
	.topAddContents dd a:last-of-type {
		/*display: none;*/
		/*margin-top: 5px;*/
	}
	.topAddContents dd a {
		/*width: 12%;*/
		display: inline-block !important;
	}
	.topAddContents dd .date {
		display: block;
		width: 100%;
		font-weight: normal;
	}
	.topAddContents dd .text a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		line-height: 20px;
	}
	.topAddContents dd .text {
		width: -webkit-calc(87% - 30px);
		width: calc(87% - 30px);
		display: inline-block;
		line-height: 1;
	}
	.infonew dd > a {
		margin: 0;
		padding: 0;
		top: -6px;
		position: relative;
	}

	.topAddContents > div:first-of-type {
		width: 100%;
	}
	.topAddContents > div:first-of-type > a {
		display: none;
	}
	.topAddContents > div:not(:first-child),
	.topAddContents > div > a {
		position: relative;
		z-index: 1;
	}

	.topAddContents > div:not(:first-child),
	.topAddContents > div > a {
		position: relative;
		z-index: 1;
		display: block;
	}
	.topAddContents > div:last-of-type {
		margin-top: 100px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.topAddContents > div:last-of-type .update {
		margin: 0 0 20px 0;
		font-weight: bold;
		font-size: 1.2rem;
	}
	.topAddContents > div:last-of-type .update span {
		display: inline;
		font-weight: normal;
		font-size: 1.2rem;
	}
	.topAddContents > div:last-of-type .update .count {
		font-weight: bold;
		font-size: 1.2rem !important;
	}
	.topAddContents > div:last-of-type select,
	.topAddContents > div:last-of-type button {
		height: 45px;
	}
	.topAddContents > div:last-of-type form {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: left;
	}
	.topAddContents > div:last-of-type form span {
		display: none;
	}
	.topAddContents > div:last-of-type label {
		width: 25%;
		height: 45px;
		display: inline-flex;
		align-items: center;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.topAddContents > div:last-of-type label:not(:last-of-type),
	.topAddContents > div:last-of-type select:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.topAddContents > div:last-of-type select {
		width: 100%;
	}
	.topAddContents > div:last-of-type select:nth-of-type(3) {
		margin-bottom: 5%;
	}
	.topAddContents > div:last-of-type button {
		margin: 0 auto;
		width: 85%;
		height: 45px;
		font-size: 2.4rem;
	}
	.topAddContents > div:last-of-type button span {
		display: inline-block;
	}
	.topAddContents > .sp {
		position: relative;
		z-index: 1;
		width: 55%;
		padding: 3% 5%;
		text-align: center;
		margin: 0 auto;
		box-sizing: border-box;
		line-height: 1.3;
		font-size: 1.7rem;
		margin-top: 5%;
	}
	.topAddContents > .sp span {
		font-size: 1.4rem;
		position: relative;
	}
	.topAddContents > .sp span::before,
	.topAddContents > .sp span::after {
		content: '';
		display: block;
		width: 10px;
		height: 1px;
		background-color: #ff7fa6;
		position: absolute;
		top: 6px;
	}
	.topAddContents > .sp span::before {
		left: -12px;
		transform: rotate(45deg);
	}
	.topAddContents > .sp span::after {
		right: -9px;
		transform: rotate(125deg);
		bottom: 3px;
	}

	.topAddContents dl {
		font-size: 1.3rem;
	}
	.topAddContents dd .date {
		font-size: 1.4rem;
		font-weight: bold;
	}
	.search_list {
		margin-top: 0;
		height: auto;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 3% 3% 3%;
		border: none;
		position: relative;
		z-index: 1;
	}
	.search_list li {
		width: 32%;
		position: relative;
	}
	.search_list li::before {
		display: block;
		content: '';
		padding-top: 100%;
	}
	.search_list li a {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: 1px solid #d2d2d2;
		height: 100%;
	}
	/*
	Ã£â€šÂ°Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’ÂÃ£Æ’Â«Ã£Æ’Å Ã£Æ’â€œ 5Ã¥â‚¬â€¹Ã£ÂÂ«Ã£ÂÂªÃ£ÂÂ£Ã£ÂÅ¸Ã£ÂÅ¸Ã£â€šÂÃ©â„¢Â¤Ã¥Â¤â€“
	.search_list li:nth-last-of-type(n+4) {
		margin-bottom: 2%;
	}
*/
	.search_list li {
		margin-bottom: 2%;
	}
	.search_list .icon-6 {
		font-size: 4.7rem;
	}
	.search_list .icon-2 {
		font-size: 4.7rem;
	}
	.search_list .fa-train {
		font-size: 4.7rem;
	}
	.search_list .fa-user {
		font-size: 4.7rem;
	}
	.search_list .fa-address-book {
		font-size: 4.7rem;
	}
	.search_list .fa-trophy {
		font-size: 4.7rem;
	}
	.search_list .fa-square {
		font-size: 4.7rem;
	}
	.search_list li:last-of-type a {
		font-size: 1.1rem;
	}

	#Job_search {
		padding: 0;
		padding-bottom: 3%;
	}
	#Job_search h2 {
		background-image: url(../img/top/sec_bg001_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 130px;
	}
	#Job_search h2::before,
	#Job_search h2::after {
		display: none;
	}
	#Job_search > ul {
		justify-content: flex-start;
		/*margin: 3% 3% 0;*/
	}
	#Job_search > ul .fa {
		display: none;
		text-align: center;
		font-size: 2.7rem;
		margin-bottom: 7px;
	}
	#Job_search > ul .fa-map-marker {
		font-size: 3.5rem;
	}
	#Job_search > ul li.active {
		padding: 4.5% 1%;
	}
	#Job_search > ul li {
		font-size: 2vw;
		width: 33.333333332999999%;
		text-align: center;
		padding: 4.5% 1%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#Job_search .tab-form dt,
	#Job_search .select_area dt {
		border: none;
	}

	/* Ã£â€šÂ¿Ã£Æ’â€“2Ã¥â‚¬â€¹Ã§â€Â¨ */
	#Job_search > ul li {
		width: 50%;
		font-size: 3.5vw;
		font-weight: bold;
	}

	.topAddContents {
		background-size: cover;
	}
	.main_catch {
		margin-top: 17px;
		margin-bottom: 10px;
	}
	.main_catch span {
		margin-bottom: 0;
	}
	#Job_special.right_area_v2 li.sp100w {
		background-size: cover;
	}

	#Job_search > ul li:last-of-type {
		border-left: 1px solid #e6e6e6;
	}
	#Job_search .form_wrap > form.pc-st-form,
	#Job_search .form_wrap > form {
		display: none;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*	#Job_search .form_wrap > form.pc-st-form {
		margin-bottom: 20px;
	}*/
	#Job_search .form_wrap > form label {
		width: 100%;
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	#Job_search .form_wrap > form input {
		height: 40px;
		width: 80%;
		margin: 0;
	}
	#Job_search .form_wrap > form.pc-st-form input[type='text'] {
		width: 70%;
		margin-right: 10px;
	}
	#Job_search .form_wrap > form .btn2 {
		width: 20%;
		height: 40px;
		margin-left: auto;
		min-width: auto;
	}

	.tab_list {
		background-color: #fff;
		padding: 0;
		margin-bottom: 0;
		font-size: 1.6rem;
		margin: 0 3% 5%;
	}
	.tab_list dl {
		display: block;
	}
	.tab_list dl:first-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 3%;
	}
	.tab_list .select_area dt {
		height: auto;
		margin-bottom: 3%;
	}
	.tab_list .tab-form dt {
		height: auto;
		margin-bottom: 3%;
	}
	.tab_list .select_area select {
		width: 48%;
	}
	.tab_list .select_area .btn1 {
		width: 48%;
		margin-left: 0;
	}
	.tab_list .form-inner .btn1 {
		margin-right: 0;
		margin-left: auto;
		width: 48%;
	}
	.tab_list .aboutHope {
		border: 1px solid #d4d4d4;
		color: #333333;
		width: 100%;
		height: 40px;
		font-weight: normal;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		justify-content: flex-start;
		padding: 3%;
		box-sizing: border-box;
	}
	.tab_list .tab1 .aboutHope .fa,
	.tab_list .tab2 .aboutHope:has(i.fa) .fa {
		margin-left: auto;
		display: inline;
	}

	.tab_list .tab1 .aboutHope + dd,
	.tab_list .tab2 .aboutHope:has(i.fa) + dd {
		display: none;
		margin: 3% 0 6%;
		padding-left: 3%;
	}
	.tab_list dt {
		background-color: transparent;
		display: block;
		min-height: auto;
	}
	.tab_list dd {
		width: 100%;
		justify-content: space-between;
	}
	.tab_list > div {
		padding: 3%;
	}
	.tab_list .search_btn {
		position: static;
		width: 100%;
		margin-top: 3%;
	}
	.tab_list .search_btn .btn1 {
		display: none;
	}
	.tab_list .search_btn .btn2 {
		max-width: 100%;
		height: 40px;
		margin-bottom: 0;
	}

	.container {
		display: block;
		background-color: #ffffff;
		padding: 0;
		z-index: 1;
		position: relative;
	}
	.container > .sp li {
		margin: 0 3%;
		border: solid 1px #d4d4d4;
	}
	.container > .sp li:not(:first-child) {
		margin-top: 3%;
	}
	.container > .sp li:not(:first-child) a {
		display: block;
		font-size: 2rem;
		position: relative;
		padding-top: calc(48.31% / 2.070175438596491);
		background-color: #fff;
	}
	.container > .sp li:not(:first-child) a::before {
		background-position: top left;
		padding-top: calc(48.31% / 2.070175438596491);
		background-image: url(../img/top/item_bg004.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		top: 0;
		content: '';
		position: absolute;
		display: block;
		width: 100%;
	}
	.container > .sp li:not(:first-child) span {
		position: absolute;
		top: 0;
		right: 0;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		height: 100%;
		align-items: center;
		justify-content: space-between;
		width: 62%;
		line-height: 1.3;
	}
	.container > .sp li:last-of-type {
		margin-bottom: 6%;
	}
	.container > .sp li:last-of-type a::before {
		background-image: url(../img/top/item_bg001_sp.jpg);
	}
	.container > .sp li i {
		color: #ff7fa6;
		font-size: 3rem;
		font-weight: bold;
		margin-right: 4%;
	}
	.container > .sp img {
		width: 100%;
		display: block;
	}
	.container #Job_new h2 span:first-of-type,
	.container #Job_pickup h2 span:first-of-type {
		display: none;
	}
	.container h2 span:nth-of-type(2) {
		letter-spacing: 0;
		font-size: 1.6rem;
	}

	#Job_new.active h2 .date_info,
	#Job_pickup.active h2 .date_info {
		top: 10px;
		display: block;
		width: 200%;
		text-align: left;
	}
	#Job_new.active h2 .date_info {
		left: 3%;
	}
	#Job_pickup.active h2 .date_info {
		left: 3%;
	}
	#Job_new h2 .date_info,
	#Job_pickup h2 .date_info {
	}

	#Job_other {
		display: none;
	}

	.left_area,
	.right_area {
		width: 100%;
		box-sizing: border-box;
		max-width: 100%;
	}

	.sp_tab_head {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		border-left: solid 1px #d4d4d4;
		border-right: solid 1px #d4d4d4;
	}
	.sp_tab_head span {
		width: 100%;
		text-align: center;
		font-size: 3vw;
		line-height: 40px;
		background-color: #e8e8e8;
		cursor: pointer;
		border-top: solid 2px #e8e8e8;
	}
	.sp_tab_head span.active {
		border-top: 2px solid #55a93a;
		background-color: #ffffff;
	}

	.left_area {
		padding: 0 3%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		position: relative;
	}

	.right_area {
		margin-left: 0;
		max-width: 100%;
	}
	.sp_none {
		display: none !important;
	}
	#Job_new,
	#Job_pickup {
		height: 480px;
		width: 100%;
		padding-bottom: 0;
		z-index: 0;
		position: absolute;
		left: 0;
		top: 40px;
		box-sizing: border-box;
		border-top: none;
		display: none;
	}
	#Job_new.tab-active,
	#Job_pickup.tab-active {
		display: block;
	}
	#Job_new h2,
	#Job_pickup h2 {
		background-image: none;
	}

	#Job_new dd,
	#Job_pickup dd {
		padding-bottom: 3%;
	}
	#Job_new ul,
	#Job_pickup ul {
		display: none;
		height: 305px;
	}

	#Job_new.active,
	#Job_pickup.active {
		z-index: 1;
	}

	#Job_new.active ul.active,
	#Job_pickup.active ul.active {
		display: block;
	}
	#Job_new.active ul.tab-body,
	#Job_pickup.active ul.tab-body {
		display: none;
	}
	#Job_new.active ul.tab-body.tab-active,
	#Job_pickup.active ul.tab-body.tab-active {
		display: block;
	}

	#Job_new h2 {
		left: 0;
		/*z-index: 1;*/
	}

	#Job_pickup h2 {
		right: 0;
	}

	#Job_new h2 a,
	#Job_pickup h2 a {
		position: relative;
		top: 0;
		right: 0;
		margin-left: 8px;
		display: none;
	}

	#Job_new ul,
	#Job_pickup ul {
		margin: 120px 0 0;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		padding: 0 6%;
		box-sizing: border-box;
	}
	#Job_new.active ul.select-tab,
	#Job_pickup.active ul.select-tab {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		position: absolute;
		width: 100%;
		padding: 0 6%;
		margin: 0px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#Job_new .select-tab li,
	#Job_pickup .select-tab li {
		width: calc(25% - 6px);
		font-size: 1.2rem;
	}
	/*
	#Job_new .select-tab li:first-of-type,
	#Job_pickup .select-tab li:first-of-type {
		position: static;
		width: 100%;
	}
	*/
	#Job_new .select-tab li:not(:first-child),
	#Job_pickup .select-tab li:not(:first-child) {
		margin-top: 0;
	}
	#Job_new .select-tab li:nth-of-type(-n + 8),
	#Job_pickup .select-tab li:nth-of-type(-n + 8) {
		margin-bottom: 5px;
	}
	#Job_new li,
	#Job_pickup li,
	#Job_other li {
		margin-right: 3%;
	}
	#Job_new li:not(:first-child),
	#Job_pickup li:not(:first-child),
	#Job_other li:not(:first-child) {
		margin-top: 3%;
	}

	#Job_special h2 {
		margin-bottom: 3%;
	}
	#Job_special ul {
		margin: 0 3%;
		justify-content: space-between;
	}
	#Job_special li {
		width: 31%;
		margin-bottom: 3%;
		min-height: auto;
		position: relative;
	}
	#Job_special li.ml {
		margin-left: 0;
	}
	#Job_special li:not(:last-child) {
		max-width: 100%;
		max-height: 41vw;
	}
	#Job_special a {
		padding: 15% 0;
		height: 100%;
		box-sizing: border-box;
	}
	#Job_special i {
		font-size: 5rem;
		margin: 15% 0 0;
	}
	#Job_special dl {
		padding: 0 3%;
		line-height: 1.3;
		margin-bottom: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		height: 100%;
		justify-content: space-between;
		flex-direction: column;
	}
	#Job_special dt {
		font-size: 3.2vw;
	}
	#Job_special dd span {
		display: none;
	}
	#Job_special dt,
	#Job_special dd {
		text-overflow: initial;
		white-space: initial;
		overflow: initial;
	}
	#Job_special li:not(:last-child) a {
		position: static;
		width: auto;
	}
	.sp_li {
		margin-right: 34.5%;
	}

	#Job_special.right_area_v2 li {
		background-size: cover;
		background-repeat: no-repeat;
	}

	.aside > .job_cat {
		border: none;
	}

	/*----------------------
	 Ã¢â‚¬Â»Ã¦Â³Â¨Ã¦â€žÂÃ¢â‚¬Â»
	RankingÃ§Â­â€°Ã£ÂÅ’Ã¨Â¿Â½Ã¥Å Â Ã£Ââ€¢Ã£â€šÅ’Ã£ÂÅ¸Ã¥Â Â´Ã¥ÂË†Ã£ÂÂ¯Ã£â€šÂ³Ã£Æ’Â¡Ã£Æ’Â³Ã£Æ’Ë†Ã£â€šÂ¢Ã£â€šÂ¦Ã£Æ’Ë†Ã£â€šâ€™Ã¥Â¤â€“Ã£Ââ€”Ã£ÂÂ¦
	#Job_special .job_rec Ã¥â€ â€¦Ã£ÂÂ® margin-right: auto; margin-left: 3.5%;Ã£â€šâ€™Ã¥â€°Å Ã©â„¢Â¤Ã£Ââ€”Ã£ÂÂ¦Ã£ÂÂÃ£ÂÂ Ã£Ââ€¢Ã£Ââ€ž
	------------------------*/
	/*
	#Job_special .job_rec {
		order: 1;
		margin-right: auto;
		margin-left: 3.5%;
		/*width: 100%;*/
	/*
	}
	*/
	#Job_special .job_rec a {
		/*padding: 5% 0;*/
	}
	#Job_special .job_rec .fa-angle-right {
		display: none;
		/*display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
		position: absolute;
		right: 3%;
		top: 0;
		bottom: 0;
		font-size: 3rem;
		margin: 0;
		font-weight: bold;*/
	}
	#Job_special .job_rec dl {
		/*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
		position: relative;*/
	}
	#Job_special .job_rec dt {
		/*margin-left: 2%;*/
	}
	#Job_special .special_other001,
	#Job_special .special_other002,
	#Job_special .special_other003,
	#Job_special .special_other004,
	#Job_special .special_other005 {
		width: 48%;
		min-height: auto;
	}
	#Job_special .special_other001 dl,
	#Job_special .special_other002 dl,
	#Job_special .special_other003 dl,
	#Job_special .special_other004 dl,
	#Job_special .special_other005 dl,
	#Job_special .special_other006 dl {
		position: static;
		/* margin-bottom: 5%; */
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*	#Job_special .special_other001 a,
	#Job_special .special_other002 a,
	#Job_special .special_other003 a,
	#Job_special .special_other004 a,
	#Job_special .special_other005 a,
	#Job_special .special_other006 a,
	#Job_special .special_other007 a {
		padding-top: 75%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top left;
	}*/
	#Job_special .special_other001 a::before,
	#Job_special .special_other002 a::before,
	#Job_special .special_other003 a::before,
	#Job_special .special_other004 a::before,
	#Job_special .special_other005 a::before,
	#Job_special .special_other006 a::before {
		display: none;
	}
	#Job_special .special_other001 a {
		background-image: url(../img/top/s_item_bg001.jpg);
	}
	#Job_special .special_other002 a {
		background-image: url(../img/top/s_item_bg002.jpg);
	}
	/*	#Job_special .special_other004 a {
		background-image: url(../img/top/s_item_bg004.jpg);
	}*/
	#Job_special .special_other005 a {
		background-image: url(../img/top/s_item_bg005.jpg);
	}
	#Job_special .special_other003 {
		position: relative;
		margin-bottom: 6%;
	}
	#Job_special .special_other003 a {
		padding-top: calc(52.8% / 2.070175438596491);
	}
	#Job_special .special_other003 a::before {
		background-position: top left;
		padding-top: calc(52.8% / 2.070175438596491);
	}
	#Job_special .special_other003 .fa-angle-right {
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
		position: absolute;
		right: 3%;
		top: 0;
		bottom: 0;
		font-size: 3rem;
		margin: 0;
		font-weight: bold;
	}
	#Job_special .special_other003 dl {
		width: 100%;
		padding: 0;
	}
	#Job_special ul li.jtid1.pc,
	#Job_special ul li.jtid2.pc,
	#Job_special ul li.jtid3.pc,
	#Job_special ul li.jtid4.pc {
		display: none;
	}

	.hexagon {
		display: none;
	}

	.l_banner {
		margin: 3% 3% 0 3%;
		padding-bottom: 3%;
	}

	footer {
		background-color: #462c64;
	}

	.sp.link-btn a {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		height: 50px;
		font-size: 2rem;
	}

	#RateOutline {
		margin-bottom: 0;
	}

	.aside_p {
		display: block;
		padding: 0 20px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.aside_p img {
		width: 10px;
	}
	.container.aside .aside_body dl {
		display: block;
	}
	.container.aside .aside_body dt {
		width: 100%;
	}
	.left_area_v2 {
		display: block;
	}
	.tab-container {
		position: relative;
		height: 540px;
		overflow: hidden;
	}

	.tab-container #Job_new.active ul.select-tab,
	.tab-container #Job_pickup.active ul.select-tab,
	.tab-container #Job_new ul,
	.tab-container #Job_pickup ul {
		padding: 0 3%;
	}

	#Job_special.right_area_v2 li {
		min-height: auto;
		max-height: 29vw;
	}

	#Job_special.right_area_v2 li.spwp48 {
		max-height: 41vw;
	}

	.main_visual_body_text {
		min-width: inherit;
		width: 100%;
	}
	.search_list {
		display: none;
	}
	.sp_section .search_list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.topAddContents {
		height: auto;
		position: relative;
	}
	#Job_search ul {
		z-index: 1;
		margin-top: -10px;
		position: relative;
	}
	.main_catch span {
		font-size: 1.7rem;
		letter-spacing: 1.5px;
		text-indent: 0;
	}
	.main_catch {
		font-size: 1.9rem;
	}
	.main_catch strong {
		font-size: 3.4rem;
	}
	.topAddContents > .sp.btn1 {
		display: none;
	}

	.infonew {
		position: absolute !important;
		top: 0;
		left: 0;
	}
	.spwp48 {
		width: 48.3% !important;
	}
}

@media screen and (min-width: 414px) and (max-width: 767px) {
	#Job_special i {
		font-size: 9rem;
	}
}

@media screen and (max-width: 767px) {
	/*	#Job_special .special_other004 a {
		position: relative;
		padding-top: 35%;
		background-image: url(../img/top/s_item_bg004_l.jpg);
		background-size: cover;
		box-sizing: border-box;
		height: 41vw;
	}*/
	#Job_special.right_area_v2 .special_other004.sp100w dt {
		margin: 0;
	}
}

/*ozaki 20190916*/
.head_logo_top_right_request a {
	position: relative;
}
.head_logo_top_right_request a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #56a93a transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.main_catch .cme {
	position: relative;
}
.main_catch .cme:before {
	content: 'プロ';
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 14px;
	position: absolute;
	top: -7px;
	left: 31px;
}

.tab_list dl dl {
	display: block;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.tab_list dl dl dt {
	color: #55a93a;
	background-color: unset;
	border: none;
	width: auto;
	display: block;
	min-height: auto;
	font-size: 14px;
	margin-bottom: 15px;
}

.tab_list dl dl dt:before {
	content: '■';
	margin-right: 5px;
}

.tab_list .job_type {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: flex-end;
}

.tab_list .job_type li {
	width: 32%;
	background-color: #e4e4e4;
	font-size: 18px;
	padding: 20px 0;
	color: #969696;
	cursor: pointer;
}

.tab_list .job_type .active {
	background-color: #ffc600;
	color: #ffffff;
	position: relative;
	padding: 15px 0 36px 0;
}

.tab_list .job_type .active:after {
	content: '▼';
	display: block;
	background-color: #ff9f00;
	font-size: 12px;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.aboutHope + dd .btn1 {
	display: flex;
	height: 40px;
	padding: 0 20px;
	justify-content: space-between;
}

.aboutHope + dd .btn1 .fa-play {
	font-size: 1.2rem;
}

main {
	background-color: #f4f4f4;
	padding: 50px 0;
}

.top_wrap {
	background-color: #ffffff;
	margin: 0 auto;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	max-width: 1200px;
}

.form_wrap {
	background-color: #f4f4f4;
	margin: 0 50px;
	padding: 50px 0;
}

main {
	display: block;
}

@media screen and (max-width: 767px) {
	.main_catch {
		line-height: 1.6;
	}
	.main_catch .cme:before {
		letter-spacing: 5px;
		left: 14px;
		top: -17px;
	}

	.top_login_btns li.btn1 a,
	.top_login_btns li.btn2 a {
		width: auto;
	}
	.top_login_btns li {
		width: 49%;
		margin-right: 0;
	}
	.top_login_btns {
		width: auto;
	}
	.top_login_btns li a {
		font-size: 12px !important;
	}
	.tab_list .special_contents {
		padding: 10px !important;
	}
	.tab_list .special_contents dd ul {
		width: auto !important;
		justify-content: space-between;
	}
	.tab_list .special_contents dd ul li {
		width: 48.5%;
	}
	.tab_list .special_contents dd ul {
		margin-top: 0 !important;
	}
	.tab_list .special_contents dt {
		margin-bottom: 10px !important;
	}
	.tab_list .special_contents li {
		margin-bottom: 5px;
		margin-bottom: 3px;
	}
	.tab_list .special_contents img {
		max-width: 100%;
		width: 100%;
	}
	.tab_list .special_contents dt {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.topAddContents .news {
		width: auto;
		position: absolute;
		top: -78px;
	}
	.topAddContents .update .ttl {
		margin: 0 5px;
	}
	.nav_form ul {
		width: 100%;
	}
	.nav_form ul label {
		width: 25%;
		font-weight: normal;
	}
	.nav_form .accordion {
		padding-top: 0;
	}
	.nav_form .sel_area,
	.nav_form .sel_line {
		display: flex !important;
		border: 1px solid #55a93a !important;
		color: #55a93a;
	}
	.nav_form .sel_area i,
	.nav_form .sel_line i {
		color: #55a93a;
		position: absolute;
		right: 10px;
	}
	.tab_list .job_type {
		margin: 0px 0 10px 0 !important;
	}
	.tab_list .job_type li {
		font-size: 12px;
		line-height: 1.2;
	}
	.tab_list .job_type li,
	.tab_list .job_type .active {
		padding: 10px 0;
	}
	.tab_list .job_type .active:after {
		display: none;
	}
	.tab_list .line {
		margin: 0 0 20px 0;
	}
	.form_wrap {
		margin: 0;
		padding: 20px 0;
	}
	.top_wrap {
		border-left: none;
		border-right: none;
	}
	.container.aside {
		margin-top: 30px;
		padding-top: 0;
		padding-bottom: 0;
	}
	aside > .job_cat dl,
	aside > dl:nth-of-type(n + 4) dl {
		margin-bottom: 0;
	}
	.area_select_info .map_info {
		display: none;
	}
	.area_select_info dd:nth-child(2) {
		padding: 20px 10px 10px 10px;
	}
	.area_select_info .area_detail_info {
		width: auto;
	}
	.area_select_info .area_detail_info ul {
		height: 250px;
	}
	.area_select_info .area_detail_info dd {
		padding: 0;
	}
	.modal-inner .bottom_con {
		padding: 10px;
	}
	.modal-inner .bottom_con .ttl {
		margin-bottom: 5px;
		display: block;
	}
	.modal-inner .bottom_con li {
		margin-left: 0;
		margin-right: 5px;
		padding: 5px 10px;
	}
	.modal-inner .bottom_con .more:after {
		margin-left: 5px;
		margin-top: 5px;
	}
	.modal-inner .bottom_con ul {
		margin-bottom: 20px;
		width: 100%;
	}
	.modal-inner .bottom_con .btn_clear {
		border: 1px solid #333333;
		text-decoration: none;
		margin-left: 0;
		width: 40%;
		padding: 3% 0;
	}
	.modal-inner .bottom_con .btn2 {
		margin-left: 2%;
		width: 58%;
		height: auto;
		font-size: 13px;
		border: 1px solid #55a93a;
		font-weight: normal;
		padding: 3% 0;
	}
	.area_select_info .area_detail_info label {
		padding: 15px;
	}
}

@media screen and (max-width: 1330px) {
	.tab_list .special_contents dd ul {
		width: 895px;
	}
	.tab_list .special_contents li {
		margin-bottom: 5px;
		margin-right: 3px;
	}
	.tab_list .special_contents dt {
		margin-right: 1.5%;
	}
	.area_select_info .area_detail_info dt {
		text-align: left !important;
		font-size: 14px !important;
	}
}

/* 特徴から探す */
.s_nav li.dr_f,
.s_nav li.dr_p,
.s_nav li.dr_s,
.s_nav li.dr_c {
	display: none;
}
body.dr_f .s_nav li.dr_f {
	display: block;
}
body.dr_p .s_nav li.dr_p {
	display: block;
}
body.dr_s .s_nav li.dr_s {
	display: block;
}
body.dr_c .s_nav li.dr_c {
	display: block;
}
