@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : offer.css
 author     : Hotel Shin-Imamiya
 style info : 特別オファーページ
=================================================================== */

/* -----------------------------------------------------------
	採用情報スタイル
----------------------------------------------------------- */
/* 修复页面顶部白色部分过长的问题 */
#contents {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* 使用与首页相同的结构 */
.con_main_t {
  position: relative !important;
  height: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.recruitment_header {
  background-color: #BD953E;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}

.recruitment_header h2 {
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: normal;
}

.recruitment_header p {
  font-size: 1.2em;
}

.recruitment_images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.recruitment_images img {
  width: 32%;
  height: auto;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.recruitment_content {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.recruitment_section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.recruitment_section:last-child {
  border-bottom: none;
}

/* 标题样式 - 参考图片中的金色背景标题 */
.recruitment_section h3 {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 20px;
  padding: 10px 0;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}

/* 小标题样式 */
.recruitment_section h4 {
  font-size: 1em;
  color: #333;
  margin: 20px 0 10px;
  padding: 0 0 0 15px;
  font-weight: bold;
  position: relative;
}

.recruitment_section h4:before {
  content: '■';
  color: #BD953E;
  position: absolute;
  left: 0;
  top: 0;
}

.recruitment_section p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 0.9em;
}

/* 列表样式 */
.recruitment_section ul {
  margin: 10px 0;
  padding-left: 0;
}

.recruitment_section ul li {
  margin-bottom: 8px;
  list-style-type: none;
  line-height: 1.4;
  font-size: 0.9em;
  position: relative;
  padding-left: 15px;
}

.recruitment_section ul li:before {
  content: '○';
  color: #BD953E;
  position: absolute;
  left: 0;
  top: 0;
}

/* 突出显示区域 */
.recruitment_section .highlight {
  background-color: #f9f9f9;
  padding: 15px;
  margin: 15px 0;
  border-left: 3px solid #BD953E;
}

/* 薪资信息 */
.salary {
  margin: 15px 0;
  font-weight: bold;
  color: #333;
  font-size: 0.95em;
}

/* 紧急招聘标记 */
.urgent {
  display: inline-block;
  color: #fff;
  background-color: #e74c3c;
  padding: 2px 5px;
  font-size: 0.8em;
  margin-left: 10px;
  border-radius: 2px;
}

/* 岗位类型 */
.job_type {
  font-weight: bold;
}

/* 联系方式 */
.recruitment_section .contact_info {
  background-color: #f5f5f5;
  padding: 15px;
  margin-top: 30px;
  text-align: center;
}

/* 特殊标记和颜色 */
.job_title {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.job_desc {
  display: inline-block;
  color: #666;
}

/* 应聘条件 */
.apply_conditions {
  margin: 20px 0;
}

.apply_conditions h4 {
  margin-bottom: 15px;
}

/* 联系方式样式 */
.contact_info h3 {
  text-align: center;
  margin-bottom: 15px;
}

.contact_info p {
  text-align: center;
  margin-bottom: 5px;
}

.recruitment_section .contact_info {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}

.recruitment_section .contact_info p {
  margin-bottom: 8px;
}

.recruitment_section .job_type {
  font-size: 1.4em;
  color: #BD953E;
  margin: 30px 0 15px;
  padding-left: 15px;
  border-left: 5px solid #BD953E;
}

.recruitment_section .salary {
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.recruitment_section .urgent {
  display: inline-block;
  background-color: #e74c3c;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 0.9em;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  background: url(../images/offer/bg_main.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 50px;
}
.con_main h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3em;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.con_main h2 span {
  font-size: 0.5em;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
.con_main .txt {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8;
}

/* -----------------------------------------------------------
	con_offer
----------------------------------------------------------- */
.con_offer {
  margin-bottom: 80px;
}
.con_offer .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.con_offer .box_offer {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}
.con_offer .box_offer:last-child {
  border-bottom: none;
}
.con_offer .box_offer h3 {
  font-size: 1.8em;
  color: #BD953E;
  margin-bottom: 10px;
  font-weight: normal;
}
.con_offer .box_offer .period {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 20px;
}
.con_offer .offer_content {
  display: flex;
  flex-wrap: wrap;
}
.con_offer .offer_content img {
  width: 40%;
  height: auto;
  margin-right: 5%;
}
.con_offer .offer_details {
  width: 55%;
}
.con_offer .offer_details p {
  margin-bottom: 15px;
  line-height: 1.8;
}
.con_offer .offer_details ul {
  margin: 15px 0;
  padding-left: 20px;
}
.con_offer .offer_details ul li {
  margin-bottom: 8px;
  list-style-type: disc;
}
.con_offer .offer_details .note {
  font-size: 0.9em;
  color: #666;
}
.con_offer .offer_details a {
  color: #BD953E;
  text-decoration: underline;
}
.con_offer .offer_details a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .con_offer .offer_content {
    display: block;
  }
  .con_offer .offer_content img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .con_offer .offer_details {
    width: 100%;
  }
}
