@charset "UTF-8";
.font-so {
  font-family: "Source Sans Pro", sans-serif;
}

.company-ceo {
  background-color: #222222;
}
.company-ceo .ceo-box {
  margin-top: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 767.98px) {
  .company-ceo .ceo-box {
    flex-direction: column;
    align-items: center;
  }
}
.company-ceo .ceo-box .ceo-img {
  position: relative;
  width: calc(50% - 4rem);
  z-index: 2;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .company-ceo .ceo-box .ceo-img {
    width: 90%;
  }
}
.company-ceo .ceo-box .ceo-img img {
  width: 100%;
}
.company-ceo .ceo-box .ceo-img::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  background-color: #00A8EC;
  z-index: -1;
}
.company-ceo .ceo-box .ceo-textBox {
  color: white;
  width: calc(50% - 4rem);
}
@media (max-width: 767.98px) {
  .company-ceo .ceo-box .ceo-textBox {
    width: 100%;
  }
}
.company-ceo .ceo-box .ceo-textBox .ceo-title {
  font-size: 2.2rem;
  font-weight: bold;
  padding-top: 1em;
  line-height: 1.8;
}
.company-ceo .ceo-box .ceo-textBox .ceo-text {
  font-size: 1.5rem;
  margin-top: 3.2rem;
  line-height: 2.2;
}
.company-ceo .ceo-box .ceo-textBox .ceo-signature {
  margin-top: 3rem;
  text-align: right;
}
.company-ceo .ceo-box .ceo-textBox .ceo-signature .ceo-name {
  font-size: 1.3rem;
}
.company-ceo .ceo-box .ceo-textBox .ceo-signature .ceo-name strong {
  margin-left: 1rem;
  font-size: 1.8rem;
}
.company-ceo .ceo-box .ceo-textBox .ceo-signature img {
  margin-top: 2.4rem;
}

.company-content {
  padding: 10rem 0 0 !important;
}
.company-content .content-container {
  margin-top: 4.2rem;
}
@media (max-width: 575.98px) {
  .company-content .content-container .desc-company {
    gap: 1.5rem;
  }
}
.company-content .content-container .desc-company .desc-company-label {
  border-bottom: 1px solid #00A8EC;
}
@media (max-width: 575.98px) {
  .company-content .content-container .desc-company .desc-company-label {
    width: 100px;
    padding: 1.6rem 0;
  }
}
.company-content .content-container .desc-company .desc-company-value {
  border-bottom: 1px solid #D5D5D5;
  line-height: 2.1;
}
.company-content .content-container .desc-company .desc-company-value li {
  color: #00A8EC;
}
.company-content .content-container .desc-company .desc-company-value a {
  color: #00A8EC;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.company-content .content-container .desc-company .desc-company-value a:hover {
  opacity: 0.7;
}
@media (max-width: 575.98px) {
  .company-content .content-container .desc-company .desc-company-value {
    width: calc(100% - 100px + 1.5rem);
    padding: 1.6rem 0;
  }
}
.company-content .content-container .desc-company:nth-of-type(1) .desc-company-label {
  border-top: 1px solid #00A8EC;
}
.company-content .content-container .desc-company:nth-of-type(1) .desc-company-value {
  border-top: 1px solid #D5D5D5;
}

.company-history {
  background-color: #222222;
}
.company-history .history-container .desc-history {
  align-items: start;
}
@media (max-width: 575.98px) {
  .company-history .history-container .desc-history {
    flex-direction: column;
  }
}
.company-history .history-container .desc-history .desc-history-label {
  font-size: 5rem;
  font-weight: bold;
  color: #00A8EC;
  padding: 0;
  line-height: 1;
}
.company-history .history-container .desc-history .desc-history-value {
  font-size: 1.5rem;
  padding: 4.4rem 4.4rem calc(4.4rem - 1.5em) 4.4rem;
  color: white;
  border-top: 1px solid #E0E0E0;
  margin-top: 1.5em;
  position: relative;
}
.company-history .history-container .desc-history .desc-history-value::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #00A8EC;
}
@media (max-width: 575.98px) {
  .company-history .history-container .desc-history .desc-history-value {
    width: 100%;
  }
}

.company-group .group-container {
  margin-top: 4.2rem;
}
.company-group .group-container .desc-group {
  border-bottom: 1px solid #D5D5D5;
  gap: 8rem;
}
@media (max-width: 767.98px) {
  .company-group .group-container .desc-group {
    flex-direction: column;
    gap: 0;
  }
}
.company-group .group-container .desc-group:first-of-type {
  border-top: 1px solid #D5D5D5;
}
.company-group .group-container .desc-group .desc-group-label {
  width: 300px;
}
@media (max-width: 767.98px) {
  .company-group .group-container .desc-group .desc-group-label {
    width: 100%;
    padding: 1.6rem 0;
  }
}
.company-group .group-container .desc-group .desc-group-label a {
  font-weight: bold;
  color: #00A8EC;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: opacity 0.3s ease;
}
.company-group .group-container .desc-group .desc-group-label a:hover {
  opacity: 0.7;
}
.company-group .group-container .desc-group .desc-group-value {
  width: calc(100% - 380px);
  line-height: 2.1;
}
.company-group .group-container .desc-group .desc-group-value span {
  font-weight: bold;
  position: relative;
}
.company-group .group-container .desc-group .desc-group-value span::before {
  content: "■";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4em;
  font-size: 0.2em;
  color: #00A8EC;
}
@media (max-width: 767.98px) {
  .company-group .group-container .desc-group .desc-group-value {
    width: 100%;
    padding: 1.6rem 0;
  }
}
/*# sourceMappingURL=map/company.css.map */