.page {
  min-height: 1080px;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: auto;
  background: url(../image/bg.png);
  display: flex;
  align-items: center;
}

.wrapper {
  width: 5760px;
  flex-shrink: 0;
  height: 1080px;
  position: relative;
}
.wrapper .img {
  position: absolute;
  display: block;
  pointer-events: none;
}
.wrapper .img.img01 {
  width: 1419px;
  height: 714px;
  bottom: 0;
  left: 0;
}
.wrapper .img.img02 {
  width: 1159px;
  height: 382px;
  bottom: 0;
  left: 1370px;
}
.wrapper .img.img03 {
  width: 272px;
  height: 593px;
  top: 0;
  left: 1908px;
}
.wrapper .img.img04 {
  width: 1505px;
  height: 1080px;
  bottom: 0;
  left: 2275px;
  z-index: 2;
}
.wrapper .img.img05 {
  width: 2100px;
  height: 560px;
  bottom: 0;
  left: 3660px;
}
.wrapper .img.img06 {
  width: 724px;
  height: 258px;
  top: 69px;
  right: 78px;
}

.page-mouse {
  position: absolute;
  top: 535px;
  left: 1492px;
}

.page-final {
  position: absolute;
  right: 170px;
  top: 463px;
}

.intro-main {
  position: absolute;
}
.intro-main.box01 {
  width: 1100px;
  top: 156px;
  left: 564px;
}
.intro-main.box01.french {
  top: 106px;
}
.intro-main.box01.french .title {
  margin-bottom: 60px;
}
.intro-main.box02 {
  width: 1100px;
  top: 197px;
  left: 3756px;
}
.intro-main .title {
  font-weight: 800;
  font-size: 61px;
  color: #0058CA;
  line-height: 70px;
  margin-bottom: 81px;
}
.intro-main .content {
  text-align: justify;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-indent: 2em;
}
.intro-main .content p + p {
  margin-top: 12px;
}
.intro-main .content .c-blue {
  color: #006AA6;
  font-weight: 550;
  font-style: italic;
}/*# sourceMappingURL=connection.css.map */