@charset "utf-8";


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

.more_btn02 {
	display: block;
	position: relative;
}
.more-btn02 {
    display: none;
    position: relative;
}
.more_btn {
    display: block;
    margin: 10px auto 0;
    padding: 15px 15px 15px 20px;
    width: 45%;
    border: 1px solid #514C4A;
    font-size: 1.5rem;
    text-align: center;
}

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

.sp_more_area02 {
    display: none;
    z-index: 2;
}
.more_btn02{
    display: block;
    width: 100%;
    cursor: pointer;

}
#menu-box .more_btn02{
    display: none;
}
.more_btn02::after {
    position: absolute;
    display: inline-block;
    content:"";
    width: 20px;
    height: 20px;
    background: url(../img/icon_plus.png) no-repeat 0 0;
    background-size: 20px 20px;
    top: 50%;
    right: 10px;
    margin: -10px 0 0;
}

.more_btn02.active::after {
    background: url(../img/icon_minus.png) no-repeat 0 0;
    background-size: 20px 20px;
}
.more_btn02.black::after {
    background: url(../img/icon_plus.png) no-repeat 0 0;
    background-size: 20px 20px;
}
.more_btn02.black.open::after {
    background: url(../img/icon_minus.png) no-repeat 0 0;
    background-size: 20px 20px;
}


.more_btn02.btn-type{
    box-shadow:none;
    display: block;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 15px;
    width: 200px;
    margin: 15px auto 0;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    color: #555;
}


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

.sp_more_area02 .list {
}
.sp_more_area02 .list li{
    border-bottom:1px solid #ddd;
}
.sp_more_area02 .list li:last-child{
    margin-bottom: 200px;
}
.sp_more_area02 .list li span{
    margin: 0 10px 0 0;
    color: #0662b0;
}
.sp_more_area02 .list li a{
    padding: 20px;
    display: block;
    color: #333;
}

/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:667px){
    #menu-box .more_btn02{
        display: block;
        border: none;
        border-bottom: 1px #ddd solid;
    }

    .more_btn02{
        box-shadow: 0 0 11px -2px rgb(0 0 0 / 10%);
        background-color: #FFF0F1;
        background-color: #fff;
		/*
        color: var(--main-color);
		*/
		color: #333;
        padding: 20px 20px;
        display: block;
        width: 100%;
        cursor: pointer;
        font-family: 'Lato', sans-serif;
        font-weight: 800;
        font-size: 1.8rem;
        text-align: left;
    }
	
	.recruit-nav {
		z-index: 16;
		overflow-y: scroll;
		width:100%;
		height: 640px;
		padding: 0 0 0;
	}


}