@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;
	}
}


body {
	background-color: #e1e1e1;
}

.raleway {
	font-family: 'Raleway', sans-serif;
	font-size: 4.8rem;
}





.s_nav {
	background-color: #fff;
	z-index: 2;
}

.s_nav .modal ul {
	display: none;
}

.s_nav>ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 71px;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
	padding-left: 20px;
}

.s_nav>ul>li {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
}

.s_nav>ul>li:nth-last-of-type(3),
.s_nav>ul>li:nth-last-of-type(4) {
	height: 100%;
}

.s_nav>ul>li:nth-last-of-type(n+6):not(:first-child) {
	margin-left: 22px;
}

.s_nav>ul>li:nth-of-type(n+6) a {
	height: 100%;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding-right: 20px;
	box-sizing: border-box;
}

.s_nav>ul>li:nth-of-type(n+8) {
	border-left: 1px solid #eaeaea;
	height: 100%;
	width: 180px;
}

.s_nav>ul>li:last-of-type {
	margin-left: 0;
}

.s_nav .head_logo {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	width: 175px;
	border-right: none;
	max-height: 26px;
	margin-left: 0;
}

.s_nav .head_logo a {
	width: 100%;
	padding-top: 27px;
	height: 0;
	display: block;
	background-image: url(../img/common/header_logo.svg);
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: contain;
	background-size: contain;
	transition: opacity .3s;
}

.s_nav .nav_right {
	margin-left: auto;
}

.s_nav .nav_right a {
	background-image: url(../img/common/icon007.jpg);
	background-repeat: no-repeat;
	background-position: left 20px center;
	padding-left: 35px;
	border-left: 1px solid #eaeaea;
}

.s_nav .recruit a {
	padding-left: 20px;
	border-left: 1px solid #eaeaea;
}

.s_nav .panel-btn {
	display: none;
}

.s_nav .fa {
	color: #6a4297;
	padding-right: 4px;
}

.s_nav a {
	color: #4a4a4a;
}

.s_nav .strage_on {
	display: none;
}
.s_nav.strage {
	transition: background .5s ease;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 2;
	/* nav open */
	/* nav close */
	/* nav common */
}

.s_nav.strage.on {
	background-color: #fff;
}

.s_nav.strage.on > .strage_on {
	border-bottom: 1px solid #eaeaea;
}

.s_nav.strage.on > .strage_on > li:not(.head_logo):not(.panel-btn):not(.sp) {
	left: 0;
}

.s_nav.strage.on .panel-btn {
	margin-left: 0;
}

.s_nav.strage > .strage_on {
	padding-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 71px;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
}

.s_nav.strage > .strage_on > li:not(.head_logo):not(.panel-btn) {
	position: relative;
	left: 100vw;
	transition: left 1s ease;
}

.s_nav.strage .head_logo {
	padding-left: 0;
	margin-top: 0;
	width: 240px;
	background-position: left 20px center;
}

.s_nav.strage .head_logo a {
	width: 70px;
	padding-top: 71px;
	-webkit-background-size: 335px auto;
	background-size: 335px auto;
	background-position: left 20px center;
	overflow: hidden;
}

.s_nav.strage .head_logo,
.s_nav.strage .panel_btn {
	height: 70px;
	max-height: 100%;
	background-color: #fff;
}

.s_nav.strage .panel-btn {
	display: block;
	position: relative;
	background-color: #6a4297;
	width: 71px;
	margin-left: auto;
	animation-duration: 1s;
	animation-name: fade-in;
	-moz-animation-duration: 1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: fade-in;
}

.s_nav.strage .panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background: #fff;
	transition: .2s;
}

.s_nav.strage .panel-btn-icon::before,
.s_nav.strage .panel-btn-icon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	background: #fff;
	transition: .3s;
}

.s_nav.strage .panel-btn-icon::before {
	margin-top: -12px;
}

.s_nav.strage .panel-btn-icon::after {
	margin-top: 8px;
}

.s_nav.strage .panel-btn .close {
	background: transparent;
}

.s_nav.strage .panel-btn .close::before,
.s_nav.strage .panel-btn .close::after {
	margin-top: 0;
}

.s_nav.strage .panel-btn .close::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.s_nav.strage .panel-btn .close::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.s_nav>ul>li:nth-last-of-type(n+4):not(:first-child) {
	margin-left: 22px;
}
.s_nav .accordion {
	padding-top: 0;
}
.s_nav .accordion:hover ul {
	top: 44px;
}


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: 217px;
	max-height: 31px;
	height: 31px;
	display: block;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

