@charset "utf-8";
/* fv */
.bl_fv {
  background-image: url(../img/index/fv_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* about us */
.bl_about {
  background-image: url(../img/index/about_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.bl_about_body {
  padding: 6rem 0;
}
.hp_h2headding_about::before {
  content: "ABOUT US";
}
.hp_txt_about {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 20px;
}

/* links area */
.bl_links-area_bodyWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp_h2headding_left::before {
  content: "JOB SEEKER";
}
.hp_h2headding_right::before {
  content: "JOB OFFERING";
}
.bl_links-area_body_left,
.bl_links-area_body_right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.bl_links-area_body_left {
  background-image: url(../img/index/jobseeker_bg.png);
  color: #fff;
}
.bl_links-area_body_right {
  background-image: url(../img/index/joboffering_bg.png);
}
.hp_txt_links-area {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* 求人情報 */
.bl_jon-info {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hp_h2headding_job-info::before {
  content: "NEW JOB INFORMATION";
}
.bl_joblists {
  margin-top: 60px;
}
.bl_joblist {
  /* width: 300px !important; */
  max-width: 100%;
  /* height: 460px !important; */
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
}

.bl_joblist dl {
  padding: 0px 30px 30px;
}

.bl_joblist dt {
  color: #fff;
  background-color: #50C2D0;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 24px;
  border-radius: 5px;
}
.bl_joblist dd {
  margin-top: 5px;
  font-size: 16px;
}
.hp_btn_job-info {
  margin-top: 70px;
}
.hp_btn_job-infoWrap {
  max-width: 400px !important;
  margin-right: auto;
  margin-left: auto;
}

/* 会社概要 */
.bl_company {
  background-image: url(../img/index/company_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hp_h2headding_company::before {
  content: "COMPANY PROFILE";
}
.bl_company_table {
  background-color: #FFF;
  border-top: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  width: 900px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bl_company_table dt{
  background-color: #FBFBFB;
}
.bl_company_table dt,
.bl_company_table dd {
  padding: 15px;
  box-sizing: border-box;
  border-right:  1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.bl_company_table dt {
  width: 30%;
  text-align: center;
}
.bl_company_table dd {
  width: 70%;
}


@media (max-width: 600px) {
  /* fv */
  .bl_fv {
    background-image: url(../img/index/fv_bg_sp.png);
  }

  /* about us */
  .bl_about {
    background-image: url(../img/index/about_bg_sp.png);
  }
  .bl_about_body {
    padding: 15% 0;
  }

  /* links area */
  .bl_links-area_bodyWrap {
    flex-direction: column;
}
.bl_links-area_body_left,
.bl_links-area_body_right {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
}
.bl_links-area_body_left {
  background-image: url(../img/index/jobseeker_bg_sp.png);
  color: #fff;
}
.bl_links-area_body_right {
  background-image: url(../img/index/joboffering_bg_sp.png);
}
.hp_txt_links-area {
  max-width: 246px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* 求人情報 */
.bl_jon-info {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.bl_joblists {
  margin-top: 30px;
}
.hp_btn_job-infoWrap {
  max-width: 300px !important;
}
.bl_company_table dt {
  width: 100%;
  text-align: center;
}
.bl_company_table dd {
  width: 100%;
  line-height: 1.6;
  text-align: center;
}

/* 会社概要 */
.bl_company {
  padding-top: 15%;
  padding-bottom: 15%;
}
}
