.page-fv {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.page-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.page-fv .texts {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.page-fv .texts h1 {
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}

.page-fv .texts p {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-top: 15px;
}

.content section {
  padding: 80px 0;
}

.content section .ttls h2 {
  font-size: 45px;
  line-height: 1;
}

.content section .ttls p {
  margin-top: 13px;
  line-height: 1;
}

@media screen and (max-width: 1152px) {
  .content section .ttls h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 490px) {
  .page-fv {
    height: 600px;
  }

  .page-fv .texts {
    padding: 0 20px;
  }

  .page-fv .texts h1 {
    font-size: 10.2564102564vw;
  }

  .page-fv .texts p {
    margin-top: 10px;
    font-size: 4.1025641026vw;
  }

  .content section {
    padding: 40px 0;
  }
}
/*# sourceMappingURL=page-common.css.map */