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

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

.pg-aboutUs__header {
  max-width: 1280px;
  margin-inline: auto;
}
.pg-aboutUs__inner {
  width: 100%;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
}
.pg-aboutUs__introduction {
  color: #FFFFFF;
  background-color: #0b1e38;
  background-image: url("../img/about-us/about-us-bg@sp.jpg");
  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 (768px <= width) {
  .pg-aboutUs__introduction {
    background-image: url("../img/about-us/about-us-bg.png");
  }
}
@media screen and (1024px <= width) {
  .pg-aboutUs__introduction {
    padding-inline: 0;
    margin-inline: 28px;
  }
}
.pg-aboutUs__introductionCatch {
  color: #C5A065;
  font-size: 2rem;
}
@media screen and (768px <= width) {
  .pg-aboutUs__introductionCatch {
    font-size: 2.4rem;
  }
}
@media screen and (1024px <= width) {
  .pg-aboutUs__introductionCatch {
    font-size: 3.2rem;
  }
}
.pg-aboutUs__introductionTitle {
  font-size: 2.4rem;
  padding-bottom: 4rem;
}
@media screen and (768px <= width) {
  .pg-aboutUs__introductionTitle {
    font-size: 3.2rem;
  }
}
@media screen and (1024px <= width) {
  .pg-aboutUs__introductionTitle {
    font-size: 4rem;
  }
}
.pg-aboutUs__introductionText {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (768px <= width) {
  .pg-aboutUs__introductionText {
    font-size: 1.8rem;
  }
}
@media screen and (1024px <= width) {
  .pg-aboutUs__introductionText {
    font-size: 2rem;
  }
}
.pg-aboutUs__titleEn {
  color: #C5A065;
  text-align: center;
  font-size: 2rem;
}
@media screen and (768px <= width) {
  .pg-aboutUs__titleEn {
    font-size: 2.4rem;
  }
}
@media screen and (1024px <= width) {
  .pg-aboutUs__titleEn {
    font-size: 3.2rem;
  }
}
.pg-aboutUs__title {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 2rem;
}
@media screen and (768px <= width) {
  .pg-aboutUs__title {
    font-size: 3.2rem;
  }
}
@media screen and (1024px <= width) {
  .pg-aboutUs__title {
    font-size: 4rem;
    padding-bottom: 4rem;
  }
}
.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.6rem;
  line-height: 2;
}
@media screen and (768px <= width) {
  .pg-aboutUs__subTitle {
    font-size: 1.8rem;
  }
}
@media screen and (1024px <= width) {
  .pg-aboutUs__subTitle {
    font-size: 2rem;
  }
}
.pg-aboutUs__conceptSubText {
  font-size: 1.2rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__conceptSubText {
    font-size: 1.4rem;
  }
}
.pg-aboutUs__conceptBottomTitle {
  color: #C5A065;
  font-size: 1.4rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__conceptBottomTitle {
    font-size: 1.6rem;
  }
}
.pg-aboutUs__service {
  margin-top: 80px;
  background-color: #112A5E;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (1024px <= width) {
  .pg-aboutUs__service {
    margin-top: 20rem;
  }
}
.pg-aboutUs__serviceInner {
  max-width: 1240px;
  margin-inline: auto;
  padding: 20px 20px 80px;
}
@media screen and (768px <= width) {
  .pg-aboutUs__serviceInner {
    padding: 8rem 28px 9.8rem;
  }
}
.pg-aboutUs__domains {
  margin: 4rem 0 8rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: stretch;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__domains {
    flex-direction: row;
    gap: 12rem;
  }
}
.pg-aboutUs__domain {
  max-width: 420px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__domain {
    margin-inline: 0;
  }
}
.pg-aboutUs__domainImage {
  max-height: 300px;
}
.pg-aboutUs__domainTexts {
  padding: 32px;
  align-items: center;
  margin: auto;
}
.pg-aboutUs__domainTitle {
  color: #C5A065;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__domainTitle {
    font-size: 2.4rem;
  }
}
.pg-aboutUs__domainText {
  font-size: 1.2rem;
  line-height: 2;
  padding-block: 1rem 1.6rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__domainText {
    font-size: 1.4rem;
  }
}
.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;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__domainListItem {
    font-size: 1.6rem;
  }
}
.pg-aboutUs__domainListItem::marker {
  color: #C5A065;
}
.pg-aboutUs__domainLink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-bottom: 1px solid #112A5E;
  max-width: 170px;
  padding-bottom: 0.8rem;
  margin: 2.4rem auto 0;
  font-size: 1.4rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__domainLink {
    font-size: 1.6rem;
  }
}
.pg-aboutUs__domainIcon {
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.pg-aboutUs__domainIcon svg {
  display: block;
  width: 20px;
}
.pg-aboutUs__domainLink:hover .pg-aboutUs__domainIcon {
  transform: translateX(8px);
}
.pg-aboutUs__serviceBottomTitle {
  color: #C5A065;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (768px <= width) {
  .pg-aboutUs__serviceBottomTitle {
    font-size: 1.8rem;
  }
}
@media screen and (1024px <= width) {
  .pg-aboutUs__serviceBottomTitle {
    font-size: 2rem;
  }
}
.pg-aboutUs__serviceText {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__serviceText {
    font-size: 1.4rem;
  }
}
.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 {
  padding-bottom: 0.2rem;
  font-size: 1.6rem;
}
@media screen and (768px <= width) {
  .pg-aboutUs__strengthTitleEn {
    font-size: 1.8rem;
  }
}
@media screen and (1024px <= width) {
  .pg-aboutUs__strengthTitleEn {
    font-size: 2rem;
  }
}
.pg-aboutUs__strengthTitle {
  color: #C5A065;
  font-size: 1.2rem;
  padding-bottom: 0.7rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__strengthTitle {
    font-size: 1.4rem;
  }
}
.pg-aboutUs__strengthText {
  font-size: 1.1rem;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__strengthText {
    font-size: 1.2rem;
  }
}
.pg-aboutUs__values {
  background-color: #112A5E;
  padding-block: 60px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (1024px <= width) {
  .pg-aboutUs__values {
    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 {
  color: #C5A065;
}
.pg-aboutUs__valueText {
  font-weight: 500;
}
.pg-aboutUs__valuesClosing {
  padding-top: 6rem;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (1024px <= width) {
  .pg-aboutUs__valuesClosing {
    font-size: 1.6rem;
  }
}