@charset "UTF-8";
/* CSS Document */
.header-img {
  background-image: url("../img/company-header.jpg");
}

#philosophy h2 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 575px) {
  #philosophy h2 {
    margin-bottom: 2rem;
  }
}
#philosophy .message {
  text-align: center;
}
#philosophy .message .message-main h3 {
  font-size: 3.2rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, serif;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (max-width: 991px) {
  #philosophy .message .message-main h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 575px) {
  #philosophy .message .message-main h3 {
    font-size: 2.75rem;
  }
}
#philosophy .message .message-main p {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  #philosophy .message .message-main p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  #philosophy .message .message-main p {
    font-size: 1.6rem;
  }
}
#philosophy .message .message-sub {
  line-height: 2.25em;
}
@media screen and (max-width: 575px) {
  #philosophy .message .message-sub {
    line-height: 1.75em;
  }
}
#philosophy .message .message-sub h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ff7e00;
  margin-top: 4rem;
  line-height: 2em;
}
@media screen and (max-width: 991px) {
  #philosophy .message .message-sub h4 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  #philosophy .message .message-sub h4 {
    text-align: justify;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 575px) {
  #philosophy .message .message-sub p {
    text-align: justify;
  }
}

#profile .container {
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 991px) {
  #profile .container {
    gap: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #profile .container {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 575px) {
  #profile .container {
    gap: 0;
  }
}
#profile .container h2 {
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  #profile .container h2 {
    margin-bottom: 0;
  }
}
#profile .container table {
  width: 100%;
}
#profile .container table tr th,
#profile .container table tr td {
  border-bottom: 0.5px solid #fff;
  vertical-align: top;
  font-weight: 300;
  padding: 1.25rem 0;
}
@media screen and (max-width: 991px) {
  #profile .container table tr th,
  #profile .container table tr td {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 575px) {
  #profile .container table tr th,
  #profile .container table tr td {
    display: block;
    line-height: 1.75em;
  }
}
#profile .container table tr th {
  width: 20%;
}
@media screen and (max-width: 575px) {
  #profile .container table tr th {
    width: 100%;
    border-bottom: none;
    font-weight: 600;
    padding: 1rem 0 0;
  }
}
#profile .container table tr td {
  width: 80%;
}
@media screen and (max-width: 575px) {
  #profile .container table tr td {
    width: 100%;
    padding: 0 0 1rem;
  }
}

#society .main-title {
  margin-bottom: 2rem;
}
#society .society-container {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #society .society-container {
    flex-direction: column;
    gap: 2rem;
  }
}
#society .society-container .society-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #society .society-container .society-img {
    width: 100%;
  }
}
#society .society-container .society-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #society .society-container .society-text {
    width: 100%;
  }
}
#society .society-container .society-text h3 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  #society .society-container .society-text h3 {
    font-size: 2.25rem;
  }
}/*# sourceMappingURL=company.css.map */