
:root {
  --color-pikon-green: #00844e;
  --color-text-green: #007b49;
  --color-text-black: #434343;
  --font-pikon: "M PLUS Rounded 1c", sans-serif;
  --font-noto: "Noto Sans JP", "M PLUS Rounded 1c", sans-serif;
  --point-badge-size: clamp(90px, 82.96px + 1.878vw, 113px);
  --onayami-logo-size: clamp(70px, 55.92px + 3.755vw, 116px);
}
.u-sp-only {
  display: none;
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
}
.c-mv {
  background-image: url(../img/mv-pc_bg.png);
  background-repeat: repeat-x;
  background-size: contain;
}
.cp-kv_image {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-mv {
    background: none;
  }
  .cp-kv_image {
    max-width: none;
  }
}
.c-introduction {
  position: relative;
  overflow: hidden;
  background-image: url(../img/introduction-bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center -40px;
  background-size: 1600px auto;
}
.c-introduction.--no-bg {
  background-image: none;
}
.c-introduction__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 15px 120px;
  text-align: center;
}

.c-introduction__tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.6;
}

.c-introduction__tagline span:first-child {
  color: var(--color-pikon-green);
}

.c-introduction__tagline span:last-child {
  color: var(--color-text-green);
}

.c-introduction__badge {
  width: 90px;
  height: 90px;
}

.c-introduction__title {
  margin: 0 0 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: var(--color-text-green);
}

.c-introduction__body p {
  margin: 0;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 2.4;
  color: var(--color-text-black);
}

@media (max-width: 767px) {
  .c-introduction {
    background-image: url(../img/introduction-bg-sp.jpg);
    background-position: center 0;
    background-size: 405px auto;
  }

  .c-introduction__inner {
    padding: 40px 15px 60px;
  }

  .c-introduction__tagline {
    gap: 4px;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .c-introduction__badge {
    width: 67.5px;
    height: 67.5px;
  }

  .c-introduction__title {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .c-introduction__body p {
    font-size: 14px;
    line-height: 2.2;
  }
}
.c-point {
  background: #eaf2e3;
}

.c-point__inner {
  max-width: 1153px;
  margin: 0 auto;
  padding: 60px 15px 120px;
}

.c-point__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 0 60px;
  text-align: center;
}

.c-point__ttl-icon {
  width: 80.45px;
  height: 90px;
}

.c-point__ttl-eyebrow {
  margin: 0;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--color-text-green);
}

.c-point__ttl-heading {
  margin: 0;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -0.02em;
  color: var(--color-text-green);
}

.c-point__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.c-point-card {
  display: flex;
  flex-direction: row-reverse;
  border-radius: 20px;
  overflow: hidden;
}

.c-point-card__image {
  position: relative;
  flex: 0 0 50%;
  background: #e9e9e9;
}

.c-point-card__image--mint {
  background: #c0f2cc;
}

.c-point-card__image > img:first-child {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-point-card__badge-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  height: var(--point-badge-size);
  width: auto;
}

.c-point-card__text {
  position: relative;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px;
  background: #fff;
  overflow: hidden;
}

.c-point-card__bg-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 280px;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.c-point-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 11px 17px;
  border-radius: 20px 0 20px 0;
  font-family: var(--font-pikon);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
}


.c-point-card__badge--black {
  background: #000;
}