h1 a {
	width: 100%;
	padding-top: 31px;
	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;
}

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;
}


nav {
	background-color: transparent;
}

/*nav a {
	font-size: 1.2rem;
}*/

nav .btn1,
nav .btn2 {
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

nav .btn1 a,
nav .btn2 a {
	font-size: 1.4rem;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

nav .login_btn,
nav .mypage {
	margin-bottom: 10px;
}

nav .btn1 a {
	color: #6a4297;
}

nav .regist,
nav .logout {
	margin-bottom: 24px;
}

nav .fa-angle-right {
	color: #6a4297;
	font-weight: bold;
	font-size: 1.2em;
}

nav i {
	padding-right: 3px;
}

nav>.nav_list>li:nth-of-type(n+6) a {
	border-left: none;
	padding-right: 0;
}

nav>.nav_list>li:nth-last-of-type(n+6):not(:first-child) {
	margin-left: 0;
}

nav .nav_list {
	display: block;
	height: auto;
	border-bottom: none;
	padding-left: 0;
}

nav>.nav_list>li {
	margin-left: 0;
}

nav>.nav_list>li:nth-of-type(n+3) {
	margin-bottom: 10px;
	border-left: none;
	width: 100%;
}

nav>.nav_list>li:nth-last-of-type(4) a {
	background-image: none;
	padding: 0;
}

nav>.nav_list>li:nth-of-type(n+6) a {
	background-image: none;
	border: none;
	padding: 0;
	display: inline;
}

nav .fa-id-card-o {
	color: #fff;
}

.topAddContents {
	padding: 75px 30px 87px 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	background-image: url(../img/top/main_visual.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -75px;
	position: relative;
	min-height: 100%;
	min-height: 100vh;
	box-sizing: border-box;
}
@media all and (-ms-high-contrast: none){
	.topAddContents > div:nth-of-type(2) {
		height: calc(100vh - 162px);
	}
}




.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;
}

.topAddContents>div {
	position: relative;
	z-index: 2;
}

.topAddContents>div:first-of-type {
	margin-bottom: 37px;
	width: 200px;
}

.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;
	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 #6a4297 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
}

.topAddContents>div:nth-of-type(2) {
	font-size: 4.4rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.topAddContents>div:nth-of-type(2) .abel {
	font-size: 4.6rem;
}

.topAddContents>div:nth-of-type(2) p {
	text-align: center;
}

.topAddContents>div:nth-of-type(2) p:first-of-type {
	letter-spacing: 10px;
}

.topAddContents>div:nth-of-type(2) p:last-of-type {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 1.6rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.topAddContents>div:nth-of-type(2) p:last-of-type span {
	display: block;
}

.topAddContents>div:nth-of-type(2) p:last-of-type a {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	justify-content: center;
	font-size: 1rem;
	position: relative;
	padding: 10px 0;
}

.topAddContents>div:nth-of-type(2) p:last-of-type a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #4a4a4a transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
}

.topAddContents>div:last-of-type {
	width: 175px;
	margin-top: -63px;
}

.topAddContents>div:last-of-type select,
.topAddContents>div:last-of-type button {
	width: 100%;
	height: 27px;
	box-sizing: border-box;
}

.topAddContents>div:last-of-type select {
	border: 1px solid #cccccc;
	font-size: 1.4rem;
	height: 30px;
	padding-left: 5px;
	background-color: #fff;
}

.topAddContents>div:last-of-type button {
	color: #fff;
	font-family: FontAwesome;
	font-size: 1.4rem;
	height: 46px;
	font-weight: bold;
	margin-top: 15px;
}

.topAddContents>div:last-of-type button span {
	display: inline-block;
	margin-left: 5px;
}

.topAddContents>div:last-of-type>span {
	text-align: right;
	display: block;
}

.topAddContents>div:last-of-type>span span {
	display: block;
	margin: 5px auto;
}

.topAddContents>div:last-of-type form {
	text-align: center;
}

.topAddContents>div:last-of-type form>span {
	margin: 3px 0;
	display: inline-block;
}

.topAddContents .tag {
	margin-left: 3px;
}

.topAddContents .tag,
.topAddContents .tag dd a:last-of-type {
	font-size: 1rem;
}

.topAddContents dl {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 28px 0 30px;
	width: 100%;
}

.topAddContents dt {
	text-align: center;
	border-bottom: 1px solid #6a4297;
	padding-bottom: 7px;
	margin-bottom: 9px;
}

.topAddContents dd .date {
	font-weight: bold;
	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;
	width: 100%;
	margin-bottom: 4px;
}

.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:last-of-type {
	display: block;
	text-align: right;
	text-decoration: underline;
}

.topAddContents dd > a .text {
	display: block;
	margin: 5px 0 2px;
	line-height: 1.4;
	width: 132px;
}

.topAddContents .update {
	font-size: 1.6rem;
	font-weight: normal;
}

.topAddContents .update span {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
}

.topAddContents .count {
	color: #6a4297;
	font-size: 1.6rem;
}

.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;
}

.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: #6a4297;
	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: #6a4297;
}
.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(/wp-content/themes/ph-job/assets/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 {
	padding: 20px 50px 80px;
	background-color: #f1f1f1;
}

#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;
}

