.page {
  background: url(../image/bg.png);
  background-size: 100vw 100vh;
  background-attachment: fixed;
  position: relative;
  min-width: 1200px;
}
.page .videoBg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.page .videoBg video {
  display: block;
  width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 133px;
  padding-top: 312px;
}
.wrapper .main-title {
  font-weight: 800;
  font-size: 70px;
  color: #0058ca;
  line-height: 70px;
  margin-bottom: 102px;
  text-align: center;
}
.wrapper .main-content {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: justify;
  text-indent: 2em;
}
.wrapper .sub-title {
  padding-top: 194px;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  color: #0058ca;
  line-height: 30px;
}

.relation-box {
  margin: 122px auto 0;
}
.relation-box .flex {
  display: flex;
  margin-bottom: 62px;
}
.relation-box .relation-item {
  position: relative;
  flex: 1;
  background: #dbeaf6;
  border-radius: 50px 0px 50px 0px;
  border: 5px solid #0058ca;
  display: flex;
  justify-content: center;
  z-index: 5;
}
.relation-box .relation-item + .relation-item {
  margin-left: 30px;
}
.relation-box .relation-item .num {
  font-weight: 800;
  font-size: 53px;
  line-height: 53px;
  color: #0058ca;
  position: absolute;
  top: -50px;
  left: 60px;
}
.relation-box .relation-item .content {
  font-weight: 800;
  font-size: 23px;
  color: #0055a4;
  line-height: 30px;
  padding: 26px 20px;
}

.history-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 160px;
  padding-bottom: 280px;
}
.history-section .history-box {
  position: relative;
  z-index: 10;
}
.history-section .history-box.box01 {
  margin-top: 19px;
  width: 224px;
}
.history-section .history-box.box02 {
  margin-top: 85px;
  width: 275px;
}
.history-section .history-box.box03 {
  width: 290px;
}
.history-section .history-box.box04 {
  margin-top: 69px;
  width: 270px;
}
.history-section .history-box .blue-sep {
  width: 100%;
  height: 12px;
  background: #0058CA;
  margin: 18px 0;
}
.history-section .history-item {
  padding-left: 13px;
  border-left: 2px solid #CC3333;
}
.history-section .history-item .year {
  font-size: 30px;
  color: #CC3333;
  line-height: 30px;
}
.history-section .history-item .content {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin: 40px 0;
  font-weight: lighter;
}
.history-section .history-item .cover {
  position: relative;
}
.history-section .history-item .cover .img {
  width: 100%;
  display: block;
}
.history-section .history-item .cover .play {
  width: 124px;
  height: 124px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history-section .history-item .desc {
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  font-weight: lighter;
}

.page-final {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.bg-img01 {
  position: absolute;
  right: -382px;
  bottom: 0;
  width: 536px;
  height: 676px;
  z-index: 5;
  pointer-events: none;
}

.bg-img02 {
  position: absolute;
  left: -376px;
  bottom: 0;
  width: 495px;
  height: 1012px;
  z-index: 5;
  pointer-events: none;
}

.bg-img03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1606px;
  height: 480px;
  max-width: 100%;
  z-index: 1;
  pointer-events: none;
}

.bg-img04 {
  position: absolute;
  top: 994px;
  right: 0;
  width: 976px;
  height: 361px;
  max-width: 100%;
  pointer-events: none;
}

.dialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 50;
  display: none;
}
.dialog .dialog-close {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../image/close.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.dialog .dialog-body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dialog .dialog-body video {
  max-width: 100%;
  max-height: 100%;
}/*# sourceMappingURL=friendship.css.map */