<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SECTION HERO */

#about .sec-hero {
  gap: 3.3rem;
  color: #fff;
  padding-top: 13rem;
  padding-bottom: 7rem;
  /* background-image: linear-gradient(to bottom, #25c93b, #82ee90); */
  background-image: linear-gradient(
    to bottom,
    #25c93b 0%,
    #25c93b 55%,
    #82ee90 100%
  );
}

#about .hero-cont {
  align-items: center;
}

#about .hero-cont .right-col {
  flex: 0 0 66.4rem;
}
#about .hero-cont .right-col img {
  width: 100%;
}

#about .sec-hero .left-col {
  flex: 1;
}

#about .sec-hero .ttl1 {
  display: inline-block;
  font-size: 2.9rem;
  font-weight: 600;
  margin-bottom: 4.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
}

#about .sec-hero .ttl1 span {
  display: inline-block;
  /* transform: translateY(-2px); */
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 29px;
  letter-spacing: 0.12em;
  line-height: 55px;
  text-align: left;
}

#about .sec-hero .ttl2 {
  margin-bottom: 4rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 44px;
  text-align: left;
}

#about .sec-hero .hero-txt {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.3px;
  font-size: 16px;
}

#about .sec-hero .right-col {
  margin-right: -18rem;
}

@media screen and (max-width: 1601px) {
  #set .set-cards .set-card:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -70px;
    transform: translate(-50%, -50%);
  }

  #set .set-cards {
    flex-direction: column;
  }

  #about .sec-hero .right-col {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #about .sec-hero .left-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #about .hero-cont .right-col {
    flex: 0 0 auto;
  }

  #about .sec-hero .right-col {
    margin-right: 0;
  }

  #about .sec-hero .right-col img {
    width: 95%;
  }

  #about .sec-hero .ttl1 img {
    width: 50%;
    margin-right: 10px;
  }

  #about .sec-hero .hero-cont {
    gap: 30px;
  }
}

/* SECTION GREETING */
#about .sec-greeting {
  padding: 10rem 0;
  background-color: #f7f8f8;
}

#about .greeting-cont {
  align-items: center;
}

#about .gr_txt-box {
  margin-right: 10rem;
}

#about h3::after {
  background: #09c16b;
}

#about h4 {
  margin-bottom: 3rem;
  padding-top: 2rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 46px;
  text-align: left;
  color: #000;
}

#about .c-green {
  font-size: 2.8rem;
  /* display: inline-block; */
}

#about .gr_txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: left;
  color: #000;
}

#about .gr_txt:not(:last-child) {
  margin-bottom: 3rem;
}

#about .gr_img-box figcaption {
  margin-top: 3rem;
}

#about .position {
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
  text-align: center;
}

#about .name {
  gap: 1.3rem;
}

#about .ja-name {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 47px;
  text-align: left;
  color: #000;
  padding-bottom: 3px;
}

#about .en-name {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 47px;
  text-align: left;
  color: #949494;
}

@media screen and (max-width: 767px) {
  #about .gr_txt-box {
    margin-right: 0;
  }
}

/* SECTION FEATURES */

#about .sec-features {
  padding: 8rem 0 14rem 0;
}

#about .features-list {
  margin-top: 7rem;
}

#about .feature-item {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

#about .feature-item .ft_img-box img {
  border-radius: 6px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
}

#about .feature-item:not(:last-child) {
  margin-bottom: 9rem;
}

#about .feature {
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .ft_txt {
  line-height: 2;
  font-size: 16px;
}

#about .ft_sub-txt-box {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  padding: 3rem 9rem 1rem 5rem;
  background-color: #f7f8f8;
}

#about .ft_sub-txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: left;
  color: #333;
}

#about .ft_sub-txt-box .hp_mb37 {
  /* display: flex;
  flex-direction: column;
  gap: 3.7rem; */
  margin-bottom: 3.7rem;
}

#about .bl_txt .c-green {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
}

.ft_sub-txt-box {
  counter-reset: section;
}

.bl_txt h5::before {
  counter-increment: section;
  content: counter(section);

  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #09c16b;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #about .feature-item {
    flex-direction: column;
    padding: 0;
  }

  #about .ft_sub-txt-box {
    padding-right: 0;
  }

  #about .ft_img-box img {
    width: 100%;
  }

  #about .feature-item {
    gap: 5rem;
  }

  #about h4 {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: 22px;
  }

  #about .ft_sub-txt-box {
    margin-top: 2rem;
  }

  #about .ft_txt-box {
    order: 1;
  }

  #about .gr_img-box {
    padding: 20px;
  }

  #about .gr_img-box img {
    width: 100%;
  }

  #about .sec-hero .ttl2 {
    font-size: 23px;
  }

  #about .sec-hero .ttl1 {
    align-self: flex-start;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
    position: relative;
  }

  #about .sec-hero .ttl1::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 75%;
    height: 1px;
    background: #fff;
  }

  #about .sec-hero .ttl1 span {
    font-size: 18px;
  }
}
</pre></body></html>