@charset "UTF-8";
/*---------------------------------------------------------------*\
	$common
\*---------------------------------------------------------------*/

/* top */

#top {
    position: relative;
    width: 100%;
    padding: 170px 0 90px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top .title_top {
    top: 52%;
    margin: auto;
    z-index: 99;
    right: 0;
    left: 0;
    font-family: 'Overpass', sans-serif;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
}

#top .suggestion_scroll_top {
    position: absolute;
    width: 60px;
    z-index: 99;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
}

#top .border_scroll_top {
    width: 1px;
    display: block;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 24px #555;
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2.5s infinite;
}


.title_top {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 7px;
    color: #fff;
}

.title_top span {
    margin-top: 60px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}

/* recruit */

#recruit {
	padding: 40px 0 100px;
}
#recruit .title_top {
	width: 320px;
	margin: 0px auto;
}
#recruit .title_top img {
	width: 100%;
	height: auto;
}
#recruit .wrapper_job_detail_recruit {
	max-width: 1000px;
	padding: 50px 0;
	margin: 50px auto;
	border: solid 1px #111;
}
#recruit .job_position_recruit {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 90%;
    padding: 14px 0;
    letter-spacing: 1px;
    background: #f5f5f5;
    font-weight: bold;
}
.job_description_recruit {
	margin: 20px auto 50px;
	width: 80%;
	color: #444;
	font-size: 13px;
}
.wrapper_job_detail_recruit dl {
	width: 80%;
	margin: 0 auto 30px;
}
.margin_bottom {
	margin-bottom: 0px !important;
}
.wrapper_job_detail_recruit dt {
	color: #111;
	border-bottom: solid 1px #111;
	padding: 14px 0px 14px 14px;
	position: relative;
    font-weight: bold;
}
.wrapper_job_detail_recruit dt:before {
position: absolute;
    top: 21px;
    left: 0px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #111;
}
.wrapper_job_detail_recruit dd {
	padding: 14px 0px 14px 14px;
}
.button_entry {
    width: 80%;
    text-align: center;
    color: #fff;
    max-width: 330px;
    border: 1px solid #000;
    font-size: 1.5rem;
    font-weight: bold;
    background: #111;
    margin: 60px auto 0;
    border-radius: 100px;
    display: block;
    padding: 21px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button_entry:hover {
	color: #111;
	background: #fff;
	border: solid 1px #111;
}
.back_recruit {
	font-size: 13px;
	margin: 60px auto 0;
	color: #888;
	display: block;
	text-align: center;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.back_recruit:hover {
	color: #111;
}

/* header/footer */

header.header_change {
    background: #111!important;
}

.trigger_small span {
    background: #fff!important;
}

.wrapper_logo_top {
	background-image: url("../img/common/logo.png")!important;
}

.movmobb2 .active span {
    background-color: #000!important;
}

footer {
    background: #111!important;
}

/*---------------------------------------------------------------*\
	$1080px
\*---------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
}

/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/
@media screen and (max-width: 768px) {
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

    
    /* top */
    #top {
        width: 100%;
        padding: 90px 0 30px;
        margin-top: 0;
    }
    #top .title_top {
        top: 48%;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
	
	.title_top span {
		font-size: 1.2rem;
		margin-top: 40px;
	}

	.title_top span:after {
		height: 20px;
		top: -34px;
	}
    .title_info {
        font-size: 28px;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
	/* recruit */

	#recruit {
	padding: 30px 0;
	}
	#recruit .wrapper_job_detail_recruit {
		width: 90%;
	}
	#recruit .title_top {
		width: 220px;
	}
	#recruit .wrapper_job_detail_recruit {
		padding: 20px 0 20px;
		margin: 0 auto;
	}
	#recruit .job_position_recruit {
		font-size: 16px;
	}
	#recruit .job_position_recruit {
		width: 90%;
		font-size: 1.3rem;
		padding: 15px;
		text-align: left;
	}
	.job_description_recruit {
		width: 90%;
	}
	.button_entry {
		padding: 12px 0;
		font-size: 1.2rem;
	}

	header {
    background: #111!important;
}

.menu-trigger span {
    background: #fff!important;
}

.wrapper_logo_top {
    background-image: url("../img/common/logo.png")!important;
}
	
.movmobb2 .active span:nth-of-type(1),
.movmobb2 .active span:nth-of-type(3) {
    background: #169ccd!important;
}
.back_recruit {
    margin: 20px auto;
}
}