#Job_search>ul li.active {
	border-top: 3px solid #6a4297;
	background-color: #fff;
	opacity: 1;
	padding: 23px 3%;
}

#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: #d7cae5;
	opacity: .6;
	width: 32.7%;
	padding: 23px 3%;
	font-size: 2rem;
	cursor: pointer;
	border-top: 3px solid #d7cae5;
}

/* タブ2個用 */
#Job_search>ul li {
	width: 50%;
}

#Job_search>ul .fa {
	color: #6a4297;
	margin-right: 1%;
}

#Job_search>form {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#Job_search>form input {
	border: 1px solid #ccc;
	height: 100%;
	margin: 0 10px;
	width: 390px;
	padding: 0 15px;
}

#Job_search>form .btn2 {
	height: 100%;
	width: 93px;
}

#Job_search>form .fa {
	margin-right: 5px;
}

#Job_search>form.pc-st-form {
	margin-top: 20px;
	width: 630px;
	margin: auto;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.pc-st-form label {
	min-width: 125px;
}
#Job_search>form.pc-st-form input[type="text"] {
	width: 359px;
}
.pc-st-form .btn2 {
	min-width: 93px;
	margin-left: 19px;
}

.tab_list {
	background-color: #fff;
	padding: 50px;
	margin-bottom: 30px;
}

.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 {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 20px;

}
.tab_list dd {
	padding-top: 14px;
}
dl.select_area > dd {
	padding-top: 0;
}

.tab_list dt {
	color: #6a4297;
	background-color: #f2eef7;
	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: 10px;
	min-height: 40px;
}

.tab_list dd {
	width: 51%;
}

.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 #6a4297;
	color: #6a4297;
	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;
}

/*
.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;
}

.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: 160px;
	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: center;
	align-items: center;
	margin-left: 10px;
}

.tab_list .select_area .fa {
	margin-left: 10px;
	font-size: 1.2rem;
}

.tab_list .select_list {
	font-size: 1.2rem;
	color: #6a4297;
	width: 100%;
	padding: 5px;
	background-color: #f2eef7;
	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;
}

/*------------------------------------------------
Job's Content
------------------------------------------------*/

.container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 80px 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.container.aside {
	display: block;
	background-color: transparent;
	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% - 27px);
	border: solid 1px #333;
	padding: 8px;
	width: 137px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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: 30px;
}

#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;
}

#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: -63px;
	padding: 58px 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+5),
#Job_pickup .select-tab li:nth-of-type(-n+5) {
	margin-bottom: 5px;
}
#Job_new .select-tab a,
#Job_pickup .select-tab a {
	padding: 5px 10px;
	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 #333;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#Job_new h2 {
	background-image: url(../img/top/sec_bg003.jpg);
}

#Job_new ul {
	height: 305px;
}

#Job_pickup h2 {
	background-image: url(../img/top/sec_bg004.jpg);
}

#Job_pickup ul {
	height: 305px;
}

#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 20px 30px;
}

#Job_other ul a {
	display: block;
	padding-left: 42.05607476635514%;
	position: relative;
	height: 100%;
	min-height: 140px;
}

#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: 20px;
}

#Job_other .fa {
	color: #6a4297;
	font-size: 1.0rem;
	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_bg011.jpg);
}