.c-point-card__badge--orange {
  background: linear-gradient(to top, #ff6325, #ff970f, #ff6325);
}

.c-point-card__badge--pink {
  background: linear-gradient(to top, #ff1655, #ff4b87, #ff1655);
}

.c-point-card__title {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--color-text-green);
}

.c-point-card__desc {
  position: relative;
  z-index: 1;
}

.c-point-card__desc p {
  margin: 0;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.8;
  color: var(--color-text-black);
}

@media (max-width: 767px) {
  .c-point__inner {
    padding: 30px 15px 60px;
  }

  .c-point__ttl {
    gap: 4px;
    margin-bottom: 28px;
  }

  .c-point__ttl-icon {
    width: 48.27px;
    height: 54px;
  }

  .c-point__ttl-eyebrow {
    font-size: 14px;
  }

  .c-point__ttl-heading {
    font-size: 24px;
  }

  .c-point__list {
    gap: 28px;
  }

  .c-point-card {
    flex-direction: column;
    border-radius: 10px;
  }

  .c-point-card__image {
    flex-basis: auto;
    aspect-ratio: 345 / 229.8;
  }

  .c-point-card__badge-icon {
    left: 10px;
    bottom: 10px;
  }

  .c-point-card__text {
    flex-basis: auto;
    padding: 53px 20px 24px;
  }

  .c-point-card__bg-mark {
    width: 6%;
    height: auto;
  }

  .c-point-card__badge {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 0 0 10px 0;
    font-size: 18px;
  }

  .c-point-card__title {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .c-point-card__desc {
    
  }

  .c-point-card__desc p {
    font-size: 14px;
  }
}
.c-onayami {
  background: #fff7f4;
}

.c-onayami__top {
  max-width: 1154px;
  margin: 0 auto;
  padding: 100px 15px 0;
}

.c-onayami__heading {
  margin: 0 0 60px;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--color-text-green);
  text-align: center;
}

.c-onayami__worries {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 20px;
}

.c-onayami__worry {
  width: 358px;
}

.c-onayami__worry-photo {
  border-radius: 20px;
  overflow: hidden;
  background: #e8e8e8;
}

.c-onayami__worry-photo img {
  display: block;
  width: 100%;
  height: 201px;
  object-fit: cover;
}

.c-onayami__worry-caption {
  margin: 16px 0 0;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: var(--color-text-black);
  text-align: center;
}

.c-onayami__arrows {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.c-onayami__solution-wrap {
  position: relative;
  margin-top: 83px;
}

.c-onayami__solution {
  position: relative;
  background: #fff;
}

.c-onayami__solution-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.c-onayami__solution-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-onayami__badge {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
}

.c-onayami__products {
  position: absolute;
  z-index: 2;
  top: -43px;
  height: auto;
  right: 16vw;
  width: calc(207 / 1600 * 100vw);
  max-width: 207px;
}
.c-onayami__solution-heading {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 130px calc(207px + 8vw + 20px) 0 15vw;
  font-family: var(--font-pikon);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: var(--color-text-green);
  text-align: center;
  white-space: nowrap;
}

.c-onayami__solution-heading .small {
  font-size: min(2.25vw, 36px);
}

.c-onayami__solution-heading .big {
  font-size: min(3.125vw, 50px);
}
.c-onayami__solution-heading br.u-sp {
  display: none;
}

.c-onayami__cards {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 60px 15px 60px;
}

.c-onayami__card {
  position: relative;
  width: 358px;
  padding-top: 20px;
}

.c-onayami__card-logo {
  position: absolute;
  z-index: 1;
  display: block;
  width: 116px;
  height: auto;
  top: 4px;
  left: 30px;
}

.c-onayami__card-box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 24px 20px;
  min-height: 160px;
  display: flex;
  align-items: center;
}
.c-onayami__card-line {
  background-image: linear-gradient(rgba(255, 99, 37, 0.5), rgba(255, 99, 37, 0.5));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.c-onayami__card-box p {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: var(--color-text-green);
  text-align: center;
}

.c-onayami__card-box p strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-onayami__top {
    padding: 50px 15px 0;
  }

  .c-onayami__heading {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .c-onayami__worries {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-bottom: 0;
  }

  .c-onayami__worry {
    width: 100%;
  }

  .c-onayami__worry-photo {
    border-radius: 10px;
  }

  .c-onayami__worry-photo img {
    height: auto;
  }

  .c-onayami__worry-caption {
    font-size: 18px;
  }

  .c-onayami__arrows {
    display: none;
  }
  .c-onayami__solution-wrap {
    margin-top: 68px;
  }

  .c-onayami__badge {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
  }
  .c-onayami__products {
    top: auto;
    right: 8vw;
    bottom: 20px;
    width: calc(152 / 375 * 100vw);
    max-width: 152px;
  }
  .c-onayami__solution-heading {
    padding: 100px 15px 0;
    white-space: normal;
  }
  .c-onayami.--no-badge .c-onayami__solution-heading {
    padding-top: 60px;
  }
  .c-onayami__solution-heading br.u-sp {
    display: inline;
  }

  .c-onayami__solution-heading .small {
    font-size: 20px;
  }

  .c-onayami__solution-heading .big {
    font-size: 32px;
  }
  .c-onayami__cards {
    flex-direction: column;
    align-items: center;
    padding: 20px 15px min(calc(59.556vw + 44px), 267.34px);
    gap: 28px;
  }

  .c-onayami__card {
    width: 100%;
    max-width: 345px;
  }

  .c-onayami__card-box p {
    font-size: 18px;
  }
}
.c-component {
  position: relative;
  overflow: hidden;
  background: #eaf2e3;
}

.c-component__inner {
  position: relative;
  z-index: 1;
  max-width: 1153px;
  margin: 0 auto;
  padding: 60px 15px 160px;
}

.c-component.--no-logo .c-component__inner {
  padding-bottom: 120px;
}

.c-component.--no-logo .c-component__logostrip {
  display: none;
}

.c-component__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0 0 60px;
  text-align: center;
}

.c-component__ttl-icon {
  width: 80.45px;
  height: 90px;
}

.c-component__ttl-eyebrow {
  margin: 0;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--color-text-green);
}

