@charset "utf-8";

.lp-fredrik {
  height: 647px;
  background-size: cover;
  background-position: center;
  background-image:url('../images/back_pc.png');
  color: white;
  box-sizing: border-box;
  padding-top: 150px;
}
@media screen and (min-width:751px) and ( max-width:1280px) {
  .lp-fredrik {
    height: 50.55vw;
    padding-top: 11.72vw;
  }
}
@media screen and ( max-width:750px) {
  .lp-fredrik {
    background-image:url('../images/back_sp.png');
    height: 722px;
    height: 192.53vw;
    padding-top: 146px;
    padding-top: 38.93vw;
  }
}

.lp-fredrik .image {
  width: 102px;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media screen and (min-width:751px) and ( max-width:1280px) {
  .lp-fredrik .image {
    width: 7.97vw;
    margin-bottom: 6.48vw;
  }
}
@media screen and ( max-width:750px) {
  .lp-fredrik .image {
    width: 90px;
    width: 24vw;
    margin-bottom: 95px;
    margin-bottom: 25.33vw;
  }
}
.lp-fredrik .image>img {
  width: 100%;
}
.lp-fredrik p {
  width: 435px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.86;
  text-align: left;
  /* text-justify: inter-ideograph;
  text-align: justify; */
}
@media screen and (min-width:751px) and ( max-width:1280px) {
  .lp-fredrik p {
    width: 33.98vw;
    font-size: 1.09vw;
  }
}
@media screen and ( max-width:750px) {
  .lp-fredrik p {
    width: 270px;
    width: 72vw;
    font-size: 15px;
    font-size: 4vw;
  }
}
