
.l-header{
  position: fixed;
  background: none;
}
.l-header__pc{
  background: none;
}
.l-header__sp{
  background: none;
}
@media screen and (max-width: 960px) {
  .p-FV__hero{
    padding: 60px 0 40px;
  }
}
.p-FV__container{
  min-height: calc(100vh - 30px);
}
.p-FV__contact{
  padding: 100px 40px 40px;
}
.p-FV__hero{
  padding: 100px 40px 40px;
}
@media screen and (max-width: 960px) {
  .p-FV__contact{
    padding: 100px 20px 40px;
  }
  .p-FV__hero{
    padding: 100px 0 40px;
    max-width: 620px;
  }
}
.p-FV__hero-catchcopy{
  margin-bottom: 20px;
}
.p-FV__hero-wrap{
  justify-content: center;
}
.p-FV__hero-link{
  max-width: 100%;
}
.p-FV__img-content{
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-FV__img-content{
    top: 10px;
    right: 0;
    max-width: 22vw;
  }
}
@media screen and (max-width: 380px) {
  .p-FV__img-content{
    top: 10px;
    max-width: 80px;
  }
}