.c-component__ttl-heading {
  margin: 0;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -0.02em;
  color: var(--color-text-green);
}

.c-component__image {
  position: relative;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #e5e5e5;
}

.c-component__image img {
  display: block;
  width: 100%;
  height: 371px;
  object-fit: cover;
}

.c-component__badge {
  position: absolute;
  right: 20.5px;
  bottom: 20.5px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(to top, #ff1655, #ff4b87, #ff1655);
  font-family: var(--font-noto);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.c-component__title {
  margin: 0 0 16px;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--color-text-green);
}

.c-component__text {
  margin: 0;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.8;
  color: var(--color-text-black);
}
.c-component__logostrip {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  gap: 29px;
  transform: translateX(-50%);
}

.c-component__logostrip img {
  display: block;
  width: 354px;
  height: auto;
}

@media (max-width: 767px) {
  .c-component.--no-logo .c-component__inner {
    padding-bottom: 60px;
  }
  .c-component__inner {
    padding: 30px 15px 100px;
  }

  .c-component__ttl {
    gap: 12px;
    margin-bottom: 28px;
  }

  .c-component__ttl-icon {
    width: 48px;
    height: 54px;
  }

  .c-component__ttl-eyebrow {
    font-size: 14px;
  }

  .c-component__ttl-heading {
    font-size: 24px;
  }

  .c-component__image {
    border-radius: 10px;
  }

  .c-component__image img {
    height: auto;
    aspect-ratio: 345 / 230.207;
  }

  .c-component__badge {
    right: 10px;
    bottom: 10px;
    width: 80.665px;
    height: 80.665px;
    font-size: 14px;
  }

  .cp-imageset_content {
    margin-top: 16px;
  }

  .c-component__title {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .c-component__text {
    font-size: 14px;
  }

  .c-component__logostrip {
    gap: 12.5px;
  }

  .c-component__logostrip img {
    width: 150px;
  }
}
.c-product {
  background: #fff6f9;
}

.c-product__inner {
  max-width: 1153px;
  margin: 0 auto;
  padding: 100px 15px 120px;
}

.c-product__heading {
  margin: 0 0 20px;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--color-text-green);
  text-align: center;
}

.c-product__desc {
  text-align: center;
  font-family: var(--font-pikon);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 60px;
  color: var(--color-text-green);
}

.c-product__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

.c-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  border-radius: 20px;
  background: #fff;
}

.c-product__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 290px;
}

.c-product__title {
  margin: 0 0 8px;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 18px;
  color: var(--color-text-green);
}

.c-product__text p {
  margin: 0;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-text-black);
}

.c-product__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 16px;
  color: var(--color-text-black);
  text-decoration: none;
}

.c-product__link-text {
  text-decoration: none;
}

.c-product__link:hover .c-product__link-text {
  text-decoration: underline;
}

.c-product__link-icon {
  position: relative;
  flex: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-pikon-green);
}

.c-product__link-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  transform: translate(-40%, -50%);
}

.c-product__about {
  background: #eaf2e3;
  border-radius: 20px;
  padding: 40px;
}

.c-product__about-title {
  margin: 0 0 16px;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--color-text-green);
  text-align: center;
}

.c-product__about-desc {
  margin: 0 0 40px;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1.8;
  color: var(--color-text-black);
  text-align: center;
}
.c-product__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  column-gap: 26px;
}

.c-product__feature {
  display: contents;
}

