@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: 70px;
	margin-bottom: 45px;
}
.main_catch span {
	display:block;
	font-size:22px;
	letter-spacing: 2.5px;
	color:#ff6b98;
	text-indent:4px;
    line-height: 20px;
    margin-bottom: 10px;
}
.main_catch strong {
    font-size: 46px;
}
.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.png);
	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: #c18b5d;
	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;
	min-width: 1280px;
}
.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: 100%;
	transition: left 1s ease;
}
.s_nav.strage .head_logo {
	padding-left: 0;
	margin-top: 0;
	width: 70px;
	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: #ff7fa6;
	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: 181px;
    max-height: 40px;
    height: 40px;
    display: block;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
h1 a {
	width: 100%;
	padding-top: 40px;
	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 40px;
}

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.4rem;
}
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: #ff7fa6;
}
nav .regist,
nav .logout {
	margin-bottom: 24px;
}
nav .fa-angle-right {
	color: #ff7fa6;
	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: flex;
    height: auto;
    border-bottom: none;
    padding-left: 0;
    position: absolute;
    left: 210px;
    top: -46px;
    width: 580px;
}


@media screen and (max-width: 768px) {
	nav .nav_list {
		display: block;
		height: auto;
		border-bottom: none;
		padding-left: 0;
		position: relative;
		left: 0px;
		top: 0px;
		width: 100%;
	}

}

nav>.nav_list>li {
	margin-left: 0;
}
nav>.nav_list>li:nth-of-type(n+3) {
	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;
}

.search_list .menu_icon-1 {
    background-image: url(/wp-content/themes/th-agent/assets/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(/wp-content/themes/th-agent/assets/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(/wp-content/themes/th-agent/assets/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(/wp-content/themes/th-agent/assets/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(/wp-content/themes/th-agent/assets/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(/wp-content/themes/th-agent/assets/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;
}
.search_list .menu_icon-10 {
    background-image: url(/wp-content/themes/th-agent/assets/img/top/icon10.svg);
    height: 30px;
    width: 60px;
    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(/wp-content/themes/th-agent/assets/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: 450px;
	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(/wp-content/themes/th-agent/assets/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: 600px;
}

.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;
	padding-right:20px;
}
.head_logo_top_right ul li {
	margin-left:20px;
}

.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;
    font-weight: bold;
    margin: 80px 0 0px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.topAddContents dl dd {


}
.topAddContents dt {
    text-align: center;
    /* border-bottom: 1px solid #ff7fa6; */
    /* padding-bottom: 7px; */
    /* margin-bottom: 9px; */
    background-color: #ff7fa6;
    color: #FFFFFF;
    padding: 2px 10px;
    line-height: 20px;
    height: 20px;
    font-weight: normal;
    border-radius: 13px;
    margin-right: 10px;
}

.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 .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 dd > a .text {
	display: block;
	margin: 5px 0 2px;
	line-height: 1.4;
	width: 132px;
}

.topAddContents .update {
	font-size: 1.6rem;
	font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.topAddContents .update span {
	font-size: 1.6rem;
	font-weight: bold;
}

.topAddContents .count {
	color: #ff7fa6;
	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;
}

.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;	
	}
	.sp_top_header_nav ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content:space-between;
		border-bottom: solid 1px #eaeaea;
		width:100%;
	}
	.sp_top_header_nav ul li {
		width:46%;
		margin-bottom:10px !important;
	}
	.sp_top_header_nav ul li a {
		font-size: 1.6rem;
		width: 100%;
		height: inherit !important;
		display: block;
		box-sizing: border-box;
		text-align: center;
		padding: 12px 0;
		font-weight: bold;
		border: 1px solid #ff7fa6;
	}
}


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;	
}







.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{
    width: 220px;
    display: block;
	text-align:center;
    padding: 18px 0;
    font-size: 18px;
	font-weight: bold;
}
.top_login_btns li a i {
	display:none;
}

.top_login_btns li.btn1 a{
	color:#ff4c83;
}
.top_login_btns li.btn2 a{
	color:#ffffff;
}



.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(/wp-content/themes/th-agent/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 30px;
	background-color: #fef9ef;
	border-bottom:solid 1px #fcefd6;
}

#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: solid 1px #fcefd6;
	border-bottom:0;
    border-top: 0;
}

#Job_search>ul li.active {
	border-top: 3px solid #ff7fa6;
	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: #f2e3c2;
	width: 32.7%;
	padding: 23px 3%;
	font-size: 2rem;
	cursor: pointer;
	border-top: 3px solid #f2e3c2;
}

#Job_search>ul li:hover {
	border-top: 3px solid #FBF1DC;
	background-color: #FBF1DC;
}
#Job_search>ul li.active:hover {
	background-color: #fff;
	border-top: 3px solid #ff7fa6;
}

/* ã‚¿ãƒ–2å€‹ç”¨ */
#Job_search>ul li {
	width: 50%;
}

#Job_search>ul .fa {
	color: #ff7fa6;
	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;
	border: solid 1px #fcefd6;
    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 {
	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: #613c1b;
    background-color: #fffbf4;
    border: solid 1px #f1e3c6;
	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: 77%;
}

