@charset "UTF-8";
@media screen and (min-width: 1280px) {
  .p-contact {
    padding: 120px 150px 180px 100px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .p-contact {
    padding: 120px 50px 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 50px 0 60px;
  }
}
.p-contact {
  position: relative;
  background-color: hsl(60, 33%, 92%);
  background-image: radial-gradient(at 19% 91%, hsl(115, 0%, 100%) 0px, transparent 50%), radial-gradient(at 39% 55%, hsl(258, 0%, 100%) 0px, transparent 50%), radial-gradient(at 19% 17%, hsl(20, 0%, 100%) 0px, transparent 50%), radial-gradient(at 80% 31%, hsl(60, 33%, 92%) 0px, transparent 50%), radial-gradient(at 100% 100%, hsl(60, 33%, 92%) 0px, transparent 50%);
}
.p-contact:before {
  content: "";
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg.png");
  background-repeat: repeat;
  background-size: 132px 132px;
  display: block;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-contact .inner {
    max-width: 1570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .inner {
    display: block;
  }
}

.p-contact__mv .c-title {
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .p-contact__mv .c-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__mv .c-title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__sec {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__sec {
    margin-top: 50px;
  }
}

.contact-form {
  max-width: 840px;
  margin: 0 auto;
}

.contact-form__table {
  width: 100%;
  margin: 0 auto;
}

.contact-form__block {
  display: block;
}
.contact-form__block:nth-child(n+2) {
  margin-top: 35px;
}
.contact-form__block.--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-form__block.--textarea .contact-form__label {
  margin-top: 6px;
}
.contact-form__block .wpcf7-form-control-wrap {
  display: block;
}

.contact-form__label {
  display: block;
  margin-bottom: 18px;
}
.contact-form__label > p {
  line-height: 1;
}

.contact-form__entry {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .contact-form__entry.--name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-form__entry.--name p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.contact-form__entry.--name span {
  width: calc((100% - 20px) / 2);
}
.contact-form__entry ::-webkit-input-placeholder {
  color: #888888;
}
.contact-form__entry ::-moz-placeholder {
  color: #888888;
}
.contact-form__entry :-ms-input-placeholder {
  color: #888888;
}
.contact-form__entry ::-ms-input-placeholder {
  color: #888888;
}
.contact-form__entry ::placeholder {
  color: #888888;
}
.contact-form__entry--textarea {
  display: block;
}
.contact-form__entry--textarea textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid #A7A7A7;
  width: 100% !important;
  background-color: #fff;
  　outline: none;
  padding: 15px;
}
.contact-form__entry--textarea .wpcf7-not-valid-tip {
  position: relative !important;
  top: 2px !important;
}
.contact-form__entry input {
  background-color: #fff;
  border: 1px solid #A7A7A7;
  width: 100%;
  padding: 8px 15px;
  line-height: 1;
}

.contact-form__approval {
  line-height: 1;
  margin: 20px auto 60px;
}
.contact-form__approval .contact-form__link {
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
  color: #1F2C5C;
}
.contact-form__approval .wpcf7-acceptance {
  width: 25px;
  height: 25px;
  display: block;
}
.contact-form__approval .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: 100%;
  height: 100%;
}
.contact-form__approval .wpcf7-form-control-wrap {
  display: inline-block;
}
.contact-form__approval .wpcf7-list-item {
  margin: 0;
}

.required {
  border-radius: 5px;
  font-size: 18px;
  margin: auto;
  margin-right: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 40px;
  left: 0;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}

.contact-form__confirm {
  position: relative;
  width: 100%;
  max-width: 345px;
  border-radius: 50px;
  height: 60px;
  margin: 0 auto;
}
.contact-form__confirm:after {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #E64491;
}
.contact-form__confirm:hover {
  background-color: #E64491;
  color: #fff;
}
.contact-form__confirm:hover:after {
  content: "";
  -webkit-transform: scale(8);
          transform: scale(8);
}
.contact-form__confirm:after {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #E64491;
}
.contact-form__confirm .input {
  position: relative;
  color: #E64491;
  border: 1px solid #E64491;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding: 16px 20px;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}
.contact-form__confirm .input:hover {
  color: #fff;
  border: 1px solid #E64491;
  background-color: #E64491;
}

.contact-section__buttonConfirmWrap {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto 0;
}
@media screen and (max-width: 1279px) {
  .contact-section__buttonConfirmWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-section__buttonConfirmWrap .contact-form__confirm {
  position: relative;
  width: 100%;
  max-width: 345px;
  border-radius: 50px;
  height: 50px;
  margin: 0 auto;
}
.contact-section__buttonConfirmWrap .contact-form__confirm:after {
  content: "";
  position: absolute;
  top: 70%;
  right: 10px;
  -webkit-transform: translate(-10px, -70%);
          transform: translate(-10px, -70%);
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/arrow02.svg") no-repeat center/contain;
          mask: url("../img/common/arrow02.svg") no-repeat center/contain;
  width: 22px;
  height: 16px;
}
.contact-section__buttonConfirmWrap .contact-form__confirm.--send:hover:after {
  background-color: #1F2C5C;
}
.contact-section__buttonConfirmWrap .contact-form__confirm.--send:hover .input {
  background-color: #fff;
  border: 1px solid #1F2C5C;
  color: #1F2C5C;
}
.contact-section__buttonConfirmWrap .contact-form__confirm .input {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 13px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #1F2C5C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}