@charset "UTF-8";
.m-page-mv {
  height: 26.5rem;
  padding: 9rem 5rem 0;
  background: url(../../images/common/bg_mv_pc.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .m-page-mv {
    height: 38.6666666667vw;
    padding: 13.3333333333vw 5.3333333333vw 0;
    background: url(../../images/common/bg_mv_pc.png) no-repeat center/cover;
  }
}
.l-header-logo-txt,
.l-gnav-wrap,
.m-cta,
.l-footer-wrapper,
.l-footer-privacy,
.m-menu-icon-wrap {
  display: none;
}

.l-footer {
  padding-top: 0;
  background-color: transparent;
}

.l-header-logo {
  margin-top: 1rem;
}

.m-page-mv {
  height: 9rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-header-logo {
    margin-top: 0;
  }
  .m-page-mv {
    height: 18.6666666667vw;
  }
}
.p-detail {
  padding: 8rem 0 12rem;
}

.p-detail-ttl {
  font-size: 3.8rem;
  line-height: 1.0526315789;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

.p-detail-column {
  width: 100%;
  max-width: 126rem;
  padding-inline: 20px;
  display: grid;
  gap: 2rem;
  grid-template-columns: 40rem 1fr;
  /* PCでは横並び */
  align-items: start;
  margin-top: 8rem;
}

.p-detail-item,
.p-detail-form {
  width: 100%;
}

.p-detail-item-thumb {
  aspect-ratio: 620/347;
  max-height: 34.7rem;
  text-align: center;
}

.p-detail-item-thumb img {
  width: auto;
  height: 100%;
}

.p-detail-item h2 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #EDBB2B;
  margin-top: 6rem;
}
.p-detail-item h3 {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
  margin-top: 6rem;
}
.p-detail-item h3::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #EDBB2B;
  border-radius: 50%;
}
.p-detail-item h4 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 6rem;
}
.p-detail-item p {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-detail {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
  .p-detail-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    margin-top: 10.6666666667vw;
  }
  .p-detail-column {
    max-width: initial;
    padding-inline: initial;
    display: grid;
    grid-template-columns: 1fr;
    gap: 13.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .p-detail-item h2 {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    margin-top: 10.6666666667vw;
  }
  .p-detail-item h3 {
    font-size: 5.8666666667vw;
    line-height: 1.5;
    position: relative;
    padding-left: 4vw;
    margin-top: 10.6666666667vw;
  }
  .p-detail-item h3::before {
    position: absolute;
    top: 3.4666666667vw;
    left: 0;
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background-color: #EDBB2B;
    border-radius: 50%;
  }
  .p-detail-item h4 {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 700;
    margin-top: 6rem;
  }
  .p-detail-item p {
    margin-top: 4vw;
  }
}