.c-product__feature-ttl {
  margin: 0;
  padding: 12px 20px;
  background: linear-gradient(-11.7deg, #008739 22.629%, #00af11 79.327%);
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.c-product__feature-ttl.--bg-black {
  background: #000;
}

.c-product__feature-desc {
  margin: 0;
  padding: 16px 20px 24px;
  background: #fff;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.8;
  color: var(--color-text-black);
  border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .c-product__inner {
    padding: 50px 15px 60px;
  }

  .c-product__heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .c-product__desc {
    font-size: 14px;
    line-height: 1.86;
    margin-bottom: 40px;
  }

  .c-product__list {
    gap: 20px;
    margin-bottom: 40px;
  }

  .c-product__list br.u-pc {
    display: none;
  }

  .c-product__image {
    height: 215px;
    border-radius: 10px;
  }

  .c-product__image img {
    height: 178px;
  }

  .c-product__text p {
    font-size: 14px;
  }

  .c-product__link {
    margin-top: 16px;
  }

  .c-product__about {
    border-radius: 10px;
    padding: 28px 20px 36px;
  }

  .c-product__about-title {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .c-product__about-desc {
    text-align: left;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .c-product__features {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .c-product__feature {
    display: block;
  }

  .c-product__feature-ttl {
    padding: 10px 20px;
    font-size: 18px;
  }

  .c-product__feature-desc {
    padding: 12px 20px 16px;
    font-size: 14px;
  }
}
.c-about {
  background: #eaf2e3;
}

.c-about__inner {
  max-width: 1153px;
  margin: 0 auto;
  padding: 100px 15px 120px;
}

.c-about__heading {
  margin: 0 0 60px;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 46px;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--color-text-green);
  text-align: center;
}

.c-about__card {
  margin-bottom: 80px;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
}

.c-about.--no-teaser .c-about__card {
  margin-bottom: 0;
}

.c-about__card .cp-imageset_inner {
  align-items: center;
}

.c-about__logo {
  flex: 0 0 360px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--color-pikon-green);
}

.c-about__logo img {
  display: block;
  width: 200px;
  height: auto;
}

.c-about__text {
  margin: 0;
  font-family: var(--font-noto);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.8;
  color: var(--color-text-green);
}

.c-about__teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-about.--no-teaser .c-about__teaser {
  display: none;
}

.c-about__teaser-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: var(--color-text-green);
  text-align: center;
}

.c-about__teaser-mark {
  display: block;
  width: 24px;
  height: auto;
}

.c-about__teaser-mark--right {
  transform: scaleX(-1);
}

.c-about__teaser-cards {
  display: flex;
  gap: 35px;
  margin-bottom: 24px;
}

.c-about__teaser-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 198.333px;
  border-radius: 10px;
}

.c-about__teaser-card--green {
  background: linear-gradient(-52deg, #008739 22.629%, #00af11 79.327%);
}

.c-about__teaser-card--pink {
  background: linear-gradient(to top, #ff1655, #ff4b87, #ff1655);
}

.c-about__teaser-card--orange {
  background: linear-gradient(to top, #ff6325, #ff970f, #ff6325);
}

.c-about__teaser-card-q {
  display: block;
  width: auto;
  height: 68px;
}

.c-about__teaser-soon {
  margin: 0;
  font-family: var(--font-pikon);
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.02em;
  color: var(--color-text-green);
}

@media (max-width: 767px) {
  .c-about__inner {
    padding: 50px 15px 60px;
  }

  .c-about__heading {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .c-about__card {
    margin-bottom: 41px;
    padding: 20px;
    border-radius: 10px;
  }

  .c-about__logo {
    flex-basis: auto;
    width: 100%;
    height: 203px;
    border-radius: 5px;
  }

  .c-about__logo img {
    width: 170px;
  }

  .c-about__text {
    font-size: 15px;
  }

  .c-about__teaser-heading {
    gap: 6px;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .c-about__teaser-mark {
    width: 8px;
  }

  .c-about__teaser-cards {
    gap: 16.75px;
    margin-bottom: 6px;
  }

  .c-about__teaser-card {
    width: 100.5px;
    height: 94.917px;
    border-radius: 5px;
  }

  .c-about__teaser-card-q {
    height: 33px;
  }

  .c-about__teaser-soon {
    font-size: 18px;
  }
}




