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

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

/* Genavi */
.menabi {
  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;
}

.menabiMain {
  width: 100vw;
  display: block !important;
  background: url(/images/menabi/menabi-main-bg.png) no-repeat center center;
  background-color: #fff;
  background-size: 100%;
  position: relative;
}

.menabiMain .main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-title img {
  height: 110rem;
  width: auto;
  display: block;
  margin-top: 20rem;
  margin-bottom: 30rem;
}


.menabiMain .main-txt {
  font-size: 128rem;
  font-weight: 700;
  text-align: center;
  color: #7dc387;
}

.menabiMain .sub-txt {
  font-size: 48rem;
  line-height: 50px;
  font-weight: 400;
  color: #7dc387;
}

.menabiPoint {
  width: 1920px;
  background: #7dc387;
  color: #fff;
}

.menabiPoint .menabiPoint-inner {
  display: flex;
  padding: 0 80px;
}

.menabiPoint .point {
  width: calc(100% / 3);
  height: 100vh;
  padding: 160px 80px 0;
}

.menabiPoint .point:nth-child(1) {
  border-left: 1px solid #fff;
}

.menabiPoint .point:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.menabiPoint .point:nth-child(3) {
  border-right: 1px solid #fff;
}

.menabiPoint .point .main-txt {
  font-size: 64rem;
  line-height: 80px;
  margin-bottom: 24px;
}

.menabiPoint .point .desc b {
  font-size: 24rem;
  line-height: 32px;
  font-weight: 500;
}

.menabiPoint .point .desc p {
  font-size: 16rem;
  line-height: 24px;
  margin-top: 20px;
}

.menabiPoint .point:nth-child(1) {
  background: url(/images/menabi/point_00.png) no-repeat center bottom;
  background-size: 100%;
}

.menabiPoint .point:nth-child(2) {
  background: url(/images/menabi/point_01.png) no-repeat center bottom;
  background-size: 100%;
}

.menabiPoint .point:nth-child(3) {
  background: url(/images/menabi/point_02.png) no-repeat center bottom;
  background-size: 100%;
}

.menabiSeries {
  width: 2400px;
  background: url(/images/menabi/menabi-series-bg.png) no-repeat bottom center;
  background-size: 80%;
}

.menabiSeries .menabiSeries-inner {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.menabiSeries .series {
  width: 400px;
  padding-bottom: 5%;
}

.menabiSeries .series:last-child {
  margin-right: 30px;
}

.menabiSeries .series .main-txt {
  font-size: 32rem;
  font-weight: 700;
  color: #7dc387;
  margin-left: -10px;
}

.menabiSeries .series .main-txt span {
  display: inline-block;
  transform: translate(10px, 7px);
  font-size: 120rem;
  font-weight: 400;
  line-height: 140px;
}

.menabiSeries .series .desc b {
  display: block;
  font-size: 24rem;
  line-height: 32px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 24px;
}

.menabiSeries .series .desc ul {
  padding-left: 30px;
}

.menabiSeries .series .desc ul li {
  font-size: 16rem;
  line-height: 24px;
  margin-bottom: 30px;
  position: relative;
}

.menabiSeries .series .desc ul li::before {
  content: "\2022";
  position: absolute;
  left: -20px;
}

.menabiSeries .series .moreBtn {
  width: 160px;
  height: 40px;
  background: #7dc387;
  border-radius: 20px;
  color: #fff;
  font-size: 16rem;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.seriesMobile {
  display: none;
}

.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: -24px;
  background: #5dbb67;
  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: #5dbb67;
}

@media (max-width: 1280px) {
  .main-title img {
    height: 70rem;
    width: auto;
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .menabi .menabiMain .main-txt {
    font-size: 80rem;
  }

  .menabi .menabiMain .sub-txt {
    font-size: 30rem;
    line-height: 30px;
  }

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

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

@media (max-width: 768px) {
  /* .menabi .sub .container {
    display: block;
    border: 10px solid #000;
  } */

  .main-title img {
    height: 40rem;
    margin-bottom: 20rem;
  }

  .menabi .container section {
    display: block;
  }

  .menabi .container section .section-inner {
  }

  .menabi .menabiMain {
    width: 100vw;
    display: block !important;
    background: url(/images/menabi/menabi-main-bg-mobile.png) no-repeat center
      bottom;
    background-size: 100%;
    position: relative;
  }

  .menabi .menabiMain .main-title {
    transform: translateY(0);
    padding-top: 200px;
    text-align: center;
    position: static;
    margin-left: auto;
  }

  .menabi .menabiMain .main-txt {
    font-size: 56rem;
  }

  .menabi .menabiMain .sub-txt {
    font-size: 24rem;
    line-height: 30px;
  }

  .menabi .menabiPoint {
    width: 1300px;
  }

  .menabi .menabiPoint .point {
    width: calc(100% / 3);
    height: 100vh;
    padding: 124px 24px 0 !important;
  }

  .menabiPoint .point .main-txt {
    font-size: 40rem;
    line-height: 80px;
    margin-bottom: 0px;
  }

  .menabiPoint .point .desc b {
    font-size: 20rem;
    line-height: 26px;
    font-weight: 500;
  }

  .menabiSeries {
    width: 2800px;
    background: url(/images/menabi/menabi-series-bg-mobile.png) no-repeat bottom
      center;
    background-size: 100%;
  }

  .menabiSeries .series .main-txt span {
    font-size: 96rem;
    line-height: 104px;
  }

  .menabiSeries .series .main-txt {
    font-size: 24rem;
    font-weight: 700;
    color: #7dc387;
  }

  .menabi .menabiSeries .series {
    position: relative;
    height: 100vh;
  }

  .menabi .menabiSeries .series-inner {
    /* padding: 96px 10px 0; */
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .menabiSeries .series .desc b {
    font-size: 18rem;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .menabiSeries .series .desc ul {
    margin-bottom: 40px;
  }

  .menabiSeries .series .desc ul li {
    font-size: 14rem;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .menabiSeries .series .desc ul li:last-child {
    margin-bottom: 0;
  }

  .seriesMobile {
    display: block;
  }
}
