@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.bl_lower_mv {
  background: url(../images/company/mv_bg.jpg) top center/cover no-repeat;
}
.bl_lower_mv_ttl::after {
  width: 90px;
  background: url(../images/company/mv_ttl.svg) top center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .bl_lower_mv {
    background: url(../images/company/mv_bg_sp.jpg) top center/cover no-repeat;
  }
  .bl_lower_mv_ttl::after {
    width: 135px;
  }
}
/*=======================================================
company
=======================================================*/
.bl_company {
  width: 1024px;
  margin: 0 auto;
  padding: 25px;
}
.bl_company_def {
  background: #F6F3EF;
  border: 1px solid #A7660F;
  padding: 40px;
}
.bl_company_item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #707070;
  padding-bottom: 16px;
}
.bl_company_item:not(:first-of-type),
.bl_company_item:not(:last-of-type) {
  padding-top: 16px;
}
.bl_company_item:first-of-type {
  padding-top: 0;
}
.bl_company_item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.bl_company_dttl {
  letter-spacing: 0.06em;
  flex: 0 1 230px;
  color: #A7660F;
  font-weight: bold;
}
.bl_company_ddata {
  flex: 1;
}
.bl_company_ddata > dl + dl {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .bl_company {
    padding: 40px 0 40px;
    width: auto;
  }
  .bl_company_item {
    padding-bottom: 24px;
  }
  .bl_company_item:not(:first-of-type) {
    padding-top: 24px;
  }
  .bl_company_dttl {
    flex: 0 1 200px;
  }
}
/*=======================================================
mission
=======================================================*/
.bl_mission {
  background: url(../images/company/mission_bg.jpg) top center/cover no-repeat;
  padding: 64px 0;
  text-align: center;
  color: #fff;
}
.bl_mission .el_sec_mainTtl {
  width: 350px;
  margin: 0 auto 40px;
}
.bl_mission .el_sec_sTtl {
  font-size: 20px;
  margin-bottom: 24px;
}
.bl_mission .bl_txt:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .bl_mission .el_sec_mainTtl {
    width: 450px;
    margin: 0 auto 40px;
  }
  .bl_mission .el_sec_sTtl {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .bl_mission .bl_txt:not(:first-of-type) {
    margin-top: 26px;
  }
}
/*=======================================================
history
=======================================================*/
.bl_history {
  padding: 64px 0;
}
.bl_history .el_sec_mainTtl {
  color: #fff;
  font-size: 32px;
  background: #31180E;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.bl_historyList {
  background: #DAE0CD;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl_historyList > div {
  display: flex;
}
.bl_historyList > div > dt {
  width: 137px;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .bl_history .el_sec_mainTtl {
    font-size: 44px;
    height: 64px;
    margin-bottom: 32px;
  }
  .bl_historyList {
    gap: 20px;
    padding: 40px 32px;
  }
  .bl_historyList > div > dd {
    width: 490px;
    letter-spacing: 0.2px;
  }
}
/*=======================================================
　中国語用
=======================================================*/
.bl_company_item:lang(zh-CN):nth-of-type(4) .bl_company_ddata dl:nth-of-type(2) br:first-of-type {
  display: none;
}
.bl_mission:lang(zh-CN) .bl_txt br:first-of-type {
  display: none;
}