@charset "utf-8";
#solicitation .solicitation_ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: calc(48 / 36);
  color: #00a040;
  margin-top: 60px;
  margin-bottom: 40px;
}

#solicitation .inner_box {
  padding-top: 0;
}

#solicitation ul.vision {
  width: 100%;
  margin-top: -60px;
}
#solicitation .sub_copy {
  margin-bottom: 40px;
  text-align: center;
}

#solicitation ul.vision li {
  /* border-bottom: 1px solid #ccc; */
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 40px;
  /* min-height: 100px; */
  gap: 30px;
}

/* #solicitation ul.vision li:last-of-type {
  border-bottom: 1px solid #ccc;
} */

#solicitation ul.vision li div {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: calc(38 / 24);
  text-indent: -2.4rem;
  padding-left: 2.4rem;
}

#solicitation p.solicitation_sign {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(28 / 18);
  text-align: right;
}

#solicitation p.solicitation_sign em {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc(28 / 24);
  margin-left: 7px;
}

#solicitation p.solicitation_sign small {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(28 / 16);
  font-feature-settings: "palt";
}

#solicitation {
  margin-bottom: 60px;
}

#solicitation .solicitation_ttl_2 {
  font-weight: 700;
  color: #00a040;
  line-height: calc(40 / 28);
  text-align: center;
  margin-top: 110px;
  margin-bottom: 60px;
  padding-bottom: 25px;
  border-bottom: 2px solid var(--main-green);
  position: relative;
}
#solicitation .solicitation_ttl_2::before {
  content: "";
  width: 200px;
  height: 4px;
  background: var(--main-green);
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
}
#solicitation .udr-lvl3 {
  margin: 60px auto;
}

@media (max-width: 767px) {
  #solicitation .solicitation_ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: calc(35 / 24);
    color: #00a040;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #solicitation .solicitation_ttl_2 {
    font-size: 2.4rem;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  #solicitation ul.vision {
    margin-top: -30px;
  }
  #solicitation ul.vision li {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0px;
    /* min-height: 100px; */
    gap: 24px;
  }

  /* #solicitation ul.vision li:last-of-type {
    border-bottom: 1px solid #ccc;
  } */

  /* #solicitation ul.vision li div:first-of-type {
    font-size: 5.4rem;
    font-weight: 500;
    font-family: "Akshar", sans-serif;
    color: var(--main-green);
    line-height: calc(74 / 54);
    width: 26px;
    min-width: 26px;
    text-align: center;
  } */

  #solicitation ul.vision li div {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    line-height: calc(28 / 18);
    text-indent: -1.8rem;
    padding-left: 1.8rem;
  }
  #solicitation .sub_copy {
    margin-bottom: 20px;
    text-align: left;
  }

  #solicitation p.solicitation_sign {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: calc(28 / 14);
    text-align: left;
  }

  #solicitation p.solicitation_sign em {
    font-size: 2rem;
    font-weight: 700;
    line-height: calc(28 / 20);
    margin-left: 5px;
  }

  #solicitation p.solicitation_sign small {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: calc(24 / 14);
  }
  #solicitation .udr-lvl3 {
    margin: 30px auto;
  }
}
