@charset "UTF-8";
/* CSS Document */
.header-img {
  background-image: url("../img/contact-header.jpg");
}

#introduction {
  margin-top: 4rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #introduction {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 575px) {
  #introduction {
    margin-bottom: 0rem;
  }
}
#introduction p .required {
  display: inline-block;
  background-color: #ff7e00;
  color: #fff;
  font-size: 90%;
  font-weight: 400;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.5rem 0.5rem;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #introduction p {
    text-align: justify;
  }
}
#introduction dl {
  margin-top: 5rem;
}
@media screen and (max-width: 575px) {
  #introduction dl {
    margin-top: 3rem;
  }
}
#introduction dl dt {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  #introduction dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#introduction dl dd {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #introduction dl dd {
    display: block;
    text-align: center;
  }
}
#introduction dl dd .phone-number a {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 55px;
  font-size: 5.5rem;
  color: #ff7e00;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  #introduction dl dd .phone-number a {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #introduction dl dd .phone-number a {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  #introduction dl dd .phone-number a {
    font-size: 40px;
    font-size: 4rem;
  }
}
#introduction dl dd .phone-number a i {
  font-size: 47px;
  font-size: 4.7rem;
  color: #ff7e00;
  margin: 1rem 0.25rem 0 0;
}
@media screen and (max-width: 991px) {
  #introduction dl dd .phone-number a i {
    font-size: 38px;
    font-size: 3.8rem;
    margin: 0.5rem 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  #introduction dl dd .phone-number a i {
    font-size: 34px;
    font-size: 3.4rem;
    margin-top: 0.7rem;
  }
}
#introduction dl dd .business-hours {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #introduction dl dd .business-hours {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 575px) {
  #introduction dl dd .business-hours {
    margin-top: 1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#introduction dl dd .business-hours span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}
#introduction .about-recruit {
  background: #fff;
  border-radius: 5px;
  padding: 2rem;
  margin-top: 3rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
#introduction .about-recruit .orange {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #ff7e00;
}

form#mail_form {
  padding-top: 2rem;
}
form#mail_form dl dt {
  font-weight: 400;
}
form#mail_form dl dt::before {
  display: inline-block;
  font-size: 90%;
  font-weight: 400;
  line-height: 1;
  margin-right: 1rem;
  padding: 0.4rem 0.5rem;
  border-radius: 3px;
}
form#mail_form dl dt.required::before {
  content: "必須";
  color: #fff;
  background-color: #ff7e00;
  border: 1px solid #ff7e00;
}
form#mail_form dl dt.optional::before {
  content: "任意";
  color: #fff;
  background-color: inherit;
  border: 0.5px solid #fff;
}
form#mail_form dl dd {
  margin-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  form#mail_form dl dd {
    margin-bottom: 2rem;
  }
}
form#mail_form dl dd:nth-child(2) {
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel],
form#mail_form textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  background: #666;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
  margin-top: 5px;
  caret-color: #ff7e00;
  color: #fff;
}
form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus {
  outline: none;
}
form#mail_form input[type=radio],
form#mail_form input[type=checkbox] {
  margin-right: 5px;
  margin-left: 0;
  accent-color: #ff7e00;
}
form#mail_form label {
  margin-right: 2em;
}
form#mail_form select {
  font-size: 100%;
  margin-top: 5px;
}
form#mail_form input#postal {
  width: 30%;
}
@media screen and (max-width: 575px) {
  form#mail_form input#postal {
    width: 50%;
  }
}
form#mail_form input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  margin-left: 0.5rem;
  background: #fdeff5;
  border: 1px solid #c7000b;
  border-radius: 3px;
  color: #c7000b;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s;
}
form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #c7000b;
  color: #fff;
}
form#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0 10rem 0;
}
form#mail_form input[type=button] {
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  padding: 1.75rem 6rem;
  vertical-align: middle;
  line-height: 1;
  background: #ff7e00;
  color: #fff;
  -webkit-appearance: none;
  transition: 0.3s;
  border: none;
}
@media screen and (max-width: 575px) {
  form#mail_form input[type=button] {
    letter-spacing: 0;
    padding: 1.4rem 3.5rem;
  }
}
form#mail_form input[type=button]:hover {
  cursor: pointer;
  background: #d9690d;
}
form#mail_form input:-webkit-autofill,
form#mail_form textarea:-webkit-autofill {
  -webkit-text-fill-color: #fff; /* 文字色 */
  box-shadow: 0 0 0 1000px #666 inset; /* 背景色 */
}
form#mail_form span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.privacy-policy {
  border: 0.5px solid #fff;
  padding: 2.5rem;
  margin-top: 2rem;
}
.privacy-policy h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.privacy-policy p {
  text-align: justify;
}

.thanks-box h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  margin: 6rem 0;
  padding: 0;
  border: none;
}
.thanks-box p {
  margin-bottom: 5rem;
}
.thanks-box a {
  display: inline-block;
  background-color: #ff7e00;
  padding: 1rem 5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .thanks-box a {
    padding: 1.5rem 2rem;
    letter-spacing: 0;
  }
}
.thanks-box a::after {
  background: #d9690d;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.thanks-box a:hover::after {
  transform: scale(1, 1);
}/*# sourceMappingURL=contact.css.map */