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

* {
	box-sizing: border-box;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.main {
	max-width: 800px;
	margin: 0 auto;
    padding: 2%;
    border: 1px solid #eee;
}
.non-display {
    display: none;
}


/**/
.wrapper {
	margin: 10% auto;
}
.wrap_c {
	margin: 0 auto 20%;
    border-bottom: 2px dashed #ccc;
    padding: 0 0 15%;
}
.wrapper:first-child {
	margin-top: 0;
}
.cnt_area h3 {
    margin: 1% 0 8%;
    line-height: 1em;
    border-left: 5px solid #f79a60;
    padding: 0 0 0 1.5%;
}
h5 {
    font-size: 1.3em;
    margin: 0 auto 3%;
    color: #f79a60;
}
h5 + div img {
    float: left;
    width: 32%;
    margin: 0 5% 0 0;
}
p.desc {
    margin: 0 auto 10%;
}
h6 {
    font-size: 1em;
    margin: 0 auto 3%;
    color: #666;
}
h6:before {
    content: "";
    margin-right: 1%;
    background: #f79a60;
    padding: 0 1.5%;
}


/* イントロ新卒・中途 */
.new_rec,
.mid_rec {
	margin: 0 auto;
	display: inline-block;
    vertical-align: top;
    width: 45%;
}
.mid_rec {
	margin-left: 5%;
}
.new_rec > b,
.mid_rec > b {
	display: block;
    width: 100%;
    text-align: center;
    padding: 5%;
    color: #fff;
}
.new_rec > b {
    background: #eee;
}
.mid_rec > b {
    background: #2b2eb4;
}

ul.rec_list {
    margin: 8% 5%;
    padding: 0;
}
ul.rec_list li {
    list-style: none;
    margin: 6% auto;
}


/* 各タイトルエリア */
.businessMainWrap {
    margin-bottom: 5%;
    position: relative;
}
.businessMainWrap .businessMainDesign {
/*    background: url(http://www.lifeit.co.jp/wp-content/themes/lifeit/assets/images/top_06.jpg) no-repeat center/cover;*/
    background: #eee;
    height: 350px;
}
.mdMN30NamePartsWrap {
    position: absolute;
/*    height: 500px;*/
    width: 700px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mdMN30NameParts {
    box-sizing: border-box;
    position: absolute;
    width: 380px;
    padding: 3%;
    min-height: 200px;
    height: 200px;
    height: auto !important;
}
.emp {
    background: #f79a60;
}
.ptj {
	background: #E6B43C;
}
.mdMN30NameParts h4 {
    color: #fff;
    font-size: 50px;
    font-family: "volteweb","Helvetica Neue",Helvetica,Arial,"NanumGothic","Malgun Gothic",sans-serif;
    font-weight: 600;
    line-height: 1;
    margin: 15% auto;
}
.mdMN30NameParts h4 span {
    display: block;
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
}
.mdMN30NameParts p {
    color: #fff;
    font-size: 15px;
}


/* 各タイトルエリア */
.dataTable {
	width: 100%;
}
.dataTable .item {
    position: relative;
    padding: 2%;
    width: 20%;
    color: #333;
    border-right: 1px dotted #dfdfdf;
    line-height: 1.5;
    background: #fafafa;
    font-weight: bold;
    font-size: .9em;
}
.dataTable .data {
    line-height: 1.75;
    overflow: hidden;
    padding: 4%;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}
.dataTable .data .jobName {
    margin: 0px 0 20px;
    font-size: 1.1em;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}
.dataTable .data .categorySet .categoryIcon {
    margin: 4% auto 1%;
    position: relative;
    display: inline-block;
    padding: 0 2%;
    white-space: nowrap;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #666;
    font-weight: bold;
}
.dataTable .data .addressUnit .subject:after {
    content: "/";
    margin: 0 2px;
}


/* 応募フォームへボタン */
.form_btn a {
    background: #2866a7;
    width: 100%;
    padding: 2.1%;
    display: block;
    text-align: center;
    font-size: 1.6em;
    color: #fff;
    letter-spacing: .1em;
    margin: 3% auto;
}
.form_btn a:after {
    content: ">>";
    padding: 0 0 0 1%;
}


/* 募集要項（アルバイト）曜日 */
ul.week li {
    display: inline-block;
    width: 7%;
    background: #333;
    text-align: center;
    padding: 1%;
    color: #fff;
    margin: 0 1%;
    border-radius: 15%;
}
ul.week li.w_off {
    background: #eee;
}

/* 応募・選考について */
.contents .dataTable .data .stepList {
    position: relative;
    padding-left: 9em;
    border: none;
    margin: 10% 0;
}
.contents .dataTable .data .stepList .stepItem {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 8em;
    height: 20px;
    border: 1px solid #333;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}


/* 募集フォーム枠 */
.form_area {
    width: 100%;
    border: 3px solid #f79a60;
    padding: 2% 1%;
    margin: 5% auto 0;
}


/* メイン画像 */
.jobImageBox .mainImg {
    float: left;
    width: 66.5%;
}
.jobImageBox .mainImg img {
    width: 100%;
}
.jobImageBox .rightImgBox {
    float: right;
    width: 32.5%;
}
.jobImageBox .rightImgBox img {
    width: 100%;
}

/* 正社員画像 */
#descPhotoArea figure {
     display: inline-block;
     vertical-align: top;
     width: 48%;
     margin: 0;
}
#descPhotoArea figure + figure {
     margin-left: 3%;
}
#descPhotoArea figure img {
     width: 100%;
}
#descPhotoArea figure figcaption {
     font-size: .8em;
     padding: 1%;
}

.form_caution {
    padding: 4%;
    color: #be0000;
    border: 4px solid #bf0000;
    font-weight: 900;
    line-height: 2.1em;
}

.form_area iframe {
    height: 2500px;
}

@media screen and (max-width: 640px) {
#rec_01, #rec_02, #rec_03 {
    margin: 0 auto 40%;
    padding: 0 0 40%;
}
.contents {
    margin: 10% auto 20%;
}
#descPhotoArea figure {
    width: 45%;
}


h5 + div img {
    width: 50%;
}


.new_rec, .mid_rec {
    margin: 0 auto 8%;
    width: 100%;
}
.mid_rec {
    margin-left: 0;
}


.mdMN30NamePartsWrap {
    width: 390px;
}
.mdMN30NameParts {
    width: 300px;
}
.mdMN30NameParts h4 {
    font-size: 3em;
}
.dataTable .item {
    font-size: 1em;
    padding: 5%;
    width: 100%;
    display: block;
}
.dataTable .data {
    display: block;
    width: 100%;
}


.contents .dataTable .data .stepList {
    padding-left: 0;
}
.contents .dataTable .data .stepList .stepItem {
    position: relative;
    width: 100%;
    margin: 0 auto 3%;
}
.cnt_area section dl dd {
    float: none;
}


.form_area iframe {
    height: 2900px;
}
}