@charset "utf-8";


/* -----------------------------------------------------------
    more.js
-------------------------------------------------------------- */

.more_btn02 {
	display: none;
	position: relative;
}

/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:667px){
	
	.more_btn {
		display: block;
		margin: 10px auto 0;
		padding: 15px 15px 15px 20px;
		width: 45%;
		border: 1px solid var(--gray);
		font-size: 1.5rem;
		text-align: center;
	}

	.more_btn .f_con {
		margin: 0 0 0 10px;
		font-size: 1.2rem;
	}

	.more_btn02{
		box-shadow:0 3px 11px -2px rgba(0,0,0,0.1);
		background: #fff;
		color: #333;
		padding: 20px 20px;
		display: block;
		position: relative;
		width: 100%;
		cursor: pointer;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		font-weight: bold;
		font-size: 2rem;
	}
	.more_btn02::after {
		position: absolute;
		display: inline-block;
		content:"";
		width: 24px;
		height: 24px;
		background: url("../img/icon_plus_black.png") no-repeat 0 0;
		background-size: 24px 24px;
		top: 15px;
		right: 15px;
		/*content: " \f067";
		font-family: FontAwesome;*/
	}

	.more_btn02.open::after {
		background: url(../img/icon_minus_black.png) no-repeat 0 0;
		background-size: 24px 24px;
	}

	.more_btn02.black::after {
		background: url(../img/icon_plus_black.png) no-repeat 0 0;
		background-size: 24px 24px;
	}

	.more_btn02.black.open::after {
		background: url(../img/icon_minus_black.png) no-repeat 0 0;
		background-size: 24px 24px;
	}

	.recruit-nav {
		z-index:16;
		overflow-y: scroll;
		width:100%;
		height:100%;
		-webkit-overflow-scrolling: touch;
		padding: 0 0 20px;
	}
	
}