.sp-only {
  display: none;
}

/* ===========================
   ABOUT PAGE - FV
   =========================== */
.about-fv {
  position: relative;
  width: 100%;
  height: 409px;
  overflow: hidden;
  background: #000 url('../images/about/fv_hero.webp') top center / cover no-repeat;
}

.about-fv__content {
  position: absolute;
  top: 178px;
  left: 120px;
  color: #fff;
}

.about-fv__label {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 39.6px;
  margin-bottom: 10px;
}

.about-fv__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.5px;
}

/* ===========================
   ABOUT PAGE - MISSION
   =========================== */
.about-mission {
  position: relative;
  height: 892px;
  overflow: hidden;
  background: #e9e9e9;
}

.about-mission__bg {
  position: absolute;
  inset: 0;
}

.about-mission__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-mission__bg-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.about-mission__bg-tint {
  position: absolute;
  inset: 0;
  background: rgba(0, 54, 7, 0.2);
  mix-blend-mode: multiply;
}

.about-mission__inner {
  position: relative;
  max-width: 717px;
  margin: 0 auto;
  padding-top: 118px;
  text-align: center;
  color: #fff;
}

.about-mission__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 40.4px;
  margin-bottom: 20px;
}

.about-mission__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 29.7px;
  line-height: 49.5px;
  letter-spacing: 0.89px;
  margin-bottom: 25px;
}

.about-mission__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 47px;
  letter-spacing: 0.34px;
  text-align: center;
}

.about-mission__text p {
  margin: 0;
}

/* ===========================
   ABOUT PAGE - MESSAGE
   =========================== */
.about-message {
  background: #e9e9e9;
  padding: 120px 173px 100px;
}

.about-message__inner {
  display: grid;
  grid-template-columns: 541px 460px;
  gap: 0 96px;
}

.about-message__title {
  grid-column: 1;
  grid-row: 1;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 40.4px;
  color: #000;
  margin-bottom: 40px;
}

.about-message__body {
  grid-column: 1;
  grid-row: 2;
  width: 541px;
}

.about-message__profile {
  grid-column: 2;
  grid-row: 1 / 3;
}

.about-message__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.21px;
  color: #000;
  margin-bottom: 25px;
}

.about-message__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.16px;
  color: #000;
  width: 568px;
}

.about-message__text p {
  margin: 0;
}

.about-message__profile {
  width: 460px;
}

.about-message__photo {
  width: 460px;
  height: 521px;
  overflow: hidden;
  margin-bottom: 17px;
}

.about-message__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-message__name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #028b16;
  padding: 10px 0;
}

.about-message__role {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.16px;
  color: #000;
  padding-bottom: 10px;
}

.about-message__role p {
  margin: 0;
}

/* ===========================
   ABOUT PAGE - FOUNDER
   =========================== */
.about-founder {
  padding: 120px 173px 100px;
}

.about-founder__inner {
  display: grid;
  grid-template-columns: 460px 560px;
  gap: 0 77px;
  width: 1097px;
}

.about-founder__title {
  grid-column: 2;
  grid-row: 1;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 40.4px;
  color: #000;
  margin-bottom: 40px;
}

.about-founder__profile {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 460px;
}

.about-founder__body {
  grid-column: 2;
  grid-row: 2;
  width: 560px;
}

.about-founder__photo {
  width: 460px;
  height: 521px;
  overflow: hidden;
  margin-bottom: 17px;
}

.about-founder__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-founder__name {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #028b16;
  padding: 10px 0;
}

.about-founder__role {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.16px;
  color: #000;
  padding-bottom: 10px;
}

.about-founder__role p {
  margin: 0;
}

.about-founder__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.21px;
  color: #000;
  margin-bottom: 25px;
}

.about-founder__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.16px;
  color: #000;
  width: 560px;
}

.about-founder__text p {
  margin: 0;
}

/* ===========================
   ABOUT PAGE - ACTIVITY
   =========================== */
.about-activity {
  background: #000;
  padding: 120px 0 100px;
}

.about-activity__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}

.about-activity__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 39.6px;
  color: #fff;
}

.about-activity__title-ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
}

.about-activity__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.21px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.about-activity__cards {
  display: flex;
  justify-content: space-between;
  width: 1094px;
  margin: 0 auto;
}

.about-activity__card {
  position: relative;
  width: 253px;
  height: 330px;
  background: #fff;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 25px;
}

.about-activity__num {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 22.5px;
  letter-spacing: 2px;
  color: #fff;
  z-index: 1;
}

.about-activity__num--green {
  background: #028b16;
}

.about-activity__num--red {
  background: #e60012;
}

