@charset "utf-8";
/* ==================================================================
	Site Name:
	Author:高橋 潤
	Version: 1.0

	Page Title:	TOP

=================================================================== */

h2.title {
    background: url("../../recruit/images/title-bg.png") no-repeat;
    background-position: center;
}

.recruit dl {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
}
.recruit dt, .recruit dd {
    text-align: left;
    padding: 2rem;
    border-bottom: 1px solid #333;
}
.recruit dt:first-of-type, .recruit dd:first-of-type {
    border-top: 1px solid #333;
}
.recruit dt {
    width: 14rem;
}
.recruit dd {
    width: calc(100% - 14rem);
}
.recruit ul li {
    list-style: disc;
    margin-left: -0.5rem;
}
.recruit span {
    border: 1px solid #333;
    padding: 0.5rem 2rem;
    margin: 0 2rem;
    background: #0064B3;
    color: white;
}
#contents .recruit span a {
    color: white;
}

.contact ul {
    display: flex;
    justify-content: center;

}
.contact ul li {
        list-style: none;
}

#contents .contact ul li button a {
    color: #fff;
}
button {
    background: #0064B3;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    margin: 2rem;
}

.contact button:before {
    content: "＞";
}

.cap{
	text-align: center;
	color: white;
	background: url("../../recruit/images/recruit_title_bg.png") no-repeat;
    background-position: center;
	font-size: 2em;
	padding-left: 15px;
    text-shadow: black 1px 1px 3px;
}

.rec_icon{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.latest{
	width: 66.4%;
	background: #FFFFFF;
	transition-duration: 0.3s;
}
.latest:hover{
	transition-duration: 0.3s;
	opacity: 0.6;
}

.rec_icon_small{
	width: 32.6%;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: column;
}

.manage{
	width: 100%;
	margin-bottom: 5px;
	background: #FFFFFF;
	transition-duration: 0.3s;
}

.manage:hover{
	transition-duration: 0.3s;
	opacity: 0.6;
}

.new_g{
	width: 100%;
	margin-top: 5px;
	background: #FFFFFF;
	transition-duration: 0.3s;
}

.new_g:hover{
	transition-duration: 0.3s;
	opacity: 0.6;
}

/*　中途採用　*/
.recruit dl {
	background: lightyellow;
	margin-bottom: 0;
}
.recruit article {
	margin-bottom: 0;
}
.recruit .contact {
	background: lightyellow;
}

/*responsive*/
@media screen and (max-width:768px) {

}

@media screen and (max-width:479px) {
h1, h2, h3 {
    font-size: 2rem;
}
    
    .recruit dt, .recruit dd {
        width: 100%;
    }
    .recruit dd:first-of-type {
        border-top: none;
    }
    .recruit dd ul li {
        margin-left: 0;
    }
    .recruit span {
        display: inline-block;
        margin: 0.5rem 0;
    }
    textarea {
        width: 100%;
    }
    
    .contact ul {
        flex-wrap: wrap;
    }
    .contact button {
        width: 320px;
    }
	.cap{
		width: 120px;
		font-size: 1.2em;
		padding-left: 5px;
	}
	.latest{
		width: 100%;
	}
	.rec_icon_small{
		width: 100%;
		margin: 0;
		display: flex;
		flex-direction: row;
	}
	
	.manage{
		margin-top: 5px;
		margin-bottom: 0;
		width: 49%;
	}
	
	.new_g{
		width: 49%;
			margin-left: auto;
			margin-right: 0;
	}
}