
/* ------------------------------
メインビジュアルの下の3連ボタン・検索エリア
------------------------------ */
.top_search{
	margin-bottom: 40px;
	padding: 0 15px;
}

.top_search .box{
	min-height: 112px;
	margin-top: 40px;
}

.top_search .dl_list{
	position: relative;
}

/*3連ボタン*/
.top_search .dl_list > p{
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% - 30px) / 3);
	height: 60px;
	background: var(--main-color);
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.top_search .dl_list > p:nth-of-type(2){
	left: calc((100% - 30px) / 3);
	margin-left: 15px;
}

.top_search .dl_list > p:nth-of-type(3){
	right: 0;
}

/*3連ボタンの大きい文字*/
.top_search .dl_list > p > span:nth-of-type(1){
	position: relative;
	margin-right: 3px;
	padding-left: 1.4em;
	font-size: 20px;
}

.top_search .dl_list > p > span:nth-of-type(1):before{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0.2em;
	background: url(../images/icon_ori_mainv1.svg) center / contain no-repeat;
}

.top_search .dl_list > p:nth-of-type(2) > span:nth-of-type(1):before{
	background-image: url(../images/icon_ori_mainv2.svg);
}

.top_search .dl_list > p:nth-of-type(3) > span:nth-of-type(1):before{
	background-image: url(../images/icon_ori_mainv3.svg);
}

/*3連ボタンに入っていた「×」*/
.top_search .dl_list > p > span:nth-of-type(2){
	display: none;
}

/*内容*/
.top_search .dl_list > div{
	padding-top: 100px;
}

/*チェックボックス変更*/
.top_search .checkbox span{
	padding: 5px 10px;
	background: #eee;
	border-radius: 5px;
}

.top_search .checkbox span:before{
	display: none;
}

.top_search .checkbox input:checked + span{
	background: var(--main-color);
    color: #fff;
	font-weight: bold;
}

.top_search .checkbox input:checked + span:after{
	display: none;
}

@media (min-width:768px){
	.top_search{
		/*25.6.16 幅変更（5箇所を1100px→1200pxに）*/
		/*
		width: 1100px;
		*/
		width: 1200px;
		margin: 0 auto 40px;
	}

	.top_search .dl_list > p:hover {
		opacity: 0.8;
	}

	/*検索ボタン*/
	.top_search .btn1{
		/*
		width: 50%;
		margin: 40px auto 20px;
		*/
		width: 500px;
	}

	/*
	.top_search .btn1 input{
		padding: 20px 30px;
	}
	*/

	.top_search .btn1 input:hover{
		opacity: 0.9;
	}
}

@media screen and (max-width:767px){
	/*3連ボタン*/
	.top_search .dl_list > p{
		flex-direction: column;
		width: calc((100% - 20px) / 3);
		height: 100px;
		font-size: 12px;
		line-height: 1.4
	}

	.top_search .dl_list > p:nth-of-type(2){
		left: calc((100% - 20px) / 3);
		margin-left: 10px;
	}

	.top_search .dl_list > p > span:nth-of-type(1){
		margin-right: 0;
		padding: 2em 0 0 0;
		font-size: 15px;
	}

	.top_search .dl_list > p > span:nth-of-type(1):before{
		width: 1.4em;
		height: 1.4em;
		left: calc(50% - 0.7em);
		top: 0;
	}

	/*内容*/
	.top_search .dl_list > div{
		padding-top: 120px;
	}

	/*検索ボタン*/
	.top_search .btn1{
		margin-top: 20px;
	}
}

/* ------------------------------
メインビジュアルの下のボタン
------------------------------ */
.mainv_btn{
	margin-bottom: 40px;
	padding: 0 15px;
}

.mainv_btn span{
	margin-right: 10px;
	font-size: 12px;
}

.mainv_btn .btn2 span{
	color: #333;
}

@media (min-width:768px){
	.mainv_btn{
		/*25.6.16 幅変更（5箇所を1100px→1200pxに）*/
		/*
		width: 1100px;
		*/
		width: 1200px;
		margin: 0 auto 40px;
	}

	.mainv_btn a{
		padding: 20px 30px 20px 15px;
		font-size: 24px;
	}
}

/*狭いスマホ*/
@media screen and (max-width:360px){
	.mainv_btn a{
		display: block;
		text-align: center;
	}

	.mainv_btn span{
		display: block;
		margin: 0 0 5px;
	}
}

/*------------------------------
◯◯とは
------------------------------*/
/*「サービスについて詳しくはこちら」*/
.about_list + .btn_wrap {
	margin-top: 30px;
}

