.main {
  font-weight: 400;
  text-align: center;
  font-size: 1.28571429rem;
  color: #212121;
  line-height: 2;
}
.main .content {
  padding: 7.14285714rem 20.28571429rem 0;
}
.main .title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0061AE;
}
.main .title img {
  width: 6rem;
  height: 0.85714286rem;
  margin: 0 1.42857143rem;
}
.main .title h2 {
  font-size: 2.14285714rem;
}
.introduction {
  background-color: #F6F6F6;
}
.introduction .text {
  padding: 4.28571429rem 0 6.42857143rem;
}
.development {
  padding-bottom: 3.57142857rem;
  background: url("../images/bg-development.png") no-repeat;
  background-size: 137.14285714rem 55.71428571rem;
}
.development .title {
  padding: 7.14285714rem 0;
}
.honor .text {
  padding-top: 3.57142857rem;
}
.culture .text {
  padding: 4.28571429rem 0 6.42857143rem;
}
.introduction .text,
.culture .text {
  text-align: justify;
  text-indent: 2em;
}
@media screen and (max-width: 1440px) {
  .main .content {
    width: 80%;
    padding: 3.57142857rem 0 0;
    margin: 0 auto;
  }
  .main .title {
    transform: scale(0.8);
  }
  .introduction .text,
  .culture .text {
    padding: 1.42857143rem 0 3.57142857rem;
  }
  .development .title {
    padding: 3.57142857rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .main .content {
    width: 90%;
  }
}
