@charset "UTF-8";
/*=======================================
五つの魅力
=========================================*/
.l-pagetitle {
  background-image: url(../img/point/pagetitle_img1.jpg);
  margin-bottom: 0;
}

.p-point__content {
  padding-top: 10.28571vw;
  height: 117.42857vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.p-point__content .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-point__content .bg img {
  position: sticky;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.p-point__content .c-txt1 {
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.p-point__content .c-txt1 .c-title2 {
  margin-bottom: 0;
  position: sticky;
  left: 0;
  top: 10.28571vw;
}
.p-point__content .c-txt1-l {
  padding-top: 57.14286vw;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-point__content {
    padding-top: 32vw;
    padding-bottom: 32vw;
    height: auto;
  }
  .p-point__content .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-point__content .bg img {
    position: sticky;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  .p-point__content .c-txt1 {
    display: block;
  }
  .p-point__content .c-txt1 .c-title2 {
    position: static;
    top: 0;
  }
  .p-point__content .c-txt1-l {
    padding-top: 27.73333vw;
  }
}
