@-webkit-keyframes clipPathSlideIn {
  0% {
    -webkit-clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
            clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
@keyframes clipPathSlideIn {
  0% {
    -webkit-clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
            clip-path: polygon(0 20%, 0% 20%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
}
@-webkit-keyframes clipPathSlideInTab {
  0% {
    -webkit-clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
            clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}
@keyframes clipPathSlideInTab {
  0% {
    -webkit-clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
            clip-path: polygon(0 10%, 0% 10%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  }
}
@-webkit-keyframes clipPathSlideInSp {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes clipPathSlideInSp {
  0% {
    -webkit-clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
            clip-path: polygon(0 0%, 0% 0%, 0% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes loadingFadeOutBg {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes loadingFadeOutBg {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes loadingFadeOutLogo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  80% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 65%;
  }
}
@keyframes loadingFadeOutLogo {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  80% {
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 65%;
  }
}
@-webkit-keyframes solutionTextAnimaiton {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes solutionTextAnimaiton {
  0% {
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  40%, 60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@-webkit-keyframes solutionTextBorderAnimaiton {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes solutionTextBorderAnimaiton {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes front-pageLoadingAnimation {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes front-pageLoadingAnimation {
  0% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.p-page-hero {
  background-image: url(../../../../themes/ALIVE2023/assets/images/contact/hero-pc.jpg);
}

@media screen and (max-width: 600px) {
  .p-page-hero {
    background-image: url(../../../../themes/ALIVE2023/assets/images/contact/hero-sp.jpg);
  }
}
.p-page-lead {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .p-page-lead {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .p-page-lead {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.4rem;
  }
}
.p-form {
  padding-top: 0;
}
.p-form__item {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 50px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__item-head {
  width: 25%;
  font-size: bold;
}
.p-form__item-body {
  width: 75%;
}
.p-form__item-body-select {
  position: relative;
}
.p-form__item-body-select select {
  color: #191919;
}
.p-form__item-body-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #191919;
  border-right: 2px solid #191919;
  z-index: 1;
}
.p-form__item select option:first-child {
  color: #757575;
  background: red;
}
.p-form__item select, .p-form__item input[type=text], .p-form__item input[type=email], .p-form__item textarea {
  padding: 15px;
  border-radius: 5px;
  border: none;
  background-color: #F7F7F7;
}
.p-form__item select, .p-form__item input[type=text], .p-form__item input[type=email] {
  width: 70%;
  min-width: 350px;
}
.p-form__item select:invalid {
  color: #707070;
}
.p-form__item textarea {
  width: 100%;
}
.p-form .required {
  color: #E73227;
  font-size: 1.4rem;
  margin-left: 0.5em;
}
.p-form__submit {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__submit-privacy {
  cursor: pointer;
}
.p-form__submit-privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__submit-privacy label input {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.p-form__submit-privacy label span {
  margin-left: 10px;
}
.p-form__submit-submit {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.p-form__error {
  color: #E73227;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .p-form {
    padding-top: 0;
  }
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0;
  }
  .p-form__item-head {
    width: 100%;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .p-form__item-body {
    width: 100%;
    margin-top: 5px;
  }
  .p-form__item select, .p-form__item input[type=text], .p-form__item input[type=email], .p-form__item textarea {
    padding: 10px;
    min-width: auto;
    font-size: 1.6rem;
    position: relative;
  }
  .p-form__item select, .p-form__item input[type=text], .p-form__item input[type=email] {
    width: 100%;
  }
  .p-form .required {
    font-size: 1.2rem;
  }
  .p-form__submit {
    margin-top: 30px;
  }
  .p-form__submit-privacy label span {
    margin-left: 20px;
    font-size: 1.3rem;
  }
}
.p-thanks {
  margin-top: 100px;
}
.p-thanks__title {
  font-size: 6rem;
}
.p-thanks__text {
  margin-top: 50px;
}
.p-thanks__btn {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-thanks {
    margin-top: 50px;
  }
  .p-thanks__title {
    font-size: 4rem;
  }
  .p-thanks__text {
    margin-top: 50px;
  }
  .p-thanks__btn {
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .p-thanks {
    margin-top: 20px;
  }
  .p-thanks__title {
    font-size: 2.5rem;
  }
  .p-thanks__text {
    margin-top: 30px;
  }
  .p-thanks__btn {
    margin-top: 50px;
  }
}