.contact-modern .contact {
	padding-right: 20px;
	margin-bottom: 80px;
}

.contact-modern .contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .85fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 0;
}

.contact-modern .contact-left,
.contact-modern .contact-right {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0;
}

.contact-modern .contact-left {
  display: block;
  background: #fff;
  border: 1px solid #d9d8d1;
  box-shadow: 12px 12px 0 #e5e7d5;
}

.contact-modern .contact-form-heading {
  position: relative;
  padding: 34px 40px 28px;
  border-bottom: 1px solid #d9d8d1;
}

.contact-modern .contact-form-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 72px;
  height: 3px;
  background: #accd2b;
}

.contact-modern .contact-form-en {
  color: #778214;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.contact-modern .contact-form-heading h2 {
  margin: 7px 0 10px;
  color: #253332;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 2.1vw, 29px);
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.5;
}

.contact-modern .contact-form-heading p {
  margin: 0;
  color: #666963;
  font-size: 13px;
}

.contact-modern .required-note,
.contact-modern .form-field label span {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 7px;
  color: #fff;
  background: #40504e;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.5;
  vertical-align: 1px;
}

.contact-modern .contact-form {
  padding: 34px 40px 40px;
}

.contact-modern .form-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 22px;
}

.contact-modern .form-field-wide {
  grid-column: 1 / -1;
}

.contact-modern .form-field label {
  display: block;
  margin-bottom: 9px;
  color: #273331;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
}

.contact-modern .form-field label span {
  margin: 0 0 0 7px;
  background: #899c22;
}

.contact-modern .input,
.contact-modern .textarea {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  color: #283331;
  background-color: #fafaf7;
  background-image: none;
  border: 1px solid #cbcfc8;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.7;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

.contact-modern .input {
  height: 49px;
}

.contact-modern .textarea {
  min-height: 170px;
  resize: vertical;
}

.contact-modern .input::placeholder,
.contact-modern .textarea::placeholder {
  color: #999d96;
}

.contact-modern .input:focus,
.contact-modern .textarea:focus {
  outline: none;
  background: #fff;
  border-color: #81981d;
  box-shadow: 0 0 0 3px rgba(172, 205, 43, .15);
}

.contact-modern .contact-btn {
  justify-content: flex-start;
  margin-top: 30px;
}

.contact-modern .submit-button {
  min-width: 260px;
  min-height: 56px;
  padding: 15px 52px 15px 28px;
  color: #fff;
  background-color: #263b38;
  background-position: calc(100% - 22px) 50%;
  border: 1px solid #263b38;
  border-radius: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: .12em;
}

.contact-modern .submit-button:hover {
  color: #263b38;
  background-color: #accd2b;
  border-color: #accd2b;
}

.contact-modern .contact-right {
  display: flex;
  padding: 30px 30px 34px;
  color: #edf0e8;
  background: #283a38;
  border-top: 3px solid #accd2b;
}

.contact-modern .div-block-15 {
  min-height: auto;
  margin: 0;
  padding: 19px 0 10px;
  background-image: none;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.contact-modern .div-block-15:first-child {
  padding-top: 0;
  border-top: 0;
}

.contact-modern .paragraph-11 {
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .07em;
}

.contact-modern .contact_row {
  min-height: auto;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background-position: 0 5px;
  background-size: 12px;
}

.contact-modern .contact_row.tel {
  padding: 8px 0 12px;
}

.contact-modern .paragraph-12 {
  margin: 0;
  color: #d8ded8;
  font-size: 13px;
  line-height: 1.85;
}

.contact-modern .contact-right .image-3 {
  width: 100%;
  max-width: 248px;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 991px) {
  .contact-modern .contact-wrap {
    grid-template-columns: 1fr;
  }

  .contact-modern .contact-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
  }
}

@media screen and (max-width: 767px) {
  .contact-modern .contact {
    padding-top: 52px;
    padding-bottom: 64px;
  }

  .contact-modern .contact-wrap {
    gap: 28px;
    width: calc(100% - 20px);
  }

  .contact-modern .contact-left,
  .contact-modern .contact-right {
    width: auto;
  }

  .contact-modern .contact-form-heading,
  .contact-modern .contact-form {
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-modern .contact-form-heading::before {
    left: 24px;
  }

  .contact-modern .form-wrap,
  .contact-modern .contact-right {
    grid-template-columns: 1fr;
  }

  .contact-modern .contact-left {
    box-shadow: 7px 7px 0 #e5e7d5;
  }
}

@media screen and (max-width: 479px) {
  .contact-modern .contact-form-heading {
    padding-top: 29px;
  }

  .contact-modern .contact-form {
    padding-bottom: 30px;
  }

  .contact-modern .submit-button {
    width: 100%;
    min-width: 0;
  }

  .contact-modern .contact-right {
    padding: 25px 22px 28px;
  }
}