/*------------------------------
人気の◯◯求人
------------------------------*/
.top_job .title_icon{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.top_job .title_icon .new{
	display: inline-block;
	margin-left: 8px;
	padding: 6px 8px;
	background: #F7636B;
	border: 1px solid #F7636B;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
}

.top_job .title_icon .new + .new{
	background: transparent;
	color: #F7636B;
}

/*もっと見るボタン*/
.top_job > .btn_wrap {
	margin-top: 30px;
}

@media (min-width:768px){
	/*もっと見るボタン*/
	.top_job > .btn_wrap .btn2 {
		width: auto;
		min-width: calc(50% - 10px);
	}

	.top_job > .btn_wrap .btn2 a {
		padding: 15px 40px;
	}
}

@media screen and (max-width:767px){
	/*もっと見るボタン*/
	.top_job > .btn_wrap .btn2 a {
		line-height: 1.2;
	}
}

/* ------------------------------
良くあるご質問例
------------------------------ */
/*「その他のよくあるご質問はこちら」*/
.question_list2 + .btn_wrap {
	margin-top: 30px;
}

/* ------------------------------
エリアから探す
------------------------------ */

/* ---------------
1カラムで2列に
--------------- */
@media (min-width:768px){
	.main .areamap_list {
		display: flex;
		flex-wrap: wrap;
	}
	
	.main .areamap_list > * {
		min-width: calc((1200px - 30px) / 2);
	}
}

/* ------------------------------
人気のエリアから探す
------------------------------ */
.arealink .box{
	padding-bottom: 10px;
}

.arealink a{
	margin: 0 15px 10px 0;
	text-decoration: underline;
}

@media (min-width:768px){
	.arealink a:hover{
		text-decoration: none;
	}
}

@media screen and (max-width:767px){
	.arealink .triangle_link{
		padding-left: 10px;
	}
}

/* ------------------------------
3つの特徴
------------------------------ */
.point .box .btn_wrap{
	margin: 40px 0 20px;
}

@media screen and (max-width:767px){
	.point .box .btn_wrap{
		margin: 20px 0 0 0;
	}
}

/* ------------------------------
サービスの流れ
------------------------------ */
/*リスト*/
.flow_box{
    padding: 30px;
	background: #f9f9f9;
	text-align: justify;
	text-justify: inter-ideograph;
}

.flow_box + .flow_box{
	margin-top: 60px;
}

.flow_img{
	width: 100px;
}

.flow_img img{
	display: block;
	width: 100%;
}

.flow_title{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}

/*三角*/
.flow_box{
	position: relative;
}

.flow_box:after{
	display: block;
	content: '';
	position: absolute;
	background: var(--main-color);
	/*位置*/
	left: 50%;
	margin-left: -9px;
	bottom: -36px;
	/*形*/
	width: 18px;
	height: 12px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.flow_box:last-of-type:after{
	display: none;
}

@media (min-width:768px){
	.flow_box{
		display: flex;
	}

	.flow_img{
		margin-right: 30px;
	}

	.flow_content{
		flex: 1;
	}
}

@media screen and (max-width:767px){
	.flow_box{
		padding: 15px;
	}

	.flow_box + .flow_box{
		margin-top: 40px;
	}

	.flow_box:after{
		bottom: -26px;
	}

	.flow_img{
		width: 80px;
		margin: 0 auto 15px;
	}

	.flow_content{
		text-align: center;
	}

	.flow_title{
		font-size: 14px;
	}

	.flow_text{
		text-align: justify;
		text-justify: inter-ideograph;
	}
}



/*------------------------------
サイドバナー
------------------------------*/
@media (min-width:768px){
	.side_bnrarea img {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
}

/*------------------------------------------------------------------------------------------
各プランCSS
------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------
スタンダードのみ
------------------------------------------------------------*/
/* ------------------------------
メイン画像下 バナー
------------------------------ */
.job_bnr{
	background: #fff;
}

.job_bnr_inner{
	/*25.6.16 幅変更（5箇所を1100px→1200pxに）*/
	/*
	width: 1100px;
	*/
	width: 1200px;
    margin: 0 auto;
	padding: 50px 5px;
}

.job_bnr_list .slick-slide{
    margin: 0 6px;
	line-height: 1;
}

.job_bnr_list img{
	display: block;
	width: 100%;
}

@media screen and (max-width:767px){
	.job_bnr_inner{
		width: 100%;
		padding: 30px 5px;
	}
}

/*スライダー部分*/
.job_bnr_list .slick-dots{
	position: absolute !important;
	bottom: -30px;
}

.job_bnr_list .slick-arrow{
	position: absolute;
	top: 50%;
	bottom: 0;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	cursor: pointer;
	z-index: 1;
}

.job_bnr_list .slick-arrow:after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.job_bnr_list .prev{
	left: -14px;
}

.job_bnr_list .prev:after{
	transform: rotate(-135deg);
	left: 16px;
}

.job_bnr_list .next{
	right: -14px;
}

.job_bnr_list .next:after{
	transform: rotate(45deg);
	right: 16px;
}

/*影付き*/
.job_bnr_list .slick-slide{
	margin: 0;
}

.job_bnr_list .slick-slide p{
	padding: 10px;
}

.job_bnr_list .slick-slide a{
	display: block;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

/*------------------------------------------------------------
プレミアムのみ
------------------------------------------------------------*/
/*------------------------------
メイン画像下 バナー
------------------------------*/
.mainv_bnr{
	text-align: center;
	margin-top: 30px;
}

.mainv_bnr a{
	display: inline-block;
	max-width: calc(100% - 30px);
}

.mainv_bnr a img{
	display: block;
	max-width: 100%;
}

@media screen and (max-width:767px){
	.mainv_bnr{
		margin-top: 15px;
	}
}
















