#about {
  margin: 0;
  padding: 0 0 55px;
  background: #fff;
}

#about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#about .first-view {
  position: relative;
  padding: 7.5vw 0 11vw;
  background: #FDED5A;
}

#about .first-view picture {
  position: relative;
  left: 2.5vw;
  display: block;
  width: 78.5vw;
  margin: 0 auto;
}

#about .first-view-line {
  position: absolute;
  bottom: clamp(-50px, -6.667vw, -22.5px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6vw;
  padding: 0;
}

#about .first-view-line li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(45px, 13.334vw, 100px);
  height: clamp(45px, 13.334vw, 100px);
  margin: 0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: clamp(12px, 3.2vw, 16px);
  line-height: 1.3;
}

#about .first-view-line li:first-of-type {
  background: #F2B84C;
}

#about .first-view-line li:nth-of-type(2) {
  background: #EA7E96;
}

#about .first-view-line li:nth-of-type(3) {
  background: #61C5F7;
}

#about .first-view-line li:nth-of-type(4) {
  background: #8FB663;
}

#about .first-view-line li:nth-of-type(5) {
  background: #C26CAD;
}

#about .first-view-line li:last-of-type {
  background: #2BBAB8;
}

#about .mod-layout {
  margin: 70px 0 0;
}

#about [class*="mod-heading__title"] {
  margin: 0 0 15px;
  padding: 0;
  background: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
}
#about .mod-heading__title_mission {
  color: #CA004C;
}

#about [class*="mod-heading__title"] > span {
  display: block;
  margin: 7px 0 0;
  font-size: 18px;
}
#about .mod-heading__title_mission > span {
  color: #053C51;
}

#about .mod-heading__title_mission > span > span {
  color: #CA004C;
}

#about .mod-heading__text {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.9;
}

#about .mod-lifestage__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 69vw;
  margin: 55px auto 0;
  padding: 0;
}

#about .mod-lifestage__img li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

#about .mod-lifestage__logo {
  width: 55vw;
  margin: 30px auto 40px;
}

#about .mod-link__img {
  width: 43.4vw;
  margin: 30px auto 0;
}

@media only screen and (min-width:1024px){
  #about {
    margin: 0;
    padding: 0 0 150px;
  }

  #about .first-view {
    padding: 45px 0 70px;
  }

  #about .first-view picture {
    position: static;
    width: 983px;
    height: 284px;
  }

  #about .first-view-line {
    bottom: -41px;
    gap: 87px;
  }

  #about .first-view-line li {
    width: 82px;
    height: 82px;
    font-size: 18px;
    line-height: 1.5;
  }

  #about .mod-layout {
    margin: 90px 0 0;
  }

  #about [class*="mod-heading__title"] {
    margin: 0 0 50px;
    font-size: 36px;
    line-height: 1.8;
  }

  #about [class*="mod-heading__title"] > span {
    margin: 2px 0 0;
    font-size: 24px;
  }

  #about .mod-heading__text {
    margin: 0 0 30px;
    line-height: 2;
  }

  #about .mod-lifestage__img {
    flex-wrap: nowrap;
    width: 980px;
    margin: 50px auto 0;
  }

  #about .mod-lifestage__img li {
    width: 245px;
    height: 245px;
  }

  #about .mod-lifestage__logo {
    width: 799px;
    margin: 50px auto 75px;
  }

  #about .mod-link__img {
    width: 850px;
    margin: 50px auto 0;
  }
}