@charset "UTF-8";

/* visual */
.visual .visual_item.n1:before {
  background-image: url("../images/app/img_section1_1.jpg");
}

.visual .visual_item.n1 .visual_text {
  color: #1F2122;
}

/* section */
.section_list {
  position: relative;
  margin-top: 80px;
  font-size: 0;
  line-height: 0;
}

.section_list li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.section_box {
  font-size: 0;
  line-height: 0;
}

.section_box .box {
  display: inline-block;
  width: calc(50% - 15px);
  vertical-align: middle;
}

.section_box .box+.box {
  margin-left: 30px;
}

.section_box .box.text {
  padding: 0 0 0 60px;
}

/* section3 */
.section3 {
  background-color: #F4F5FC;
  text-align: center;
}

.section3 .section_list_wrap {
  position: relative;
  padding: 130px 0 98px;
  text-align: left;
}

.section3 .section_list.text {
  display: inline-block;
  margin-top: 0;
  margin-left: 100px;
}

.section3 .section_list.text:before {
  display: block;
  position: absolute;
  top: 50px;
  left: 52px;
  bottom: 50px;
  width: 2px;
  background: url("../images/app/img_section3_line.png") no-repeat center;
}

.section3 .section_list.text li {
  display: block;
  position: relative;
  padding: 20px 0 22px 140px;
  text-align: left;
  cursor: pointer;
}

.section3 .section_list.text li+li {
  margin-top: 80px;
}

.section3 .section_list.text li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
  height: 104px;
  padding: 20px 0 0;
  border: 1px solid #E2E6EA;
  border-radius: 50%;
  background-color: #FFF;
  color: #A6ADB3;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  transition: all 0.25s ease-in-out;
}

.section3 .section_list.text li div span {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
}

.section3 .section_list.text li p {
  color: #A6ADB3;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.25s ease-in-out;
}

.section3 .section_list.text li.swiper-slide-active div {
  background-color: #653FFD;
  color: #fff;
}

.section3 .section_list.text li.swiper-slide-active p {
  color: #1F2122;
}

.section3 .section_list_scroll {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 28px;
  width: 254px;
  height: 550px;
  margin: auto;
  border-radius: 33px;
}

.section3 .section_list_box {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 465px;
  height: 620px;
  background: url("../images/app/img_section3_bg.png") no-repeat center;
}

.section3 .section_list.img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 762px;
  margin-top: 0;
  transition: transform 0.5s ease-in-out;
}

.section3 .section_list_control {
  display: none;
}

/* section4 */
.section4 {
  text-align: center;
}

.section4 .section_title {
	position: relative;
  display: inline-block;
}

.section4 .section_title span {
  position: absolute;
  top: 12px;
  left: calc(100% + 16px);
  width: 76px;
  height: 32px;
  padding: 0 10px;
  border-radius: 8px;
  background-color: rgba(101, 63, 253, .15);
  color: #653FFD;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  vertical-align: top;
}

.section4 .section_list li {
  width: calc(33.33% - 20px);
  padding: 40px;
  border-radius: 20px;
  background-color: #F5F8FA;
}

.section4 .section_list li+li {
  margin-left: 30px;
}

.section4 .section_list li+li:before {
  display: block;
  position: absolute;
  top: 0;
  left: -42px;
  bottom: 0;
  width: 54px;
  height: 54px;
  margin: auto 0;
  border-radius: 50%;
  background: #6D767A url("../images/app/svg_section4.svg") no-repeat center;
}

