header nav ul li a[href="mission.html"] {
  box-shadow: 0 -2px #596efb inset;
}

.area1 {
  height: 277px;
  background: url(../images/mission/area1bg.png) no-repeat 0 0 / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}

.area1 h2 {
  height: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.area2 {
  height: 875px;
  background-color: #F2F5FA;
}

.article1 {
  max-width: 1180px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.area2 h3 {
  position: absolute;
}

.area2 .article1 h3 {
  width: 100%;
  height: 80px;
  background: #ffffff;
  border-radius: 40px;
  font-size: 26px;
  line-height: 80px;
  font-weight: bold;
  color: rgb(89, 110, 251);
  bottom: 92px;
  text-align: center;
}

.area2 .article1 p {
  font-size: 16px;
  width: 65%;
  color: #000000;
}

.article1 img {
  position: absolute;
  width: 27.2%;
  top: 40%;
  right: 0;
  transform: translate(0, -50%);
}

.area2 .article1 .p0 {
  height: 36px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  padding-top: 92px;
}
.area2 .article1 .p1 {
  padding-top: 59px;
}
.area2 .article1 .p2 {
  padding-top: 64px;
}

.area2 .article1 .p3 {
  padding-top: 64px;
}
.area2 .article1 .p4 {
  padding-top: 64px;
}
