#about {
  padding-top: 104px;
  position: relative;
  overflow-x: clip;
}

@media screen and (max-width: 999px) {
  #about {
    padding-top: 60px;
  }
}

#about::before {
  position: absolute;
  display: block;
  content: "ABOUT";
  left: 14%;
  top: -6.7%;
  font-family: Outfit;
  font-weight: 500;
  font-size: 141px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #f4f5f7;
}

@media screen and (max-width: 999px) {
  #about::before {
    font-size: 48px;
    top: -1%;
    left: 5%;
  }
}
#about::after {
  position: absolute;
  display: block;
  content: "";
}

.about__container {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 999px) {
  .about__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.about__image {
  width: 62.2951%;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .about__image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.about__text {
  position: absolute;
  width: 53.4426%;
  left: 0;
  bottom: -10px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-right: 70px;
}

@media screen and (max-width: 999px) {
  .about__text {
    width: 100%;
    position: static;
    padding-right: 0;
  }
}

.about__headEn {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fd442d;
}

.about__headJa {
  font-family: "Noto Serif JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.57142857143;
  text-align: left;
  color: #000;
  margin-top: 11px;
  margin-bottom: 21px;
}

@media screen and (max-width: 999px) {
  .about__headJa {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.about__content {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2.42857142857;
  text-align: left;
  color: #222;
}

.about--individual {

}

.about--individual::before {
  position: absolute !important;
  display: block !important;
  content: "ABOUT US" !important;
  left: 14% !important;
  top: -6.7% !important;
  font-family: Outfit !important;
  font-weight: 500 !important;
  font-size: 141px !important;
  letter-spacing: 0.06em !important;
  text-align: left !important;
  color: #FFF2F2 !important;
}

.about--individual .about__headEn {
color: #70bde0;
}

.about--individual .about__headJa {
  font-family: "Noto Sans JP";
}