#sec_pagettl .bg {
  background: url(../img/adv1/circle_bg.jpg) no-repeat center center;
}
.pageMv {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}
.pageMv .q,
.pageMv .point1,
.pageMv .point2,
.pageMv .point3,
.pageMv .point4 {
  position: absolute;
  left: calc(50% - 173px);
  top: calc(50% - 173px);
}
.pageMv .q img,
.pageMv .point1 img,
.pageMv .point2 img,
.pageMv .point3 img,
.pageMv .point4 img {
  position: relative;
  transition: 0.5s;
}
.pageMv .q:hover img,
.pageMv .point1:hover img,
.pageMv .point2:hover img,
.pageMv .point3:hover img,
.pageMv .point4:hover img {
  transform: scale(1.1);
}
.pageMv .point1 img {
  left: -340px;
  top: -220px;
}
.pageMv .point2 img {
  left: -340px;
  top: 220px;
}
.pageMv .point3 img {
  left: 340px;
  top: -220px;
}
.pageMv .point4 img {
  left: 340px;
  top: 220px;
}
.test {
}

#sec5 {
  background: #3694dc;
}
#sec5 .maxWidthFHD {
  background: url("../img/adv1/bg1.jpg") no-repeat right top;
  padding: 180px 0px;
}
#sec5 .msg span {
  position: relative;
  padding: 0px 20px;
}
#sec5 .msg span::before {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  left: 0px;
  height: 25px;
  border-right: solid 2px #fff;
  transform: rotate(-20deg);
}
#sec5 .msg span::after {
  position: absolute;
  content: "";
  display: block;
  top: 7px;
  right: 0px;
  height: 25px;
  border-right: solid 2px #fff;
  transform: rotate(20deg);
}
#sec_flow .list li {
  display: flex;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
}
#sec_flow .list li:last-child {
  margin-bottom: 0px;
}
#sec_flow .list li::after {
  position: absolute;
  display: block;
  content: "";
  border-top: solid 20px #1859a9;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  left: calc(50% - 12px);
  bottom: -35px;
}
#sec_flow .list li:last-child:after {
  display: none;
}
#sec_flow .list li .num {
  width: 100px;
  padding: 30px 20px 30px 30px;
  font-size: 40px;
  font-weight: bold;
}
#sec_flow .list li .num > span {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 1px #aaa;
  justify-content: center;
  align-items: center;
  position: relative;
}
#sec_flow .list li .num > span::before {
  display: block;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 45px;
  height: 45px;
  background: #fff;
}
#sec_flow .list li .num > span > span {
  position: relative;
}
#sec_flow .list li .text {
  padding: 40px 10px;
  width: calc(60% - 100px);
}
#sec_flow .list li .photo {
  width: 40%;
}
#sec_flow .list li .photo img {
  width: 100%;
  border-radius: 0px 5px 5px 0px;
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
  #sec_pagettl .bg {
    background-size: auto 650px;
  }
  .pageMv {
    height: 650px;
  }
  .pageMv .q,
  .pageMv .point1,
  .pageMv .point2,
  .pageMv .point3,
  .pageMv .point4 {
    position: absolute;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
  }
  .pageMv .q img,
  .pageMv .point1 img,
  .pageMv .point2 img,
  .pageMv .point3 img,
  .pageMv .point4 img {
    position: relative;
    width: 200px;
  }
  .pageMv .point1 img {
    left: -220px;
    top: -120px;
  }
  .pageMv .point2 img {
    left: -220px;
    top: 120px;
  }
  .pageMv .point3 img {
    left: 220px;
    top: -120px;
  }
  .pageMv .point4 img {
    left: 220px;
    top: 120px;
  }
  #sec5 .maxWidthFHD {
    background: url("../img/adv1/bg1.jpg") no-repeat top right 25%;
    background-size: cover;
    padding: 100px 0px;
  }
  #sec_flow .list li {
    display: flex;
    flex-wrap: wrap;
  }
  #sec_flow .list li .num {
    width: 50px;
    padding: 15px 5px 15px 15px;
    font-size: 30px;
    font-weight: bold;
  }
  #sec_flow .list li .num > span {
    display: flex;
    width: 50px;
    height: 50px;
  }
  #sec_flow .list li .num > span::before {
    left: -2px;
    top: -2px;
    width: 30px;
    height: 30px;
  }
  #sec_flow .list li .text {
    padding: 25px 10px;
    width: calc(100% - 100px);
  }
  #sec_flow .list li .photo {
    width: 100%;
  }
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  #sec_pagettl .bg {
    background-size: auto 450px;
  }
  .pageMv {
    height: 450px;
  }
  .pageMv .q,
  .pageMv .point1,
  .pageMv .point2,
  .pageMv .point3,
  .pageMv .point4 {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }
  .pageMv .q img,
  .pageMv .point1 img,
  .pageMv .point2 img,
  .pageMv .point3 img,
  .pageMv .point4 img {
    position: relative;
    width: 120px;
  }
  .pageMv .point1 img {
    left: -120px;
    top: -70px;
  }
  .pageMv .point2 img {
    left: -120px;
    top: 70px;
  }
  .pageMv .point3 img {
    left: 120px;
    top: -70px;
  }
  .pageMv .point4 img {
    left: 120px;
    top: 70px;
  }
  #sec5 .msg span::before {
    height: 20px;
    left: 0px;
  }
  #sec5 .msg span::after {
    height: 20px;
    right: 0px;
  }
  .en #sec5 .msg span.mark{
    display: inline-block;
    text-align: center;
  }
  .en #sec5 .msg span.mark::before,
  .en #sec5 .msg span.mark::after {
    height: 41px;
  }
}