.about-activity__card-icon {
  width: 253px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-activity__card-icon img {
  width: 90px;
  height: 90px;
}

.about-activity__card-icon img.about-activity__card-icon--lg {
  width: 108px;
  height: 108px;
}

.about-activity__card-icon img.about-activity__card-icon--md {
  width: 99px;
  height: 99px;
}

.about-activity__card-icon img.about-activity__card-icon--sm {
  width: 85.5px;
  height: 85.5px;
}

.about-activity__card-body {
  width: 253px;
  height: 142px;
  padding: 0 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  border-radius: 0 0 7px 7px;
}

.about-activity__card-title {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.45;
  color: #028b16;
}

.about-activity__card-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  color: #000;
  text-align: left;
  margin-top: -7px;
}

.about-activity__card-text p {
  margin: 0;
}

.about-activity__card-text--w183 {
  width: 183px;
}

.about-activity__card-text--w226 {
  width: 226px;
}

.about-activity__card-text--w196 {
  width: 196px;
}

.about-activity__card-text--w197 {
  width: 197px;
}

/* ===========================
   ABOUT PAGE - CONTACT CTA override
   =========================== */
.contact-cta--about {
  background: #0fa844 url('../images/about/contact_cta_bg.png') center / cover no-repeat;
  background-blend-mode: hard-light;
  position: relative;
  overflow: hidden;
}

.contact-cta--about .contact-cta__label,
.contact-cta--about .contact-cta__title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #fff;
  margin-bottom: 10px;
}

/* ===========================
   SP (375px)
   =========================== */
@media (max-width: 768px) {

  .sp-only {
    display: inline;
  }

  .about-fv {
    height: 195px;
    background-image: url('../images/about/fv_hero_sp.webp');
  }

  .about-fv__content {
    top: 66px;
    left: 30px;
  }

  .about-fv__label {
    font-size: 18px;
    line-height: 39.6px;
    margin-bottom: 0;
  }

  .about-fv__title {
    font-size: 25.88px;
    line-height: 1.25;
    letter-spacing: 0.65px;
  }

  .about-mission {
    height: 1027px;
    padding: 0;
  }

  .about-mission__inner {
    padding-top: 100px;
    max-width: 375px;
  }

  .about-mission__title {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .about-mission__lead {
    font-size: 25.2px;
    line-height: 43.2px;
    letter-spacing: 0.756px;
    width: 337.5px;
    margin: 0 auto 15px;
  }

  .about-mission__text {
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0.32px;
    text-align: center;
  }

  .about-message {
    padding: 120px 20px 100px;
  }

  .about-message__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 335px;
    margin: 0 auto;
  }

  .about-message__title {
    order: 1;
    grid-column: auto;
    grid-row: auto;
    font-size: 50px;
    margin-bottom: 0;
  }

  .about-message__profile {
    order: 2;
    width: 315px;
  }

  .about-message__body {
    order: 3;
    grid-column: auto;
    grid-row: auto;
    width: 335px;
  }

  .about-message__lead {
    font-size: 21px;
  }

  .about-message__text {
    font-size: 15px;
    width: 335px;
  }

  .about-message__photo {
    width: 315px;
    height: auto;
    aspect-ratio: 315 / 357;
  }

  .about-message__name {
    font-size: 40px;
  }

  .about-founder {
    padding: 100px 30px;
  }

  .about-founder__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 315px;
    margin: 0 auto;
  }

  .about-founder__title {
    order: 1;
    grid-column: auto;
    grid-row: auto;
    font-size: 50px;
    margin-bottom: 0;
  }

  .about-founder__profile {
    order: 2;
    width: 315px;
  }

  .about-founder__body {
    order: 3;
    grid-column: auto;
    grid-row: auto;
    width: 315px;
  }

  .about-founder__photo {
    width: 315px;
    height: auto;
    aspect-ratio: 315 / 357;
  }

  .about-founder__lead {
    font-size: 20px;
    letter-spacing: 0.2px;
  }

  .about-founder__text {
    font-size: 15px;
    width: 315px;
  }

  .about-founder__name {
    font-size: 40px;
  }

  .about-activity {
    padding: 120px 20px 100px;
  }

  .about-activity__title {
    font-size: 50px;
  }

  .about-activity__lead {
    font-size: 21px;
    letter-spacing: 0.21px;
    margin-bottom: 70px;
  }

  .about-activity__cards {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 62px;
  }

  .about-activity__card {
    width: 253px;
    height: 330px;
  }

  .about-activity__card-text--w183 {
    width: 183px;
    margin-left: 10px;
  }

  .about-activity__card-text--w196 {
    width: 196px;
    margin-left: 7px;
  }

  .about-activity__card-text--w197 {
    width: 197px;
    margin-left: 2px;
  }
}
