@charset "utf-8";


/* 上書き */
.p-page-heading {
  margin-block-start: 0;
}

.p-top__inner {
  max-width: fit-content;
  background-color: #fff;
  padding: 48px 40px 40px;
}

.p-top__heading {
  opacity: 1;
  text-shadow: none;
  -webkit-animation: none;
  animation: none;
}

.p-top__text {
  margin-block-start: 16px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
  opacity: 1;
  text-shadow: none;
  -webkit-animation: none;
  animation: none;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-top__heading span {
  margin-block-start: 40px;
  font-size: clamp(24px, 20.0784px + 1.0458vw, 32px);
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-top__inner picture {
  display: block;
  max-width: fit-content;
  margin-inline: auto;
}

/* メインビジュアル */
.p-top {
  position: relative;
  padding-block: 64px;
  padding-inline: 16px;
  background-image: url("../images/mv.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f0f0f0;
}

@media not (min-width: 768px) {
  .p-top {
    padding-block: 40px;
  }

  .p-top__heading {
    font-size: 1.7rem;
  }
}

/* その他 */
.s-block {
  margin-block-start: clamp(40px, 20.3922px + 5.2288vw, 80px);
}

.hbspt-block {
  width: min(780px, 100%);
  min-height: 640px;
  margin-block-start: 80px;
  margin-inline: auto;
}