

.p-form__txt {
  margin-bottom: 3.625rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* .p-form._partnership {
    margin-top: calc(100rem / 16);
  } */
  .p-form__txt {
    margin-bottom: 2.875rem;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (min-width: 500px) {
  .ly-fv {
    aspect-ratio: 96 / 115;
  }
  .p-fv__contact {
    margin-top: -8.125rem;
  }
}

/* @media screen and (min-width: 769px) {
  .ly-fv {
    aspect-ratio: unset;
    height: 59.5168374817vw;
  }
  .ly-fv img {
    width: 100vw;
    max-width: 1366px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .p-fv__contact {
    margin-top: -8.27232796486vw;
  }
  .l-header__item a {
    line-height: 3.95314787701vw;
  }
} */
/*
@media screen and (min-width: 1367px) {
  .ly-fv {
    height: 948px;
    text-align: center;
  }
  .ly-fv img {
    width: 1500px;
    max-width: 1500px;
  }
  .p-fv__contact {
    margin-top: -113px;
  }
}

@media screen and (min-width: 1501px) {
  .ly-fv {
    height: 1055px;
    text-align: center;
  }
  .ly-fv::after {
    content: '';
    background: url(../img/fix/fv-bg.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 88px;
    z-index: -2;
  }
  .ly-fv::before {
    content: '';
    width: 100%;
    height: 197px;
    background:#263290;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .ly-fv img {
    width: 2000px;
    max-width: 2000px;
  }
} */

.guideline-popup {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  z-index: 9999;
}
.guideline-popup.is-active {
  opacity: 1;
  pointer-events: auto;
}
.guideline-popup .popup-bg {
  background: rgba(54, 56, 51, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.guideline-popup .popup-body {
  -webkit-transform: translate3d(-50%, -50%, 0);
  display: block;
  left: 50%;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 670px;
}
.guideline-popup .popup-body .close-btn {
  -webkit-transform: translateY(-100%);
  background: #fff url(https://senjokun.com/images/close.svg) no-repeat center / 0.75rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  height: 1.8125rem;
  position: absolute;
  right: 10px;
  top: 0;
  transform: translateY(-100%);
  transition: 0.4s ease;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  width: 1.8125rem;
}
.guideline-popup .popup-body .close-btn:hover,
.guideline-popup .popup-body .close-btn:active {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
.guideline-popup .popup-banner {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
  transition: 0.4s ease;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
}
.guideline-popup .popup-banner:hover,
.guideline-popup .popup-banner:active {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
  opacity: 1;
}

.p-price__caution {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.5625rem;
}

@media screen and (max-width: 768px) {
  .p-price__caution {
    font-size: 2rem;
    margin-top: 3.125rem;
  }
}
.p-company {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .p-company {
    margin-top: 50px;
  }
}
.p-company__inner {
  max-width: 848px;
  width: 100%;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    padding: 0 18px;
  }
}
.p-company__head {
  margin-inline: auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__head {
    max-width: 220px;
  }
}
.p-company__head__image.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-company__head__image {
    display: none;
  }
  .p-company__head__image.is-sp {
    display: block;
  }
}

.p-company__items {
  max-width: 848px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 64px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-company__items {
    gap: 16px 20px;
    margin-top: 24px;
  }
}

.p-company__items__image {
  max-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-company__items__image img {
  height: auto;
}
