* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -ms-overflow-style: none;
}

/* Genavi */
.genavi {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all 0.5s;
}

.sub {
  width: max-content;
  display: block;
  overflow-y: hidden;
  position: absolute;
  /* fixed */
  top: 0;
  left: 0;
  /* background: #fff; */
}

.sub .container {
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
}

.container section {
  /* min-width: 100%; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.genaviMain {
  width: 100vw;
  background-color: #fff;
  background-size: 100%;
  overflow: hidden;
  position: relative;
}

.genaviMain-bg {
  width: 500px;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 100px;
  background: url(/images/genavi/genavi-main-obj.png) no-repeat left center;
  background-size: contain;
}

.genaviMain-bg img {
  width: 100%;
}

.genaviMain img {
  height: 100%;
  padding: 1000px 0;
}

.genaviMain .main-title {
  display: flex;
}

.genaviMain .main-txt {
  font-size: 128rem;
  font-weight: 700;
  color: #0c2781;
  position: relative;
  /* transform: translateX(-50px); */
}

.genaviMain .main-txt span.line {
  display: none;
}

.genaviMain .sub-txt {
  font-size: 44rem;
  line-height: 50px;
  font-weight: 600;
  margin-left: 24px;
  color: #0c2781;
  transform: translateY(25px);
  padding: 0 !important;
}

.genaviMain .sub-txt > span {
  position: relative;
}

.genaviMain .sub-txt span.line {
  display: block;
  width: 1600px;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: calc(100% - 20px);
  background: linear-gradient(
    90deg,
    #0c2781 0%,
    rgba(67, 88, 188, 0.1) 90%,
    rgba(72, 92, 193, 0) 100%
  );
  animation: lineGo 2s 0.5s both;
}

.genavicate-report {
  width: fit-content;
  height: 100vh !important;
}

.genavicate-report img {
  height: 100vh;
}

.genaviDesc {
  width: max-content;
}

.genaviDesc-inner {
  /* display: flex; */
  overflow: hidden;
}

.genaviDesc .leftCon {
  width: 480px;
  height: 100vh;
  background: #0c2781;
  padding: 0 120px 0 80px;
  display: flex;
  align-items: center;
  float: left;
}

