.l-sub-img {
  background-image: url(../img/products/bg_mv01.png)
}

@media all and (min-width: 600px) {
  .l-sub-img {
    background-image: url(../img/products/bg_mv02.png)
  }
}

.bg-degree {
  position: relative
}

.bg-degree-in {
  position: relative;
  z-index: 2
}

.bg-degree:before, .bg-degree:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -5px;
  height: 100%;
  width: 50%;
  background: #F7F8FA
}

.bg-degree:before {
  left: 0;
  -webkit-transform: skewY(5.2deg);
  -ms-transform: skewY(5.2deg);
  transform: skewY(5.2deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.bg-degree:after {
  right: 0;
  -webkit-transform: skewY(-5.2deg);
  -ms-transform: skewY(-5.2deg);
  transform: skewY(-5.2deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.point {
  position: relative;
  padding: 41px 0 68px;
  background-image: url(../img/products/bg_point01-sp.png);
  background-position: center center;
  background-size: cover;
  box-sizing: border-box
}

.point__head {
  margin-bottom: 11px;
  font-size: 2.1rem;
  color: #012560;
  font-weight: 700
}

.point .point-list__item+.point-list__item {
  margin-top: 54px
}

.point .point-list__head {
  font-size: 2.5rem;
  color: #012560;
  font-weight: 700;
  text-align: center
}

.point .point-list__img {
  width: 168px;
  margin: 2px auto 10px
}

.point .point-scroll {
  bottom: 28px
}

.point .point-scroll__link {
  color: #012560
}

.point .point-scroll__link:before, .point .point-scroll__link:after {
  border-bottom: 1px solid #012560;
  border-right: 1px solid #012560
}

@media all and (min-width: 600px) {
  .point {
    padding: 85px 0 102px;
    background-image: url(../img/products/bg_point01-pc.png)
  }
  .point__in {
    width: 1040px
  }
  .point__head {
    margin-bottom: 35px;
    font-size: 3.5rem;
    text-align: center
  }
  .point .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .point .point-list__item {
    width: 305px
  }
  .point .point-list__item+.point-list__item {
    margin-top: 0
  }
  .point .point-list__head {
    font-size: 3rem
  }
  .point .point-list__img {
    width: 254px;
    margin: 10px auto 6px
  }
  .point .point-list__txt {
    font-size: 2rem
  }
  .point .point-scroll {
    bottom: -5px
  }
}

.flow {
  margin-top: -25px;
  position: relative;
  padding: 56px 0 88px;
  background-image: url(../img/products/bg_products01-sp.png);
  background-position: center 0;
  background-size: cover;
  box-sizing: border-box
}

.flow .flow-list {
  margin-top: 6px
}

.flow .flow-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flow .flow-list__item:nth-child(even):before {
  position: absolute;
  top: -134px;
  right: 50%;
  width: 3px;
  height: 164%;
  content: "";
  background: #012560;
  -webkit-transform: rotate(139deg);
  -ms-transform: rotate(139deg);
  transform: rotate(139deg)
}

.flow .flow-list__item:nth-child(odd):before {
  position: absolute;
  top: -134px;
  right: 54%;
  width: 3px;
  height: 164%;
  content: "";
  background: #012560;
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg)
}

.flow .flow-list__item:first-child:before {
  content: none
}

.flow .flow-list__item+.flow-list__item {
  margin-top: 70px
}

.flow .flow-list__img {
  width: 43%;
  position: relative;
  z-index: 5
}

.flow .flow-list__txt-area {
  width: 49%
}

.flow .flow-list__head {
  font-weight: 700;
  margin-bottom: 5px
}

.flow .flow-list__txt {
  font-size: 1.3rem;
  line-height: 1.5
}

.flow .flow-list__txt a {
  color: #012560;
  font-weight: 700
}

.flow .point-scroll {
  bottom: 37px
}

.flow .point-scroll__link {
  color: #012560
}

.flow .point-scroll__link:before, .flow .point-scroll__link:after {
  border-bottom: 1px solid #012560;
  border-right: 1px solid #012560
}

@media all and (min-width: 600px) {
  .flow {
    margin-top: -94px;
    padding: 131px 0 200px;
    background-image: url(../img/products/bg_products01-pc.png)
  }
  .flow__intro {
    font-size: 1.8rem;
    text-align: center
  }
  .flow .flow-list {
    margin-top: 30px
  }
  .flow .flow-list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .flow .flow-list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .flow .flow-list__item:nth-child(even):before {
    position: absolute;
    top: -280px;
    right: 59%;
    width: 5px;
    height: 610px;
    content: "";
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg)
  }
  .flow .flow-list__item:nth-child(4):before {
    top: -275px;
    right: 58%;
    height: 728px;
    -webkit-transform: rotate(134deg);
    -ms-transform: rotate(134deg);
    transform: rotate(134deg)
  }
  .flow .flow-list__item:nth-child(odd):before {
    position: absolute;
    top: -356px;
    right: 61%;
    width: 5px;
    height: 560px;
    content: "";
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg)
  }
  .flow .flow-list__item:first-child:before {
    content: none
  }
  .flow .flow-list__item+.flow-list__item {
    margin-top: 70px
  }
  .flow .flow-list__img {
    margin-right: 30px
  }
  .flow .flow-list__img img {
    transform: scale(0.66);
  }
  .flow .flow-list__img.img01 {
    width: 312px
  }
  .flow .flow-list__img.img02 {
    width: 316px
  }
  .flow .flow-list__img.img03 {
    width: 314px
  }
  .flow .flow-list__img.img04 {
    width: 432px;
        right: -50px;
  }
  .flow .flow-list__img.img05 {
    width: 298px
  }
  .flow .flow-list__img.img06 {
    width: 317px
  }
  .flow .flow-list__img.img07 {
    width: 310px
  }
  .flow .flow-list__img.img08 {
    width: 319px
  }
  .flow .flow-list__txt-area {
    width: 325px
  }
  .flow .flow-list__head {
    font-size: 2.2rem;
    margin-bottom: 5px
  }
  .flow .flow-list__txt {
    font-size: 1.8rem
  }
  .flow .flow-list__txt a {
    font-weight: 700;
    text-decoration: none
  }
}

.iwa {
  padding: 46px 0 50px
}

.iwa__in {
  position: relative;
  z-index: 555
}

.iwa__in:before {
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 496px;
  height: 496px;
  content: "";
  background: url(../img/products/bg_iwa01.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 5
}

.iwa__in:after {
  position: absolute;
  bottom: -49px;
  left: 0;
  width: 100%;
  height: 37px;
  content: "";
  background: #F7F8FA
}

.iwa__head {
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 5px;
  color: #012560
}

.iwa .iwa-list {
  position: relative;
  margin-top: 20px;
  z-index: 5
}

.iwa .iwa-list__item {
  padding: 0 45px
}

.iwa .iwa-list__item+.iwa-list__item {
  margin-top: 40px
}

.iwa .iwa-list__head {
  margin: 6px 0 5px;
  text-align: center;
  font-weight: 700
}

.iwa .iwa-list__txt {
  font-size: 1.3rem
}

.iwa .iwa-about {
  position: relative;
  margin-top: 68px;
  z-index: 5
}

.iwa .iwa-about__img {
  width: 66px;
  margin: 0 auto
}

.iwa .iwa-about__head {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700
}

.iwa .iwa-about__txt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 27px
}

@media all and (min-width: 600px) {
  .iwa {
    padding: 44px 0 50px
  }
  .iwa__in:before {
    bottom: -220px;
    width: 1247px;
    height: 1247px
  }
  .iwa__in:after {
    bottom: -49px;
    left: -100%;
    width: 1000%;
    height: 92px
  }
  .iwa__head {
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center
  }
  .iwa__intro {
    font-size: 3rem;
    font-weight: 500;
    text-align: center
  }
  .iwa .iwa-list {
		margin: 142px -10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .iwa .iwa-list__item {
    padding: 0;
    width: 30%;
		margin: 0 10px;
  }
  .iwa .iwa-list__item img {
    padding: 0;
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .iwa .iwa-list__item+.iwa-list__item {
    margin-top: 0
  }
  .iwa .iwa-list__head {
    margin: 10px 0 2px;
    font-size: 2rem
  }
  .iwa .iwa-list__txt {
    font-size: 2rem
  }
  .iwa .iwa-about {
    margin-top: 106px;
    padding-bottom: 20px
  }
  .iwa .iwa-about__img {
    width: 88px;
    margin-bottom: 14px
  }
  .iwa .iwa-about__head {
    font-size: 2.2rem
  }
  .iwa .iwa-about__txt {
    font-size: 1.8rem
  }
}
