@charset "utf-8";



/* ------------------------------
    about｜company｜会社概要
   ------------------------------*/

#introduction table {
    margin-top: 50px;
}

#career ul {
    display:flex; flex-flow:row wrap; justify-content:space-between; align-content:flex-start; align-items:flex-start;
}
#career li {
	max-width: 47%;
    margin-bottom:30px;
}
#career li h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom: 1px solid #908b87;
}
#career li h4 span {
	display: block;
	margin-top: -1.8em;
    font-size: 1rem;
    font-weight: 400;
    color: #c6b493;
	text-align: right;
}

#privacy h4, 
#privacy p:not(.top), 
#privacy ul {
	width: 100%;
	max-width: 958px;
	margin: 0 auto;
}
#privacy h4 {
	margin:50px 0 20px;
	padding-left: 1em;
	border-left: 3px solid #211810;
	font-size: 1.3em;
}

@media only screen and (max-width:640px){
    
    body.about .inner > h3 {
        margin: 0 auto 50px;
        font-size: 1.8em;
    }
    #career li {
        max-width: 100%;
        margin:50px 0;
    }
    #career li:nth-of-type(2) h4 span {
        letter-spacing: 0.05rem;
    }
}