@charset "utf-8";
/* CSS Document */

.home {
	background: url("../../add_images/07/bg.jpg") center / cover no-repeat;
}

/* ------------------------------
メイン画像
------------------------------ */
.mainv_slider_07 .slick-slide a {
	display: block !important;
}

.mainv_bottom {
	border-radius: 6px;
}

@media (min-width:768px){
	.mainv_wrap {
		display: flex;
		justify-content: space-between;
		width: 1200px;
		margin: 80px auto 0;
		padding: 0 15px;
	}

	.mainv_slider_07_wrapper {
		width: 880px;
		margin-right: 20px;
		overflow: hidden;
	}

	.mainv_slider_07 .slick-list {
		padding: 0 0 0 10% !important;
	}

	.mainv_slider_07 .slick-slide {
		margin: 0 10px;
	}
	
	.mainv_slider_07 .slick-slide img {
		border-radius: 6px;
	}
	
	.mainv_bottom {
		flex: 1;
	}
}

@media screen and (max-width:767px){
	.mainv_slider_07 .slick-slide {
		margin: 0;
	}
}

/* ---------------
簡易検索
--------------- */
.mainv_bottom {
	position: static;
	padding: 20px;
	background: #fff;
}

.mainv_form {
	flex-direction: column;
}

.mainv_form_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}

.mainv_form_title {	
	font-weight: bold;
}

.mainv_form_select,
.mainv_form_btn {
	margin: 0;
}

.mainv_form_select,
.mainv_form_select select {
	width: 100%;
}

.mainv_form_select + .mainv_form_select {
	margin-top: 10px;
}

.mainv_form_select {
	background: #f3f3f3;
}

.mainv_form_select select {
	background: transparent;
	border: 0;
	cursor: pointer;
}

.mainv_form_select:after {
	pointer-events: none;
}

/*検索ボタン*/
.mainv_form_btn {
	margin-top: 15px;
	border-radius: 100px;
}

.mainv_form_btn span {
	padding-left: 1.5em;
}

.mainv_form_btn span:before {
	background-size: 0.9em auto;
}

/*求人一覧を見る*/
.mainv_form_link a {
	font-size: 14px;
	font-weight: bold;
	color: var(--main-color);
	text-decoration: underline;
}

/*人気のキーワード*/
.mainv_bottom_keyword {
	margin-top: 30px;
	font-size: 14px;
}

.mainv_bottom_keyword > p {
	margin-bottom: 10px;
	text-align: center;
}

.mainv_bottom_keyword > div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
}

.mainv_bottom_keyword a {
	display: inline-block;
	padding: 4px 10px;
	color: var(--main-color);
	border: 1px solid;
	border-radius: 100px;
	font-size: 13px;
}

@media (min-width:768px){
	.mainv_form_btn:hover {
		opacity: 0.8;
		transition: all .3s;
	}
	
	.mainv_form_link a:hover {
		text-decoration: none;
	}
}

@media screen and (max-width:767px){
	.mainv_bottom {
		width: calc(100% - 30px);
		margin: 20px auto 0;
	}
	
	.mainv_form_title {
		font-size: 16px;
	}
}

/* ------------------------------
メイン画像下のボタン
------------------------------ */
.top_btn {
	padding: 0 15px;
}

.top_btn .btn1:first-of-type a {
	color: var(--main-color);
	background: #fff;
	border: 1px solid;
}

.top_btn .btn1:first-of-type::after {
	border-top: 2px solid var(--main-color);
	border-right: 2px solid var(--main-color);	
}

.top_btn .btn1:last-of-type a {
	background: linear-gradient(90deg, #e36d93, #F5A297);
}

@media (min-width:768px){
	.home .container {
		margin-top: 60px;
	}
	
	.top_btn {
		width: 1200px;
		margin: 60px auto 0;
	}
	
	.top_btn .btn1 {
		width: 400px;
	}
}

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

/* ------------------------------
求人スライダー
画像と文字を縦並びに変更
------------------------------ */
.joblist .imgtext {
	flex-direction: column;
	gap: 15px;
}

.joblist .imgtext > p {
	width: 100%;
}

.joblist .imgtext > p + * {
	padding-left: 0;
}

/* ------------------------------
アイコン付きの見出し
シンプルな線の見出しに変更
------------------------------ */
.title_icon {
	padding: 0 .6em !important;
	border-left: .3em solid var(--main-color) !important;
	font-size: 18px;
}

.title_icon:before {
	display: none;
}

@media screen and (max-width:767px){
	.title_icon {
		font-size: 16px;
	}
}

/* ------------------------------
ボタン
------------------------------ */
.btn1 > *,
.btn2 > * {
	padding: 18px 30px;
}










