@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #f7f7f8;
  padding: 0 0 10px;
  position: relative;
  z-index: 0;
}

header .logo a {
  color: #101010;
}

header .header_menu .menu_item {
  color: #101010;
}

.contact .contact_inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 200px 0 100px;
  width: 90%;
}
@media screen and (max-width: 959px) {
  .contact .contact_inner {
    flex-direction: column;
    padding: 100px 0;
  }
}

.left_area {
  height: 1000px;
  position: relative;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .left_area {
    height: auto;
    width: 100%;
  }
}
.left_area .contact_title {
  position: fixed;
  top: 190px;
}
@media screen and (max-width: 959px) {
  .left_area .contact_title {
    position: static;
  }
}
.left_area h1 {
  color: #101010;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .left_area h1 {
    font-size: 26px;
    text-align: center;
  }
}
.left_area h1 span {
  color: #101010;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .left_area h1 span {
    font-size: 12px;
  }
}
.left_area .contact_copy {
  font-size: 13px;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .left_area .contact_copy {
    font-size: 14px;
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: center;
  }
}

.right_area {
  width: 70%;
}
@media screen and (max-width: 959px) {
  .right_area {
    width: 100%;
  }
}
.right_area .contact_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.right_area .form_item {
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .right_area .form_item {
    padding: 30px 0;
  }
}
.right_area .form_item:first-child {
  border-top: 1px solid #d5d5d5;
}
.right_area .form_item label {
  color: #101010;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .right_area .form_item label {
    font-size: 16px;
  }
}
.right_area .form_item label .required {
  color: #ff0000;
  font-size: 12px;
  margin-left: 10px;
}
.right_area input[type=radio] {
  display: none;
}
.right_area input[type=radio]:checked + label {
  background-color: #e6d6ca;
}
.right_area .radio_list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  height: 40px;
  justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .right_area .radio_list {
    flex-direction: column;
    height: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  .right_area .radio_item {
    width: 100%;
  }
}
.right_area .radio_item label {
  border: 1px solid #101010;
  border-radius: 21px;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
}
@media screen and (max-width: 959px) {
  .right_area .radio_item label {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.right_area input[type=text],
.right_area input[type=email],
.right_area input[type=tel],
.right_area textarea {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
}
.right_area input[type=text]::-moz-placeholder, .right_area input[type=email]::-moz-placeholder, .right_area input[type=tel]::-moz-placeholder, .right_area textarea::-moz-placeholder {
  color: #f5f5f5;
}
.right_area input[type=text]::placeholder,
.right_area input[type=email]::placeholder,
.right_area input[type=tel]::placeholder,
.right_area textarea::placeholder {
  color: #f5f5f5;
}
.right_area .privacy_policy_wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  padding: 30px 0 30px;
}
.right_area .privacy_policy_wrap label {
  font-size: 12px;
  margin-bottom: 0;
}
.right_area .privacy_policy_wrap a {
  color: #101010;
  text-decoration: underline;
}
.right_area .submit_wrap input {
  background-color: #e6d6ca;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #101010;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
}

.thanks_wrap {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .thanks_wrap {
    margin: 50px auto;
  }
}
.thanks_wrap .thanks_title {
  color: #101010;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .thanks_wrap .thanks_title {
    font-size: 20px;
  }
}
.thanks_wrap .thanks_copy {
  color: #101010;
  font-size: 14px;
  font-weight: 400;
}
.thanks_wrap .thanks_top_button {
  color: #101010;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .thanks_wrap .thanks_top_button {
    margin-top: 20px;
    text-align: center;
  }
}
/*# sourceMappingURL=sourcemaps/contact.css.map */