/* --------------------------- arrow links --------------------------- */
/* --------------------------- about --------------------------- */
/* -------------- outline -------------- */
.about-outline__intro-wrap {
  position: relative;
  margin-top: 20px;
  padding: 80px 7% 90px 7%;
  background: #fdf5f7;
}

.about-outline__intro-paper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}

.about-outline__intro-heading {
  font-size: 3.5rem;
  font-weight: bold;
  color: #d55d9f;
}

.about-outline__intro-txt {
  display: block;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
}

.about-outline__intro-txt1 {
  padding: 30px 0 20px 0;
}

.about-outline__intro-txt2 {
  padding-top: 25px;
}

.about-outline__list-bg {
  margin-top: 25px;
}

/* -------------- outline - message -------------- */
.about-message__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about-message__flex.-reverse {
  flex-direction: row-reverse;
}

.about-message__flex-cnt {
  width: 66%;
}

.about-message__flex-img {
  width: 27.5%;
}

.about-message__message-img {
  width: 92%;
  max-width: 620px;
}

.about-message__name {
  padding-top: 21px;
  line-height: 1.7;
}

.about-message__name-bold {
  font-weight: bold;
}

/* -------------- outline - philosophy -------------- */
.about-philosophy__large-txt {
  margin: -0.35em 0;
  font-size: 3.6rem;
  line-height: 1.7;
  font-weight: bold;
}

.about-philosophy__bg-txt {
  margin-top: 80px;
  padding: 65px 6% 85px 6%;
  background: #f6f6f6;
}

.about-philosophy__txt-right {
  text-align: right;
}

.about-philosophy__list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.about-philosophy__list-item {
  display: flex;
  flex-direction: column;
  width: 24%;
  box-sizing: border-box;
  padding: 90px 20px;
  border-radius: 3px;
  border: 3px solid #00A491;
}

.about-philosophy__list-txt {
  display: block;
  margin: auto 0;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #00A491;
}

/* -------------- outline - history -------------- */
.about-history__table-row {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 18px 0;
}

.about-history__table-row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00A491, #fae943 86%, #faacc8);
  top: auto;
  bottom: 0;
}

.about-history__table-row:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #00A491, #fae943 86%, #faacc8);
}

.about-history__table-heading {
  width: 130px;
  padding-top: 4px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #00A491;
  vertical-align: top;
}

.about-history__table-data {
  width: calc(100% - 130px);
}

.about-history__list-item {
  line-height: 2;
}

.about-history__list-item + .about-history__list-item {
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

/* -------------- activity -------------- */
/* -------------- activity - cat1 -------------- */
/* -------------- activity - cat1 - covid-19 -------------- */
/* -------------- activity - cat1 - research -------------- */
.about-research__txt {
  padding: 45px 0 30px 0;
}

/* -------------- activity - cat1 - harassment -------------- */
/* -------------- activity - cat1 - assist -------------- */
/* -------------- activity - cat1 - handicap -------------- */
/* -------------- activity - cat1 - relation -------------- */
.about-relation__flex {
  display: flex;
  justify-content: space-between;
  gap: 20px 4%;
}

/* -------------- activity - cat2 -------------- */
.about-cat2__flex {
  display: flex;
  justify-content: space-between;
}

.about-cat2__cnt {
  width: 48%;
}

.about-cat2__img {
  padding-bottom: 30px;
}

/* -------------- activity - donation -------------- */
.about-donation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
}

.about-donation__list-item {
  width: calc((100% - 80px) / 3);
}

.about-donation__list-link:hover {
  opacity: 0.5;
}

