@charset "utf-8";
/*********************************************************************
 *
 *  For エイワハウジングとは-採用情報-募集要項
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	margin-bottom: 50px;
}
#mv .inner {
	box-sizing: border-box;
	padding-top: 130px;
	height: 200px;
	background: url(../../img/mv_en.svg) center -5px no-repeat;
	background-size: 1200px auto;
}
#mv h2 {
	font-size: 3.2rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

/* areaOvewview */
/* --------------------------------------------------------------------------- */
.areaOvewview .inner {
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 2px solid #000;
}
.areaOvewview:last-of-type .inner {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.areaOvewview h3 {
	margin-bottom: 25px;
	text-align: center;
	line-height: 1;
}
.areaOvewview h3 .ja {
	margin-bottom: 10px;
	font-size: 2.8rem;
	font-weight: bold;
}
.areaOvewview h3 .en {
}
.areaOvewview article {
	margin-bottom: 80px;
}
.areaOvewview article:last-of-type {
	margin-bottom: 0;
}
.areaOvewview .outline h4 {
	margin: 0 auto 20px;
	width: 200px;
	font-size: 1.8rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background-color: #000;
}
.areaOvewview .outline h5  {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
}
.areaOvewview .outline .desc {
	margin-bottom: 20px;
}
.areaOvewview .list  {
	margin: 0 auto 20px;
	width: 800px;
	border: 1px solid #000;
}
.areaOvewview .list caption {
	margin-bottom: 10px;
	color: #96101a;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.areaOvewview .list th {
	padding: 10px;
	min-width: 100px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	background-color: #e1e1e1;
	border-bottom: 1px solid #000;
	border-right:1px solid #000; 
}
.areaOvewview .list td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #000;
	border-right:1px solid #000; 
}
.areaOvewview .list .cat td {
	font-weight: bold;
	text-align: center;
}
.areaOvewview .list .note {
	font-size: 1.2rem;
}
.areaOvewview .btnEntry {
	display: block;
	margin: 0 auto;
	width: 300px;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
	border-radius: 4px;
	background-color: #96101a;
}

}/* min-width: 768px */

@media screen and (max-width: 767px) {

/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	padding-bottom: 40px;
}
#mv .inner {
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 5%;
	padding-right: 5%;
	background: url(../../recruit/img/mv_en.svg) center -2px no-repeat;
	background-size: 100% auto;
}
#mv h2 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

/* areaOvewview */
/* --------------------------------------------------------------------------- */
.areaOvewview {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 2px solid #000;
}
.areaOvewview:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.areaOvewview h3 {
	margin-bottom: 25px;
	text-align: center;
	line-height: 1;
}
.areaOvewview h3 .ja {
	margin-bottom: 10px;
	font-size: 1.8rem;
    font-weight: bold;
}
.areaOvewview h3 .en {
}
.areaOvewview article {
	margin:0 5% 40px;
}
.areaOvewview article:last-of-type {
	margin-bottom: 0;
}
.areaOvewview .outline h4 {
	margin: 0 auto 15px;
	width: 200px;
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background-color: #000;
}
.areaOvewview .outline h5 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
}
.areaOvewview .outline .desc {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.areaOvewview .list  {
	margin: 0 auto 20px;
	border: 1px solid #000;
}
.areaOvewview .list caption {
	margin-bottom: 10px;
	color: #96101a;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.areaOvewview .list th {
	padding: 10px 5px;
	font-size: 1.1rem;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	background-color: #e1e1e1;
	border-bottom: 1px solid #000;
	border-right:1px solid #000; 
}
.areaOvewview .list td {
	padding: 10px 5px;
	font-size: 1.1rem;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #000;
	border-right:1px solid #000; 
}
.areaOvewview .list .cat td {
	font-weight: bold;
	text-align: center;
}
.areaOvewview .list .note {
	font-size: 1.1rem;
}
.areaOvewview .btnEntry {
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border-radius: 4px;
	background-color: #96101a;
}

}/* min-width: 768px */