@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");
@import url("./form_import.css");

/*------------------------------------------------------------
女子求人
-------------------------------------------------------------*/
.recruit{ margin: 0 auto; padding: 20px 0 60px;}
.recruit .common_tit{ position: relative;}
.recruit .common_tit .btn_recruit{ position: absolute; right: 0; top: 40px;}

/* 求人イメージ
------------------------------------------------------------ */
figure.main_img{ display: block; text-align: center;}

/* コンタクト案内
------------------------------------------------------------ */
.contact_wrap{ box-sizing: border-box; width: 1400px; height: 410px; background: url(../images_design/recruit/btn_bg.jpg) no-repeat; padding-top: 70px;}
.contact_wrap .btn_contact{ width: 1000px; height: 120px; margin: 0 auto; position: relative; background: #fff;}
.contact_wrap .btn_contact .tel_txt{ position: absolute; right: 162px; top: 36px; display: inline-block; font-family: 'EB Garamond', serif; font-size: 55px; color: #fff; background: url(../images_design/footer/icon_freedial_wh.png) left center no-repeat; background-size: 38px auto; background-position: 0 30px; padding-left: 45px;}

/* 募集要項
------------------------------------------------------------ */
.guideline_wrap{ padding: 0 25px 70px; background: #2B3141;}
.guideline_wrap h3{ color: #B59B84; font-size: 30px; text-align: center; margin-bottom: 16px; letter-spacing: 0.7em;}

.guideline_inner dl{ width: 1160px; margin: 0 auto; display: flex; border-top: 1px solid #2B3141; border-right: 1px solid #2B3141; box-sizing: border-box;}
.guideline_inner dt{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 160px; background: #010000; color: #fff;}
.guideline_inner dd{ flex: 1; background: #fff; box-sizing: border-box; padding: 20px;}

/* 求人メールフォーム
------------------------------------------------------------ */
.common_form_wrap h3{ font-size: 22px; background: #dc1950; color: #fff; text-align: center; padding: 6px 0; margin-bottom: 15px;}