.content_item007::before {
	background-image: url(../img/top/item_bg012.jpg);
}

#Job_special h2 {
	background-image: url(../img/top/sec_bg006.jpg);
	max-height: 240px;
	padding: 15% 0;
	margin-bottom: 20px;
}

#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(:last-child) {
	max-width: 285px;
}

#Job_special li:nth-of-type(even) {
	margin-left: 20px;
}
/*
#Job_special li:last-of-type {
	width: 100%;
}
*/
#Job_special dl {
	text-align: center;
	margin-bottom: 21px;
}

#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 li:not(:last-child) {
	max-width: 285px;
}
#Job_special li:not(:last-child) 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: #6a4297;
	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;
	margin-bottom: 15px;
}

#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_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 .special_other006 a {
	height: 100%;
}
#Job_special .special_other006 a::before {
    background-image: url(../img/top/s_item_bg006.jpg);
    background-position: center top;
    height: 216px;
    padding-top: 0;
    background-size: cover;
}



.hexagon {
	margin: 6.64px auto;
	text-align: left;
}

.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: 0 auto 20px;
}

.l_banner img {
	width: 100%;
}

aside {
	padding: 50px;
	justify-content: space-between;
}

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;
}

.tab-container {
	padding-bottom: 20px;
}
/* 成長企業特集 */
#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;
}
.growing-corp-list {
    height: 190px;
	overflow: hidden;
	padding: 0 2%;
}
.container #GrowingCorp h2::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .5);
}
#GrowingCorp .corp-list {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}

#GrowingCorp .corp-list li {
	border-bottom: 1px solid #eaeaea;
	width: 50%;
}
#GrowingCorp .corp-list li:nth-of-type(odd) {
	border-right: 1px solid #eaeaea;
}

#GrowingCorp .corp-list li:last-child {
	margin-bottom: 0;
}
#GrowingCorp .corp-list li a {
	font-size: 1.6rem;
	display: block;
	padding: 20px;
}
#GrowingCorp .corp-list li a .corp_head {
	font-size: 1.2rem;
	color: #858585;
	margin-bottom: 6px;
	display: block;
	line-height: 1;
}

.left_area_v2 #Job_other ul {
	/* max-height: 356px; */
	/* max-height: 308px; */
    max-height: 576px;
}
#Job_special.right_area_v2 dt {
	margin-bottom: 8px;
}
#Job_special.right_area_v2 li {
	min-height: 284px;
}

