@media screen and (min-width: 750px) and (max-width: 989px) {
  .c_about .page-width {
    padding: 0 15px;
  }
}


.c_about__container {
  position: relative;
  z-index: 0;
}

.c_about__contents-wrapper {
  display: flex;
}

@media screen and (max-width: 749px) {
  .c_about__contents-wrapper {
    display: block;
  }
}

.c_about__image-1-wrapper {
  width: 17.13%;
  height: auto;
  aspect-ratio: 221 / 331;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .c_about__image-1-wrapper {
    width: 40%;
  }
}

.c_about__image-1-wrapper img {
  width: 100%;
  object-fit: cover;
}

.c_about__content {
  width: 82%;
  color: rgb(var(--color-foreground));
  padding: 40px 40% 40px 4.8%;
}

@media screen and (max-width: 749px) {
  .c_about__content {
    width: 100%;
    padding: 40px 24px;
  }
}

.c_about__title {
  /* pc/h2 */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

.c_about__richtext {
  /* pc/本文 */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 1.5px;
  margin-top: 64px;
  margin-left: 25%;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .c_about__richtext {
    margin-left: 0;
    margin-top: 48px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

@media screen and (max-width: 749px) {
  .c_about__richtext {
    margin-left: 0;
    margin-top: 48px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.c_about__image-2-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 342 /170;
}

@media screen and (min-width: 750px) {
  .c_about__image-2-wrapper {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.c_about__richtext,
.c_about__image-3-wrapper {
  position: relative;
  z-index: 1;
}



.c_about__image-3-wrapper {
  margin-left: 24%;
  width: calc(400 / 1290 * 100%);
  height: auto;
}

@media screen and (max-width: 749px) {
  .c_about__image-3-wrapper {
    margin-left: 20px;
    margin-top: -40px;
    width: 40%;
  }
}

.c_about__image-3-wrapper img {
  width: 100%;
  height: auto;
}