
/* ===============================
   company style
   =============================== */

/* ============================================= company_header */
.company_index_header {
   padding: 8.8rem 1rem;
   font-size: 3rem;
   text-align: center;
   color: var(--color-white);
   background-repeat: no-repeat;
   background-position: 0 0;
   background-size: cover;
   background-image: url("../imgs/company/index_header_background.jpg");
}
@media screen and (min-width: 768px) {
.company_index_text label, .company_index_text p {
    padding-left: 2rem;
    font-size: 1.6rem!important;
	}
}
@media screen and (max-width: 768px) {
   .company_index_header {
      font-size: 2.4rem;
      padding: 4rem 1rem 5.8rem;
   }
}
@media screen and (max-width: 767px) {
.company_index_text label, .company_index_text p {
    font-size: 1.825rem!important;
	}
}