/* -------------- report -------------- */
/* -------------------------------------------------------------------------------- */
/* about responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  /* -------------- outline -------------- */
  .about-outline__intro-wrap {
    padding: 70px 7% 80px 7%;
  }

  .about-outline__intro-paper {
    width: 80px;
    height: 80px;
  }

  .about-outline__intro-heading {
    font-size: 3rem;
  }

  .about-outline__intro-txt {
    font-size: 1.7rem;
  }

  .about-outline__intro-txt1 {
    padding: 25px 0 20px 0;
  }

  /* -------------- outline - message -------------- */
  .about-message__flex {
    display: block;
  }

  .about-message__flex-cnt {
    width: 100%;
  }

  .about-message__flex-img {
    width: 100%;
  }

  .about-message__flex-img1 {
    padding-top: 45px;
  }

  .about-message__flex-img2 {
    padding-bottom: 40px;
  }

  .about-message__portrait {
    width: 40%;
    margin: 0 auto;
  }

  .about-message__name {
    text-align: center;
  }

  /* -------------- outline - philosophy -------------- */
  .about-philosophy__large-txt {
    font-size: 2.8rem;
  }

  .about-philosophy__bg-txt {
    margin-top: 50px;
    padding: 60px 6% 70px 6%;
  }

  .about-philosophy__list {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  .about-philosophy__list-item {
    width: calc((100% - 25px) / 2);
    padding: 50px 20px;
    margin-bottom: 25px;
  }

  /* -------------- outline - history -------------- */
  /* -------------- outline - outlinepolicy -------------- */
  /* -------------- activity -------------- */
  /* -------------- activity - cat1 -------------- */
  /* -------------- activity - cat1 - covid-19 -------------- */
  /* -------------- activity - cat1 - research -------------- */
  /* -------------- activity - cat1 - harassment -------------- */
  /* -------------- activity - cat1 - assist -------------- */
  /* -------------- activity - cat1 - handicap -------------- */
  /* -------------- activity - cat1 - relation -------------- */
  /* -------------- activity - cat2 -------------- */
  /* -------------- activity - donation -------------- */
  /* -------------- report -------------- */
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  /* -------------- outline -------------- */
  .about-outline__intro-wrap {
    margin-top: 10px;
    padding: 55px 7% 60px 7%;
  }

  .about-outline__intro-paper {
    width: 50px;
    height: 50px;
  }

  .about-outline__intro-heading {
    font-size: 2.4rem;
  }

  .about-outline__intro-txt1 {
    padding: 22px 0 18px 0;
  }

  /* -------------- outline - message -------------- */
  .about-message__flex-img1 {
    padding-top: 30px;
  }

  .about-message__flex-img2 {
    padding-bottom: 35px;
  }

  .about-message__portrait {
    width: 57%;
  }

  .about-message__name {
    padding-top: 16px;
  }

  /* -------------- outline - philosophy -------------- */
  .about-philosophy__large-txt {
    font-size: 1.8rem;
  }

  .about-philosophy__bg-txt {
    margin-top: 30px;
    padding: 35px 7% 45px 7%;
  }

  .about-philosophy__txt-right {
    text-align: left;
  }

  .about-philosophy__list {
    margin-bottom: -15px;
    padding-bottom: 40px;
  }

  .about-philosophy__list-item {
    width: 100%;
    padding: 22px 20px 25px 20px;
    border-width: 2px;
    margin-bottom: 15px;
  }

  .about-philosophy__list-txt {
    font-size: 1.8rem;
  }

  /* -------------- outline - history -------------- */
  .about-history__table-row {
    padding: 17px 0;
  }

  .about-history__table-heading {
    width: 62px;
    padding-top: 5px;
    font-size: 1.8rem;
  }

  .about-history__table-data {
    width: calc(100% - 62px);
  }

  /* -------------- outline - outlinepolicy -------------- */
  /* -------------- activity -------------- */
  /* -------------- activity - cat1 -------------- */
  /* -------------- activity - cat1 - covid-19 -------------- */
  /* -------------- activity - cat1 - research -------------- */
  /* -------------- activity - cat1 - harassment -------------- */
  /* -------------- activity - cat1 - assist -------------- */
  /* -------------- activity - cat1 - handicap -------------- */
  /* -------------- activity - cat1 - relation -------------- */
  .about-relation__flex {
    flex-direction: column;
  }

  /* -------------- activity - cat2 -------------- */
  .about-cat2__flex {
    display: block;
    margin-bottom: -40px;
  }

  .about-cat2__cnt {
    width: 100%;
    padding-bottom: 40px;
  }

  .about-cat2__img {
    padding-bottom: 20px;
  }

  /* -------------- activity - donation -------------- */
  .about-donation__list-item {
    width: 100%;
  }

  /* -------------- report -------------- */
}

/*# sourceMappingURL=about.css.map */
