@charset "UTF-8";
/* 追加CSS
-----------------------------------------------*/

/* Contact Form7用
-----------------------------------------------*/
.p-form__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.p-form__item .p-form__label {
  font-size: 20px;
}
.p-contact__form .p-form__item .p-form__label span {
  margin-left: 10px;
  color: #880404;
  line-height: calc(85 / 22);
  font-size: 14px;
}
.p-form__item label + span {
  width: calc(840 / 1220 * 100%);
}
.p-form__item .p-form__input, .p-form__item textarea {
  width: 100%;
  padding: 30px;
  border: 1px solid #d6d6d4;
  border-radius: 10px;
}
.p-form__item input placeholder, 
.p-form__item textarea placeholder {
  color: #b5b5b5;
}
.p-form__item textarea {
  height: 300px;
}
.p-form__item.p-form__textarea {
  align-items: flex-start;
}
.p-form__item.p-form__textarea .p-form__label{
  padding-top: 15px;
}
.p-form__item.p-form__accept {
  justify-content: center;
}
.p-form__item.p-form__submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-form__checkbox-text {
  position: relative;
  padding-left: 30px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.75;
}
.p-form__checkbox-text a {
  border-bottom: 1px dotted #707070;
}
.p-form__checkbox + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 6px;
  background-color: #fff;
}
.p-form__checkbox:checked + .wpcf7-list-item-label::before {
  border-color: #3498db;
}
.p-form__checkbox:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 10px;
  height: 15px;
  border: solid #2a2a2a;
  border-width: 0 2px 2px 0;
}
.p-form__text-box {
  text-align: center;
  padding-top: 60px;
}
.p-form__text {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  line-height: 1.75;
}
.p-form__submit input {
  width: 550px;
  max-width: 100%;
  aspect-ratio: 1 / 0.217;
  max-height: 119px;
  background: url('../images/btn-contact.png') no-repeat;
  background-size: contain;
  transition: ease-in-out 0.3s;
  color: transparent;
}
.p-form__submit input:hover {
  opacity: 0.7;
}
.p-form__item .wpcf7-spinner {
  margin: 10px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-form__item .p-form__label {
    font-size: 18px;
  }
  .p-form__text-box {
    text-align: left;
  }
}
@media screen and (max-width: 590px) {
  .p-form__item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .p-form__item label + span {
    width: 100%;
  }
  .p-form__input, .p-form__item textarea {
    width: 100%;
  }
  .p-form__item .p-form__label {
    font-size: 14px;
    display: block;
  }
  .p-form__item.p-form__textarea .p-form__label{
    padding-top: 0;
  }
  .p-form__input, .p-form__item textarea {
    padding: 15px;
  }
  .p-form__text-box {
    padding-top: 30px;
}
}
/* 下層個別ページ
-----------------------------------------------*/
.l-page-content {
  padding-top: 300px;
  padding-bottom: 70px;
  background: url('../images/kv-03.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  min-height: 500px;
}
.p-page-title {
  font-size: 40px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}
.p-thanks__text {
    line-height: 1.75;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    margin-bottom: 2em;
    color: #fff;
}
@media screen and (max-width: 960px) {
  .p-page-title {
    font-size: 26px;
  }
}