.section4 .section_list li p {
  margin-top: 32px;
  color: #1F2122;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

/* section5~7 */
.section_box .box.text .section_title {
  margin-top: 16px;
}

.section_box .box.text .section_text {
  margin-top: 16px;
}

/* section5 */
.section5 {
  background-color: #F5F8FA;
}

/* section7 */
.section7 .section_title span {
  height: 32px;
  margin-top: 12px;
  margin-left: 12px;
  padding: 0 10px;
  border-radius: 8px;
  background-color: rgba(101, 63, 253, .15);
  color: #653FFD;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  vertical-align: top;
}

/* section8 */
.section8 {
  background-color: #F0FAEF;
}

.section8 .section_box .box.text .section_title span {
  color: #00BC56;
}

.section8 .section_box .box.text .section_list {
  margin-top: 72px;
}

.section8 .section_box .box.text .section_list li+li {
  margin-left: 10px;
}

.section8 .section_box .box.text .section_list li a {
  display: block;
  width: 200px;
  padding: 18px 0;
  border: 2px solid #E2E6EA;
  border-radius: 20px;
  background-color: #fff;
  color: #1F2122;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
}

.section8 .section_box .box.text .section_list li a img {
  margin-right: 10px;
}

.section8 .section_box .box.img {
  text-align: center;
}

.section8 .btn {
  display: none;
}

@media all and (max-width:1200px) {
  .section3 .section_list.text {
    margin-left: 60px;
  }

  .section3 .section_list_box {
    right: -40px;
  }

  .section4 .section_list li {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section4 .section_list li p {
    font-size: 16px;
    line-height: 26px;
  }

  .section8 .section_box .box.text {
    width: calc(100% - 390px);
  }

  .section8 .section_box .box.img {
    width: 360px;
  }
}

@media all and (min-width:1001px) {
  .section3 .section_list.text {
    transform: none !important;
  }
}

@media all and (max-width:1000px) {
  .visual .visual_item.n1:before {
    background-image: url("../images/app/img_section1_1_m.jpg");
  }

  /* section */
  .section_list {
    margin-top: 60px;
  }

  section.section_box {
    position: relative;
    padding-bottom: 437px !important;
  }

  .section2 .section_box {
    position: relative;
    padding-bottom: 357px !important;
  }

  section.section_box .wrap {
    position: static;
  }

  .section_box .box {
    display: block;
    width: 100%;
  }

  .section_box .box+.box {
    margin-left: 0;
  }

  .section_box .box.text {
    padding-left: 0;
  }

  .section_box .box.text img {
    width: 32px;
  }

  .section2 .section_box .box.img,
  section.section_box .box.img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .section_box .wrap .box.img {
    bottom: 80px;
    max-width: 360px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* section3 */
  .section3 {
    padding: 80px 0 58px 0 !important;
  }

  .section3 .section_text {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
  }

  .section3 .section_list_wrap {
    padding: 40px 0 0;
    text-align: center;
  }

  .section3 .swiper-container {
    width: 234px;
    margin: 8px auto 0;
  }

  .section3 .section_list.text {
    display: flex;
    margin: 0;
  }

  .section3 .section_list.text:before {
    top: -164px;
    left: 350px;
    bottom: auto;
    height: 368px;
    transform: rotate(90deg);
  }

  .section3 .section_list.text li {
    width: inherit;
    padding: 0;
    text-align: center;
  }

  .section3 .section_list.text li+li {
    margin-top: 0;
  }

  .section3 .section_list.text li div {
    position: relative;
    top: auto;
    left: auto;
    width: 102px;
    height: 38px;
    margin: 0 auto 16px;
    padding: 0;
    border-radius: 19px;
    font-size: 18px;
    line-height: 38px;
  }

  .section3 .section_list.text li div span {
    display: inline-block;
    margin-left: 4px;
    font-size: 18px;
    font-weight: 700;
    vertical-align: top;
  }

  .section3 .section_list.text li p {
    font-size: 15px;
    line-height: 23px;
  }

  .section3 .section_list_scroll {
    top: 7px;
    width: 174px;
    height: 377px;
    border-radius: 25px;
  }

  .section3 .section_list_box {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 320px;
    height: 427px;
    background-size: 320px auto;
  }

  /* section4 */
  .section4 .section_title {
    position: relative;
    padding-top: 56px;
  }

  .section4 .section_title span {
    top: 0;
    left: calc(50% - 38px);
  }

  .section4 .section_list li {
    display: block;
    width: 100%;
    padding: 24px;
  }

  .section4 .section_list li+li {
    margin: 24px 0 0;
  }

  .section4 .section_list li+li:before {
    top: -36px;
    left: 0;
    right: 0;
    bottom: auto;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    background-size: 11px auto;
    transform: rotate(90deg);
  }

  .section4 .section_list li img {
    width: 230px;
  }

  .section4 .section_list li p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 23px;
  }

  /* section5~7 */
  section.section_box .box.text .section_title {
    margin-top: 24px;
  }

  .section_box .box.text .section_text {
    margin-top: 24px;
  }

  /* section7 */
  .section7 .section_title span {
    margin-top: 0;
    margin-left: 16px;
  }

  /* section8 */
  .section8 {
    padding: 120px 0 !important;
    text-align: center;
  }

  .section8 .section_box .box.text {
    width: 100%;
    margin-bottom: 40px;
  }

  .section8 .section_box .box.text .section_list {
    display: none;
  }

  .section8 .section_box .box.img {
    display: none;
  }

  .section8 .btn {
    display: inline-block;
  }
}