.main-1 .content {
  display: flex;
}
.main-1 .text > p {
  font-size: 1.2rem;
  /*text-decoration: underline;*/
  line-height: 1.6;
  margin-bottom: 3rem;
}
.main-1 .text > p span {
  font: inherit;
  color: #172a88;
}
.main-1 .text .label {
  margin-bottom: 6.5rem;
}
.main-1 .text .label p {
  line-height: 1.6;
}
.main-1 .text .number {
  display: flex;
  flex-wrap: wrap;
}
.main-1 .text .number .item {
  width: calc((100% - (3 - 1) * 2.2rem) / 3);
  margin-right: 2.2rem;
  margin-bottom: 0;
}
.main-1 .text .number .item:nth-of-type(3n) {
  margin-right: 0;
}
.main-1 .text .number .item {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-1 .text .number .item:hover {
  border-color: #e60a1d;
}
.main-1 .text .number .item > span {
  font-size: 0.9rem;
  color: #666;
  line-height: 2;
}
.main-1 .text .number p {
  display: flex;
  align-items: flex-start;
}
.main-1 .text .number p span {
  font-size: 5rem;
  color: #e60a1d;
}
.main-1 .text .number p i {
  padding-top: 0.6rem;
  color: #e60a1d;
}
.main-1 .img {
  width: 25.55rem;
  flex-shrink: 0;
  margin-left: 6.75rem;
}
.main-2 {
  background-color: #f8f9fb;
}
.main-2 .content {
  display: flex;
  justify-content: space-between;
}
.main-2 .content .item {
  width: 18.5rem;
  height: 24.05rem;
  padding: 3.55rem 2.5rem;
  margin-right: 1.5rem;
  background-size: cover;
}
.main-2 .content .item:last-of-type {
  margin-right: 0;
}
.main-2 .content .item.active {
  width: 40rem;
}
.main-2 .content .item:nth-of-type(1) {
  background-image: url("../images/about\ \(3\).png");
}
.main-2 .content .item:nth-of-type(2) {
  background-image: url("../images/about\ \(4\).png");
}
.main-2 .content .item:nth-of-type(3) {
  background-image: url("../images/about\ \(5\).png");
}
.main-2 .content .item * {
  color: #fff;
}
.main-2 .content .item span {
  font-size: 0.9rem;
  text-decoration: underline;
}
.main-2 .content .item p {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.main-3 {
  padding-bottom: 0;
}
.main-3 .main-title {
  display: none;
}
.main-3 .top {
  padding-bottom: 5rem;
}
.main-3 .img {
  margin-top: -4rem;
}
.main-3 .content {
  background-image: url("../images/about\ \(6\).png");
  background-size: cover;
  padding-top: 5.75rem;
}
.main-3 .content .con {
  display: flex;
}
.main-3 .content .swiper {
  width: 50.7rem;
  height: 36rem;
  margin-left: 0;
}
.main-3 .content .swiper-slide {
  display: flex;
  height: 6rem;
  padding: 0 1.25rem;
  padding-top: 1.4rem;
  border-top: 0.1rem solid #333;
}
.main-3 .content .swiper-slide .y {
  font-size: 2.4rem;
  color: #172a88;
  margin-right: 2.5rem;
}
.main-3 .content .swiper-slide p {
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 1rem;
}
.main-3 .content .swiper-slide p::before {
  content: "▶";
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: 0.6rem;
}
.main-3 .content .r .tit {
  padding-top: 5.75rem;
  padding-left: 2.8rem;
  width: 20.2rem;
  height: 27.2rem;
  margin-top: -9rem;
  margin-bottom: 8.8rem;
  background-color: #e60a1d;
}
.main-3 .content .r .tit * {
  color: #fff;
}
.main-3 .content .r .tit p {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.main-3 .content .r .tit h6 {
  font-size: 1.8rem;
}
.main-3 .content .r .tit h6 img {
  margin-right: 0.5rem;
}
.main-3 .content .r .main-title {
  display: none;
}
.main-3 .content .r .swiper-button-wrap {
  display: flex;
}
.main-3 .content .r .swiper-button {
  position: initial;
}
.main-3 .content .r .swiper-button.swiper-button-prev {
  transform: rotate(90deg);
}
.main-3 .content .r .swiper-button.swiper-button-next {
  transform: rotate(90deg);
}
.main-6 .item .swiper-slide {
  width: 20rem;
}
.main-6 .item .swiper-slide .img {
  box-shadow: 0rem 0rem 2rem 0rem rgba(233, 240, 255, 0.63);
}
.main-6 .item .swiper-slide .img img {
  object-fit: scale-down;
}
.main-6 .item .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
.main-6 .item .swiper-slide .img {
  height: 17.6rem;
  margin-bottom: 1rem;
}
.main-6 .item .swiper-slide p {
  text-align: center;
  font-size: 1.068rem;
  padding: 1.25rem 0;
  border-bottom: 0.1rem solid #333;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .main-1 .content .text > p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .main-1 .content .text .label {
    margin-bottom: 2rem;
  }
  .main-1 .content .text .number p span {
    font-size: 2.5rem;
  }
  .main-1 .content .text .number .item {
    flex: 1;
    width: auto;
    margin-right: 1rem;
    padding: 1rem 0;
  }
  .main-1 .content .text .number .item > span {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .main-1 .content .img {
    display: none;
  }
  .main-2 .content {
    flex-wrap: wrap;
  }
  .main-2 .content .item {
    width: 100%;
    height: 10rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding: 2rem;
  }
  .main-2 .content .item.active {
    width: 100%;
  }
  .main-3 .main-title {
    display: flex;
  }
  .main-3 .img {
    margin-top: 0;
  }
  .main-3 .top {
    padding-bottom: 3rem;
  }
  .main-3 .content {
    padding-top: 3rem;
  }
  .main-3 .content .con {
    flex-direction: column;
  }
  .main-3 .content .swiper {
    width: 100%;
    height: auto;
  }
  .main-3 .content .swiper-slide {
    padding: 1rem 0;
    height: auto;
  }
  .main-3 .content .swiper-slide .y {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
  .main-3 .content .r .tit {
    display: none;
  }
  .main-3 .content .r .main-title {
    display: flex;
  }
}
