#company {
  width: 100%;
}
#company .section-header-container .section-header {
  position: relative;
}
#company .section-header-container .section-header .section-header-content .section-header-en {
  color: #d7000f;
}
#company #message {
  width: 380px;
  max-width: 50%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  #company #message {
    width: 84%;
    max-width: initial;
  }
}
#company #message .message-title h3 {
  font-size: 3.2rem;
  font-family: "Poppins";
  line-height: 36px;
}
#company #message .message-title p {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
#company #message .message-content-container {
  text-align: left;
}
#company #message .message-content-container p {
  font-size: 1.5rem;
}
#company #message .message-content-container .top-img {
  margin-top: 16px;
  width: 100%;
}
#company #message .message-content-container .top-name-container {
  margin-top: 8px;
  text-align: right;
}
#company #message .message-content-container .top-name-container .top-name {
  font-size: 1.8rem;
}
#company #profile {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  #company #profile {
    margin-top: 80px;
  }
}
#company #profile .profile-container {
  width: 76%;
  margin: 60px auto 0;
  max-width: 750px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #company #profile .profile-container {
    width: 84%;
  }
}
#company #profile .profile-container table {
  width: 100%;
  text-align: left;
}
#company #profile .profile-container table tbody {
  width: 100%;
}
#company #profile .profile-container table tbody tr {
  white-space: nowrap;
  border-bottom: 1px solid #d7000f;
}
#company #profile .profile-container table tbody tr:first-of-type {
  border-top: 1px solid #d7000f;
}
#company #profile .profile-container table tbody tr td {
  vertical-align: top;
  font-size: 1.5rem;
  padding: 10px;
  display: inline-block;
}
#company #profile .profile-container table tbody tr td .company-officer-flex {
  display: flex;
}
#company #profile .profile-container table tbody tr td .company-officer-flex p {
  display: inline;
  font-size: 1.5rem;
}
#company #profile .profile-container table tbody tr td .company-officer-flex p:first-of-type {
  width: 88px;
}
#company #profile .profile-container table tbody tr td:first-of-type {
  margin-right: 100px;
  width: 84px;
}
@media only screen and (max-width: 768px) {
  #company #profile .profile-container table tbody tr td:first-of-type {
    width: 72px;
    margin-right: 8%;
  }
}
#company #profile .profile-container table tbody tr td:first-of-type .inner-justify {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#company #profile .profile-container table tbody tr td:first-of-type .inner-justify span {
  font-size: 1.5rem;
  display: block;
}
#company #profile .profile-container table tbody tr .region-right-flex {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  #company #profile .profile-container table tbody tr .region-right-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
#company #profile .profile-container table tbody tr .region-right-flex span {
  font-size: 1.5rem;
}
#company #profile .profile-container table tbody tr .region-right-flex span:first-of-type {
  margin-right: 20px;
}
#company #access {
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  #company #access {
    margin-top: 80px;
  }
}
#company #access .google-map-container {
  width: 76%;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #company #access .google-map-container {
    width: 84%;
  }
}
#company #access .google-map-container iframe {
  width: 100%;
}
#company #group {
  margin-top: 180px;
}
@media only screen and (max-width: 768px) {
  #company #group {
    margin-top: 120px;
  }
}
#company #group .group-flex-container {
  width: 76vw;
  height: 280px;
  max-width: 750px;
  margin: 60px auto 200px;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  #company #group .group-flex-container {
    height: 400px;
    margin-bottom: 60px;
  }
}
#company #group .group-flex-container .group-flex {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
}
@media only screen and (max-width: 768px) {
  #company #group .group-flex-container .group-flex {
    flex-wrap: nowrap;
  }
}
#company #group .group-flex-container .group-flex tr {
  display: flex;
  align-items: center;
  position: relative;
  height: 14.2857142857%;
  width: 46%;
}
@media only screen and (max-width: 768px) {
  #company #group .group-flex-container .group-flex tr {
    width: 100%;
  }
}
#company #group .group-flex-container .group-flex tr td {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  font-size: 1.4rem;
  transition: 0.2s all ease;
}
@media only screen and (max-width: 768px) {
  #company #group .group-flex-container .group-flex tr td {
    font-size: 1.8rem;
    line-height: 2.4em;
  }
}
#company #group .group-flex-container .group-flex tr td a {
  position: absolute;
  height: 100%;
  width: 100%;
}
#company #group .group-flex-container .group-flex tr td .group-row-bg {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #d7000f;
  z-index: -1;
  transition: 0.4s all ease;
}
#company #group .group-flex-container .group-flex tr td .right-arrow {
  display: flex;
  align-items: center;
  width: 12px;
  transition: 0.2s 0.3s all ease;
  opacity: 0;
  transform: translateX(-2px);
}
#company #group .group-flex-container .group-flex tr:hover td {
  color: white;
}
#company #group .group-flex-container .group-flex tr:hover td .group-row-bg {
  width: 100%;
}
#company #group .group-flex-container .group-flex tr:hover td .right-arrow {
  opacity: 1;
  transform: translateX(2px);
}
#company #group .group-flex-container .group-flex tr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  background-color: #d7000f;
}
#company #group .group-flex-container .group-flex tr:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #d7000f;
}/*# sourceMappingURL=company.css.map */