#about .about-tab {
  display: flex;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 100px;
  margin-bottom: 43px;
}
@media only screen and (min-width: 851px) {
  #about .about-tab {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 850px) {
  #about .about-tab {
    margin-bottom: 40px;
  }
}
#about .about-tab-item {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #20992a;
  width: 50%;
  height: 64px;
  border-radius: 32px;
  border-radius: 100px;
  transition: opacity 350ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 850px) {
  #about .about-tab-item {
    font-size: 14px;
    line-height: 1.285;
    letter-spacing: 0.05em;
  }
}
#about .about-tab-item.active {
  color: #ffffff;
  background: #339f2d;
  font-weight: 700;
}
#about .about-tab-item:not(.active):hover {
  opacity: 0.8;
}
#about .about-list {
  display: none;
}
#about .about-list.active {
  display: block;
}
#about .about-item:not(:last-child) {
  border-bottom: 2px solid #b3bfa4;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 850px) {
  #about .about-item:not(:last-child) {
    padding-bottom: 59px;
    margin-bottom: 55px;
  }
}
#about .about-item__title {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  color: #006031;
  margin-bottom: 12px;
  padding-left: 40px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 850px) {
  #about .about-item__title {
    font-size: 22px;
    line-height: 2.036;
    letter-spacing: 0px;
    margin-bottom: 25px;
  }
}
#about .about-item__title::before {
  position: absolute;
  top: 12px;
  left: 1px;
  content: "";
  background-size: contain;
  background-image: url("/common/img/about/title-icon.svg");
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
}
#about .about-item__title2 {
  margin-bottom: 27px;
}
@media only screen and (max-width: 850px) {
  #about .about-item__title2 {
    line-height: 1.6;
  }
}
#about .about-item__title3 {
  margin-bottom: 27px;
}
@media only screen and (max-width: 850px) {
  #about .about-item__title3 {
    margin-bottom: 22px;
    letter-spacing: 0.05em;
  }
}
#about .about-item__text {
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  #about .about-item__text {
    margin-bottom: 33px;
  }
}
#about .about-item__text-strong {
  font-weight: 500;
  color: #20992a;
}
#about .about-item__img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 851px) {
  #about .about-item__img {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 850px) {
  #about .about-item__img {
    text-align: center;
    margin-bottom: 0px;
  }
}
#about .point-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 30px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 850px) {
  #about .point-item {
    gap: 24px;
  }
}
#about .point-item:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 850px) {
  #about .point-item {
    flex-direction: column;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 851px) {
  #about .point-item:nth-child(2n) {
    flex-direction: row;
  }
}
#about .point-item__img {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}
#about .point-item__body {
  flex: 1;
}
#about .point-item__title {
  font-weight: bold;
  font-size: 18px;
  color: #006031;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
  #about .point-item__title {
    font-size: 16px;
  }
}
#about .point-item__title span {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  margin-right: 20px;
  position: relative;
}
#about .point-item__title span::after {
  position: absolute;
  top: -5px;
  right: -10px;
  content: "";
  background-image: url(/common/img/about/point-item__title-icon.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 850px) {
  #about .point-item__title span::after {
    position: absolute;
    top: -5px;
    right: -8px;
    content: "";
    background-image: url(/common/img/about/point-item__title-icon_sp.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 850px) {
  #about .point-item__title span {
    font-size: 47px;
  }
}
#about .point-item__text {
  font-size: 14px;
  line-height: 25.2px;
}
#about .network-item {
  margin-bottom: 3px;
}
#about .network-item__title {
  font-weight: 500;
  font-size: 18px;
}
#about .network-item__title span {
  display: inline-flex;
  margin-right: 3px;
}
@media only screen and (min-width: 851px) {
  #about .network-item__table {
    display: flex;
    flex-wrap: wrap;
  }
}
#about .network-item__table dt {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 22.2px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 851px) {
  #about .network-item__table dt {
    width: 28%;
  }
}
#about .network-item__table dt span {
  background-color: #f5f5dc;
  position: relative;
  padding-right: 5px;
}
#about .network-item__table dt a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: url("../img/about/external-link.svg");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 851px) {
  #about .network-item__table dt::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: calc(100% - 8px);
    height: 1px;
    border-bottom: 1px dotted #000000;
  }
}
#about .network-item__table dd {
  font-size: 14px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 851px) {
  #about .network-item__table dd {
    width: 72%;
  }
}
#about .attempt {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 851px) {
  #about .attempt {
    gap: 59px;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 850px) {
  #about .attempt {
    flex-direction: column;
  }
}
@media only screen and (min-width: 851px) {
  #about .attempt__body {
    margin-left: 4px;
    padding-bottom: 20px;
  }
}
#about .attempt__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 35.2px;
  color: #006031;
  margin-bottom: 18px;
  letter-spacing: 0;
}
@media only screen and (max-width: 850px) {
  #about .attempt__title {
    letter-spacing: 0px;
    margin-bottom: 21px;
  }
}
#about .attempt-list {
  border-left: 1px solid #006031;
  padding-left: 22px;
  padding-bottom: 2px;
}
@media only screen and (min-width: 851px) {
  #about .attempt-list {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 850px) {
  #about .attempt-item {
    margin-bottom: 20px;
  }
}
#about .attempt-item__title {
  font-weight: bold;
  font-size: 18px;
  color: #006031;
}
#about .attempt-item__title span {
  font-size: 14px;
}
#about .attempt-item__text {
  font-weight: 500;
  font-size: 14px;
  color: #707070;
}/*# sourceMappingURL=about.css.map */