#Job_special.right_area_v2 li.special_other005 {
	width:100%;
}
#Job_special .special_other005 a::before {
    background-image: url(../img/top/s_item_bg005w.jpg);
	height: 284px;
}
#Job_special .special_other005 dl {
	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) {
	.br {
		display: none;
	}

	body {
		min-width: 100%;
		background-color: transparent;
	}

	main {
		margin-bottom: 12%;
	}

	aside {
		display: none;
	}

	.head_logo {
		overflow: hidden;
		white-space: nowrap;
		position: relative;
		border-right: none;
		max-height: 60px;
		height: 100%;
		margin-left: 3%;
		border-left: none;
		width: 35%;
		margin-top: 0;
	}
	.head_logo a {
		width: 100%;
		padding-top: 61px;
		height: 0;
		display: block;
		background-image: url(../img/common/header_logo.svg);
		background-repeat: no-repeat;
		background-color: transparent;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center left;

	}

	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;
	}

	nav {
		background-color: #fff;
	}
	nav>.nav_list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	nav>.nav_list li.accordion>a {
		flex-direction: row;
		background-color: transparent;
		height: 39px;
	}
	nav>.nav_list li.accordion .fa {
		display: none;
	}
	nav>.nav_list li.accordion li {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #eaeaea;
	}
	nav>.nav_list li.accordion li a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.6rem;
		padding: 4% 3% 4% 23px;
	}
	nav>.nav_list li.accordion span {
		box-sizing: border-box;
		height: 100%;
		padding: 0 3%;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
	}
	nav .btn1 {
		margin-left: 3%;
	}
	nav .btn2 {
		margin-right: 3%;
		margin-bottom: 0;
	}
	nav>.nav_list>li:nth-of-type(n+4)>a {
		display: block;
	}
	nav>.nav_list>.login_btn .fa,
	nav>.nav_list>.mypage .fa,
	nav>.nav_list>.logout .fa,
	nav>.nav_list>.regist .fa {
		margin-right: 5px;
	}
	nav>.nav_list>li.nav_form {
		background-color: #f1f1f1;
		padding: 5% 3%;
	}
	nav>.nav_list>li.nav_form .btn1,
	nav>.nav_list>li.nav_form .btn2 {
		width: 100%;
		height: 40px;
		margin-right: 0;
		position: relative;
		display: block;
		text-align: center;
	}
	nav>.nav_list>li.guide>a::after,
	nav>.nav_list>li.recruit>a::after,
	nav>.nav_list>li.accordion>a::after {
		display: none;
	}
	nav>.nav_list>li.guide,
	nav>.nav_list>li.recruit {
		border-top: 1px solid #eaeaea;
		width: 100%;
		margin-bottom: 0;
	}
	nav>.nav_list>li.guide a,
	nav>.nav_list>li.recruit a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 4% 3%;
		box-sizing: border-box;
		font-size: 1.6rem;
		height: 39px;
	}
	nav>.nav_list>li.guide i,
	nav>.nav_list>li.recruit i {
		font-size: 2.5rem;
	}
	nav>.nav_list>li.guide:last-of-type,
	nav>.nav_list>li.recruit:last-of-type {
		border-top: none;
		border-bottom: 1px solid #b0b0b0;
	}
	nav label {
		width: 100%;
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 2%;
	}
	nav label:not(:first-of-type) {
		width: 25%;
		height: 40px;
		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;
	}
	nav .nav_form select {
		width: 75%;
	}
	nav .nav_form select {
		margin-bottom: 3%;
	}

	nav form {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	nav form:first-of-type {
		margin-bottom: 6%;
	}

	nav input[type=text] {
		width: calc(100% - 40px);
		border: 1px solid #b0b0b0;
		border-right: none;
		padding-left: 3%;
		height: 40px;
	}
	nav select {
		height: 40px;
	}
	nav select:first-of-type {
		/* width: 20%; */
	}
	nav select:nth-of-type(2) {
		/*width: 30%;*/
	}
	nav select:last-of-type {
		/*width: calc(50% - 40px);*/
	}
	nav>.nav_list>li.regist a::after {
		display: none;
	}
	.topAddContents {
		padding: 3px 3% 10%;
		display: block;
		-webkit-background-size: cover;
		background-size: cover;
		margin-top: 60px;
		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;*/
	}
	.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: 1;
	}
	.topAddContents dd .text {
		width: 85%;
		display: inline-block;
		line-height: 1;
	}
	.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:nth-of-type(2) .raleway {
		font-size: 8vw;
	}
	.topAddContents>div:nth-of-type(2) p:first-of-type {
		font-size: 7.2vw;
		letter-spacing: 1px;
	}
	.topAddContents>div:nth-of-type(2) p:last-of-type {
		display: none;
	}
	.topAddContents>div:last-of-type {
		width: 100%;
		margin-top: 0;
	}
	.topAddContents>div:last-of-type .update {
		margin: 3% 0;
		text-align: center;
	}
	.topAddContents>div:last-of-type .update span {
		display: inline;
		font-weight: normal;
	}
	.topAddContents>div:last-of-type .update .count {
		font-weight: bold;
	}
	.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: #6a4297;
		position: absolute;
		top: 6px;
	}
	.topAddContents>.sp span::before {
		left: -12px;
		transform: rotate(45deg);
	}
	.topAddContents>.sp span::after {
		right: -9px;
		transform: rotate(125deg);
		bottom: 3px;
	}

	.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% 10%;
		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: block;
		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;
		border-top: 3px solid #d7cae5;
	}

	/* タブ2個用 */
	#Job_search>ul li {
		width: 50%;
	}

	#Job_search>ul li:last-of-type {
		border-left: 1px solid #c7b9df;
	}
	#Job_search>form.pc-st-form,
	#Job_search>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.pc-st-form {
		margin-bottom: 20px;
	}
	#Job_search>form label {
		width: 100%;
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	#Job_search>form input {
		height: 40px;
		width: 80%;
		margin: 0;
	}
	#Job_search>form.pc-st-form input[type="text"] {
		width: 70%;
		margin-right: 10px;
	}
	#Job_search>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 .aboutHope {
		border: 1px solid #6a4297;
		color: #6a4297;
		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 .aboutHope .fa {
		margin-left: auto;
		display: inline;
	}
	.tab_list .aboutHope+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: #f1f1f1;
		padding: 0;
		z-index: 1;
		position: relative;
	}
	.container>.sp li {
		margin: 0 3%;
	}
	.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_bg005.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: #6a4297;
		font-size: 3rem;
		font-weight: bold;
		margin-right: 4%;
	}
	.container>.sp img {
		width: 100%;
	}
	.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;
	}
	.container h2 .date_info {
		letter-spacing: 0;
		font-size: 1.6rem;
		top: 58px;
		left: 0;
	}
	#Job_new.active h2 .date_info,
	#Job_pickup.active h2 .date_info {
		top: 50px;
		display: block;
		width: 200%;
		text-align: left;
	}
	#Job_new.active h2 .date_info {
		left: 6%;
	}
	#Job_pickup.active h2 .date_info {
		left: -94%;
	}
	#Job_new h2 .date_info,
	#Job_pickup h2 .date_info {
		display: none;
	}

	#Job_other {
		display: none;
	}

	.left_area,
	.right_area {
		width: 100%;
		box-sizing: border-box;
		max-width: 100%;
	}

	.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%;
	}

	#Job_new,
	#Job_pickup {
		height: 505px;
		width: 100%;
		padding-bottom: 0;
		z-index: 0;
	}
	#Job_new h2,
	#Job_pickup h2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		position: absolute;
		top: 0;
		width: 47%;
		height: 40px;
		z-index: 1;
		color: #333333;
		padding: 0;
		margin: 0 3%;
		background-image: none;
		background-color: #d7cae5;
	}
	#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 h2,
	#Job_pickup.active h2 {
		border-top: 2px solid #6a4297;
		background-color: #fff;
	}
	#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: 130px 0 0;
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		padding: 0 6%;
		box-sizing: border-box;
	}
	#Job_new .select-tab,
	#Job_pickup .select-tab {
		display: none;
	}
	#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: 30px 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+5),
	#Job_pickup .select-tab li:nth-of-type(-n+5) {
		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:nth-of-type(even) {
		margin-left: 0;
	}
	#Job_special li:not(:last-child) {
		max-width: 100%;
	}
	#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%;
	}
	/*----------------------
	 ※注意※
	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,
	#Job_special .special_other006 {
		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;
	}
	#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: 79%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top left;
	}
	#Job_special .special_other005 a {
		padding-top: 50%;
	}
	
	#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_bg005w.jpg);
		background-size: 100%;
	    background-repeat: no-repeat;
	}
	#Job_special .special_other006 a {
		background-image: url(../img/top/s_item_bg006.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;
	}
	.hexagon {
		display: none;
	}
	.l_banner {
		margin: 6% 3% 0;
	}
	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;
		display: -webkit-flex;
		display: flex;
		padding: 0;
	}
	.tab-container #Job_new h2, .tab-container #Job_pickup h2 {
		width: 50%;
		margin: 0;
	}
	.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;
	}
	#GrowingCorp .corp-list {
		display: block;
	}
	#GrowingCorp .corp-list li {
		width: 100%;
		border-right: 0;
	}
	#GrowingCorp .corp-list li:nth-of-type(odd) {
		border-right: 0;
	}
}

@media screen and (min-width: 414px) and (max-width: 767px) {
	#Job_special i {
		font-size: 9rem;
	}
}



/* 年末年始のお知らせ */
.holiday_info {
	display:block;
	width:100%;
	border:none;
	padding:0;
	margin:0;
	background-color:#ffffff;
}
.holiday_info dt{
	box-sizing:border-box;
	display:block;
	border:solid 1px #6a4297;
	background-color:#f2eef7;
	padding:10px 0;
	margin:0;
	font-size:1.2rem;
	color:#6a4297;
	font-weight: bold;
	text-align:center;
}
.holiday_info dd{
	box-sizing:border-box;
	display:block;
	border:solid 1px #6a4297;
	border-top:none;
	background-color:#ffffff;
	padding:10px;
	margin:0;
	font-size:1.2rem;
	font-weight:normal;
    line-height: 120%;
}
.holiday_info dd strong{
	display:block;
	padding-bottom:5px;
}
.holiday_info dd p {
	line-height:140%;	
}
.pt20 {
	padding-top:20px;	
}
@media screen and (max-width: 767px) {
	.holiday_info dd br {
		display:none;	
	}
}