.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 #ff7fa6;
	color: #ff7fa6;
	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;
}

/*
.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: #ff7fa6;
	width: 100%;
	padding: 5px;
	background-color: #ffebf7;
	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;
	margin-top:50px;
	border: none;
	padding-bottom: 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 #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: 30px;
	border: solid 1px #d4d4d4;
	margin-bottom: 30px;
}

#Job_other {
	margin-bottom: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#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: -63px;
    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+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 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 {
	opacity:1;
	background-color:#FFE6EE;
}


.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: 550px;
}

#Job_pickup h2 {
	background-image: url(../img/top/sec_bg004.jpg);
}

#Job_pickup ul {
	height: 274px;
}

#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: #ff7fa6;
	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);
}
.content_item008::before {
	background-image: url(../img/top/item_bg014.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(: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;
}

#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;
	align-items:center;
    margin-top: 5px;
}

@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: 12vw;
		width: 12vw;
		margin-top: 20px;
	}
	#Job_special dd.icon-area img.lg {
		width: 19vw;
		height: 19vw;
		margin-top: 12px;
	}
}

.feature-list-icon img{
	max-width: 50%;
}


#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 .resume_maker a {
	height: auto;
	padding: 0;
}
#Job_special .resume_maker img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	#Job_special .resume_maker {
		margin: 0 3%;
	}
}


#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_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;
}

.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: 0 auto 80px;
}

.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, .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: 587px;
	/*max-height: 254px;*/
}
#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: 284px;
	border: solid 1px #d4d4d4;
	position:relative;
}


#Job_special.right_area_v2 li.sp100w {
	width:100%;
}
/*
#Job_special.right_area_v2 li.sp100w dl{
	display:none;
}
*/
#Job_special.right_area_v2 li.special_other004.sp100w a::before {
	/* height:284px; */
	background-image: url(../img/top/s_item_bg004_l.jpg);
}

.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(/wp-content/themes/th-agent/assets/img/top/icon_7_l.png); }
.sp_bg_2 { background-image: url(/wp-content/themes/th-agent/assets/img/top/icon_8_l.png); }
.sp_bg_3 { background-image: url(../img/top/s_item_bg004_l.jpg) }
#Job_special.right_area_v2 .under_dt dt{
	top:inherit;
	bottom:0px;
	background-color:rgba(255,160,189,0.90);
	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%;
	}
	#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 {
		margin-bottom: 12%;
	}
	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;
	}

	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;
		display: flex;
		width: 100%;
		font-size: 1.6rem;
	}
	nav>.nav_list li.accordion .fa {
		display: none;
	}
	nav>.nav_list li.accordion {
		
	}

	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%;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
		padding: 5.4% 3%;
	}
	.nav>.nav_list>li a {
		padding:6.5% 3%;	
	}
	
	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: 6.5% 3%;
		box-sizing: border-box;
		font-size: 1.6rem;
		height: 39px;
	}
	
	a.right_arrow:before {


	}

	
	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: 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;*/
	}
	.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: 89px;
		padding: 0 15px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.topAddContents>div:last-of-type .update {
		margin: 3% 0;
		text-align: center;
		font-weight:bold;
	}
	.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: #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: 23px;
	}
	.main_catch span {
		margin-bottom: 2px;
	}
	
	
	#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.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 .form-inner .btn1 {
		margin-right: 0;
		margin-left: auto;
		width: 48%;
	}
	.tab_list .aboutHope {
		border: 1px solid #ff7fa6;
		color: #ff7fa6;
		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: #ffffff;
		padding: 0;
		z-index: 1;
		position: relative;
		margin-bottom:1px;
	    padding-bottom: 8vw;
	}
	.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:50%; */
		width: 100%;
		text-align:center;
		font-size:3vw;
		line-height:40px;
		background-color:#ffdee8;
		cursor:pointer;
		border-top: solid 2px #ffdee8;
	}
	.sp_tab_head span.active {
		border-top:2px solid #ff7fa6;
		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: 505px;
		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: 110px 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+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%;
    	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;
	}

	.hexagon {
		display: none;
	}

	.l_banner {
		margin: 0% 3% 6% 3%;
	}

	footer {
		background-color: #462c64;
		border-top: solid 1px #e8e8e8;
	}

	.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: 565px;
		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: 26vw;
	}
	
	#Job_special.right_area_v2 li.spwp48 {
		max-height:41vw;	
	}
	
	.main_visual_body_text {
		min-width:inherit;
		width:100%;
	}
	.top_login_btns {
		display:none;	
	}
	.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;	
	}
	#Job_search ul{
		z-index: 1;
		margin-top: -33px;
		position: relative;
	}
	.main_catch span {
		font-size: 1.7rem;
		text-align:center;
	}
	.main_catch {
		font-size: 1.9rem;
		text-align:center;
	}
	.main_catch strong {
		font-size: 3.4rem;
	}
	.topAddContents .update {
		text-align:center;
	}
	.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;
	}
}