.genaviDesc .leftCon h6 {
  font-size: 24rem;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.genaviDesc .leftCon p {
  font-size: 16rem;
  line-height: 24px;
  color: #fff;
  font-weight: 100;
}

.genaviDesc .rightCon {
  width: max-content;
  height: 100vh;
  float: right;
  padding: 184px 635px 184px 180px;
  position: relative;
}

.genaviDesc .rightCon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.genaviDesc .rightCon-inner {
  width: 100%;
  min-width: 1080px;
  height: 100%;
  position: relative;
}

.genaviDesc .rightCon .box {
  width: 500px;
  height: auto;
  padding: 48px;
  background: #fff;
  position: absolute;
}

.genaviDesc .rightCon .box:first-child {
  top: 0;
  left: 0;
}

.genaviDesc .rightCon .box:last-child {
  bottom: 0;
  right: 0;
}

.genaviDesc .rightCon .box b {
  display: block;
  font-size: 16rem;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.genaviDesc .rightCon .box p {
  font-size: 14rem;
  line-height: 20px;
  font-weight: 400;
}

.genaviCate {
  overflow: auto;
  position: relative;
  transform: translateX(-35px);
  padding-right: 30px;
}

.genaviCate-inner {
  display: flex;
  justify-content: space-between;
}

.genaviCate .category {
  width: 1920px;
  height: 100vh;
  position: relative;
}

.genaviCate .category > div {
  width: 100%;
  height: 50vh;
  display: flex;
  transform: translateX(-150px);
  overflow: hidden;
}

.genaviCate span.line {
  display: block;
  width: 75%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #0c2781 0%,
    rgba(67, 88, 188, 0.1) 90%,
    rgba(72, 92, 193, 0) 100%
  );
  position: absolute;
  top: 50%;
  z-index: -100;
  transform: translateX(-65px);
  transform: translateY(-2px);
}

.genaviCate .category .top .item {
  margin-top: auto;
  margin-bottom: 80px;
}

.genaviCate .category .item {
  width: 33.3333%;
  height: auto;
  transform: translateY(40px);
  margin-left: 30px;
}

.genaviCate .category .item-inner {
  padding-left: 55%;
  /* padding-right: 24px; */
}

.genaviCate .category .item b {
  display: block;
  font-size: 24rem;
  line-height: 32px;
  margin-bottom: 8px;
  font-weight: 700;
}

.genaviCate .category .item p {
  font-size: 16rem;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.genaviCate .category .bottom {
  margin-left: 15%;
}

.genaviReport {
  width: 1330px;
  /* justify-content: flex-start !important; */
  background: #fff;
  position: relative;
}

.genaviReport-inner {
  /* display: flex; */
  overflow: hidden;
}

.genaviReport-inner .main-txt {
  width: auto;
  height: 100vh;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.genaviReport-inner .main-txt h4 {
  font-size: 90rem;
  font-weight: 900;
  line-height: 110px;
  text-align: right;
  color: #485cc1;
  transform: translateY(-32px);
}

.genaviReport-inner .genaviReport-bg {
  /* width: 700px; */
  width: fit-content;
  height: 100vh;
  box-shadow: 0 0 40px rgba(72, 92, 193, 0.24);
  float: right;
}

.genaviReport-inner .genaviReport-bg img {
  height: 100%;
}

.progressBar {
  width: 1072px;
  position: fixed;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
  border-radius: 10px;
  padding-left: 72px;
}

.progressBar span.backBtn {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0px;
  bottom: -23px;
  background: #19389f;
  border-radius: 50%;
}

.progressBar span.backBtn a {
  display: block;
  width: 100%;
  height: 100%;
}

.progressBar span.backBtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progressBar .pg-bar {
  width: 100%;
  height: 4px;
  margin: auto;
  background: #eee;
  border-radius: 10px;
}

.progressBar .pg-bar .bar {
  width: 0;
  height: 100%;
  border-radius: 10px;
  background: #19389f;
}

@media (max-width: 1280px) {
  .section-inner {
    padding: 0 !important;
  }

  .genavi .genaviMain .main-title {
    display: block;
  }

  .genavi .genaviMain .main-txt {
    display: block;
  }

  .genaviMain .main-txt span.line {
    width: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      #0c2781 0%,
      rgba(67, 88, 188, 0.1) 90%,
      rgba(72, 92, 193, 0) 100%
    );
    position: absolute;
    left: 100%;
    bottom: 14px;
    transform: translate(-20px, -19px);
    display: block;
    animation: lineGo-M 2s 0.5s both;
  }

  .genaviMain .sub-txt {
    display: block;
    text-align: center;
    margin: 0;
    position: relative;
    transform: translateY(0);
  }

  .genaviMain .sub-txt span.line {
    display: none;
  }

  .genaviDesc .leftCon {
    padding: 30px;
  }

  .genaviDesc .rightCon .box {
    width: 400px;
    height: 100%;
  }

  .progressBar {
    width: 100%;
    padding-left: 88px;
    padding-right: 23px;
    bottom: 46px;
  }

  .progressBar span.backBtn {
    left: 24px;
  }
}

@media (max-width: 767px) {
  html {
    overflow: auto;
  }

  .genavi .genaviMain-bg {
    width: 50%;
    opacity: 0.3;
  }

  .genavi .genaviMain .main-txt {
    font-size: 56rem;
  }

  .genaviMain .main-txt span.line {
    width: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      #0c2781 0%,
      rgba(67, 88, 188, 0.1) 90%,
      rgba(72, 92, 193, 0) 100%
    );
    position: absolute;
    left: 100%;
    bottom: 14px;
    transform: translate(-5px, 0);
    display: block;
    animation: lineGo-S 1s 0.5s both;
  }

  .genaviMain .sub-txt {
    font-size: 24rem;
    line-height: 32px;
  }

  .genaviMain .sub-txt span.line {
    display: none;
  }

  .genaviDesc .leftCon {
    width: 375px;
    height: 100vh;
    background: #0c2781;
    padding: 0 48px;
    display: flex;
    align-items: center;
    float: left;
  }

  .genaviDesc .rightCon {
    width: 1200px !important;
    height: 100vh;
    float: right;
    padding: 110px 0;
    position: relative;
  }

  .genaviDesc .rightCon-inner {
    width: 100%;
    min-width: 690px;
    height: 100%;
    position: relative;
  }

  .genaviDesc .rightCon .box {
    width: 315px;
  }

  .genaviDesc .rightCon .box:first-child {
    top: 0;
    left: 20%;
    margin-left: -157px;
  }

  .genaviDesc .rightCon .box:last-child {
    left: 60%;
    margin-left: -157px;
  }

  .genaviReport-inner .main-txt h4 {
    font-size: 64rem;
    line-height: 80px;
    text-align: right;
    color: #485cc1;
    transform: translateY(-22px);
  }

  .genaviCate span.line {
    transform: translateY(-2px);
  }
}

@keyframes lineGo {
  0% {
    width: 0px;
  }
  100% {
    width: 250%;
  }
}

@keyframes lineGo-M {
  0% {
    width: 0px;
  }
  100% {
    width: 50%;
  }
}

@keyframes lineGo-S {
  0% {
    width: 0px;
  }
  100% {
    width: 30%;
  }
}
