.p-pageContact {
  margin: 60px auto 240px;
}
.p-pageContactHeading {
  margin: 0 auto 90px;
}
.p-pageContactHeading__txt {
  text-align: left;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.p-pageContactHeading__txt span {
  display: inline-block;
}

.p-pageContactMainVisual {
  max-width: 1200px;
  margin: 0 auto;
}
.p-pageContactMainVisual__photo {
  background: url("../images/contact/mainvisual.jpg") center left no-repeat;
  height: 400px;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.p-pageContactMainVisual__txt {
  position: relative;
  box-sizing: border-box;
  padding: 91px 100px 91px;
  max-width: 1110px;
  margin: 0 0 0 90px;
  text-align: left;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.875;
  -webkit-transform: translateY(-86px);
  transform: translateY(-86px);
  background: #fff;
}
.p-pageContactMainVisual__txt p + p {
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .p-pageContactMainVisual__txt {
    padding: 50px 80px 50px;
    font-size: 16px;
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}
@media screen and (max-width: 768px) {
  .p-pageContact {
    margin: 40px auto 100px;
  }
  .p-pageContactHeading {
    margin: 0 auto 40px;
  }
  .p-pageContactHeading__txt {
    font-size: 24px;
  }

  .p-pageContactMainVisual {
    margin: 0 auto;
  }
  .p-pageContactMainVisual__photo {
    background: url("../images/contact/mainvisual.jpg") center left 10% no-repeat;
    height: 250px;
    background-size: cover;
    position: relative;
    z-index: -1;
  }
  .p-pageContactMainVisual__txt {
    padding: 40px 20px 40px;
    margin: 0 0 0 50px;
    font-size: 14px;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  .p-pageContactMainVisual__txt p + p {
    margin-top: 15px;
  }
}

.p-pageContactFormArea {
  margin: 50px auto 0;
}
.p-pageContactFormHeading {
  margin: 0 auto 95px;
}
.p-pageContactFormHeading__txt {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .1em;
}
.p-contactContentsForm {
  padding: 0 20px;
}
.p-pageContactForm__inner {
  max-width: 812px;
  margin: 0 auto 0;
  box-sizing: content-box;
  color: #2a2a2a;
}
.p-contactContentsForm {
}
.p-pageContactFormWrap {
  /* padding: 0 40px; */
}
.p-pageContactForm {
  width: 100%;
}
.p-pageContactForm tr {
}
.p-pageContactForm tr + tr {
  margin-top: 40px;
}
.p-pageContactForm th ,
.p-pageContactForm td {
  font-size: 18px;
  line-height: 1.5;
  vertical-align: top;
  letter-spacing: .1em;
}
.p-pageContactForm th {
  width: 323px;
  text-align: left;
  font-weight: 500;
  box-sizing: border-box;
  padding-top: 13px;
  padding-left: 8px;
}
.p-pageContactForm th span.is-require {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 56px 0 0;
}
.p-pageContactForm th span.is-require:before {
  content: '必須';
  width: 48px;
  height: 20px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border: #888 1px solid;
  background: #888;
  color: #FFF;
  position: absolute;
  margin: auto;
  top: 5px;
  bottom: 0;
  right: 0;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 0 0 2px 0;
  letter-spacing: .1em;
}
.p-pageContactForm th span.is-fontSmall {
  font-size: 16px;
}
.p-pageContactForm td {
  width: calc(100% - 323px);
  box-sizing: border-box;
  text-align: left;
  padding-bottom: 40px;
}
.p-pageContactForm tr:last-of-type td {
  padding-bottom: 0;
}
.p-pageContactFormBlock {
}
.p-pageContactFormBlock input[type=text] ,
.p-pageContactFormBlock input[type=email] ,
.p-pageContactFormBlock input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 55px;
  padding: 15px 15px 12px;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .1em;
  background: #f6f6f6;
  border: #f6f6f6 1px solid;
  color: #2a2a2a;
}
.p-pageContactFormBlock input[type=text]::placeholder {
  color: #ddd;
}
.p-pageContactFormBlock textarea {
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  background: #f6f6f6;
  border: #f6f6f6 1px solid;
  padding: 15px 15px 12px;
  outline: none;
  font-size: 18px;
  line-height: 1.5;
}
.p-pageContactFormSubmit {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 75px;
}
.p-pageContactFormSubmitButton {
  min-width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.p-pageContactFormSubmitButton input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #2a2a2a;
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 13px 30px 11px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  /* transition: all 0.5s ease-out; */
  border-radius: 100px;
}
.p-pageContactFormSubmitButton input[type="submit"][disabled] {
  background-color: #F7F7F7;
  border: 1px solid #E4E4E4;
  color: #AFAFAF;
  font-weight: 500;
  cursor: auto;
}
.p-pageContactFormSubmitButton input[type="submit"]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-pageContactFormArea {
    margin: 20px auto 0;
  }
  .p-pageContactFormHeading {
    margin: 0 auto 50px;
  }
  .p-pageContactFormHeading__txt {
    font-size: 16px;
  }

  .p-contact {
    background: #393939;
    padding: 60px 0 60px;
  }
  .p-contactContents {
    margin: 40px auto 0;
  }
  .p-pageContactForm__inner {
    margin: 40px auto 0;
  }
  .p-contactContentsForm {
  }
  .p-pageContactForm ,
  .p-pageContactForm tbody,
  .p-pageContactForm tr,
  .p-pageContactForm th,
  .p-pageContactForm td {
    display: block;
  }
  .p-pageContactForm {
  }
  .p-pageContactFormBlock input[type=text] ,
  .p-pageContactFormBlock input[type=email] ,
  .p-pageContactFormBlock input[type=tel] {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 10px 8px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
    background: #f6f6f6;
    border: #f6f6f6 1px solid;
    color: #2a2a2a;
  }
  .p-pageContactForm tr + tr {
    border-top: #ddd 1px solid;
    padding: 20px 0 0 0;
    margin-top: 25px;
  }
  .p-pageContactForm th ,
  .p-pageContactForm td {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-pageContactForm th {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .p-pageContactForm th br {
    display: none;
  }
  .p-pageContactForm th span.is-require {
    width: auto;
    display: inline-block;
  }
  .p-pageContactForm th span.is-require {
    padding: 0 60px 0 0;
  }
  .p-pageContactForm th span.is-require:before {
    width: 40px;
    height: 20px;
    font-size: 10px;
    line-height: 1;
    padding: 0 0 1px 0;
  }
  .p-pageContactForm th span.is-fontSmall {
    font-size: 14px;
  }
  .p-pageContactForm td {
    width: 100%;
    padding: 0;
  }
  .p-pageContactFormBlock textarea {
    padding: 10px 10px 8px;
    font-size: 16px;
    height: 100px;
  }
  .p-pageContactFormBlock {
  }
  .p-pageContactFormSubmit {
    margin-top: 40px;
  }
  .p-pageContactFormSubmitButton input[type="submit"] {
    font-size: 20px;
    height: 50px;
    padding: 9px 15px 8px;
    width: 80%;
    margin: 0 auto;
    max-width: 240px;
  }
}