@charset "UTF-8";

.main .bg{
  background-image: url(../img/bg.webp);
  background-size: 100% auto;
  background-position: center bottom;
}

.main .bnr_3point{
  display: block; width: calc(716/768*100%); margin: 0 auto;
}
.main .head{
  width: calc(734/768*100%); margin: 0 auto;
}


.main .item4{
  width: calc(731/768*100%); margin: 0 auto;
}


.main .totop_wrap{
  display: flex; justify-content: flex-end; margin: 0 4% 0 0;
}
.main .totop{
  display: flex; align-items: center; gap: 0 0.3em;
  color: #C4007F; cursor: pointer;
  border-style: solid; border-color: #C4007F; border-width: 0 0 1px;
}
.main .totop::before{
  content: ""; width: 1em; height: 0.75em; background-color: #C4007F;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}