.u-aboutUs-textWhite {
  color: #F4F5F7;
}

.pg-aboutUs__inner {
  width: 100%;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
}

.l-container--aboutUs {
  margin-inline: 28px;
}

.pg-aboutUs__introduction {
  color: #F4F5F7;
  background-color: #0b1e38;
  background-image: url("../img/about-us/about-us-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 649px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 3rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__introduction {
    padding-inline: 0;
    margin-inline: 28px;
  }
}

.pg-aboutUs__introductionCatch {
  color: #C5A065;
  font-size: 3rem;
}

.pg-aboutUs__introductionTitle {
  font-size: 3.8rem;
  padding-bottom: 4rem;
}

.pg-aboutUs__introductionText {
  font-size: 1.8rem;
}

.pg-aboutUs__titleEn {
  color: #C5A065;
  font-size: 3rem;
  text-align: center;
}

.pg-aboutUs__title {
  font-size: 3.8rem;
  text-align: center;
}

.pg-aboutUs__concept {
  margin-top: 9rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__concept {
    flex-direction: row;
    gap: 8rem;
  }
}

.pg-aboutUs__conceptImage {
  flex: 1;
  height: auto;
  max-width: 540px;
  max-height: 400px;
  padding-block: 2rem;
}

.pg-aboutUs__conceptContent {
  max-width: 540px;
}
.pg-aboutUs__conceptContent .pg-aboutUs__titleEn,
.pg-aboutUs__conceptContent .pg-aboutUs__title {
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__conceptContent {
    flex: 1;
    padding-right: 6rem;
    max-width: auto;
  }
}

.pg-aboutUs__subContent {
  margin-top: 3rem;
  border-left: 2px solid #C5A065;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2.4rem;
}

.pg-aboutUs__subTitle {
  font-size: 1.8rem;
}

.pg-aboutUs__conceptSubText {
  font-size: 1.2rem;
}

.pg-aboutUs__conceptBottomTitle {
  color: #C5A065;
  font-size: 1.4rem;
}

.pg-aboutUs__service {
  margin-top: 20rem;
  background-color: #112A5E;
}

.pg-aboutUs__serviceInner {
  max-width: 1240px;
  margin-inline: auto;
  padding: 8rem 28px 9.8rem;
}

.pg-aboutUs__domains {
  margin: 4rem 0 8rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__domains {
    flex-direction: row;
    gap: 12rem;
  }
}

.pg-aboutUs__domain {
  max-width: 420px;
  background-color: #F4F5F7;
}

.pg-aboutUs__domainImage {
  max-height: 300px;
}

.pg-aboutUs__domainTexts {
  padding: 32px;
}

.pg-aboutUs__domainTitle {
  color: #C5A065;
  text-align: center;
  font-size: 2.2rem;
}

.pg-aboutUs__domainText {
  font-size: 1.2rem;
  padding-block: 1rem 1.6rem;
}

.pg-aboutUs__domainList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 2rem;
}
.pg-aboutUs__domainList:has(li:nth-child(3):last-child) {
  grid-template-columns: 1fr;
}

.pg-aboutUs__domainListItem {
  list-style: disc;
  list-style-position: inside;
  font-size: 1.4rem;
}
.pg-aboutUs__domainListItem::marker {
  color: #C5A065;
}

.pg-aboutUs__domainLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #112A5E;
  max-width: 170px;
  padding-bottom: 0.8rem;
  margin: 2.4rem auto 0;
}

.pg-aboutUs__domainIcon {
  display: flex;
  align-items: center;
}
.pg-aboutUs__domainIcon svg {
  display: block;
}

.pg-aboutUs__serviceBottomTitle {
  color: #C5A065;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

.pg-aboutUs__serviceText {
  text-align: center;
  color: #F4F5F7;
}

.pg-aboutUs__strengths {
  padding-block: 5rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__strengths {
    padding: 12rem calc(10rem - 28px);
  }
}

.pg-aboutUs__strengthContents {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__strengthContents {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem;
  }
}

.pg-aboutUs__strength {
  border-top: 4px solid #C5A065;
  width: 100%;
  padding: 36px 20px;
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.pg-aboutUs__strengthTitleEn {
  font-size: 1.8rem;
  padding-bottom: 0.2rem;
}

.pg-aboutUs__strengthTitle {
  color: #C5A065;
  font-size: 1.4rem;
  padding-bottom: 0.7rem;
}

.pg-aboutUs__strengthText {
  font-size: 1rem;
}

.pg-aboutUs__values {
  background-color: #112A5E;
  padding-block: 12rem;
}

.pg-aboutUs__valueContents {
  max-width: 860px;
  text-align: center;
  margin: 3rem auto 0;
  padding-inline: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__valueContents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.pg-aboutUs__value {
  border: 0.5px solid #fff;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.pg-aboutUs__valueNumber {
  margin-top: -3rem;
  color: #C5A065;
}

.pg-aboutUs__valueText {
  font-weight: 500;
}

.pg-aboutUs__valuesClosing {
  padding-top: 6rem;
  font-size: 1.4rem;
  text-align: center;
}
/*# sourceMappingURL=about-us.css.map */