@charset "utf-8";
/*positioning->Box->visual*/
/*common class*/
.overview-content {
  position: relative;
  max-width: 768px;
  min-width: 300px;
  margin: 0 auto;
  font-family: "AktivGrotesk-Light", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.45;
}
.overview-content .w1200,
.overview-content .w1366 {
  position: relative;
  width: auto;
  margin: 0 auto;
}
.overview-content .section,
.overview-content .w1200,
.overview-content .w1366,
.overview-content .clearFix,
.overview-content .row {
  position: relative;
  *zoom: 1;
}
.overview-content .section:before,
.overview-content .w1200:before,
.overview-content .w1366:before,
.overview-content .clearFix:before,
.overview-content .row:before,
.overview-content .section:after,
.overview-content .w1200:after,
.overview-content .w1366:after,
.overview-content .clearFix:after,
.overview-content .row:after {
  content: '';
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.overview-content .col-lg-1,
.overview-content .col-lg-2,
.overview-content .col-lg-3,
.overview-content .col-lg-4,
.overview-content .col-lg-6,
.overview-content .col-lg-8,
.overview-content .col-lg-9,
.overview-content .col-lg-10,
.overview-content .col-lg-12,
.overview-content .col-sm-1,
.overview-content .col-sm-2,
.overview-content .col-sm-3,
.overview-content .col-sm-4,
.overview-content .col-sm-6,
.overview-content .col-sm-8,
.overview-content .col-sm-9,
.overview-content .col-sm-10,
.overview-content .col-sm-12 {
  position: relative;
  box-sizing: border-box;
}
.overview-content .col-sm-1,
.overview-content .col-sm-2,
.overview-content .col-sm-3,
.overview-content .col-sm-4,
.overview-content .col-sm-6,
.overview-content .col-sm-8,
.overview-content .col-sm-9,
.overview-content .col-sm-10,
.overview-content .col-sm-12 {
  float: left;
}
.overview-content .col-sm-2 {
  width: 16.66%;
}
.overview-content .col-sm-3 {
  width: 25%;
}
.overview-content .col-sm-8 {
  width: 66.66%;
}
.overview-content a {
  text-decoration: none;
  color: #000;
}
.overview-content h2 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "AktivGrotesk-Regular", Helvetica, Arial, sans-serif;
}
.overview-content h4 {
  margin: 10px 0 5px;
  font-size: 24px;
  line-height: 1.2;
}
.overview-content h5 {
  margin: 40px 0 20px;
  font-size: 30px;
  line-height: 1.2;
  font-family: "AktivGrotesk-Regular", Helvetica, Arial, sans-serif;
}
.overview-content h6 {
  font-size: 20px;
}
.overview-content .nowrap {
  white-space: nowrap;
}
.overview-content .hr {
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
.overview-content .inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.overview-content .fBold {
  font-family: "AktivGrotesk-Bold", Helvetica, Arial, sans-serif;
}
.overview-content .fMedium {
  font-family: "AktivGrotesk-Medium", Helvetica, Arial, sans-serif;
}
.overview-content .fRegular {
  font-family: "AktivGrotesk-Regular", Helvetica, Arial, sans-serif;
}
.overview-content .fLight {
  font-family: "AktivGrotesk-Light", Helvetica, Arial, sans-serif;
}
.overview-content .bgWhite {
  background-color: #fff;
}
.overview-content .bgBlack {
  background-color: #000;
}
.overview-content .m-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  .overview-content {
    max-width: 1920px;
    min-width: 1200px;
    font-size: 20px;
  }
  .overview-content .w1200 {
    width: 1200px;
  }
  .overview-content .w1366 {
    width: 1366px;
  }
  .overview-content h2 {
    font-size: 55px;
    font-family: "AktivGrotesk-Bold", Helvetica, Arial, sans-serif;
  }
  .overview-content h4 {
    margin: 20px 0 5px;
    font-size: 27px;
    line-height: 1.33;
    font-family: "AktivGrotesk-Regular", Helvetica, Arial, sans-serif;
  }
  .overview-content h5 {
    margin: 60px 0 30px;
    font-size: 50px;
  }
  .overview-content h6 {
    font-size: 22px;
  }
  .overview-content .hr {
    margin: 55px 0;
  }
  .overview-content .col-lg-2,
  .overview-content .col-lg-3,
  .overview-content .col-lg-4,
  .overview-content .col-lg-6,
  .overview-content .col-lg-8 {
    float: left;
  }
  .overview-content .col-lg-2 {
    width: 16.66%;
  }
  .overview-content .col-lg-3 {
    width: 25%;
  }
  .overview-content .col-lg-4 {
    width: 33.33%;
  }
  .overview-content .col-lg-6 {
    width: 50%;
  }
  .overview-content .col-lg-8 {
    width: 66.66%;
  }
  .overview-content .lg-offset-6-right {
    margin-right: 10px;
  }
  .overview-content .lg-offset-6-left {
    margin-left: 10px;
  }
  .overview-content .col-offset-6 {
    margin-left: 50%;
  }
  .overview-content .col-offset-3 {
    margin-left: 25%;
  }
  .overview-content .col-offset-2 {
    margin-left: 16.66%;
  }
  .overview-content .pc-show {
    display: initial;
  }
  .overview-content .pc-block {
    display: block;
  }
  .overview-content .pc-hide {
    display: none;
  }
}
/*page class*/
.m7200 {
  color: #222222;
}
.m7200 .banner {
  height: 956px;
  background: url(a.jpg) no-repeat 50% 50%;
}
.m7200 .banner .desc {
  margin: 350px 0 0 50px;
}
.m7200 .a {
  height: 992px;
  background: url(b.jpg) no-repeat 50% 50%;
  text-align: center;
}
.m7200 .a .desc {
  padding: 0 180px;
}
.m7200 .b {
  height: 959px;
  background: url(c.jpg) no-repeat 50% 50%;
}
.m7200 .b .desc {
  padding: 80px 0 0 380px;
}
.m7200 .c {
  height: 981px;
  background: url(d.jpg) no-repeat 50% 100%;
  text-align: center;
}
.m7200 .c .w1366 {
  height: 100%;
}
.m7200 .c .w1366 .center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 520px;
  font-size: 190px;
  color: #fff;
  line-height: 0.9;
}
.m7200 .c .w1366 .center span {
  display: block;
  font-size: 30px;
  color: #000;
}
.m7200 .c .w1366 .note {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.m7200 .d {
  height: 956px;
  background: url(e.jpg) no-repeat 50% 50%;
}
.m7200 .d .w1200 {
  height: 100%;
}
.m7200 .d .desc {
  width: 560px;
  padding: 300px 0 0 0;
}
.m7200 .d li {
  position: absolute;
  top: 785px;
  right: 360px;
  width: 150px;
  text-align: center;
}
.m7200 .d li:nth-child(2) {
  right: 155px;
}
.m7200 .e {
  height: 952px;
  background: url(f.jpg) no-repeat 50% 50%;
  color: #fff;
}
.m7200 .e .desc {
  padding: 260px 0 0 210px;
}
.m7200 .e .desc ul {
  margin-top: 50px;
}
.m7200 .e .desc ul img {
  vertical-align: top;
}
.m7200 .e .desc ul li {
  margin-right: 10px;
  vertical-align: middle;
}
.m7200 .e .desc ul ol li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .m7200 .section {
    background-size: 100% auto;
    background-position: 50% 100%;
    text-align: left;
  }
  .m7200 .section .desc {
    width: auto;
    padding: 0 20px;
  }
  .m7200 .banner {
    height: 132vw;
    background-image: url(mobile/a.jpg);
  }
  .m7200 .banner .desc {
    margin: 12.5vw 0 0;
  }
  .m7200 .banner h2 {
    font-size: 7.8vw;
  }
  .m7200 .banner h4 {
    font-size: 4.3vw;
    margin-top: 4vw;
  }
  .m7200 .a {
    height: auto;
    padding-bottom: 115%;
    background-image: url(mobile/b.jpg);
  }
  .m7200 .b {
    height: auto;
    padding-bottom: 80%;
    background-image: url(mobile/c.jpg);
    background-size: cover;
  }
  .m7200 .c {
    position: relative;
    height: auto;
    padding-bottom: 80vw;
    background-image: url(mobile/d.jpg);
  }
  .m7200 .c .w1366 {
    position: static;
  }
  .m7200 .c .w1366 .center {
    font-size: 15vw;
    text-align: center;
    top: initial;
    bottom: 25vw;
    left: 48vw;
  }
  .m7200 .c .w1366 .center span {
    font-size: 4vw;
  }
  .m7200 .c .w1366 .note {
    font-size: 2vw;
    bottom: 2vw;
  }
  .m7200 .d {
    height: auto;
    padding-bottom: 95vw;
    background-color: #e7e7e7;
    background-image: url(mobile/e.jpg);
  }
  .m7200 .d .w1366 {
    position: static;
  }
  .m7200 .d li {
    top: initial;
    bottom: 15vw;
    font-size: 4vw;
    left: 18vw;
    width: 50vw;
  }
  .m7200 .d li:nth-child(2) {
    left: 40vw;
  }
  .m7200 .e {
    height: auto;
    padding-bottom: 138%;
    background-image: url(mobile/f.jpg);
    color: #000;
  }
  .m7200 .e .desc ul {
    margin-top: 20px;
  }
  .m7200 .e .desc ul img {
    height: 50px;
  }
  .m7200 .e .desc ul ol li:not(:last-child) {
    margin-bottom: 0px;
  }
  .m7200 .e .desc ul ol img {
    height: 22px;
  }
}
