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

#recruit {
    padding-top: 180px;
}

/*---採用情報メッセージ---*/
#recruit .philosophy {
    width: 100%;
    padding: 60px 0;
}

#recruit .philosophy .philosophy_text {
    text-align: center;
}

#recruit .philosophy .philosophy_text .lead {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

#recruit .philosophy .philosophy_text .text {
    line-height: 1.8;
}


/*---育成・研修---*/
#recruit .training {
    padding: 40px 0 80px 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

#recruit .training .inner {
}

#recruit .training h3 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 26px;
}

#recruit .training .training_items {
    width: 100%;
}

#recruit .training .training_items .training_item {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

#recruit .training .training_items .training_item .title {
    font-weight: bold;
    margin-right: 24px;
    background-color: #333;
    color: #fff;
    width: 120px;
    line-height: 1;
    text-align: center;
    padding: 22px 0;
    letter-spacing: 1px;
}


@media screen and (max-width: 767px) {
    #recruit {
        padding-top: 60px;
    }
    
    #recruit .training {
        padding: 40px 0 40px 0;
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
    }
    
    #recruit .training .training_items .training_item {
        flex-direction: column;
        border: 2px solid #333;
    }
    
    #recruit .training .training_items .training_item .title {
        margin-right: 0;
        width: 100%;
        padding: 8px 0;
        letter-spacing: 1px;
    }
    
    #recruit .training .training_items .training_item .text {
        padding: 8px;
        font-size: 14px;
    }

}


/*---募集要項---*/
#recruit .recruit_info {
    padding: 40px 0 80px 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

#recruit .recruit_info h3 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 26px;
}


#recruit .recruit_info table {
	width: 100%;
	border-collapse: collapse;
}

#recruit .recruit_info table th {
    width: 20%;
	text-align: left;
	background-color: #F29600;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 15px
}

#recruit .recruit_info table td {
    width: 80%
}

#recruit .recruit_info table td {
    border: solid 1px #ccc;
	border-left: none;
	border-right: none;
	padding: 15px
}

#recruit .recruit_info table tr:first-of-type td {
	border-top: none;
}
#recruit .recruit_info table tr:last-of-type td {
	border-bottom: none;
}



@media screen and (max-width: 767px) {
    #recruit .philosophy .philosophy_text .lead {
        font-size: 18px;
    }

    #recruit .philosophy .philosophy_text .text {
        line-height: 1.4;
        font-size: 14px;
        text-align: left;
    }
    
	#recruit .recruit_info table tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}
	#recruit .recruit_info table th {
		width: 100%;
		background-color: #F29600;
		color: #fff;
		height: 40px;
		display: flex;
		align-items: center;
	}

	#recruit .recruit_info table td {
		width: 100%;
		background-color: #F7F7F7;
	}
	
	#recruit .recruit_info table th,
	#recruit .recruit_info table td {
		border: none;
        font-size: 14px;
	}
}

/*---選考プロセス---*/
#recruit .process {
    padding: 40px 0 80px 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

#recruit .process h3 {
    text-align: left;
    font-size: 28px;
    margin-bottom: 34px;
}

#recruit .process .process_items .process_item {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 12px 0;
}

#recruit .process .process_items .process_item .title {
    background-color: #EBF2F8;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
    margin-right: 24px;
}

#recruit .process .process_items .arrow {
    font-size: 20px;
    margin-left: 80px;
    color: #F29600;
}

@media screen and (max-width: 767px) {
    #recruit .process .process_items .process_item {
        align-items: flex-start;
        flex-direction: column;
        border: 2px solid #EBF2F8;
        margin: 4px 0;
    }
    
    #recruit .process .process_items .process_item .title {
        background-color: #EBF2F8;
        width: 100%;
        display: flex;
        padding: 6px 0;
        font-size: 16px;
    }
    
    #recruit .process .process_items .process_item .text {
        padding: 8px;
        font-size: 14px;
    }
    
    #recruit .process .process_items .arrow {
        font-size: 16px;
        margin-left: 46%;        
    }


}


/*---リクルートコンタクト---*/
#recruit .contact_items {
    margin-top: 38px;
}

#recruit .contact_items .contact_tel {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 4%;
    width: 100%;
}

#recruit .contact_items .contact_tel .tel_item {
    background-color: #fff;
    width: 48%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#recruit .contact_items .contact_tel .tel_item .heading {
    margin-bottom: 8px;
    font-weight: bold;
}

#recruit .contact_items .contact_tel .tel_item .info {
    margin-bottom: 16px;
}

#recruit .contact_items .contact_tel .tel_item a {
    background-color: #F29600;
    color: #fff;
    line-height: 1;
    padding: 12px 36px;
    font-weight: bold;
    letter-spacing: 1px;
    align-items: center;
    display: flex;
}

#recruit .contact_items .contact_tel .tel_item a:hover {
    background-color: #616161;
    border-radius: 10px;
}

#recruit .contact_items .contact_tel .tel_item a span {
    margin-right: 6px;
    font-size: 22px;
}


@media screen and (max-width: 767px) {
    #recruit .contact_items .contact_tel {
        flex-direction: column;
    }
    
    #recruit .contact_items .contact_tel .tel_item {
        width: 100%;
        height: inherit;
        margin-bottom: 8%;
    }
    
    #recruit .contact_items .contact_tel .tel_item .heading {
        margin-bottom: 2px;
        font-weight: bold;
    }
}
