@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("../fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
.header_inner_right_recruit {
  background-color: #C48AB9;
}

.pagefv {
  background-image: url(../images/main-office.jpg);
}
.pagefv_section {
  background-color: #C48AB9;
}
.pagefv_bar {
  background-color: #C48AB9;
}

.page_subtitle {
  color: #C48AB9;
}

.footer_bg {
  background: linear-gradient(to bottom, rgba(196, 138, 185, 0.2), rgba(196, 138, 185, 0.1));
}

.footer_inner_links_column_head {
  color: #C48AB9;
}

.contact_caption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.contact_tel {
  color: #C48AB9;
  font-size: 4.8rem;
  font-weight: 700;
}
.contact_reception {
  margin-top: 2rem;
  font-size: 1.6rem;
  margin-bottom: 5rem;
}
.contact_form {
  width: 1000px;
  background-color: white;
  border: 0.2rem solid #C48AB9;
  border-radius: 3rem;
  margin: 0 auto;
  padding: 5rem 13rem;
  font-size: 2rem;
  text-align: center;
}
.contact_form table {
  margin-bottom: 3rem;
  width: 74rem;
  text-align: left;
}
.contact_form table tbody tr:last-child th {
  vertical-align: top;
  padding-top: 2.5rem;
}
.contact_form_item th {
  vertical-align: middle;
  width: 20rem;
}
.contact_form_item td {
  padding: 1rem;
}
.contact_form_item_block {
  background-color: #FAFAFA;
  border: 0.1rem solid #E5E5E5;
  border-radius: 1rem;
  width: 50rem;
  padding: 0.7rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact_form_item_block::-moz-placeholder {
  color: #888888;
}
.contact_form_item_block::placeholder {
  color: #888888;
}
.contact_form_item textarea {
  padding-top: 1.2rem;
  line-height: 1.5;
}
.contact_form_caption {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 3rem;
}
.contact_form_check {
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.contact_form_check input[type=checkbox] {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #333333;
  border-radius: 0.3rem;
  vertical-align: -5px;
}
.contact_form_check input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.4rem;
  transform: rotate(50deg);
  width: 0.6rem;
  height: 1rem;
  border-right: 0.2rem solid #C48AB9;
  border-bottom: 0.2rem solid #C48AB9;
}
.contact_form_check label, .contact_form_check input[type=checkbox] {
  cursor: pointer;
}
.contact_form_checkButton {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #C48AB9;
  font-size: 2rem;
  border: 0.15rem solid #C48AB9;
  border-radius: 100vw;
  padding: 1rem 7rem;
}
.contact_form_checkButton::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #C48AB9; /* thickness, color */
  border-right: 0.2rem solid #C48AB9;
  transform: rotate(45deg);
}
.contact_form_privacy {
  border: 0.1rem solid #888888;
  border-radius: 3rem;
  padding: 5rem 8rem;
  margin-bottom: 3rem;
}
.contact_form_privacy_title {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
.contact_form_privacy_content {
  text-align: justify;
  line-height: 1.5;
  font-size: 1.4rem;
  margin-top: 4rem;
  height: 40rem;
  overflow-y: scroll;
  font-weight: 400;
}
.contact_form_privacy_content_h {
  font-size: 1.6rem;
}
.contact_form_privacy_content_p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.contact_form_confirm {
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
}
.contact_form_confirm_caption {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 3rem;
}
.contact_form_confirm table {
  margin-bottom: 3rem;
  width: 74rem;
  text-align: left;
}
.contact_form_confirm_item {
  display: flex;
  padding: 1rem 0;
}
.contact_form_confirm_item th {
  vertical-align: middle;
  width: 23rem;
}
.contact_form_confirm_item td {
  width: 51rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact_form_confirm button#editButton::after {
  right: unset;
  left: 2rem;
  transform: rotate(225deg);
}
.contact_form_confirm button:last-child {
  margin-left: 4rem;
}

@media (max-width: 1300px) {
  .contact_form {
    width: 900px;
  }
  .contact_confirm {
    width: 900px;
  }
}
@media (max-width: 1000px) {
  .header_inner_check:checked ~ .header_inner_icon {
    background-color: #C48AB9;
  }
  .header_inner_icon_hamburger {
    background: #C48AB9;
  }
  .header_inner_icon_hamburger::before, .header_inner_icon_hamburger::after {
    background: #C48AB9;
  }
  .contact_form {
    width: 90vw;
    padding: 5rem 7.5vw;
  }
  .contact_form table {
    width: 75vw;
  }
  .contact_form table tbody tr {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .contact_form table tbody tr td input {
    width: 50vw;
  }
  .contact_form table tbody tr td textarea {
    width: 100%;
  }
  .contact_form table tbody tr:last-child th {
    padding-top: initial;
  }
  .contact_form_privacy {
    padding: 5rem 6rem;
  }
  .contact_form_confirm_item td {
    width: initial;
  }
}
@media (max-width: 480px) {
  .contact {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }
  .contact_form_privacy {
    padding: 5rem 3.3rem;
  }
  .counter {
    width: 90vw;
  }
}/*# sourceMappingURL=contact.css.map */