@charset "UTF-8";
/* CSS Document */
main {
  background: linear-gradient(90deg, #fff 15%, #fff 50%, #fff 85%);
  max-width: 780px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: -390px;
}
.section-top {
  margin: 60px auto 0;
  width: 100%;
  max-width: 780px;
}
.section-top img {
  width: 100%;
	vertical-align:top;
}
.section-imp {
  position: relative;
  padding: 30px 0 0;
}
.section-imp_top {
  width: 300px;
  margin: 0 auto 40px;
}
.section-imp h4 {
  font-size: 1.6rem;
  background: linear-gradient(90deg, #fd5392 0%, #ff0084 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin: 0 0;
  text-align: left;
  transform: rotate(-30deg);
  width: 100px;
}
.section-imp h2 {
  font-size: 2.4rem;
  background: linear-gradient(90deg, #fd5392 0%, #ff0084 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin: 0 auto 0 0;
  line-height: 3.6rem;
  width: auto;
}


.section-imp_in1, .section-imp_in2 {
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #ff6ba2 0%, #ff7aa6 60%, #ff8ab5 100%);
}
.section-imp_in1 img, .section-imp_in2 img {
  width: 100%;
  height: auto;
}
.section-imp_in1 p, .section-imp_in2 p {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: left;
  padding: 40px 20px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}



.section-sel {
  background: #fff;
  padding: 60px 0 120px;
}
.section-sel_in {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.section-sel_in h2 {
  font-size: 2.4rem;
  line-height: 3.8rem;
  background: linear-gradient(90deg, #fd5392 0%, #ff0084 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sel_in p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 30px 0 40px;
  padding: 0 0;
  color: #333;
}
.section-sel_in-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 80px;
}
.section-sel_in img {
  width: 100%;
  margin-bottom: 20px;
}
.section-sel_in-imgs {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}


@media(max-width: 780px){
  main {
  left: 0%;
  margin-left: auto;
  }
}