.p-contact.l-wrapper {
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact.l-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-inr {
  max-width: 1280px;
  margin: 0 auto;
}

.p-contact {
  font-size: 16px;
  background: #002053;
  padding-top: 105px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.p-contact * {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.p-contact *::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.p-contact *::placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.p-contact input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  display: inline-block;
  margin-right: 5px;
}
.p-contact input[type=text] {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding: 12px !important;
  border: 1px solid rgba(112, 112, 112, 0.7);
}
@media screen and (max-width: 767px) {
  .p-contact input[type=text] {
    font-size: 16px;
    padding: 10px !important;
  }
}
.p-contact textarea {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
  padding: 12px !important;
  border: 1px solid rgba(112, 112, 112, 0.7);
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact textarea {
    font-size: 1em;
    padding: 10px !important;
  }
}
.p-contact textarea.textarea01 {
  min-height: 130px;
}
@media screen and (max-width: 767px) {
  .p-contact textarea.textarea01 {
    min-height: 100px;
  }
}
.p-contact textarea.textarea02 {
  min-height: 280px;
}
@media screen and (max-width: 767px) {
  .p-contact textarea.textarea02 {
    min-height: 200px;
  }
}
.p-contact label {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact label {
    font-size: 14px;
  }
}
.p-contact label:hover {
  color: #333;
  text-decoration: none;
}
.p-contact__hd {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-contact__hd {
    margin-bottom: 60px;
  }
}
.p-contact__hd h1 {
  font-size: 3.375em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__hd h1 {
    font-size: 2em;
  }
}
.p-contact__hd p {
  font-size: 0.875em;
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-contact__hd p {
    font-size: 0.75em;
  }
}
.p-contact__main {
  background: #fff;
  border-radius: 20px;
  padding: 120px 70px;
}
@media screen and (max-width: 1024px) {
  .p-contact__main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__main {
    border-radius: 10px;
    padding: 60px 15px;
  }
}
.p-contact__main--thanks {
  padding-top: 200px;
  padding-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .p-contact__main--thanks {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
.p-contact__lead {
  font-size: 1.125em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 1em;
  }
}
.p-contact__lead--thanks {
  font-size: 2.25em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact__lead--thanks {
    font-size: 1.5em;
  }
}
.p-contact__link {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-contact__link {
    flex-direction: column;
    gap: 15px;
    margin: 40px 0 60px;
  }
}
.p-contact__link li {
  flex: 1;
  font-size: 1.125em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact__link li {
    font-size: 1em;
  }
}
.p-contact__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #002053;
  padding: 25px 10px;
  border: 1px solid #002053;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-contact__link li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.p-contact__link li a:hover {
  color: #fff;
  background: #002053;
}
.p-contact__link li.is-current a {
  color: #fff;
  background: #002053;
}
.p-contact__txt {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .p-contact__txt {
    font-size: 1em;
  }
}
.p-contact__txt > span {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-contact__txt > span {
    margin-right: 10px;
  }
}
.p-contact__required {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875em;
  line-height: 1;
  color: #fff;
  background: #aa0515;
  padding: 4px 21px;
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    font-size: 0.75em;
    padding: 4px 15px;
  }
}
.p-contact__inr {
  max-width: 960px;
  margin: 0 auto;
}
.p-contact form {
  margin-top: 30px;
}
.p-contact form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-contact form table tbody tr th {
  font-size: 1.125em;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  padding: 28px 20px 15px 0;
}
@media screen and (max-width: 767px) {
  .p-contact form table tbody tr th {
    display: block;
    font-size: 1em;
    padding: 0;
    margin: 15px 0;
  }
}
.p-contact form table tbody tr th > span {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-contact form table tbody tr th > span {
    margin-left: 15px;
  }
}
.p-contact form table tbody tr td {
  width: 72.9166666667%;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-contact form table tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
}
.p-contact form p {
  font-size: 18px;
  padding: 0;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-contact form p {
    font-size: 16px;
    margin: 15px 0 20px;
  }
}
.p-contact__check {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1145px) {
  .p-contact__check {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-contact__btn {
  max-width: 408px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    width: 80%;
    margin-top: 20px;
  }
}
.p-contact__btn input,
.p-contact__btn a {
  display: inline-block;
  width: 100%;
  font-size: 1.125em;
  text-align: center;
  color: #fff;
  background: #002053;
  padding: 25px;
  border: 1px solid #002053;
  cursor: pointer;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-contact__btn input,
  .p-contact__btn a {
    font-size: 1em;
    padding: 20px;
  }
}
.p-contact__btn input:not([disabled]):hover,
.p-contact__btn a:not([disabled]):hover {
  color: #002053;
  background: #fff;
}
.p-contact__btn input:disabled {
  background: #e1e1e1;
  border: none;
  cursor: default;
}
.p-contact__btn--thanks {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-contact__btn--thanks {
    margin-top: 60px;
  }
}
.p-contact__agree {
  text-align: center;
}
.p-contact__agree label {
  font-size: 1em;
}
.p-contact__agree label a {
  text-decoration: underline;
  color: #002053;
}/*# sourceMappingURL=contact.css.map */