@font-face {
  font-family: "ZenMaruGothic";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ZenMaruGothic-Regular-Subset.woff2) format("woff2");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/ZenMaruGothic-Medium-Subset.woff2) format("woff2");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ZenMaruGothic-Bold-Subset.woff2) format("woff2");
}
.p-kv {
  width: 100%;
  height: 100vh;
  position: relative;
}

.p-kv__bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../media/images/home/fv_pc.webp) center/cover no-repeat;
}
@media only screen and (max-width: 480px) {
  .p-kv__bg {
    background: url(../media/images/home/fv_sp.webp) center/cover no-repeat;
  }
}

.p-kv__catch-container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 6.75vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media only screen and (max-width: 1271px) {
  .p-kv__catch-container {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__catch-container {
    top: 8%;
  }
}

.p-kv__sub-catch {
  margin-top: 48px;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .p-kv__sub-catch {
    font-size: 18px;
    gap: 8px;
  }
}

.p-kv__link-container {
  position: absolute;
  z-index: 2;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  gap: 80px;
}
@media only screen and (max-width: 1271px) {
  .p-kv__link-container {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-kv__link-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    bottom: 48px;
  }
}

.p-kv__link-button {
  min-width: 360px;
  padding: 15px 43px 14px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1271px) {
  .p-kv__link-button {
    min-width: 320px;
    padding: 12px;
  }
}

.p-kv__link-text {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.004%;
  padding-left: 48px;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .p-kv__link-text {
    font-size: 28px;
  }
}
.p-kv__link-text:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-kv__link-text.--tel:before {
  background: url(../media/images/home/icon_kv_button_tel.svg) center/contain no-repeat;
}
.p-kv__link-text.--link:before {
  background: url(../media/images/home/icon_kv_button_link.svg) center/contain no-repeat;
}

.p-kv__deco {
  position: relative;
  width: 100%;
}
.p-kv__deco::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 30vw;
  height: 74vh;
  background: url(../media/images/common/fv_deco_left.webp) left bottom/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-kv__deco::before {
    width: 48vw;
    height: 48vh;
  }
}
.p-kv__deco::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 30vw;
  height: 74vh;
  background: url(../media/images/common/fv_deco_right.webp) right bottom/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-kv__deco::after {
    width: 48vw;
    height: 48vh;
  }
}