.section-about {
  padding-bottom: 10rem;
  position: relative;
}
@media only screen and (max-width:767px) {
  .section-about {
    padding-bottom: 6rem;
  }
}
.section-about_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}
@media only screen and (max-width:767px) {
  .section-about_header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
  }
}
.section-about_header-icon {
  font-size: 5.6rem;
  line-height: 1;
  color: #29b55a;
  flex-shrink: 0;
  padding-right: 2rem;
}
@media only screen and (max-width:767px) {
  .section-about_header-icon {
    font-size: 4rem;
    padding: 0;
  }
}
.section-about_header-ttl {
  width: 100%;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width:767px) {
  .section-about_header-ttl {
    font-size: 2.4rem;
    line-height: 1.1;
    text-align: center;
    padding-top: 1rem;
  }
}
.section-about_header-en {
  font-size: 1.2rem;
  display: block;
  color: #29b55a;
}
@media only screen and (max-width:767px) {
  .section-about_header-en {
    padding-bottom: 0.5rem;
  }
}
.section-about_inner, .section-about_figure {
  padding-left: 3rem;
}
@media only screen and (max-width:767px) {
  .section-about_inner, .section-about_figure {
    padding: 0;
  }
}
.section-about_activity {
  position: absolute;
  max-width: 48rem;
  border-radius: 0.6rem;
  overflow: hidden;
  top: calc(20rem - 10vw);
  right: 0;
}
@media only screen and (max-width:1100px) {
  .section-about_activity {
    position: static;
    margin: 0 auto 4rem;
  }
}
@media only screen and (max-width:1100px) and (max-width:767px) {
  .section-about_activity {
    margin-bottom: 2rem;
  }
}
.section-about_area {
  position: relative;
  height: 45rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .section-about_area {
    flex-direction: column;
    padding-bottom: 1rem;
  }
}
.section-about_map {
  width: 56rem;
  position: absolute;
  right: 0;
  top: -10rem;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .section-about_map {
    width: 24rem;
    position: static;
    margin: 0 auto 1.5rem;
  }
}
.section-about_txt {
  padding-left: 3rem;
  padding-right: 30rem;
}
@media only screen and (max-width:767px) {
  .section-about_txt {
    padding: 0;
  }
}
.section-about_txt p {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 0 1.5rem;
}
@media only screen and (max-width:767px) {
  .section-about_txt p {
    font-size: 1.4rem;
  }
}
.section-about_txt p strong {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .section-about_txt p strong {
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
}
.section-about .dl-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-about .dl-area div {
  width: calc(50% - 1rem);
  border: 0.1rem solid #29b55a;
  padding: 2.5rem 0;
  text-align: center;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
}
.section-about .dl-area div dt {
  position: relative;
  padding: 0 0 1.5rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
}
.section-about .dl-area div dt small {
  font-size: 1.2rem;
  display: block;
  color: #29b55a;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .section-about .dl-area div dt {
    font-size: 1.8rem;
  }
  .section-about .dl-area div dt small {
    font-size: 1rem;
  }
}
.section-about .dl-area div dt:after {
  width: 6rem;
  height: 0.1rem;
  background: #29b55a;
  position: absolute;
  left: 50%;
  margin-left: -3rem;
  bottom: 0;
  content: "";
}
.section-about .dl-area div dd {
  font-size: 1.6rem;
  padding-top: 2rem;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .section-about .dl-area div dd {
    font-size: 1.3rem;
  }
}
.section-about .ol-activity li {
  font-size: 1.8rem;
  padding-left: 2.5em;
  padding-right: 48rem;
  padding-bottom: 2rem;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width:1100px) {
  .section-about .ol-activity li {
    padding-right: 0;
  }
}
@media only screen and (max-width:767px) {
  .section-about .ol-activity li {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
}
.section-about .ol-activity li:nth-last-of-type(1), .section-about .ol-activity li:nth-last-of-type(2) {
  padding-right: 0;
}
.section-about .ol-activity li:before {
  content: "";
  color: #29b55a;
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width:767px) {
  .section-about .ol-activity li:before {
    font-size: 1.5rem;
  }
}
.section-about .ol-activity li:nth-of-type(1):before {
  content: "01.";
}
.section-about .ol-activity li:nth-of-type(2):before {
  content: "02.";
}
.section-about .ol-activity li:nth-of-type(3):before {
  content: "03.";
}
.section-about .ol-activity li:nth-of-type(4):before {
  content: "04.";
}
.section-about .ol-activity li:nth-of-type(5):before {
  content: "05.";
}
.section-about .ol-activity li:nth-of-type(6):before {
  content: "06.";
}
.section-about .ol-activity li:nth-of-type(7):before {
  content: "07.";
}

.article-project {
  margin: 0 0 5rem;
  position: relative;
  border-left: 0.2rem solid #e0f4e7;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width:767px) {
  .article-project {
    border: none;
    border-bottom: 0.1rem solid #e0f4e7;
    padding: 0 0 2rem 0;
    margin-bottom: 1rem;
  }
  .article-project:nth-last-of-type(1) {
    border: none;
  }
}
.article-project_header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2rem 0;
}
@media only screen and (max-width:767px) {
  .article-project_header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
}
.article-project_header-ttl {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width:767px) {
  .article-project_header-ttl {
    font-size: 2rem;
  }
}
.article-project_header-en {
  font-size: 1.2rem;
  color: #29b55a;
  padding-right: 1.5rem;
}
.article-project_header-en b {
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .article-project_header-en {
    font-size: 1rem;
    padding-right: 0;
  }
  .article-project_header-en b {
    font-size: 1.4rem;
  }
}
.article-project p {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 0;
}
@media only screen and (max-width:767px) {
  .article-project p {
    font-size: 1.4rem;
  }
}

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