@charset 'UTF-8';
* {
  word-break: break-all;
}

.sub_mv.company .sub_mv_banner {
  background-image: url(../img/company/company1.png);
}

.sub_company {
  margin-bottom: 160px;
}

.sub_company_title {
  align-items: center;
  background-color: #80769a;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  min-height: 50px;
  width: 100%;
}

.sub_company_top {
  margin-bottom: 75px;
}

.sub_company_top .sub_company_title {
  margin-bottom: 40px;
}

.sub_company_top h3 {
  align-items: center;
  color: #665195;
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 70px;
  text-align: center;
}

.sub_company_box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.sub_company_box_img {
  width: 40%;
}

.sub_company_box_img img {
  height: 100%;
  width: 100%;
}

.sub_company_box_left {
  margin-right: 20px;
  width: calc(60% - 20px);
}

.sub_company_box_left_text {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}

.sub_company_bottom .sub_company_title {
  margin-bottom: 25px;
}

.sub_company_table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.sub_company_table tr {
  border-bottom: 1px solid #ccc;
}

.sub_company_table tr:last-child {
  border-bottom: none;
}

.sub_company_table th {
  background-color: #f5f5f5;
  border-right: 1px solid #ccc;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 25%;
}

.sub_company_table td {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .sub_mv.company {
    height: 120px;
  }
  .sub_company {
    margin-bottom: 50px;
  }
  .sub_company_title {
    font-size: 1.8rem;
    min-height: 40px;
  }
  .sub_company_top {
    margin-bottom: 30px;
  }
  .sub_company_top .sub_company_title {
    margin-bottom: 30px;
  }
  .sub_company_top h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .sub_company_box {
    flex-wrap: wrap;
  }
  .sub_company_box_img {
    margin-bottom: 20px;
    width: 100%;
  }
  .sub_company_box_left {
    margin-right: 0;
    order: 2;
    width: 100%;
  }
  .sub_company_box_left_text {
    font-size: 1.2rem;
  }
  .sub_company_bottom .sub_company_title {
    margin-bottom: 25px;
  }
  .sub_company_table th {
    font-size: 1.2rem;
    padding: 10px;
  }
  .sub_company_table td {
    font-size: 1.2rem;
    padding: 10px;
  }
}
/*# sourceMappingURL=company.css.map */
