@charset "UTF-8";
/* ------------------------------------------------------
 * Section
------------------------------------------------------ */
.section_company {
  padding-bottom: 200px;
  position: relative;
}
.section_company .section_inner {
  position: relative;
  z-index: 1;
}
.section_company .ticker {
  position: absolute;
  top: 90px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section_company .ticker {
    top: 20px;
  }
}
.section_company h1.hdg_01 {
  margin-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .section_company {
    padding: 45px 0 120px;
  }
  .section_company h1.hdg_01 {
    margin-bottom: 75px;
  }
}

/* ------------------------------------------------------
 * 会社概要
------------------------------------------------------ */
.company_tbl tr > :first-child {
  width: 170px;
}
.company_tbl_flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 32px;
}
.company_tbl_flex .txt {
  margin-bottom: 0;
}
.company_tbl_btn {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .company_tbl tr > :first-child {
    width: 130px;
  }
  .company_tbl_flex {
    display: block;
  }
  .company_tbl_btn {
    width: 180px;
    margin: 32px 0 0;
  }
}